kolibrios/programs/develop/libraries/box_lib/trunk/doc/style.css
IgorA fd898963db 1) new element 'text_editor' in library 'box_lib.obj'
2) changes code t_edit.kex
3) fixed function 'tl_strlen' in 'tree_list'
4) minor edits documentation 'box_lib.obj'

git-svn-id: svn://kolibrios.org@1457 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-04-29 18:27:40 +00:00

71 lines
1.1 KiB
CSS

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;
}