-
Notifications
You must be signed in to change notification settings - Fork 1
/
ogext.css
63 lines (53 loc) · 984 Bytes
/
ogext.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
/* OGame Extension CSS Document */
/* --- FORM ---*/
.FPF_form {
margin: 10px;
line-height: 30px;
}
.FPFSmallNumberInput {
margin: 2px;
width: 25px;
text-align: center;
}
.FPFLaunchButton {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color:#fff;
display:block;
width: 102px;
height: 38px;
line-height: 38px;
text-align: center;
float: right;
cursor: pointer;
text-decoration: none;
}
/* --- result table --- */
.FPFTable {
margin-left: auto;
margin-right: auto;
}
.FPFTableHeader td{
height: 26px;
font-weight: bold;
border-bottom: 1px solid #3F4E61;
background-color: #13181D;
color: #848484;
font-size: 12px;
}
.FPFTableSSCol {
width: 100px;
height: 22px;
color: #848484;
font-size: 12px;
font-weight: bold;
}
.FPFTablePositionCol {
width: 40px;
}
.rowStripe{ background-color: #13181D;}
.rowRed td{
background-color: #FF0000;
color: #FFFFFF !important;
}