filebot/website/base.css

433 lines
5.9 KiB
CSS
Raw Normal View History

body {
font-family: arial, dejavu sans, freesans;
font-size: 16px;
background-color: #e6e6e6;
2012-02-26 17:02:54 +00:00
margin-top: 0;
}
2011-12-20 02:39:33 +00:00
a, acronym {
color: #5c7684;
text-decoration: none;
border: none;
}
a:hover {
text-decoration: underline;
2011-12-20 02:39:33 +00:00
border-bottom: none;
}
a img {
border: none;
}
h3 {
font-size: 14px;
margin-top: 25px;
margin-left: 15px;
margin-bottom: -8px;
}
2011-11-05 00:47:53 +00:00
hr {
border-style: dashed;
border-width: 1px 0 0 0;
border-color: lightgray;
}
2012-02-26 17:02:54 +00:00
.top {
text-align: center;
margin: 0px auto;
}
.top small {
font-size: 11px;
line-height: 15px;
padding: 2px 5px;
background: white;
border-radius: 0 0 7px 7px;
box-shadow: 0px 2px 5px #a2a2a2;
}
2011-11-21 14:16:53 +00:00
.navigation {
font: 11px Verdana, Arial, Helvetica, sans-serif;
2011-12-10 09:59:27 +00:00
position: absolute;
2012-12-03 11:29:50 +00:00
width: 80px;
right: 0px;
2011-12-10 09:59:27 +00:00
top: 36px;
2011-11-21 14:16:53 +00:00
opacity: 0.8;
}
.navigation ul {
list-style-type: none;
}
.navigation a {
color:#3366FF;
text-decoration:none;
}
.navigation a:hover, .navigation a:focus {
color:#FF6600;
}
.navigation ul {
padding:0px;
margin:0px;
}
.navigation a {
display:block;
font-weight:normal;
letter-spacing:0.1em;
text-decoration:none;
padding: 7px 5px;
background-image:url(nav-a-bg.png);
background-repeat:no-repeat;
background-position: left 90%;
}
.navigation a:hover, .navigation a:focus {
background-image:url(nav-a-bg-h.png);
}
2011-09-15 12:46:07 +00:00
.section h2.reference {
padding-top: 25px;
}
2011-09-14 23:44:52 +00:00
table.reference {
border-collapse: collapse;
}
2011-09-15 09:51:22 +00:00
table.reference > * > * > th, table.reference > * > * > td {
padding: 5px 20px;
}
2011-09-15 09:51:22 +00:00
table.reference > * > * > td {
border-top: thin dotted lavender;
}
2011-09-15 09:51:22 +00:00
table.reference.cli > * > * > td:first-child {
color: #225577;
font-family: Andale Mono, monospace;
font-size: 10.5pt;
font-weight: bold;
2011-09-14 23:44:52 +00:00
}
.page {
position: relative;
margin: 20px auto;
width: 760px;
min-height: 800px;
padding: 20px;
background: white;
background-repeat: no-repeat;
border: 1px solid #a2a2a2;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 2px 5px #a2a2a2;
-moz-box-shadow: 0px 2px 5px #a2a2a2;
2012-12-03 11:29:50 +00:00
overflow: visible;
}
.header {
margin-left: 25px;
margin-right: 80px;
margin-bottom: 50px;
}
.header img {
float: left;
margin-top: 2px;
}
img.logo {
float: left;
}
h1 {
font-size: 24px;
font-weight: bold;
margin-left: 65px;
letter-spacing: 0.03em;
}
h1 .description {
display: block;
color: #888888;
font-size: 70%;
font-weight: normal;
font-style: italic;
letter-spacing: normal;
}
2011-09-03 09:21:39 +00:00
.social {
float: right;
position: relative;
2011-12-10 09:59:27 +00:00
right: -30px;
2011-09-03 09:21:39 +00:00
top: -15px;
}
2012-12-03 11:29:50 +00:00
.social * {
float: right;
}
2012-12-03 11:29:50 +00:00
.social .twitter {
2011-12-10 09:59:27 +00:00
position: relative;
2012-12-03 11:29:50 +00:00
top: 3px;
width: 109px;
2011-12-10 09:59:27 +00:00
}
2012-12-03 11:29:50 +00:00
.social .facebook {
2011-12-10 09:59:27 +00:00
position: relative;
2012-12-03 11:29:50 +00:00
left: -6px;
2011-12-10 09:59:27 +00:00
top: 3px;
2012-12-03 11:29:50 +00:00
width: 80px;
}
.social .plusone {
position: relative;
top: 1px;
width: 86px;
2011-12-10 09:59:27 +00:00
}
.screenshot {
float: right;
background-color: #E6E6E6;
border: 1px solid lightgray;
box-shadow: 0px 2px 5px #a2a2a2;
-moz-box-shadow: 0px 2px 5px #a2a2a2;
}
.screenshot a {
display: block;
border: none;
outline: none;
}
.screencast {
position: relative;
}
div.screencast .play {
position: absolute;
top: 2px;
right: 4px;
opacity: 0.2;
}
div.screencast:hover .play {
opacity: 1.0;
}
.content>.screenshot {
margin-top: 10px;
margin-left: 20px;
}
.webstart {
margin: 15px;
min-height: 25px;
text-align: center;
}
.comment, a.source {
2011-09-03 09:21:39 +00:00
font-size: xx-small;
font-weight: normal;
color: lightgray;
margin-left: 2px;
}
.webstart a img {
box-shadow: 0px 0px 5px lightgray;
-moz-box-shadow: 0px 0px 5px lightgray;
}
.webstart a:hover img {
box-shadow: 0px 1px 8px darkorange;
-moz-box-shadow: 0px 1px 8px darkorange;
}
.section.tutorial ol, .section.tutorial ul {
background-color: #EFEFEF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
margin: 12px 25px 15px 25px;
padding: 8px 30px 9px 30px;
border-radius: 7px;
}
.section.tutorial li img {
vertical-align: bottom;
height: 17px;
}
.section.first {
clear: both;
margin-top: 20px;
}
.section.features, .section.download, .section.contact {
clear: both;
margin-top: 40px;
}
.section .icon {
float: left;
margin-right: 10px;
}
.section h2 {
font-size: 20px;
padding-top: 12px;
margin-bottom: 20px;
}
2011-11-05 00:47:53 +00:00
.section p, .section .description {
margin: 16px 0 0 10px;
}
.section .quote {
float: right;
margin-top: 12px;
color: #888;
font-size: 11px;
}
.quote:before {
content: open-quote;
}
.quote:after {
content: close-quote;
}
.section>ul.list>li {
margin-top: 10px;
margin-bottom: 10px;
}
.section>ul.list>li li {
margin-top: 2px;
}
.note {
font-size: 80%;
font-style: italic;
}
.note.java {
color: #E76F00;
}
.note.java:before {
content: url("images/java.png");
position: relative;
top: 2px;
margin-left: 2px;
margin-right: 2px;
}
.note.mediainfo {
color: #3E8D39;
}
.note.mediainfo:before {
content: url("images/plugin.png");
position: relative;
top: 2px;
margin-right: 2px;
}
.note.anime {
color: #D76F04;
}
.note.anime:before {
content: url("images/asterisk.png");
position: relative;
top: 3px;
margin-left: 2px;
margin-right: 2px;
}
.section.features>ul.next {
clear: both;
padding-top: 5px;
border-top: 1px dashed lightgray;
}
.section.features .screenshot {
position: relative;
margin-bottom: 10px;
}
.section.features .screenshot.dialog {
position: absolute;
}
.filesize {
font-weight: bold;
}
.suggestion {
border: thin lightgray dotted;
background: GhostWhite;
padding: 8px;
2011-12-07 05:41:44 +00:00
margin: 25px 10px 45px 10px;
}
.metrics {
margin: 25px;
min-height: 25px;
text-align: center;
}
.footer {
font-size: 60%;
text-align: center;
}
#flattr {
float: right;
height: 0px;
position: relative;
right: -6px;
top: -4px;
}
#donate {
position: relative;
text-align: left;
height: 0px;
left: 20px;
top: -57px;
}
2012-10-14 04:54:14 +00:00
.adsense {
box-shadow: 0 2px 3px #A2A2A2;
}
.adsense.sidead.first {
position: absolute;
right: 7px;
top: 42px;
}
.adsense.sidead.second {
position: absolute;
left: 7px;
top: 2160px;
}
.adsense.adbox {
width: 300px;
margin: 25px auto;
}