mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
30 lines
496 B
CSS
30 lines
496 B
CSS
/* Rules for the page layout */
|
|
body {
|
|
background-color: #224eb7;
|
|
font-family: arial;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#browser-compatibility {
|
|
display: none;
|
|
position: absolute;
|
|
width: 275px;
|
|
margin-top: -58px;
|
|
margin-left: -137px;
|
|
top: 40%;
|
|
left: 50%;
|
|
background: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.about {
|
|
position: absolute;
|
|
bottom: 0;
|
|
color: white;
|
|
/* Let users drag windows over this text */
|
|
z-index: -1;
|
|
}
|
|
|
|
.about a {
|
|
color: white;
|
|
}
|