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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

66 lines
971 B

body {
color: #000;
font-family: Arial, sans-serif;
font-size: 13px;
line-height: 1.4em;
margin: 0;
padding: 10px 0;
}
#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;
width: 100%;
}
#apps img {
vertical-align: middle;
}
#apps a {
color: #000;
display: block;
text-decoration: none;
}
#apps a:hover {
color: #f90;
}
#apps .app, #apps #close {
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 10px 2px 10px;
padding: 7px 10px;
}
#apps .application {
margin-bottom: 3px;
}
#apps #close {
font-size: 12px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
#apps .close:hover {
background: #f4f4f4;
color: #000;
}