style.css
2.45 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
@import url(../profile-base/style.css);
/* Main style page */
body {
background: #FFF;
}
#wrap-2 {
border: 0px;
}
#main-content-wrapper-1,
#main-content-wrapper-2,
#main-content-wrapper-3,
#main-content-wrapper-4,
#main-content-wrapper-5,
#main-content-wrapper-6,
#main-content-wrapper-7,
#main-content-wrapper-8 {
background-image: none;
background: none;
}
/* Title Style */
/*Tile Header*/
#content .main-block h1,
#content .main-block h2,
#content .main-block h3,
#content .main-block h4 {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#content .main-block h1,
#not-found h1,
#access-denied h1 {
color: #2C67CD;
font-size: 1.7em;
padding: 7px 0;
margin-left: 0 !important;
padding-left: 0.3em;
border-bottom: 1px solid #CCCCCC;
border-top: 2px solid #172838;
}
#content .title {
font-weight: normal; !important;
padding-right: 70px;
}
#content .main-block h1 {
font-size: 2.3em !important;
text-transform: uppercase;
font-weight: bold !important;
}
#content .main-block h2 {
font-size: 1.8em !important;
min-height: 48px;
}
#content .main-block h3 {
font-size: 1.5em !important;
min-height: 48px;
}
#content .main-block h4 {
font-size: 1.3em !important;
min-height: 48px;
}
/* Article Style */
div#article-parent {
position: absolute;
right: 0px;
top: 0px;
}
/* Panel Right Style */
.box-1 {
margin: 0 0 0 170px;
}
/* Panel Left Style */
.box-2 {
width: 160px;
}
/* Menu List left */
#content .box-2 .block-title {
font-size: 12px;
text-align: left;
border-top: 4px solid #00510f;
background: #eeefff;
border-bottom: none;
color: #00510f;
padding: 8px 8px 24px 10px;
text-transform: uppercase;
margin: 0;
}
#content .box-2 .link-list-block li a.link-this-page {
width: auto;
border-right: none;
font-weight: bold;
color: #436976 !important;
border-top: 2px solid #64946e !important;
border-bottom: 2px solid #64946e !important;
background-color: #eeefff;
border-radius: 0px;
}
#content .box-2 .link-list-block li a {
font-size: 14px;
line-height: 1em;
color: #436976;
background-color: #FFF;
border-radius: none;
padding: 0.6em 1.5em;
}
#content .box-2 .link-list-block li a:hover {
background-color: #FFF;
color: #000;
}
#content .box-2 .link-list-block li {
border-bottom: 1px solid #ddd;
border-top: none;
padding: 0;
margin: 0;
}
/* */