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.

104 lines
1.8 KiB

13 years ago
* {
13 years ago
margin: 0;
padding: 0;
}
13 years ago
html {
13 years ago
background: #222 url("bg.png") repeat;
}
13 years ago
body {
13 years ago
_width: 70%;
color: #888;
font: 14px/20px Helvetica, Arial, sans-serif;
margin: 20px auto 0;
max-width: 800px;
text-align: center;
text-shadow: 0 -2px 1px #000;
-webkit-font-smoothing: antialiased;
}
13 years ago
#wrapper {
13 years ago
padding: 20px;
}
13 years ago
13 years ago
.slides {
box-shadow: 0 0 20px #000;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px #000;
margin: 0 auto;
13 years ago
}
13 years ago
.rslides_tabs {
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
13 years ago
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
13 years ago
width: 100%;
13 years ago
}
.rslides_tabs li {
display: inline;
13 years ago
}
.rslides_tabs li:first-child {
margin-left: 0;
13 years ago
}
.rslides_tabs a {
color: #666;
padding: 8px 20px;
-webkit-tap-highlight-color: rgba(0,0,0,.01);
13 years ago
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
13 years ago
}
a {
13 years ago
color: #fff;
text-decoration: none;
13 years ago
}
13 years ago
#download {
13 years ago
background: #333;
background: rgba(255,255,255,.1);
border: 1px solid rgba(255,255,255,.1);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
display: block;
font-size: 20px;
font-weight: bold;
margin: 60px auto;
max-width: 500px;
padding: 20px;
}
13 years ago
#download:hover {
13 years ago
background: rgba(255,255,255,.15);
}
13 years ago
.footer {
13 years ago
font-size: 11px;
}
@media screen and (max-width: 600px) {
13 years ago
h1 {
font: 30px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
}