move flashed messages JS and CSS to oauth-dropins

also common image drop shadow CSS. see snarfed/oauth-dropins@fd17e8d436
pull/364/head
Ryan Barrett 2023-01-11 20:32:41 -08:00
rodzic dfb524ba32
commit 9cc9cd567f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
2 zmienionych plików z 1 dodań i 40 usunięć

Wyświetl plik

@ -2,24 +2,6 @@
margin-top: 2em;
}
#messages {
position: fixed;
width: 100%;
font-size: 1.5em;
top: .2em;
text-align: center;
z-index: 999;
}
.message {
display: block;
opacity: 1;
background-color: gold;
color: #444;
padding: .5em;
transition: opacity 5s linear 20s;
}
#logins {
margin-top: .3em;
text-align: right;
@ -419,28 +401,6 @@ iframe#twitter-widget-0 {
width: 48px;
}
.shadow, .profile, #screenshot {
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
/* CSS3 */
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
/* For IE 8 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#666666');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#666666');
}
.shadow:hover, .profile:hover, #screenshot:hover {
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
/* CSS3 */
box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
/* For IE 8 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#222222');
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#222222');
}
a img.shadow:hover
{
box-shadow: 3px 3px 3px #06c !important;

Wyświetl plik

@ -11,6 +11,7 @@
<link rel="shortcut icon" sizes="32x32" href="https://brid.gy/static/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="32x32" href="https://brid.gy/static/favicon.png">
<link rel="stylesheet" href="/oauth_dropins_static/bootstrap.min.css" />
<link rel="stylesheet" href="/oauth_dropins_static/util.css" type="text/css" />
<link rel="stylesheet" href="/static/style.css" type="text/css" />
<link rel="webmention" href="/webmention" />
<!-- Not async because it adds a DOMContentLoaded event listener, which may