mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
406 lines
7.0 KiB
CSS
406 lines
7.0 KiB
CSS
/* Styles for the weewx documentation
|
|
*
|
|
* Copyright (c) 2009-2016 Tom Keffer <tkeffer@gmail.com>
|
|
*
|
|
* See the file LICENSE.txt for your rights.
|
|
*/
|
|
|
|
body{
|
|
font-family: Verdana,arial,sans-serif;
|
|
font-size: 90%;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
@media (min-width:320px) {
|
|
.sidebar { display: none; }
|
|
.main { width:100%; }
|
|
.tr { font-size: 80%; }
|
|
}
|
|
@media (min-width:641px) {
|
|
.sidebar { display: block; width:190px; }
|
|
.main { margin-left: 210px; width:auto; }
|
|
.tr { font-size: 80%; }
|
|
}
|
|
@media (min-width:961px) {
|
|
.sidebar { display: block; width:190px; }
|
|
.main { margin-left: 210px; }
|
|
}
|
|
@media (min-width:1025px) {
|
|
.sidebar { display: block; width:220px; }
|
|
.main { margin-left: 230px; width:auto; }
|
|
}
|
|
@media (min-width:1281px) {
|
|
.sidebar { display: block; width:250px; }
|
|
.main { margin-left: 270px; }
|
|
}
|
|
|
|
div.sidebar {
|
|
position: fixed;
|
|
top: 4px;
|
|
left: 4px;
|
|
bottom: 4px;
|
|
}
|
|
div.main {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.header {
|
|
margin-top: 0px;
|
|
padding-left: 4px;
|
|
padding-bottom: 24px;
|
|
border: 1px solid #999999;
|
|
background-color: #aacccc;
|
|
webkit-border-radius: 3px;
|
|
moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.content {
|
|
padding-left: 4px;
|
|
}
|
|
.footer {
|
|
margin-top: 50px;
|
|
}
|
|
.doclist {
|
|
padding: 4px;
|
|
margin-bottom: 16px;
|
|
border: 1px solid #999999;
|
|
webkit-border-radius: 3px;
|
|
moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.title {
|
|
font-size: 180%;
|
|
font-weight: bold;
|
|
clear: left;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
#toc_parent {
|
|
padding: 4px;
|
|
border: 1px solid #aaaaaa;
|
|
webkit-border-radius: 3px;
|
|
moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
max-height: 80%;
|
|
}
|
|
#toc_controls {}
|
|
/* prevent dancing toc by eliminating the default bold during mouseover */
|
|
#toc .ui-state-hover {
|
|
background: #ddefef;
|
|
}
|
|
#toc .ui-state-hover a {
|
|
font-weight: normal;
|
|
color: black;
|
|
}
|
|
#toc .ui-state-default {
|
|
font-weight: normal;
|
|
background: #aacccc;
|
|
}
|
|
#toc .ui-state-default a {
|
|
color: black;
|
|
}
|
|
.tocify {
|
|
position: relative;
|
|
margin-left: 0;
|
|
width: auto;
|
|
border: 0;
|
|
webkit-border-radius: 0px;
|
|
moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
.tocify ul, .tocify li {
|
|
line-height: 1.2;
|
|
}
|
|
.tocify-header ul, .tocify-header li{
|
|
padding-left: 10px;
|
|
text-indent: -10px;
|
|
}
|
|
.tocify-subheader {
|
|
display: inherit;
|
|
}
|
|
|
|
li {
|
|
margin-right: 10%;
|
|
margin-top: 10px;
|
|
}
|
|
dt {
|
|
margin-top: 10px;
|
|
}
|
|
dd {
|
|
margin-top: 5px;
|
|
}
|
|
h1 {
|
|
color: black;
|
|
font-size: 160%;
|
|
font-weight: bold;
|
|
border: 1px solid #999999;
|
|
background-color: #aacccc;
|
|
padding-left: .5em;
|
|
padding-right: .5em;
|
|
webkit-border-radius: 3px;
|
|
moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
margin-top: 2em;
|
|
}
|
|
h2 {
|
|
color: teal;
|
|
font-size: 140%;
|
|
font-weight: bold;
|
|
margin-top: 1.5em;
|
|
}
|
|
h3 {
|
|
color: teal;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
h4 {
|
|
color: teal;
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border: 1px solid #cccccc;
|
|
width: 98%;
|
|
margin:1%;
|
|
}
|
|
table .tty {
|
|
margin: 0;
|
|
}
|
|
tr {
|
|
vertical-align: top;
|
|
font-size: 100%;
|
|
}
|
|
td {
|
|
border: 1px solid #cccccc;
|
|
padding: 2px;
|
|
}
|
|
table .first_row {
|
|
font-weight: bold;
|
|
background-color: #ddefef;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
table.fixed_width td {
|
|
width:10%;
|
|
}
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
.cmd {
|
|
font-weight: bold;
|
|
}
|
|
.tty {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-size: 90%;
|
|
background-color: #FFFFe0;
|
|
border: 1px solid #ddddaa;
|
|
padding: 3px 8px 3px 8px;
|
|
margin: 5px 15px 5px 15px;
|
|
white-space: pre;
|
|
line-height: normal;
|
|
}
|
|
.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: #ffe0b0;
|
|
}
|
|
.text_highlight, .first_col {
|
|
font-weight: bold;
|
|
background-color: #eef0f0;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
.example_output {
|
|
font-family: "Times New Roman", Times, serif;
|
|
padding: 3px 8px 3px 8px;
|
|
margin: 5px 15px 5px 15px;
|
|
border: 1px solid #cccccc;
|
|
box-shadow: 2px 2px 3px #dddddd;
|
|
display:inline-block;
|
|
}
|
|
.image {
|
|
padding: 5px;
|
|
}
|
|
.image-right {
|
|
padding-left: 50px;
|
|
padding-right: 20px;
|
|
float: right;
|
|
}
|
|
.image_caption {
|
|
font-size: 80%;
|
|
text-align: center;
|
|
padding: 5px;
|
|
}
|
|
.note {
|
|
background-color: #cce0d0;
|
|
border: 1px solid #aac0b0;
|
|
margin: 10px 30px 10px 30px;
|
|
padding: 10px;
|
|
webkit-border-radius: 6px;
|
|
moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.warning {
|
|
background-color: #ffeeee;
|
|
border: 1px solid #ffdddd;
|
|
margin: 10px 30px 10px 30px;
|
|
padding: 10px;
|
|
webkit-border-radius: 6px;
|
|
moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.copyright {
|
|
font-style: italic;
|
|
text-align: right;
|
|
}
|
|
.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;
|
|
}
|
|
.version {
|
|
font-size: 60%;
|
|
padding-right: 10px;
|
|
}
|
|
.logo {
|
|
width: 32px;
|
|
padding-right: 0px;
|
|
padding-top: 5px;
|
|
}
|
|
.logoref {
|
|
float: right;
|
|
padding-right: 10px;
|
|
}
|
|
.os-icons {
|
|
float: right;
|
|
margin-left: 100px;
|
|
}
|
|
|
|
|
|
.tabs {
|
|
float: left;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
.tabs img {
|
|
display:inline;
|
|
}
|
|
.tab {
|
|
font-size: 80%;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
padding: 4px 16px 4px 16px;
|
|
float: left;
|
|
cursor: pointer;
|
|
webkit-border-top-left-radius: 6px;
|
|
moz-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
webkit-border-top-right-radius: 6px;
|
|
moz-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
color: #aaaaaa;
|
|
border-top: 1px solid #cccccc;
|
|
border-left: 1px solid #cccccc;
|
|
border-right: 1px solid #cccccc;
|
|
}
|
|
.selected {
|
|
background-color: #ffffe0;
|
|
color: black;
|
|
border-top: 1px solid #447777;
|
|
border-left: 1px solid #447777;
|
|
border-right: 1px solid #447777;
|
|
}
|
|
|
|
|
|
/*
|
|
* The stats styles mimic the styles used in the default standard template
|
|
* output so that examples in the docs match those of the standard template.
|
|
*/
|
|
.stats {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
padding: 13px 58px 13px 58px;
|
|
}
|
|
.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;
|
|
}
|
|
/* no spurious background images please */
|
|
.ui-widget-content {
|
|
background: white;
|
|
}
|