-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbasic.css
More file actions
83 lines (69 loc) · 1.04 KB
/
basic.css
File metadata and controls
83 lines (69 loc) · 1.04 KB
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
html, body {
background: #afafaf;
color: #f0f0f0;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
a:link {
color:white;
text-decoration:none;
}
a:visited {
color:white;
}
.linkul a:link, a:visited {
text-decoration:underline;
}
#the_page {
background: #444544;
width: 768px;
margin: auto;
padding: 15px;
border: 1px solid #ffffff;
min-height:100%;
}
.catcells {
width: 220px;
height: 100px;
margin: 8px;
padding: 10px;
border: 1px solid #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 5px #cfcfcf;
}
.longcatcells {
width: 220px;
height: 200px;
margin: 8px;
padding: 10px;
border: 1px solid #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 5px #cfcfcf;
}
.inlinebox {
text-align:right;
min-height:100px;
}
#catcolumn {
width: 200px;
float: right;
}
#header {
height: 60px;
}
#main {
}
#snetlibs {
background: #0047b2;
}
#lpellibs {
background: #005ce6;
}
#compiler {
background: #1975ff;
}
#ticker {
background: #4d94ff;
}