ancient-weatherstation/webstuff/frontend/css/example.css

59 lines
981 B
CSS

body {
background: #fefefe;
}
div.module {
border-color: #006600;
border-style: solid;
border-width: 1px;
background: #CCFFEE;
padding: 3px;
margin: 2px;
}
div.module h3.mod_headline {
margin-top:2px;
margin-left:2px;
margin-bottom: 5px;
font-weight: 600;
font-size: 15pt;
color: #222222;
}
div.module h4.mod_subhead {
margin-top:2px;
margin-left:2px;
margin-bottom: 4px;
font-weight: 600;
font-size: 12pt;
color: #444444;
}
div.module div.mod_subsec {
border-color: #BBEEDD;
border-style: dotted;
border-width: 1px;
background: #DDFFFF;
margin: 2px;
margin-left: 10px;
margin-right: 10px;
padding: 2px;
color: #666666;
font-weight: 600;
font-size: 10pt;
}
div.module p.mod_description {
border-color: #BBEEDD;
border-style: dotted;
border-width: 1px;
background: #DDFFFF;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 4px;
padding: 2px;
color: #333333;
font-weight: 600;
font-size: 10pt;
}