ref: master
public/designs/themes/plum/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 71 72 73 74 75 76 77 78 |
@import url(../profile-base/style.css); /************************** user bar ***************************/ #user a, #user a strong { color: #5C3566; } /************************** content ***************************/ #content .block-title, #content .main-block h1, #not-found h1, #access-denied h1 { border-bottom:2px solid #5C3566; color: #5C3566; } .profile-image-block p { color: #5C3566; } .block a { color: #5C3566; } .block a:visited { color: #75507B; } .control-panel a, .control-panel a:visited { color: #000; } .controller-profile_editor .control-panel a:hover { background-color: #5C3566; color: #FFF; } #content .link-list-block li a:hover { background-color: #5C3566; } #content .link-list-block li a.link-this-page { background-color: #75507B; border-right:2px solid #5C3566; } .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 #5C3566; } /************** blog **************/ #content .blog-post .title a:hover { color: #5C3566; } /**************************** Comments *******************************/ #content .comments h3 { color: #5C3566; border-bottom: 2px solid #5C3566; } .post_comment_box h4 { background-color: #5C3566; color: #FFF; } /************************** theme footer ***************************/ #footer-content a, #footer-content a:hover, #footer-content a:visited { color: #5C3566; } |