|
@@ -7,75 +7,75 @@ body {
|
|
|
}
|
|
|
|
|
|
.pageBackground {
|
|
|
-background-color:white;
|
|
|
+ background-color:white;
|
|
|
}
|
|
|
|
|
|
.topNavBar {
|
|
|
-background-color: black;
|
|
|
-color: #999;
|
|
|
-font-family: Consolas,monospace, "Courier New";
|
|
|
-font-size: 0.8em;
|
|
|
-text-align:right;
|
|
|
-line-height:1.6em;
|
|
|
+ background-color: black;
|
|
|
+ color: #999;
|
|
|
+ font-family: Consolas,monospace, "Courier New";
|
|
|
+ font-size: 0.8em;
|
|
|
+ text-align:right;
|
|
|
+ line-height:1.6em;
|
|
|
}
|
|
|
|
|
|
.pageForeground {
|
|
|
-background-color: white;
|
|
|
+ background-color: white;
|
|
|
}
|
|
|
|
|
|
.siteBanner {
|
|
|
-display:block;
|
|
|
-padding-top: 2em;
|
|
|
-padding-bottom: 2em;
|
|
|
+ display:block;
|
|
|
+ padding-top: 2em;
|
|
|
+ padding-bottom: 2em;
|
|
|
}
|
|
|
|
|
|
a.siteBanner:hover{
|
|
|
-text-decoration:none;
|
|
|
+ text-decoration:none;
|
|
|
}
|
|
|
|
|
|
#siteTitle{
|
|
|
-font-family:Consolas, monospace, "Courier New";
|
|
|
-font-size:3.0em;
|
|
|
-margin:0 0 0 0;
|
|
|
+ font-family:Consolas, monospace, "Courier New";
|
|
|
+ font-size:3.0em;
|
|
|
+ margin:0 0 0 0;
|
|
|
}
|
|
|
|
|
|
#siteTagline {
|
|
|
-font-family:"Palatino Linotype", "MS Serif", "Times New Roman";
|
|
|
-color:black;
|
|
|
-font-style: italic;
|
|
|
-margin: 0em 0px 0em 0px;
|
|
|
-font-size: 1.5em;
|
|
|
-font-weight: normal;
|
|
|
+ font-family:"Palatino Linotype", "MS Serif", "Times New Roman";
|
|
|
+ color:black;
|
|
|
+ font-style: italic;
|
|
|
+ margin: 0em 0px 0em 0px;
|
|
|
+ font-size: 1.5em;
|
|
|
+ font-weight: normal;
|
|
|
}
|
|
|
|
|
|
.hmenu {
|
|
|
-text-align: center;
|
|
|
-font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
-font-size: 1.1em;
|
|
|
-border-top: 1px solid #8C8C8C;
|
|
|
-border-bottom: 1px solid #8C8C8C;
|
|
|
-padding-top: .35em;
|
|
|
-padding-bottom: .35em;
|
|
|
-text-shadow: #EBEBEB 0 1px;
|
|
|
-text-decoration: none;
|
|
|
-color:#444;
|
|
|
+ text-align: center;
|
|
|
+ font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
+ font-size: 1.1em;
|
|
|
+ border-top: 1px solid #8C8C8C;
|
|
|
+ border-bottom: 1px solid #8C8C8C;
|
|
|
+ padding-top: .35em;
|
|
|
+ padding-bottom: .35em;
|
|
|
+ text-shadow: #EBEBEB 0 1px;
|
|
|
+ text-decoration: none;
|
|
|
+ color:#444;
|
|
|
}
|
|
|
|
|
|
.articleTitle {
|
|
|
-font-size: 3.2em;
|
|
|
-color: darkRed;
|
|
|
-font-weight: normal;
|
|
|
-font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
-line-height: 1.5;
|
|
|
-margin-bottom: 1.0em;
|
|
|
+ font-size: 3.2em;
|
|
|
+ color: darkRed;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
+ line-height: 1.5;
|
|
|
+ margin-bottom: 1.0em;
|
|
|
}
|
|
|
|
|
|
.publicationDate {
|
|
|
-background-color: white;
|
|
|
-font-family: georgia;
|
|
|
-font-size: 1.0em;
|
|
|
-color: dimGray;
|
|
|
-font-style: normal;
|
|
|
+ background-color: white;
|
|
|
+ font-family: georgia;
|
|
|
+ font-size: 1.0em;
|
|
|
+ color: dimGray;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
|
|
|
.tagsHeading {
|
|
@@ -102,8 +102,8 @@ font-style: normal;
|
|
|
.tagBox li {
|
|
|
line-height: 1.75em;
|
|
|
font-size: 0.9em;
|
|
|
-margin-left: 1.25em;
|
|
|
-margin-bottom: 0.3em;
|
|
|
+ margin-left: 1.25em;
|
|
|
+ margin-bottom: 0.3em;
|
|
|
}
|
|
|
|
|
|
.tagBox a {
|
|
@@ -121,11 +121,11 @@ margin-bottom: 0.3em;
|
|
|
}
|
|
|
|
|
|
.post {
|
|
|
-font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
-font-size: 1.0em;
|
|
|
-line-height: 1.5em;
|
|
|
-color: #111;
|
|
|
-text-align: justify;
|
|
|
+ font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
|
|
|
+ font-size: 1.0em;
|
|
|
+ line-height: 1.5em;
|
|
|
+ color: #111;
|
|
|
+ text-align: justify;
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -134,35 +134,35 @@ Mobile version - preset code from cssgrid.net */
|
|
|
|
|
|
@media handheld, only screen and (max-width: 767px) {
|
|
|
|
|
|
-.topNavBar {
|
|
|
-text-align:center;
|
|
|
-}
|
|
|
+ .topNavBar {
|
|
|
+ text-align:center;
|
|
|
+ }
|
|
|
|
|
|
-.pageForeground {
|
|
|
-border-radius:0px;
|
|
|
-moz-border-radius:0px;
|
|
|
-}
|
|
|
+ .pageForeground {
|
|
|
+ border-radius:0px;
|
|
|
+ moz-border-radius:0px;
|
|
|
+ }
|
|
|
|
|
|
-.siteBanner {
|
|
|
-margin-top:-16px;
|
|
|
-padding-left: 0.2em;
|
|
|
-padding-right: 0.2em;
|
|
|
-background-position: bottom center;
|
|
|
-}
|
|
|
+ .siteBanner {
|
|
|
+ margin-top:-16px;
|
|
|
+ padding-left: 0.2em;
|
|
|
+ padding-right: 0.2em;
|
|
|
+ background-position: bottom center;
|
|
|
+ }
|
|
|
|
|
|
-#siteTitle{
|
|
|
-font-size:2.3em;
|
|
|
-padding-left:0px;
|
|
|
-}
|
|
|
+ #siteTitle{
|
|
|
+ font-size:2.3em;
|
|
|
+ padding-left:0px;
|
|
|
+ }
|
|
|
|
|
|
-.hmenu {
|
|
|
-margin-top:-11px;
|
|
|
-}
|
|
|
+ .hmenu {
|
|
|
+ margin-top:-11px;
|
|
|
+ }
|
|
|
|
|
|
|
|
|
- .examplecontainer {}
|
|
|
+ .examplecontainer {}
|
|
|
|
|
|
- body {}
|
|
|
+ body {}
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -197,13 +197,13 @@ and (min-width : 321px) {
|
|
|
/* Smartphones (portrait) ----------- */
|
|
|
@media handheld, only screen and (max-width : 320px) {
|
|
|
/* Styles */
|
|
|
-#siteTitle{
|
|
|
-font-size:1.8em;
|
|
|
-padding-left:0px;
|
|
|
-}
|
|
|
-
|
|
|
-#siteTagline {
|
|
|
- font-size:0.9em;
|
|
|
-}
|
|
|
+ #siteTitle{
|
|
|
+ font-size:1.8em;
|
|
|
+ padding-left:0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #siteTagline {
|
|
|
+ font-size:0.9em;
|
|
|
+ }
|
|
|
|
|
|
}
|