main-content.css
1.54 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
/*** Box ***/
.box-1 .block,
.no-boxes .block {
margin-top: 50px;
}
.block-outer {
margin-bottom: 45px;
clear: both;
}
/*** Block Title ***/
#content .block-outer .block-title {
padding: 5px 8px 18px 7px;
margin: 0px 0px 2px 0px;
background: #eee;
border-bottom: none;
font-size: 12px;
font-family: "open_sansbold", Arial, Helvetica, sans-serif;
font-variant: normal;
text-transform: uppercase;
text-align: left;
font-weight: 300;
}
#content .box-1 .block-title {
padding: 5px 8px 20px 10px;
font-size: 18px;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
text-transform: none;
}
/*** Pagination ***/
#content .pagination {
margin: 48px auto 30px auto;
border-top: 0 none;
font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
#content .pagination a,
#content .pagination em,
#content .pagination span{
padding: 7px 11px 7px 11px;
margin-right: 4px;
color: #172738;
border: 1px solid #D3D6DE;
border-radius: 4px;
letter-spacing: 0.6px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
display: inline-table;
}
#content .pagination .current {
background-color: #ECEDF1;
font-style: normal;
}
#content .pagination .previous_page{
padding: 7px 11px 10px 11px;
float: left;
}
#content .pagination .next_page{
float: right;
padding: 7px 11px 10px 11px;
}
#content .pagination .previous_page,
#content .pagination .next_page{
width: auto;
position: relative;
background-image: none;
font-weight: 500;
}
#content .pagination .disabled{
opacity: 0.5;
}