-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmajor2.css
More file actions
94 lines (83 loc) · 1.47 KB
/
Copy pathmajor2.css
File metadata and controls
94 lines (83 loc) · 1.47 KB
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
.verticaloptionpanel {
width: 255px;
border-right: 2px solid #E3E3E3;
display: block;
height: 700px;
}
.verticaltitle {
display: block;
height: 25px;
font-size: 18px;
width: 255px;
text-align: center;
line-height: 25px;
padding-top: 15px;
padding-bottom: 15px;
}
.verticalsmalltitle {
display: block;
height: 25px;
font-size: 15px;
width: 255px;
text-align: center;
line-height: 25px;
padding-top: 15px;
padding-bottom: 15px;
}
.verticalbreak {
display: block;
border-top: 1px solid #E3E3E3;
width: 255px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.verticaloption {
display: block;
height: 25px;
line-height: 25px;
width: 255px;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #E3E3E3;
text-align: center;
cursor: pointer;
transition: 0.25s;
-moz-transition: 0.25s;
-webkit-transition: 0.25s;
}
.verticaloption:hover {
background-color: #F2F2F2;
color: black !important;
text-decoration: none !important;
}
.last {
border-bottom: 1px solid #E3E3E3;
}
input[type="text"]{
width: 98%;
}
.alert {
width: 97%;
padding: 14px;
color: white;
background-color: #B03333;
border-radius: 2px;
}
.forumheader {
background-color: #F2F2F2;
border: 1px solid #E3E3E3;
line-height: 45px;
font-weight: bold !important;
color: #ADADAD;
height: 45px;
text-align: center;
border-radius: 3px;
padding: 6px;
}
.forumboard {
padding: 6px;
background-color: #FAFAFA;
border: 1px solid #F2F2F2;
border-radius: 3px;
}