Files
weewx/docs/weewx_docs.css
2013-11-10 00:47:33 +00:00

207 lines
3.6 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* styles for weewx documentation */
/* $Id$ */
body {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
p {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
ol {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
ul {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
li {
font: 11pt Verdana,arial,sans-serif;
color: black;
margin-right: 10%;
}
dl {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
dt {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
dd {
font: 11pt Verdana,arial,sans-serif;
color: black;
}
h1 {
font: bold 160% Verdana, arial, sans-serif;
color: #FFFFFF;
border: 1px solid black;
background-color: #008080;
padding-left: .5em;
padding-right: .5em;
margin-top: 30pt;
}
h2 {
font: bold 140% Verdana, arial, sans-serif;
color: teal;
margin-top: 20pt;
}
h3 {
font: bold 120% Verdana, arial, sans-serif;
color: teal;
}
h4 {
font: bold 100% Verdana, arial, sans-serif;
color: teal;
}
.code {
font-family: "Courier New", Courier, monospace;
}
.symcode {
font-family: "Courier New", Courier, monospace;
font-style: italic;
}
table {
border: 1px solid #dddddd;
border-collapse: collapse;
}
tr {
vertical-align: top;
}
td {
border: 1px solid #dddddd;
padding: 5px;
}
.indent {
margin-left: 40px;
margin-right: 80px;
}
.tty {
font-family: "Courier New", Courier, monospace;
margin: 0px 20px 0px 20px;
background-color: #FFFFe0;
border: 1px solid #ddddaa;
padding: 3px;
font-size: 90%;
white-space: pre;
}
.title {
margin-top: 0px;
}
.config_section {
}
.config_option {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
color: black;
margin-bottom: -12px;
}
.config_important {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
color: #bb9900;
margin-bottom: -12px;
}
.highlight {
background-color: #FFCC99;
}
.text_highlight {
font-weight: bold;
background-color: #f0f0f0;
padding-left: 10px;
padding-right: 10px;
}
.center {
text-align: center;
}
.example_output {
font-family: "Times New Roman", Times, serif;
padding: 5px;
border: thin #000000 dotted;
margin: 0px 20px 0px 20px;
}
div#toc ul {
list-style: none;
}
table.center {
margin-left:auto;
margin-right:auto;
text-align:left;
}
.image {
padding: 5px;
}
.image-right {
padding-left: 50px;
padding-right: 20px;
float: right;
}
.caption {
font-size: 80%;
text-align: center;
}
.warning {
background-color: #ffeeee;
border: 1px solid #ffdddd;
margin: 10px;
padding: 5px;
}
.copyright {
font-style: italic;
text-align: right;
color: #FFFFFF;
border: 1px solid black;
background-color: #008080;
padding-top: 5px;
padding-bottom: 10px;
padding-right: 10px;
margin-top: 30pt;
}
.prompt {
font-weight: bold;
}
.thumbnail {
width: 14px;
}
.locations {
margin-left: 20px;
border: none;
}
.locations tr {
border: none;
vertical-align: middle;
}
.locations_banner {
font-weight: bold;
border: 1px solid #447777;
}
.tabs {
float: left;
margin-left: 20px;
margin-right: 20px;
}
.tab {
font-size: 80%;
font-weight: bold;
color: #aaaaaa;
margin: 0px;
padding: 4px 16px 4px 16px;
float: left;
}
.selected {
color: black;
border-top: 1px solid #447777;
border-left: 1px solid #447777;
border-right: 1px solid #447777;
background-color: #88bbbb;
}
.version {
font-size: 60%;
}
.logo {
width: 48px;
padding-right: 10px;
}