mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-06 00:19:06 +08:00
fix: Stylesheet (#606)
This commit is contained in:
parent
1a83c67e2c
commit
440d203730
@ -5,7 +5,10 @@ body {
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
font-family: Verdana, Geneva, sans-serif;
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
}
|
||||||
|
|
||||||
|
#info {
|
||||||
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
@ -21,6 +24,7 @@ footer {
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #0c8aeb;
|
color: #0c8aeb;
|
||||||
|
text-shadow: 0 0 1px #0c8aeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#empty {
|
#empty {
|
||||||
@ -37,8 +41,13 @@ a:visited {
|
|||||||
|
|
||||||
footer a:link,
|
footer a:link,
|
||||||
footer a:visited,
|
footer a:visited,
|
||||||
footer a:active { color: #0c8aeb; }
|
footer a:active {
|
||||||
footer a:hover { color: #73e6ff; }
|
color: #0c8aeb;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
color: #73e6ff;
|
||||||
|
}
|
||||||
|
|
||||||
.loading:after {
|
.loading:after {
|
||||||
content: " .";
|
content: " .";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user