@@ -489,10 +489,15 @@ /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you j.mp/textsizeadjust html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ } +@media handheld { + body { + } +} + /* * print styles * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ */ @@ -509,16 +514,17 @@ p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } body { + background-color: #f2c84b; } header { - background-color: #cc0000; + background-color: #f24405; padding: 1%; - border-bottom: 1px solid black; + border-bottom: 1px solid #d91604; color: white; } header > h1 > a { text-decoration: none; color: white; @@ -528,10 +534,11 @@ header > h2 { /* border-top: 1px solid white;*/ } #story-list { + background-color: #f2c84b; } #story-list > .story > a, .feed > a { text-decoration: none; font-weight: bold; @@ -540,20 +547,19 @@ #story-list > .story > p { font-size: .75em; } #story-list > .story > .read { - color: #CC3333; + color: #023859; } #story-list > .story > .unread, .feed > a { - color: #CC0000; -/* color: #A8A8EE;*/ + color: #0396a6; } #story-list > .story, .feed { padding: .5%; - border-top: 1px solid black; + border-top: 1px solid #d91604; margin-top: .33%; } span.ps, span.nt, span.ng { padding: .05em; @@ -568,15 +574,15 @@ span.ng { background-color: red; } footer { - background-color: #cc0000; + background-color: #f24405; padding: 1%; - border-top: 1px solid black; + border-top: 1px solid #d91604; color: white; } footer > a { text-decoration: none; color: white; font-weight: bold; }