cryptonas-website/gfx/main.css

225 lines
3.3 KiB
CSS
Raw Normal View History

2006-12-20 01:01:34 +01:00
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
color: #545454;
background-color: #fff;
}
p {
margin: 0.1em 0 0.1em 0;
}
h1 {
margin: 0;
padding: 0;
font-size: 200%;
font-weight: normal;
color: #4169E1;
}
h2 {
margin: 0;
padding: 0;
background-color: #8bbf75;
color: White;
font-size: 100%;
font-weight: normal;
text-align: left;
/* RFC: there is a font-weight above - which is valid? */
font-weight: 800;
2006-12-20 01:01:34 +01:00
}
div {
margin: 0;
padding: 0;
display: block;
}
2006-12-20 03:34:06 +01:00
tt {
padding: 0.1em 0.6em 0.1em 0.6em;
font-size: 120%;
background: #fffad0;
}
b {
font-size: 95%;
}
div.container {
2006-12-20 01:01:34 +01:00
background-color: #FFF;
margin: 0 auto 0 auto;
padding: 0;
2006-12-20 01:01:34 +01:00
width: 740px;
}
div.container a:link, div.container a:visited {
2006-12-20 03:34:06 +01:00
color: #366b30;
/*text-decoration: none;*/
2006-12-20 01:01:34 +01:00
}
div.container a:hover, div.container a:active {
2006-12-20 01:01:34 +01:00
color: #ff8a00;
}
div#header {
2006-12-20 01:01:34 +01:00
padding: 2em;
margin: 0;
2006-12-20 01:43:15 +01:00
background-image: url(header.jpg);
2006-12-20 01:01:34 +01:00
background-repeat: no-repeat;
background-position: center;
height: 78px;
}
div.centercontent {
padding: 0.3em 1ex 0.3em 1ex;
margin: 5px 5px 9px 5px;
border: 1px solid #e0e0e0;
}
div.centercontent h2 {
padding: 0.1em 0 0.1em 0.5em;
}
ul {
margin-top: 0;
margin-bottom: 5px;
}
div.navbar {
2006-12-20 01:01:34 +01:00
display: block;
font-weight: bold;
margin: 5px 0 5px 0;
padding: 10px 0 10px 0;
2006-12-20 01:01:34 +01:00
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
2006-12-20 01:43:15 +01:00
text-align:center;
2006-12-20 01:01:34 +01:00
}
2007-01-04 15:28:24 +01:00
div.navbar a:link, div.navbar a:visited, div.navbar a:active {
color: #366b30;
2006-12-20 03:34:06 +01:00
text-decoration: none;
}
2006-12-20 01:01:34 +01:00
div.left {
2006-12-20 01:01:34 +01:00
float: left;
2006-12-20 01:43:15 +01:00
width: 30%;
margin: 0 0 0 5px;
2006-12-20 01:01:34 +01:00
padding: 0;
2006-12-20 01:43:15 +01:00
text-align: center;
2006-12-20 01:01:34 +01:00
}
div.left h2 {
2007-01-04 15:28:24 +01:00
text-align: left;
color: #366b30;
background-color: #eeeeec;
2006-12-20 01:01:34 +01:00
padding: 0 0 0 0.5em;
margin-bottom: 0.3em;
}
div.leftcontent {
margin: 0.2em 0.4em 0.5em 0;
2006-12-20 01:01:34 +01:00
padding: 0.3em;
text-align: left;
2006-12-20 01:43:15 +01:00
border: 1px solid #e0e0e0;
2006-12-20 01:01:34 +01:00
}
div.leftcontent p {
2006-12-20 01:01:34 +01:00
padding: 0 0 0.5em 0.5em;
}
div.content {
margin: 5px 5px 15px 31%;
}
div.onecolumn {
margin: 5px 5px 9px 5px;
}
div.content, div.onecolumn {
2006-12-20 01:01:34 +01:00
padding: 0.3em 1ex 0.3em 1ex;
2006-12-20 01:43:15 +01:00
border: 1px solid #e0e0e0;
2006-12-20 01:01:34 +01:00
}
div.content h2, div.onecolumn h2 {
2006-12-20 01:01:34 +01:00
/* these are 2 pixels higher then those on the left side */
/* RFC: what does that mean? Do we want this difference or not? [l] */
2006-12-20 01:01:34 +01:00
padding: 0.1em 0 0.1em 0.5em;
2006-12-20 01:43:15 +01:00
margin: 0.1em 0 0.1em 0;
2006-12-20 01:01:34 +01:00
}
div.content p, div.onecolumn p {
2006-12-20 01:43:15 +01:00
padding: 0.1em 0.8em 0.1em 0.8em;
2006-12-20 01:01:34 +01:00
}
div.onecolumn p {
margin-top: 10px;
margin-bottom: 25px;
text-align: center;
}
2006-12-20 01:43:15 +01:00
.date {
text-align: right;
font-style: italic;
font-size: 0.8em;
}
2006-12-20 01:01:34 +01:00
div.footer {
2006-12-20 01:01:34 +01:00
margin: 20px 0 5px 0;
padding: 5px 0 5px 0;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
font-size: 80%;
text-align: center;
clear: both;
}
/* FAQ headers */
div.faq h3 {
margin: 0.5em;
font-size: 0.9em;
color: #8bbf75;
}
/* table of content for FAQ */
ol.toc {
padding-left: 2em;
}
ol.toc li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
ol.toc a {
text-decoration: none;
2007-01-04 15:28:24 +01:00
}
/* recent changes (rss feed) */
ul.recent_changes {
padding-left: 0;
list-style-type: none;
}
ul.recent_changes li {
}
ul.recent_changes li h3 {
font-size: 0.9em;
margin: 2px;
text-decoration: none;
}
ul.recent_changes li h3 a {
text-decoration: none;
}
ul.recent_changes li p.date {
padding: 2px 2px 0 2px;
font-size: 0.8em;
}