]> jfr.im git - irc/pisg.git/blob - pisg/layout/orange_grey.css
import from cvs
[irc/pisg.git] / pisg / layout / orange_grey.css
1 /*
2 CSS pour pisg
3 maggic 2003/02/23 & 2003/04/26
4
5 http://maggic.org
6 */
7
8 /* Liens */
9 a {
10 text-decoration: none;
11 font-weight: bold;
12 }
13 a:link {
14 color: #002597;
15 }
16 a:visited {
17 color: #002597;
18 }
19
20 a:hover {
21 text-decoration: underline;
22 color: #002597;
23 }
24
25 /* Autres liens (bas de page) */
26 a.background {
27 text-decoration: none;
28 }
29
30 a.background:link {
31 color: #002597;
32 }
33
34 a.background:visited {
35 color: #002597;
36 }
37
38 a.background:hover {
39 text-decoration: underline;
40 color: #002597;
41 }
42
43 body {
44 background-color: #ededed;
45 font-family: Verdana, Arial, sans-serif;
46 font-size: 13px;
47 }
48
49 td {
50 font-family: Verdana, Arial, sans-serif;
51 font-size: 13px;
52 text-align: left;
53 }
54
55 .male, .male a {
56 color: #0000DD;
57 }
58
59 .female, .female a {
60 color: #DD3366;
61 }
62
63 .bot, .bot a {
64 color: #00FFFF;
65 }
66
67 .title {
68 font-family: verdana, Arial, sans-serif;
69 font-size: 16px;
70 font-weight: bold;
71 }
72
73 /* Les titres des rubriques */
74 .headtext {
75 color: #000000;
76 font-weight: bold;
77 font-size: 14px;
78 text-align: center;
79 background-color: #faa602;
80 }
81
82 /* Bords des titres */
83 .headlinebg {
84 background-color: #000000;
85 }
86
87 /* Les sous-titres des rubriques */
88 .tdtop {
89 background-color: #bbbbbb;
90 color: #000000;
91 }
92
93 /* Cellules "Big Numbers" */
94 .hicell {
95 background-color: #dddddd;
96 }
97
98 /* Cellules "Users with most nicknames" */
99 .hicell10 {
100 background-color: #dddddd;
101 font-size: 10px;
102 }
103
104 /* Nombres des listes (2+) */
105 .rankc {
106 background-color: #bbbbbb;
107 }
108
109 /* Nombres des listes (1) */
110 .hirankc {
111 background-color: #999999;
112 font-weight: bold;
113 }
114
115
116 .rankc10 {
117 background-color: #cccccc;
118 font-size: 10px;
119 }
120
121 /* heure autre que la plus frequentee */
122 .rankc10center {
123 background-color: #dddddd;
124 font-size: 10px;
125 text-align: center;
126 }
127
128 /* heure la plus frequentee */
129 .hirankc10center {
130 background-color: #999999;
131 color: #000000;
132 font-weight: bold;
133 font-size: 10px;
134 text-align: center;
135 }
136
137 .small {
138 font-family: Verdana, Arial, sans-serif;
139 font-size: 10px;
140 }
141
142 .asmall {
143 font-family: Verdana, Arial, sans-serif;
144 font-size: 10px;
145 text-align: center;
146 }