-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (40 loc) · 1.02 KB
/
style.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
html, body{
margin-left:15px; margin-right:15px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
table {
border-collapse:collapse;
border-bottom:1px solid gray;
font-family: Tahoma,Verdana,Segoe,sans-serif;
width:72%;
}
th {
border-bottom:1px solid gray;
background:none repeat scroll 0 0 #09c332;
padding:10px;
color: #FFFFFF;
}
tr {
border-top:1px solid gray;
text-align:center;
}
tr:nth-child(even) {background: #FFFFFF}
tr:nth-child(odd) {background: #BBBBBB}
#wrapper {width: 100%; margin-top: 0px; }
#header {width: 70%; background: #09c332; margin-top: 0px; padding:15px 0px 15px 15px;}
#header h2 {width: 100%; margin:auto; color: #FFFFFF;}
#container {width: 100%; margin:auto}
#container h3 {color: #000;}
#container #content {margin-top: 20px;}
.add-button {
border: 1px solid #666;
border-radius: 5px;
padding: 4px;
font-size: 12px;
font-weight: bold;
width: 120px;
padding: 5px 10px;
margin-bottom: 15px;
background: #cccccc;
}