webamp/css/page.css
2015-03-28 16:41:20 -07:00

37 lines
528 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;
}
#main-window {
margin-top: -58px;
margin-left: -137px;
top: 40%;
left: 50%;
}
.about {
position: absolute;
bottom: 0;
color: white;
}
.about a {
color: white;
}