-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchess.css
128 lines (108 loc) · 2.32 KB
/
chess.css
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
#pagebody {
padding: 0;
margin: 0;
text-align: left;
background: transparent;
clear: both;
background-color: rgb(50,50,50);
border-style: solid;
border-color: black;
border-width: 0px;
}
#maincontent {
float: left;
padding: 30px 0px 0px 30px;
}
th {
font-weight: bold;
}
#sidebar {
padding: 30px 10px 10px 0;
margin: 20 0 0 420px;
}
body {background-color: rgb(100, 100, 100);
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 20px;
font-size: 10pt;
font-weight: normal;
background-color: rgb(50,50,50);
color : white;
}
h,h2 {font-weight: normal;}
.path {}
.selected {visibility: visible;
color: green;
}
.box {
width: 800px;
height: 350px;
padding: 10px;
margin-bottom: 20px;
text-align: center;
background-color: rgb(50,50,50);
border-style: solid;
border-color: black;
border-width: 1px;
}
.rss {
border: 3px solid;
border-color: #FC9 #630 #330 #F96;
background: #F60;
color: #FFF !important;
margin: 0;
padding: 0 3px;
font: bold .7em verdana, sans-serif !important;
text-decoration: none !important;
}
.code {
font-family : Courier, Geneva, Arial, Helvetica, sans-serif;
width: 900px;
padding: 10px;
margin-bottom: 20px;
text-align: left;
background-color: rgb(255,255,255);
border-style: solid;
color : black;
border-color: black;
border-width: 1px;
}
img {border-color: black;}
img.toc {color: black;
background-color: black;}
img.toc:hover {
color: white;
background-color: black;}
img.gallery {color: white;
background-color: black;}
img.gallery:hover {
color: white;
background-color: black;}
.uline {
border-bottom : 1px solid;
}
a:link {
color : rgb(0,255,255);
text-decoration: none;
}
a:active {
color : rgb(0,255,255);
text-decoration: none;
}
a:visited {
color : rgb(0,255,255);
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}
.button {
border: 3px solid;
border-color: rgb(0,0,255) rgb(0,0,100) rgb(0,0,50) rgb(0,0,200);
background: rgb(0,0,128);
color: #FFF !important;
margin: 0;
padding: 0 3px;
font: bold .7em verdana, sans-serif !important;
text-decoration: none !important;
}