-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathleader.css
33 lines (25 loc) · 1.89 KB
/
leader.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
body {margin:10px;}
.datagrid {background: #fff; overflow: hidden; border: 0px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table { border-collapse: collapse; text-align: right; border: 2px solid #006699; margin-bottom:5px;}
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table thead th {text-align: center; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; }
.datagrid table thead th:first-child { border: none; }
.datagrid table thead th a:link {color:#FFFFFF;}
.datagrid table thead th a:visited {color:#FFFFFF;}
.datagrid table thead th a:hover {color:#999999;}
.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }
.datagrid table tbody tr.alt { background: #E1EEf4; color: #00557F; }
.datagrid table tbody .lie { background-color: #FF6666; }
p .lie { background-color: #FF6666; }
.datagrid table tbody .rank { text-align: center; font-weight: bold; }
.datagrid table tbody .position { text-align: center; font-weight: bold; }
.datagrid table tbody .usr { text-align: left; font-weight: bold; }
.datagrid table tbody .proof { font-weight: bold; }
p .proof { font-weight: bold; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.update p {margin-top:10px;}
.dist {margin-bottom:10px; margin-top:0px;}
.part {text-align: center; float:left;}
.part h4 {margin-left:20px;}
.clear {text-align:left; clear:both;}