123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- body {
- }
- .pageBackground {
- 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;
- }
- .pageForeground {
- background-color: white;
- }
- .siteBanner {
- display:block;
- padding-top: 2em;
- padding-bottom: 2em;
- }
- a.siteBanner:hover{
- text-decoration:none;
- }
- #siteTitle{
- 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;
- }
- .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;
- text-shadow: #EBEBEB 0 1px;
- text-decoration: none;
- color:#444;
- overflow: hidden;
- padding: 0.35em;
- }
- .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: 0.5em 0;
- }
- .publicationDate {
- background-color: white;
- font-family: georgia;
- font-size: 1.0em;
- color: dimGray;
- font-style: normal;
- }
- .tagsHeading {
- background-color: white;
- font-family: georgia;
- font-sze: 1.0em;
- color: #444;
- font-style: normal;
- padding-top: 0.313em;
- }
- .tagsHeading a {
- color:#444;
- text-decoration: none;
- }
- .tagBox {
- list-style: none;
- margin: 0;
- padding: 0.313em 0;
- overflow: hidden;
- }
- .tagBox li {
- line-height: 1.75em;
- font-size: 0.9em;
- margin-left: 1.25em;
- margin-bottom: 0.3em;
- }
- .tagBox a {
- padding: 0.28em 0.375em;
- margin: 0.125em;
- background: #EEE;
- color: #444;
- border-radius: 0.188em;
- text-decoration: none;
- }
- .tagBox a span {
- vertical-align: super;
- font-size: 0.8em;
- }
- .post {
- font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
- font-size: 1.0em;
- line-height: 1.5em;
- color: #111;
- text-align: justify;
- }
- @media handheld, only screen and (max-width: 767px) {
- .topNavBar {
- text-align:center;
- }
- .pageForeground {
- border-radius:0px;
- moz-border-radius:0px;
- }
- .siteBanner {
- margin-top:-16px;
- padding-left: 0.2em;
- padding-right: 0.2em;
- background-position: bottom center;
- }
- #siteTitle{
- font-size:2.3em;
- padding-left:0px;
- }
- .hmenu {
- margin-top:-11px;
- }
- .examplecontainer {}
- body {}
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
-
- }
- @media only screen
- and (min-device-width : 320px)
- and (max-device-width : 480px) {
- }
- @media only screen
- and (min-width : 321px) {
- }
- @media handheld, only screen and (max-width : 320px) {
- #siteTitle{
- font-size:1.8em;
- padding-left:0px;
- }
- #siteTagline {
- font-size:0.9em;
- }
- }
|