-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBbluetable
More file actions
33 lines (33 loc) · 908 Bytes
/
Bbluetable
File metadata and controls
33 lines (33 loc) · 908 Bytes
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
table.comicGreen {
font-family: "Comic Sans MS", cursive, sans-serif;
border: 2px solid #4F7849;
background-color: #EEEEEE;
width: 100%;
text-align: center;
border-collapse: collapse;
}
table.comicGreen td, table.comicGreen th {
border: 1px solid #4F7849;
padding: 3px 2px;
}
table.comicGreen tbody td {
font-size: 19px;
font-weight: bold;
color: #4F7849;
}
table.comicGreen tr:nth-child(even) {
background: #CEE0CC;
}
table.comicGreen tfoot {
font-size: 21px;
font-weight: bold;
color: #FFFFFF;
background: #4F7849;
background: -moz-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
background: -webkit-linear-gradient(top, #7b9a76 0%, #60855b 66%, #4F7849 100%);
background: linear-gradient(to bottom, #7b9a76 0%, #60855b 66%, #4F7849 100%);
border-top: 1px solid #444444;
}
table.comicGreen tfoot td {
font-size: 21px;
}