X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=data%2Fpisg.css;h=2d81db0820d2aea3cbb0020e4a00e4a13d0b0f44;hp=c306040e970323b88292b67d50fc24f2918ca7f6;hb=bee112ed64c16e0642a15bce9f37a428cb062736;hpb=cfd419cb491b39d0064949297565fc65297dc2bb diff --git a/data/pisg.css b/data/pisg.css index c306040..2d81db0 100644 --- a/data/pisg.css +++ b/data/pisg.css @@ -15,7 +15,7 @@ body { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: black; - margin: 0; + margin: 0; } #irssistats a { @@ -36,7 +36,7 @@ body { } #irssistats img { - border: 0; + border: 0; } #irssistats h1 { @@ -56,7 +56,7 @@ body { } #irssitats p { - font-size: 10pt; + font-size: 10pt; } #irssistats th { @@ -64,7 +64,7 @@ body { text-align: left; } -#irssistats_lastdays th, #irssistats_tophours th { +#irssistats_lastdays th, #irssistats_lastweeks th, #irssistats_lastmonths th, #irssistats_tophours th { font-weight: normal; color: #000000; background-color: #CCCCCC; @@ -80,7 +80,7 @@ body { background: #bcbcda; } -#irssistats_legend td, #irssistats_lastdays td, #irssistats_tophours td { +#irssistats_legend td, #irssistats_lastdays td, #irssistats_lastweeks td, #irssistats_lastmonths td, #irssistats_tophours td { text-align: center; background: inherit; } @@ -106,67 +106,76 @@ body { } #irssistats div { - margin-bottom: 20px; - text-align: center; + margin-bottom: 20px; + text-align: center; } #irssistats div.h1, #irssistats div.h2, #irssistats div.h3, #irssistats div.h4, #irssistats div.hm { - float: left; - height: 15px; - margin: 0; - padding: 0; + float: left; + height: 15px; + margin: 0; + padding: 0; border: 0; font-size: 0; } #irssistats div.v1, #irssistats div.v2, #irssistats div.v3, #irssistats div.v4, #irssistats div.vm { - width: 15px; - margin: 0; - padding: 0; - border: 0; + width: 15px; + margin: 0; + padding: 0; + border: 0; font-size: 0; + margin: auto; } #irssistats div.h1 { - background: #0000ff; + background: #0000ff; background: url('pisg_blue-h.png'); } #irssistats div.h2 { - background: #00ff00; + background: #00ff00; background: url('pisg_green-h.png'); } #irssistats div.h3 { - background: #ffff00; + background: #ffff00; background: url('pisg_yellow-h.png'); } #irssistats div.h4 { - background: #ff0000; + background: #ff0000; background: url('pisg_red-h.png'); } #irssistats div.hm { - background: #dd00dd; + background: #dd00dd; } #irssistats div.v1 { - background: #0000ff; + background: #0000ff; background: url('pisg_blue-v.png'); } #irssistats div.v2 { - background: #00ff00; + background: #00ff00; background: url('pisg_green-v.png'); } #irssistats div.v3 { - background: #ffff00; + background: #ffff00; background: url('pisg_yellow-v.png'); } #irssistats div.v4 { - background: #ff0000; + background: #ff0000; background: url('pisg_red-v.png'); +} + +#irssistats div.logo { + display: none; +} + +#irssistats .tdphoto { + text-align: center; } \ No newline at end of file