Team:Groningen/Template/CSS/category7
From 2014.igem.org
(Created page with "<html> </html>") |
|||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | /* | ||
+ | |||
+ | cat2 B31A19 | ||
+ | cat2art E2D0D6 | ||
+ | cat2fig F0D3C7 | ||
+ | |||
+ | |||
+ | cat7 | ||
+ | cat1art 9B4F28 | ||
+ | cat7fig EAD8CC | ||
+ | cat7art E2D0D6 | ||
+ | */ | ||
+ | .category7 a:visited, | ||
+ | .category7 a { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .category7 .module.menu .submenu .item:hover a, | ||
+ | .category7 a:hover { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category7 { | ||
+ | background: #000000; | ||
+ | } | ||
+ | |||
+ | .category7 .className { | ||
+ | |||
+ | } | ||
+ | |||
+ | .category7 .module .content { | ||
+ | background-color: #9B4F28; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .category7 .module .title { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .category7 .module .content { | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | /*Table Module/Snippet*/ | ||
+ | .category7 .module.tablemodule th { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category7 .module.tablemodule tr:hover a, | ||
+ | .category7 .module.tablemodule tr:hover { | ||
+ | background-color: #E2D0D6; | ||
+ | color: #9B4F28; | ||
+ | } | ||
+ | |||
+ | .category7 .module.tablemodule tr a:hover { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category7 .module.tablemodule .title { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .category7 .module.tablemodule .caption { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*Content Module*/ | ||
+ | /*.category7 .module.contentmodule .image, | ||
+ | .category7 .module.contentmodule .figurevideo{ | ||
+ | background-color: #EAD8CC; | ||
+ | }*/ | ||
+ | |||
+ | .category7 .module.contentmodule table, | ||
+ | .category7 .module.contentmodule .table { | ||
+ | background-color: #EAD8CC; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule tr:hover { | ||
+ | background-color: #E2D0D6; | ||
+ | } | ||
+ | |||
+ | |||
+ | .category7 .module.contentmodule a { | ||
+ | color: #4f5556; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule th, | ||
+ | .category7 .module.contentmodule a:hover { | ||
+ | color: #9B4F28; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule .content { | ||
+ | background-color: #FFFFFF; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule .subtitle, | ||
+ | .category7 .module.contentmodule .title { | ||
+ | background-color: #FFFFFF; | ||
+ | color: #9B4F28; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule .figurevideo .caption, | ||
+ | .category7 .module.contentmodule .table .caption, | ||
+ | .category7 .module.contentmodule .figure .caption { | ||
+ | background-color: #E2D0D6; | ||
+ | line-height: 1; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule .figure { | ||
+ | line-height: 0; | ||
+ | } | ||
+ | |||
+ | .category7 .module.contentmodule .figurevideo .title, | ||
+ | .category7 .module.contentmodule .table .title, | ||
+ | .category7 .module.contentmodule .figure .title { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*Breadcrumb Module*/ | ||
+ | .category7 .module.breadcrummodule .content { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); | ||
+ | } | ||
+ | |||
+ | .category7 .module.breadcrummodule .tail { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .category7 .module.breadcrummodule .seperator { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .category7 .module.breadcrummodule .head { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | /*Image Only Module*/ | ||
+ | .category7 .module.imageonlymodule .image { | ||
+ | background-color: #EAD8CC; | ||
+ | } | ||
+ | |||
+ | /*Image Module*/ | ||
+ | .category7 .module.imagemodule .image { | ||
+ | background-color: #EAD8CC; | ||
+ | } | ||
+ | |||
+ | /*Visitorscard Module*/ | ||
+ | .category7 .module.vcardmodule .details .attribute .title{ | ||
+ | color: #000000; | ||
+ | } | ||
</html> | </html> |
Latest revision as of 01:35, 18 October 2014
/* cat2 B31A19 cat2art E2D0D6 cat2fig F0D3C7 cat7 cat1art 9B4F28 cat7fig EAD8CC cat7art E2D0D6 */ .category7 a:visited, .category7 a { color: #FFFFFF; } .category7 .module.menu .submenu .item:hover a, .category7 a:hover { color: #000000; } .category7 { background: #000000; } .category7 .className { } .category7 .module .content { background-color: #9B4F28; color: #FFFFFF; } .category7 .module .title { color: #FFFFFF; } .category7 .module .content { } /*Table Module/Snippet*/ .category7 .module.tablemodule th { color: #000000; } .category7 .module.tablemodule tr:hover a, .category7 .module.tablemodule tr:hover { background-color: #E2D0D6; color: #9B4F28; } .category7 .module.tablemodule tr a:hover { color: #000000; } .category7 .module.tablemodule .title { background-color: transparent; } .category7 .module.tablemodule .caption { background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); } /*Content Module*/ /*.category7 .module.contentmodule .image, .category7 .module.contentmodule .figurevideo{ background-color: #EAD8CC; }*/ .category7 .module.contentmodule table, .category7 .module.contentmodule .table { background-color: #EAD8CC; } .category7 .module.contentmodule tr:hover { background-color: #E2D0D6; } .category7 .module.contentmodule a { color: #4f5556; } .category7 .module.contentmodule th, .category7 .module.contentmodule a:hover { color: #9B4F28; } .category7 .module.contentmodule .content { background-color: #FFFFFF; color: #000000; } .category7 .module.contentmodule .subtitle, .category7 .module.contentmodule .title { background-color: #FFFFFF; color: #9B4F28; } .category7 .module.contentmodule .figurevideo .caption, .category7 .module.contentmodule .table .caption, .category7 .module.contentmodule .figure .caption { background-color: #E2D0D6; line-height: 1; } .category7 .module.contentmodule .figure { line-height: 0; } .category7 .module.contentmodule .figurevideo .title, .category7 .module.contentmodule .table .title, .category7 .module.contentmodule .figure .title { background-color: transparent; } /*Breadcrumb Module*/ .category7 .module.breadcrummodule .content { background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); } .category7 .module.breadcrummodule .tail { color: #FFFFFF; } .category7 .module.breadcrummodule .seperator { color: #FFFFFF; } .category7 .module.breadcrummodule .head { color: #000000; } /*Image Only Module*/ .category7 .module.imageonlymodule .image { background-color: #EAD8CC; } /*Image Module*/ .category7 .module.imagemodule .image { background-color: #EAD8CC; } /*Visitorscard Module*/ .category7 .module.vcardmodule .details .attribute .title{ color: #000000; }