premiere-libtorrent/docs/style.css

155 lines
2.4 KiB
CSS
Raw Permalink Normal View History

.entry { min-height: 135px; }
2008-12-13 08:51:32 +01:00
#main {
font-family: Verdana;
text-align: left;
margin-top: 10px;
}
/* Base elements */
* {margin: 0; padding: 0;}
2015-03-14 02:51:08 +01:00
body, table { font: 0.9em Verdana, sans-serif;}
h1, h2, h3 {
2015-03-14 22:55:26 +01:00
font-family: Georgia "Times New Roman", serif;
padding-bottom: 0.5em;
2015-03-14 02:51:08 +01:00
font-weight: bold;
}
2015-03-14 02:51:08 +01:00
div.sidebar {
background: #f8f8e8;
float: right;
width: 20em;
margin-right: 1em;
border: solid 1px #e5e5d5;
padding: 1.3em;
}
2015-03-14 02:51:08 +01:00
div.sidebar p.sidebar-title {
font: 1.3em Georgia;
border-bottom: solid 1px #e5e5d5;
padding-bottom: 0.5em;
margin: 0 0 0.5em 0;
2014-10-14 18:36:06 +02:00
}
a {
text-decoration: none;
color: #8D370A;
border-bottom: dotted 1px #8D370A;
}
2014-10-14 18:36:06 +02:00
ul, ol { line-height: 1.8em; }
ul { list-style: square; }
li { margin-left: 2.8em; }
p, ul, ol, img {margin-bottom: 1em;}
2014-09-01 09:16:31 +02:00
.align-right {
float: right;
}
.document {
2014-10-14 18:36:06 +02:00
margin: 0px;
}
div.section {
margin-bottom: 3em;
}
2004-01-18 20:12:18 +01:00
div.section div.section div.section {
margin-bottom: 2em;
}
div.section p, div.section ul, div.section dl {
}
2013-07-21 07:04:04 +02:00
#container {
text-align: left;
max-width: 65em;
margin: 5px auto;
2013-07-21 07:04:04 +02:00
position: relative;
padding: 3px ;
2013-07-21 07:04:04 +02:00
}
2014-10-14 18:36:06 +02:00
#header {
height: 116px;
width: 100%;
2013-07-21 07:04:04 +02:00
border: none;
2014-10-14 18:36:06 +02:00
margin-top: 1em;
margin-bottom: 1em;
2013-07-21 07:04:04 +02:00
}
2014-10-14 18:36:06 +02:00
#header tr td {
border: none;
2013-07-21 07:04:04 +02:00
}
2013-08-04 11:02:19 +02:00
#orange {
margin: 0;
padding: 0;
width: 159px;
height: 116px;
2014-10-14 18:36:06 +02:00
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
2014-08-26 05:14:32 +02:00
background: url('img/orange.png') no-repeat top left;
2013-08-04 11:02:19 +02:00
}
#logo {
2013-07-21 07:04:04 +02:00
margin: 0;
padding: 0;
2014-10-14 18:36:06 +02:00
text-align: center;
color: white;
font-size: 50pt;
2013-07-21 07:04:04 +02:00
height: 116px;
2014-10-14 18:36:06 +02:00
font-family: Georgia;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
background: url('img/bg.png');
2013-07-21 07:04:04 +02:00
}
2014-10-14 18:36:06 +02:00
#gradient {
width: 100%;
2013-07-21 07:04:04 +02:00
clear: both;
2014-10-14 18:36:06 +02:00
height: 30px;
background: linear-gradient(#bbb, #ddd);
2013-07-21 07:04:04 +02:00
}
2014-10-14 18:36:06 +02:00
#footer {
margin: 0px;
padding: 0px;
2013-07-21 07:04:04 +02:00
text-align: center;
2014-10-14 18:36:06 +02:00
background: #ddd;
width: 100%;
color: #777;
overflow: hidden;
}
#footer table {
margin-left: auto;
margin-right: auto;
font-size: 1em;
}
#footer tr td {
border: none;
background: none;
color: #777;
text-align: left;
}
#footer a {
2013-07-21 07:04:04 +02:00
color: #777;
2014-10-14 18:36:06 +02:00
}
#footer a:hover {
color: #000;
}
#filler {
height: 200px;
background: linear-gradient(#ddd, #fff);
2013-07-21 07:04:04 +02:00
}
li p, li li { font-size: 100%; }