| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- /* to obtain a better result, then set the these pisg options:
- * <set hicell="#607080">
- * <set hicell2="#8090a0">
- *
- * Theme by ICU (me at 1cu.de)
- */
-
- A
- {
- TEXT-DECORATION: none
- }
- A:link
- {
- COLOR: #bdcddd
- }
- A:visited
- {
- COLOR: #bdcddd
- }
- A:hover
- {
- COLOR: #bdcddd;
- TEXT-DECORATION: underline;
- font-weight: none
- }
- A.background
- {
- COLOR: none;
- TEXT-DECORATION: none
- }
- A.background:link
- {
- COLOR: #314151
- }
- A.background:visited
- {
- COLOR: #415161
- }
- A.background:hover
- {
- COLOR: #003c60;
- TEXT-DECORATION: underline
- }
- BODY
- {
- FONT-SIZE: 13px;
- COLOR: white;
- FONT-FAMILY: Verdana, Arial, sans-serif;
- BACKGROUND-COLOR: #647684;
- scrollbar-face-color: #647684;
- scrollbar-shadow-color: black;
- scrollbar-highlight-color: #647684;
- scrollbar-3dlight-color: black;
- scrollbar-darkshadow-color: #647684;
- scrollbar-track-color: #647684;
- scrollbar-arrow-color: black;
- }
- TD
- {
- FONT-SIZE: 13px;
- COLOR: white;
- FONT-FAMILY: Verdana, Arial, sans-serif;
- TEXT-ALIGN: left
- }
- .title
- {
- COLOR: white;
- FONT-WEIGHT: bold;
- FONT-SIZE: 16px;
- FONT-FAMILY: Tahoma, Arial, sans-serif
- }
- .headtext
- {
- FONT-WEIGHT: bold;
- COLOR: white;
- BACKGROUND-COLOR: none;
- TEXT-ALIGN: center
- }
- .headlinebg
- {
- BACKGROUND-COLOR: #344454
- }
- .tdtop
- {
- BACKGROUND-COLOR: #445464
- }
- .hicell
- {
- BACKGROUND-COLOR: #748494
- }
- .hicell10
- {
- FONT-SIZE: 10px;
- BACKGROUND-COLOR: #94a4b4
- }
- .rankc
- {
- BACKGROUND-COLOR: #748494
- }
- .hirankc
- {
- FONT-WEIGHT: bold;
- BACKGROUND-COLOR: #94a4b4
- }
- .rankc10
- {
- FONT-SIZE: 10px;
- BACKGROUND-COLOR: #748494
- }
- .rankc10center
- {
- FONT-SIZE: 10px;
- BACKGROUND-COLOR: #748494;
- TEXT-ALIGN: center
- }
- .hirankc10center
- {
- FONT-WEIGHT: bold;
- FONT-SIZE: 10px;
- BACKGROUND-COLOR: #94a4b4;
- TEXT-ALIGN: center
- }
- .small
- {
- FONT-SIZE: 10px;
- FONT-FAMILY: Verdana, Arial, sans-serif
- }
- .asmall
- {
- FONT-SIZE: 10px;
- COLOR: white;
- FONT-FAMILY: "Arial narrow", Arial, sans-serif
- TEXT-ALIGN: center
- }
- .male {
- color: #0000c7;
- }
- .female {
- color: #93006a;
- }
- .bot {
- color: black;
- }
|