You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
591 B

body {
color: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
margin: 0;
padding: 10px;
}
#overlay {
background: #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
left: 0;
height: 100%;
opacity: .5; filter: alpha(opacity = 50);
position: absolute;
top: 0;
width: 100%;
}
#apps {
position: absolute;
}
#apps img {
vertical-align: middle;
}
#apps a {
color: #fff;
display: block;
text-decoration: none;
}
#apps a:hover {
text-decoration: underline;
}
#apps .app {
background: #000;
padding: 10px;
}