kolibrios/programs/develop/libraries/box_lib/trunk/doc/style.css

71 lines
1.1 KiB
CSS
Raw Normal View History

body
{
font-size: 15px;
font-family: "Bookman Old Style";
color: black;
text-align: justify;
}
h1 {
color: white;
background-color: 808080;
font-size: 25px;
text-align: center;
}
h2 { color: green; font-size: 21px; }
h3 { color: green; font-size: 19px; }
h4 { color: #803f00; font-size: 17px; }
i { color: #0099cc; }
b { color: #0099cc; }
p {
text-indent: 2em;
margin-top: 3px;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
}
ol, ul, dl{
margin-top: 3px;
margin-bottom: 2px;
}
pre{
font-family: "Courier New";
font-size: 15px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color: #004000;
background: #ffd0ff;
}
caption
{
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
font-weight: bold;
text-align: center;
}
table
{
border-collapse: collapse;
border: #000000 1px solid;
}
table td
{
border: none;
}
table th
{
border: none;
padding-right: 10px;
padding-left: 10px;
color: #ffffff;
background-color: #0033ff;
}
table pre
{
text-align: left;
}
td hr{
color: black;
}