1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Some CSS-stuff added

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@38 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-08-22 17:41:02 +00:00
parent 4f8af69b99
commit d1795b7f0a
6 changed files with 190 additions and 115 deletions
+56 -1
View File
@@ -1,3 +1,58 @@
body {
background: #CCEEFF;
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;
}