Difference between revisions of "Template:Team:Groningen/CSS/THEMES/WHITE"

(Created page with "@charset "UTF-8"; /**base *color**/ body, .white { background-color: #000000; color: #9E9E9E; } *background colors*: .white .menu.secondary:hover { background-color: #1E1...")
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
}
 
}
  
 +
.white .module.events > .item,
 +
.white .module.members > .item,
 
.white .module.logs > .item,
 
.white .module.logs > .item,
 
.white .module.blogs .item,
 
.white .module.blogs .item,
Line 37: Line 39:
 
}
 
}
  
 +
.white .module.events,
 +
.white .module.members,
 
.white .module.logs,
 
.white .module.logs,
 
.white .module.blogs {
 
.white .module.blogs {
Line 42: Line 46:
 
}
 
}
  
 +
.white .footer .module,
 
.white .module .object.formula {
 
.white .module .object.formula {
 
background-color: transparent;
 
background-color: transparent;
Line 61: Line 66:
 
}
 
}
  
 +
.white .code .raw,
 
.white a {
 
.white a {
 
color: #9E9E9E;
 
color: #9E9E9E;
Line 92: Line 98:
 
}
 
}
  
 +
.white .breadcrumb,
 
.white .title:before,
 
.white .title:before,
 
.white .postscriptum:before {
 
.white .postscriptum:before {

Latest revision as of 16:34, 16 September 2015

@charset "UTF-8";

/**base *color**/ body, .white { background-color: #000000; color: #9E9E9E; }

/**background colors**/ .white .menu.secondary:hover { background-color: #1E1E1E; }

.white .module.events > .item, .white .module.members > .item, .white .module.logs > .item, .white .module.blogs .item, .white .module.references, .white .module.remarks, .white .module .module { background-color: #F4F4F4; }

.white .module .object { background-color: #E2E2E2; }

.white .module .caption { background-color: #E8E8E8; }

.white .footer { background-color: #2B2B2B; }

.white .module { background-color: #FFFFFF; }

.white .module.events, .white .module.members, .white .module.logs, .white .module.blogs { background-color: #000000; }

.white .footer .module, .white .module .object.formula { background-color: transparent; }

/**font colors**/

/*special*/ .white .menu .button .title, .white .menu .item .title { color: #FFFFFF; }

.white .menu .wrapper:hover > .item .title, .white .menu:hover .button .title, .white .menu .item.active .title, .white .menu .item:hover .title { color: #9E9E9E; }

.white .code .raw, .white a { color: #9E9E9E; }

/*entry*/ .white .item .field.refdoi:hover, .white .readmore:hover, .white .postscriptum.protocol:hover, .white .link:hover { color: #707070; }

.white .header > .title { color: #707070; }

.white .title, .white .subtitle { color: #FFFFFF; }

.white .text:before { color: #FFFFFF; }

.white .meta, .white .readmore, .white .link { color: #424242; }

.white .breadcrumb, .white .title:before, .white .postscriptum:before { color: #424242; }

.white .postscriptum { color: #FFFFFF; }

.white .copyright { color: #FFFFFF; }

/*module*/ .white .module { color: #6D6D6D; }

.white .module.blogs .item .title, .white .module:before { color: #4F4F4F; }

.white .module .title:before { color: #EFEFEF; }

.white .module .readmore:hover, .white .module .link:hover, .white .module .item .field.refdoi:hover { color: #CCCCCC; }

.white .module .meta, .white .module .readmore, .white .module .link, .white .module .item .field.refdoi { color: #AFAFAF; }

.white .module .title, .white .module .subtitle, .white .module .data .header, .white .module .caption:before, .white .module .text:before { color: #9E9E9E; }

/*module module and color item*/

.white .module .module, .white .module .field:before, .white .module.blogs, .white .module.remarks .item, .white .module.references .item { color: #000000; }

.white .module .module .title, .white .module .module .subtile { color: #4F4F4F; }