files
kolibrios/programs/develop/libraries/box_lib/doc/style.css
Andrew 22488330e7
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Failing after 46s
develop/libraries/box_lib: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-25 11:14:23 +01: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;
}