po/doc/css/screen.css

189 lines
4.3 KiB
CSS

/*
Copyright (C) 2002, 2003, 2004, 2005, 2006 Balint Kis (balint@k-i-s.net)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Colors Used:
Dark Slate Gray #2f4f4f - titles
Gainsboro #dcdcdc - button color, options background, input border
Gray25 #404040 - text, table borders
Gray95 #f0f0f0 - input background
Honeydew 3 #c1cdc1 - link hover background
Navy #000080 - link hover, button border
Royal Blue #27408b - links, button background color
Slate Blue #473c8b - visited links
Slate Gray #708090 - link underline
White #ffffff - page background
*/
body {
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
color: #404040; /* Gray 25 */
background-color: #ffffff; /* White */
border-width: 1px;
line-height: 18px;
}
td {
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
color: #404040; /* Gray 25 */
}
a:link {
color: #27408b; /* Rolyal Blue */
background-color: transparent;
}
a:visited {
color: #473c8b; /* Slate Blue */
background-color: transparent;
}
a:hover {
color: #000080; /* Navy */
background-color: #c1cdc1; /* Honeydew 3 */
}
hr {
color: #708090; /* Slate Gray */
background-color: #708090; /* Slate Gray */
height: 1px;
border: 0;
}
input {
color: #404040; /* Gray 25 */
background-color: #f0f0f0; /* Gray95 */
border-color: c1cdc1; /* Honeydew */
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
}
textarea {
color: #404040; /* Gray 25 */
background-color: #f0f0f0; /* Gray95 */
border-color: c1cdc1; /* Honeydew */
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
}
select {
color: #404040; /* Gray 25 */
background-color: #f0f0f0; /* Gray95 */
border-color: c1cdc1; /* Honeydew */
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
}
/* Appears on the left or right side of some pages */
/* these items tell you where you can go */
/* comment formatting */
#comment td {
border-color: #708090; /* Slate Gray */
border-width: 1px 1px 1px 1px;
border-style: none none solid none;
background-color: transparent;
}
#article {
background-color: transparent;
font-size: 12px;
line-height: 18px;
}
#article mytitle {
color: #2f4f4f; /* Dark Slate Gray */
text-transform: uppercase;
}
#article h1 {
font-family: Georgia, serif;
font-size: 16px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
}
#article h2 {
font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
font-size: 1em;
font-weight: normal;
line-height: 18px;
letter-spacing: .15em;
text-align: left;
text-transform: uppercase;
}
#article h3 {
font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
font-size: .9em;
font-weight: normal;
line-height: 18px;
letter-spacing: .2em;
text-align: left;
text-transform: uppercase;
}
#article h4 h5 h6 {
font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
font-size: .9em;
font-weight: normal;
line-height: 18px;
letter-spacing: .1em;
text-align: left;
text-transform: uppercase;
}
#article pre {
font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace;
font-size: 10px;
line-height: 13px;
background-color: transparent;
}
#article blockquote {
font-size: 10px;
line-height: 15px;
}
#article cite {
font-weight: normal;
font-style: italic;
}
#article thead {
font-weight: bold;
}
#article strong {
font-weight: normal;
font-size: .9em;
letter-spacing: .2em;
text-transform: uppercase;
}
#code {
font-family: Monaco, "Andale Mono", Courier, "Courier New", monospace;
font-size: 10px;
}