bachotek05.css
bachotek05.css
—
CSS stylesheet,
2 KB (2671 bytes)
File contents
/* Stylesheet for "BachoTeX 2003" web page */ /* Main settings for <BODY>, Page is divided into four frames: upper left -- body.left-up-corner upper right -- body.top-bar lower left -- body.side-bar lower right (main) -- body.a */ body.a {background: #ffffff; color: #87522c;} body.side-bar {font-size: 11px; line-height: 11px; background: #f2e1bf; color: #414183;} body.top-bar{font-size: 17px; background: #edc78d; color: #87522c;} body.left-up-corner {font-size: 32px; color: #ffffff; background: #d8af73;} body {font-family: Verdana, Arial, Helvetica} /* Colour of headers: */ H1, H2, H3, H4, H5, H6 {color: #87522c} /* Colours of input fields */ INPUT.b {background: #f2e1bf; color: black; border: 0;} INPUT.a {background: #fff9e8; color: black;} TEXTAREA {background: #f2e1bf; color: black; border: 0;} /* Colours for tables */ TD.a {border-color: #f2e1bf; border-width: 13px; background: #fff9e8; font-family: Verdana, Arial, Helvetica; color: #87522c;} TD.b {border-color: #f2e1bf; border-width: 13px; background: #ffffff; font-family: Verdana, Arial, Helvetica; color: #87522c;} TD.p {border-color: #f2e1bf; border-width: 13px; background: #fff9e8; font-family: Verdana, Arial, Helvetica; color: #87522c;} TH.a {border-color: #f2e1bf; border-width: 13px; background: #fff9e8; font-family: Verdana, Arial, Helvetica; color: #87522c;} TD {font-family: Verdana, Arial, Helvetica; background: #fff9e8; color: #87522c; margin: 0 0 0 0;} TR {font-family: Verdana, Arial, Helvetica; background: #fff9e8; color: #87522c; margin: 0 0 0 0;} TABLE.a {width: 80%; border: 0;} TABLE.b {width: 100%;} /* Colours of links in table of contents (TOC.html) */ A.toc:link {color: #00505e; text-decoration: none;} A.toc:visited {color: #00505e; text-decoration: none;} A.toc:hover {color: #00505e; text-decoration: underline;} A.toc:active {color: #005555; text-decoration: none;} /* Colours of links in main frame */ A:link {color: #d8af73; text-decoration: none; line-height: 15px;} A:visited {color: #d8af73; text-decoration: none; line-height: 15px;} A:hover {color: #d8af73; text-decoration: underline;} /* Colours of horizontal rule */ HR {color: #d8af73} /* Settings for pieces of text, parameter values taken from body.a */ SPAN {font-family: Verdana, Arial, Helvetica; background: #fff9e8; color: #87522c;} SPAN.form {font-family: Verdana, Arial, Helvetica; background: #FFFFFF; color: #87522c;} /* Settings for lists */ UL {list-style-type: square;} LI.toc {list-style-type: square;} OL {line-height: 17px;}
Document Actions