style.css
1.43 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
@import url(../profile-base/style.css);
/************************** user bar ***************************/
#user a,
#user a strong {
color: #204A87;
}
/************************** content ***************************/
#content .block-title,
#content .main-block h1, #not-found h1, #access-denied h1 {
border-bottom:2px solid #204A87;
color: #204A87;
}
.profile-image-block p {
color: #204A87;
}
.block a {
color: #204A87;
}
.block a:visited {
color: #3465A4;
}
.control-panel a,
.control-panel a:visited {
color: #000;
}
.controller-profile_editor .control-panel a:hover {
background-color: #204A87;
color: #FFF;
}
#content .link-list-block li a:hover {
background-color: #204A87;
}
#content .link-list-block li a.link-this-page {
background-color: #3465A4;
border-right:2px solid #204A87;
}
.template-rightbar #content .link-list-block li a.link-this-page,
#content .box-3 .link-list-block li a.link-this-page {
border-left: 2px solid #204A87;
}
/************** blog **************/
#content .blog-post .title a:hover {
color: #204A87;
}
/**************************** Comments *******************************/
#content .comments h3 {
color: #204A87;
border-bottom: 2px solid #204A87;
}
.post_comment_box h4 {
background-color: #204A87;
color: #FFF;
}
/************************** theme footer ***************************/
#footer-content a,
#footer-content a:hover,
#footer-content a:visited {
color: #204A87;
}