cirandas.net

ref: master

public/designs/themes/scarletred/style.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
64
65
66
67
68
69
70
@import url(../profile-base/style.css);


/************************** user bar ***************************/

#user a,
#user a strong {
  color: #A40000;
}

/************************** content ***************************/

#content .block-title,
#content .main-block h1, #not-found h1, #access-denied h1 {
  border-bottom:2px solid #A40000;
  color: #A40000;
}

.profile-image-block p {
  color: #A40000;
}

.block a {
  color: #A40000;
}

.controller-profile_editor .control-panel a:hover {
  background-color: #A40000;
  color: #FFF;
}

#content .link-list-block li a:hover {
  background-color: #A40000;
}

#content .link-list-block li a.link-this-page {
  background-color: #CC0000;
  border-right:2px solid #A40000;
}

.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 #A40000;
}

/************** blog **************/

#content .blog-post .title a:hover {
  color: #A40000;
}

/**************************** Comments *******************************/

#content .comments h3 {
  color: #A40000;
  border-bottom: 2px solid #A40000;
}

.post_comment_box h4 {
  background-color: #A40000;
  color: #FFF;
}

/************************** theme footer ***************************/

#footer-content a,
#footer-content a:hover,
#footer-content a:visited {
  color: #A40000;
}