-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
91 lines (87 loc) · 1.34 KB
/
index.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
body{
font-family:"verdana", "helvetica", "arial";
}
.exampleList{margin:0; padding:0; list-style-type:none;}
h3{margin:1em 0 .3em;float:left;clear:both;}
a{
color:#369;
text-decoration:none;
outline: none;
padding:0 .5em;
}
a:hover{
background:#369;
color:#FFF;
}
.run, .debug{ display:block; float:left;margin:1.3em 0 0 1em;}
.sources, .template{clear:both;padding:1em;background:#DEF;margin:0 0 0 1em;overflow:auto;}
#chooseLib a{
font-size:.8em;
background:#FFB;
padding:.3em;
text-decoration:underline;
}
#chooseLib a:hover{
background:#369;
}
#examples{display:none;}
#chooseLib{
line-height:1.5em;
border:solid 1px #CCC;
padding:1em;
background:#FFC;
}
input.lib{
font-weight:bold;
}
.note{
color:#999;
font-size:.75em;
}
pre{
font-family:Monaco,"Courier New",monospace;
color:#444444;
font-size:75%;
}
#sourceCodes{
clear:both;
}
.sourceCode{
background:#EEF;
border:solid 1px #CCC;
padding:1%;
margin:1%;
overflow:auto;
max-height:300px;
}
.sourceCode pre{
}
.cols2 .sourceCode{
float:left;
width:44%;
}
.cols3 .sourceCode{
float:left;
width:27%;
}
/* ex 4 */
.playerList td{
padding:0 1em;
border:1px solid #999;
}
.odd td{
background:#FFF;
}
/* ex 5 */
.partialTable td{
padding:0 1em;
border:1px solid #999;
}
/* ex 6 */
.teamPlace table{
width:100%;
}
.scoreBoard td{
padding:0 1em;
border:1px solid #999;
}