-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcakestyle.css
101 lines (82 loc) · 1.49 KB
/
cakestyle.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
html, body {
margin: 0px;
background: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
color:#4d4948;
}
h1 {
font-size:150%;
margin:0px;
padding:0px;
}
a {
color:#4d4948;
}
.clear {
clear:both;
}
#wrapper {
margin:50px auto 0 auto;
background:url('layout/wrapper-bg.png') no-repeat;
width:765px;
height:356px;
}
#wrapper #content {
padding:45px 30px 0 30px;
}
#wrapper #content #left-nav {
float:left;
font-size:95%;
}
#wrapper #content #left-nav ul {
padding:0 0 50px 0;
margin:0;
}
#wrapper #content #left-nav ul li {
padding:0;
margin:0;
list-style:none;
}
#wrapper #content #left-nav ul li a {
text-decoration:none;
}
#wrapper #content #left-nav ul li a:hover {
color:#ff0505;
text-decoration:underline;
}
#wrapper #content #left-nav #build a {
background:url('layout/latest-build.jpg');
width:155px;
height:124px;
display:block;
}
#wrapper #content #left-nav #build a span {
display:none;
}
#wrapper #content #main {
float:right;
width:500px;
font-size:90%;
}
#wrapper #content #main #regbox {
padding: 15px 0 0 0;
}
#wrapper #content #main #regbox label {
width:100px;
float:left;
}
#wrapper #errors {
margin-top:15px;
color:#4d4948;
background-color:#df8181;
border: 1px solid #db1414;
font-size:90%;
}
#wrapper #success {
margin-top:15px;
color:#4d4948;
background-color:#bce9b5;
border: 1px solid #7ace6c;
padding:10px;
}