2014-08-12 16:16:44 +09:00
< template name = "css" >
< style >
body{
background: {{getSetting "backgroundCSS"}};
}
2014-12-16 15:19:29 +09:00
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn-primary, .error, .mobile-menu-button, .login-link-text, .post-category:hover{
2014-08-12 16:16:44 +09:00
background-color: {{getSetting "buttonColor"}} !important;
2014-08-21 15:30:05 +09:00
color: {{getSetting "buttonTextColor"}} !important;
2014-08-12 16:16:44 +09:00
}
2015-01-04 12:51:18 +09:00
a:hover, .post-content .post-heading .post-title:hover, .post-content .post-upvote .upvote-link i, .comment-actions a i, .comment-actions.upvoted .upvote i, .comment-actions.downvoted .downvote i, .toggle-actions-link, .post-meta a:hover, .action:hover, .post-upvote .upvote-link i{
2014-08-12 16:16:44 +09:00
color: {{getSetting "buttonColor"}};
}
2015-01-04 12:51:18 +09:00
.post-upvote .upvote-link i{
border-color: {{getSetting "buttonColor"}};
}
2014-08-12 16:16:44 +09:00
.toggle-actions-link{
border-color: {{getSetting "buttonColor"}};
}
.post-content .post-upvote .upvote-link.voted i.icon-check{
2014-08-21 15:30:05 +09:00
/*color: {{getSetting "secondaryColor"}};*/
2014-08-12 16:16:44 +09:00
}
.header{
background-color: {{getSetting "headerColor"}};
2015-01-04 12:51:18 +09:00
}
.header, .header .logo a, .header .logo a:visited{
color: {{getSetting "headerTextColor"}};
2014-08-12 16:16:44 +09:00
}
2014-08-12 17:34:56 +09:00
.logo-image a{
2014-12-03 00:06:00 -08:00
height:{{getSetting "logoHeight"}}px;
width:{{getSetting "logoWidth"}}px;
2014-08-12 16:16:44 +09:00
}
< / style >
< / template >