1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
/*
* "PISG" Stylesheet for FISG (C) Copyright 2003 ccr/TNSP
*
* Public domain, use as you wish.
*/
body {
background-color: #dedeee;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: black;
}
h2 {
color: white;
font-size: 12px;
font-weight: bold;
text-align: center;
background-color: #666699;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid black;
}
div.icontents {
width: 80%;
}
div.iinfo {
text-align: center;
color: black;
}
div.iinfo h1 {
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
}
p.idate {
text-align: center;
color: black;
}
p.ivisitors {
text-align: center;
color: black;
}
p.imessage {
text-align: center;
color: black;
}
p.imessage em {
color: black;
}
/* --------------------------------------------------- */
div.ihourly {
padding: 16px;
}
table.ihourly {
color: black;
}
table.ihourly tr th {
font-family: "Arial narrow", Arial, sans-serif;
font-size: 10px;
text-align: center;
color: black;
}
table.ihourly td.hirank {
background-color: #aaaaaa;
font-size: 10px;
font-weight: bold;
text-align: center;
color: black;
}
table.ihourly td.rank {
background-color: #cccccc;
font-size: 10px;
text-align: center;
color: black;
}
table.ihourbars {
width: 60%;
}
table.ihourbars td {
text-align: center;
}
.asmall {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
/* --------------------------------------------------- */
div.itoptalkers {
padding: 16px;
}
table.itoptalkers {
}
table.itoptalkers th {
background-color: #C8C8DD;
}
table.itoptalkers td {
background-color: #babadc;
}
td.nactivity {
text-align: center;
}
table.ialmosttop {
}
table.ialmosttop td {
background-color: #cccccc;
font-size: 10px;
text-align: left;
}
/* --------------------------------------------------- */
div.ibignumbers {
padding: 16px;
}
.isection {
background-color: #BABADD;
text-align: left;
margin: 2px;
}
|