X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=data%2Fzerezo.css;h=c809c43c6a58daf8f2e854a720dee130ba6d1748;hp=a34612bba4ac9aa0660200069d13868a02b23603;hb=72d7b5ef1a002846613b81ac4a77df963e483b74;hpb=f1ceb8590964e5e54ebe293d580a16ec28f161e0 diff --git a/data/zerezo.css b/data/zerezo.css index a34612b..c809c43 100644 --- a/data/zerezo.css +++ b/data/zerezo.css @@ -5,9 +5,9 @@ body { } #irssistats * { - font-family: Verdana, Arial, Helvetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; - margin: 0; + margin: 0; } #irssistats A { @@ -19,35 +19,35 @@ body { } #irssistats img { - border: 0; + border: 0; } #irssistats h1 { - font-size: 20pt; + font-size: 20pt; margin-bottom: 10px; color: #0CBA18; } #irssistats h2 { - font-size: 15pt; + font-size: 15pt; margin-bottom: 5px; color: #84DB8C; } #irssitats p { - font-size: 10pt; + font-size: 10pt; } #irssistats th { - font-size: 9pt; + font-size: 9pt; background: #0B810B; - border: 1px #006600 solid; + border: 1px #006600 solid; } #irssistats td { - font-size: 9pt; + font-size: 9pt; background: #085D10; - border: 1px #003300 solid; + border: 1px #003300 solid; } #irssistats td.oneline { @@ -55,7 +55,7 @@ body { } #irssistats small { - font-size: 7pt; + font-size: 7pt; } #irssistats table { @@ -64,74 +64,86 @@ body { } #irssistats div { - padding: 10px; - margin: 10px; - text-align: center; + padding: 10px; + margin: 10px; + 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; } #irssistats div.h1 { - background: #0000ff; + background: #0000ff; background: url('h1.png'); } #irssistats div.h2 { - background: #00ff00; + background: #00ff00; background: url('h2.png'); } #irssistats div.h3 { - background: #ffff00; + background: #ffff00; background: url('h3.png'); } #irssistats div.h4 { - background: #ff0000; + background: #ff0000; background: url('h4.png'); } #irssistats div.hm { - background: #ff00ff; + background: #ff00ff; background: url('hm.png'); } #irssistats div.v1 { - background: #0000ff; + background: #0000ff; background: url('v1.png'); } #irssistats div.v2 { - background: #00ff00; + background: #00ff00; background: url('v2.png'); } #irssistats div.v3 { - background: #ffff00; + background: #ffff00; background: url('v3.png'); } #irssistats div.v4 { - background: #ff0000; + background: #ff0000; background: url('v4.png'); } #irssistats div.vm { - background: #ff00ff; + background: #ff00ff; background: url('vm.png'); +} + +#irssistats div.logo { + background: url('irssistats_black.png'); + width: 364px; + height: 44px; + margin: auto; + padding: 0; +} + +#irssistats .tdphoto { + text-align: center; } \ No newline at end of file