mirror of
https://github.com/weewx/weewx.git
synced 2026-06-10 10:05:20 -04:00
284 lines
4.4 KiB
CSS
284 lines
4.4 KiB
CSS
/*
|
|
* Styles for the weewx documentation
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
html, body{
|
|
font-family: Verdana,arial,sans-serif;
|
|
font-size: 11pt;
|
|
}
|
|
li {
|
|
margin-right: 10%;
|
|
margin-top: 10px;
|
|
}
|
|
dt {
|
|
margin-top: 10px;
|
|
}
|
|
dd {
|
|
margin-top: 5px;
|
|
}
|
|
h1 {
|
|
font-size: 160%;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
border: 1px solid black;
|
|
background-color: #008080;
|
|
padding-left: .5em;
|
|
padding-right: .5em;
|
|
margin-top: 30pt;
|
|
}
|
|
h2 {
|
|
font-size: 140%;
|
|
font-weight: bold;
|
|
color: teal;
|
|
margin-top: 20pt;
|
|
}
|
|
h3 {
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
color: teal;
|
|
}
|
|
h4 {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
color: teal;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
tr {
|
|
vertical-align: top;
|
|
}
|
|
td {
|
|
border: 1px solid #cccccc;
|
|
padding: 5px;
|
|
}
|
|
caption {
|
|
background-color: #aacccc;
|
|
margin: 0;
|
|
margin-bottom: 8px;
|
|
border: 1px solid #888888;
|
|
padding: 6px 16px;
|
|
font-weight: bold;
|
|
}
|
|
.code {
|
|
font-family: "Courier New", Courier, monospace;
|
|
}
|
|
.symcode {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-style: italic;
|
|
}
|
|
.indent {
|
|
margin-left: 40px;
|
|
margin-right: 40px;
|
|
}
|
|
.station_data {
|
|
margin-left: 40px;
|
|
margin-right: 80px;
|
|
width: 500px;
|
|
}
|
|
.station_data_key {
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
margin-left: 40px;
|
|
margin-right: 80px;
|
|
width: 500px;
|
|
}
|
|
.tty {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-size: 90%;
|
|
background-color: #FFFFe0;
|
|
border: 1px solid #ddddaa;
|
|
margin: 10px;
|
|
padding: 3px;
|
|
white-space: pre;
|
|
line-height: normal;
|
|
}
|
|
.title {
|
|
margin-top: 0px;
|
|
text-align: center;
|
|
}
|
|
.config_section {
|
|
}
|
|
.config_option, .config_important {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-weight: bold;
|
|
color: black;
|
|
margin-top: 1.5em;
|
|
margin-bottom: 0px;
|
|
}
|
|
.config_important {
|
|
color: #bb9900;
|
|
}
|
|
.highlight {
|
|
background-color: #FFCC99;
|
|
}
|
|
.text_highlight, .first_col{
|
|
font-weight: bold;
|
|
background-color: #eef0f0;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
table .first_row {
|
|
font-weight: bold;
|
|
background-color: #ddefef;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
.example_output {
|
|
font-family: "Times New Roman", Times, serif;
|
|
padding: 5px;
|
|
border: thin #000000 solid;
|
|
margin: 10px;
|
|
box-shadow: 5px 5px 2px #888888;
|
|
display:inline-block;
|
|
}
|
|
.image {
|
|
padding: 5px;
|
|
}
|
|
.image-right {
|
|
padding-left: 50px;
|
|
padding-right: 20px;
|
|
float: right;
|
|
}
|
|
.image_caption {
|
|
font-size: 80%;
|
|
text-align: center;
|
|
}
|
|
.note {
|
|
background-color: #cce0d0;
|
|
border: 1px solid #aac0b0;
|
|
margin: 10px 30px 10px 30px;
|
|
padding: 10px;
|
|
}
|
|
.warning {
|
|
background-color: #ffeeee;
|
|
border: 1px solid #ffdddd;
|
|
margin: 10px 30px 10px 30px;
|
|
padding: 10px;
|
|
}
|
|
.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;
|
|
}
|
|
.tabs img{
|
|
display:inline;
|
|
}
|
|
.tab {
|
|
font-size: 80%;
|
|
font-weight: bold;
|
|
color: #aaaaaa;
|
|
margin: 0px;
|
|
padding: 4px 16px 4px 16px;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
.selected {
|
|
color: black;
|
|
border-top: 1px solid #447777;
|
|
border-left: 1px solid #447777;
|
|
border-right: 1px solid #447777;
|
|
background-color: #aacccc;
|
|
//background-color: #FFFFe0;
|
|
}
|
|
.version {
|
|
font-size: 60%;
|
|
}
|
|
.logo {
|
|
width: 48px;
|
|
padding-right: 10px;
|
|
}
|
|
.popup-note {
|
|
font-size: 80%;
|
|
}
|
|
|
|
#technical_content{
|
|
float:right;
|
|
width:82%
|
|
}
|
|
|
|
/*
|
|
* This section mimics the style that
|
|
* the reporting engine produces, so the docs
|
|
* can reproduce it.
|
|
*/
|
|
.stats table {
|
|
border: thin solid #000000;
|
|
width: 100%;
|
|
}
|
|
.stats td {
|
|
border: thin solid #000000;
|
|
padding: 2px;
|
|
}
|
|
|
|
.stats_label {
|
|
color: green;
|
|
}
|
|
|
|
.stats_data {
|
|
color: red;
|
|
}
|
|
/*
|
|
* Overrides for the jQuery UI widgets
|
|
*/
|
|
div .ui-widget-header {
|
|
border: 1px solid black;
|
|
background: #aacccc;
|
|
}
|
|
|
|
/*
|
|
* Overrides for tocify Table-of-Contents
|
|
*/
|
|
.tocify {
|
|
width: 15%;
|
|
margin-left: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.tocify ul, .tocify li {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.tocify-header ul, .tocify-header li{
|
|
padding-left: 10px;
|
|
text-indent: -10px;
|
|
}
|
|
.tocify-subheader {
|
|
display: inherit;
|
|
}
|