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
|
/* Ocean colorscheme made by: Mikko Nissinen <Gwadj>
* To see it in action go to http://www.loiri.cjb.net
*
*
* To obtain a better result, then set the these pisg options:
* <set hicell="#3399cc">
* <set hicell2="#006699">
*/
A
{
TEXT-DECORATION: none
}
A:link
{
COLOR: #99ccff
}
A:visited
{
COLOR: #99ccff
}
A:hover
{
COLOR: #ffffff;
TEXT-DECORATION: underline
}
A.background
{
TEXT-DECORATION: none
}
A.background:link
{
COLOR: #3399cc
}
A.background:visited
{
COLOR: #3399cc
}
A.background:hover
{
COLOR: #99ccff;
TEXT-DECORATION: underline
}
BODY
{
FONT-SIZE: 13px;
COLOR: #dedede;
FONT-FAMILY: Verdana, Arial, sans-serif;
BACKGROUND-COLOR: #000033
}
TD
{
FONT-SIZE: 13px;
COLOR: #dedede;
FONT-FAMILY: Verdana, Arial, sans-serif;
TEXT-ALIGN: left
}
.title
{
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
FONT-FAMILY: Tahoma, Arial, sans-serif
}
.headtext
{
FONT-WEIGHT: bold;
COLOR: #dedede;
BACKGROUND-COLOR: #003366;
TEXT-ALIGN: center
}
.headlinebg
{
BACKGROUND-COLOR: #003366
}
.tdtop
{
BACKGROUND-COLOR: #336699
}
.hicell
{
BACKGROUND-COLOR: #000066
}
.hicell10
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #336699
}
.rankc
{
BACKGROUND-COLOR: #336699
}
.hirankc
{
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #6699cc
}
.rankc10
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #336699
}
.rankc10center
{
FONT-SIZE: 10px;
BACKGROUND-COLOR: #336699;
TEXT-ALIGN: center
}
.hirankc10center
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
BACKGROUND-COLOR: #6699cc;
TEXT-ALIGN: center
}
.small
{
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Arial, sans-serif
}
.asmall
{
FONT-SIZE: 10px;
COLOR: #dedede;
FONT-FAMILY: "Arial narrow", Arial, sans-serif
TEXT-ALIGN: center
}
|