-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.css
115 lines (115 loc) · 1.63 KB
/
default.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
body{
background-color:#1B253A;
text-decoration:none;
}
#contentBlock{
margin-left:auto;
margin-right:auto;
width:600px;
height:200px;
margin-top:10px;
}
.contentImage{
float:left;
}
#contentHeader{
width:400px;
margin-left:10px;
margin-top:5px;
font-size:16pt;
}
#contentHeaderContainer{
margin-left:auto;
margin-right:auto;
height:50px;
width:400px;
float:right;
}
#userPost{
margin-left:auto;
margin-right:auto;
width:600px;
margin-top:10px;
}
#contentBody{
margin-left:20px;
margin-right:20px;
}
#leaderboard{
margin-left:auto;
margin-right:auto;
}
td{
padding-left:20px;
}
#contentBodyContainer{
margin-left:auto;
margin-right:auto;
width:400px;
text-indent:10px;
float:right;
}
a{
text-decoration:none;
color:#000;
font-size:14pt;
}
/*background colour #09318D */
#container{
background-color:#7E8593;
margin-left:auto;
margin-right:auto;
margin-top:50px;
width:1200px;
height:600px;
}
.sideImage{
margin-left:20px;
}
#header{
height:50px;
text-align:center;
}
#blankspace{
height:30px;
width:1200px;
margin-left:auto;
margin-right:auto;
background-color:#1B253A;
}
#navBar{
width:1200px;
height:30px;
}
.navCell{
width:240px;
height:30px;
float:left;
text-align:center;
}
h3{
text-align:center;
text-decoration:none;
}
#leftContent{
margin-top:10px;
width:300px;
float:left;
}
#centerContent{
margin-top:10px;
width:600px;
float:left;
}
#rightContent{
margin-top:10px;
width:300px;
float:left;
}
input{
margin:5px;
}
a:link.nav{color:#ffffff;}
a:visited.nav{color:#FFFFFF;}
a:hover.navCell{color:#ffffff;}
a:hover.navCell{background-color: #5D6577;}