premiere-libtorrent/docs/style.css

118 lines
1.7 KiB
CSS
Raw Normal View History

body
{
background-color: white;
color: black;
margin: 1em 2em 1em 2em;
}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; font-size: 140%; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; font-size: 110%; }
h3 { font-family: "courier new", courier, monospace; font-weight: bold; text-align: left; font-size: 100%; }
pre
{
border: gray 1pt solid;
padding: 2pt;
display: block;
font-family: "courier new", courier, monospace;
background-color: #eeeeee;
color: black;
font-size: small
}
code
{
white-space: pre;
border: gray 1pt solid;
padding: 2pt;
display: block;
font-family: "courier new", courier, monospace;
color: black;
font-size: small
}
tt
{
display: inline;
font-family: "Courier New", Courier, monospace;
}
p
{
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif
}
ul
{
font-family: Georgia, "Times New Roman", Times, serif
}
ol
{
font-family: Georgia, "Times New Roman", Times, serif
}
2004-01-18 20:12:18 +01:00
a:link
{
font-weight: bold;
color: #003366;
text-decoration: none;
}
2004-01-18 20:12:18 +01:00
a:visited
{
font-weight: bold;
color: #003366;
text-decoration: none;
}
table
{
2004-01-18 20:12:18 +01:00
border: 1px solid black;
border-collapse: collapse;
}
2004-01-18 20:12:18 +01:00
table td
{
2004-01-18 20:12:18 +01:00
padding: 6px;
}
2004-01-18 20:12:18 +01:00
table th
{
2004-01-18 20:12:18 +01:00
border: 3px solid black;
padding: 6px;
}
2004-01-18 20:12:18 +01:00
table.menu
{
border-style: none;
}
table.menu td
{
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
td
{
border: 1px solid black
}
div.warning, div.note, div.important {
width: 80%;
margin: 1.5em auto;
background: #C1E5F6;
background: #F1FFF5;
border: solid 1px #D1DFD5;
padding: 5px 10px 5px 10px;
}