Team:Groningen/Template/CSS/category3
From 2014.igem.org
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
/* | /* | ||
- | |||
- | |||
- | |||
cat2 B31A19 | cat2 B31A19 | ||
- | + | cat2art E2D0D6 | |
- | + | cat2fig F0D3C7 | |
cat3 3C662A | cat3 3C662A | ||
- | + | cat3art D9E5D2 | |
- | + | cat3fig D6D9CB | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
*/ | */ | ||
.category3 a:visited, | .category3 a:visited, | ||
Line 60: | Line 41: | ||
} | } | ||
+ | |||
+ | |||
+ | /*Table Module/Snippet*/ | ||
+ | .category3 .module.tablemodule th { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category3 .module.tablemodule tr:hover a, | ||
+ | .category3 .module.tablemodule tr:hover { | ||
+ | background-color: #D6D9CB; | ||
+ | color: #3C662A; | ||
+ | } | ||
+ | |||
+ | .category3 .module.tablemodule tr a:hover { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category3 .module.tablemodule .title { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .category3 .module.tablemodule .caption { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); | ||
+ | } | ||
+ | |||
+ | |||
/*Content Module*/ | /*Content Module*/ | ||
+ | /*.category3 .module.contentmodule .image, | ||
+ | .category3 .module.contentmodule .figurevideo{ | ||
+ | background-color: #D9E5D2; | ||
+ | }*/ | ||
+ | |||
+ | .category3 .module.contentmodule table, | ||
+ | .category3 .module.contentmodule .table { | ||
+ | background-color: #D9E5D2; | ||
+ | } | ||
+ | |||
+ | .category3 .module.contentmodule tr:hover { | ||
+ | background-color: #D6D9CB; | ||
+ | } | ||
+ | |||
+ | |||
+ | .category3 .module.contentmodule a { | ||
+ | color: #4f5556; | ||
+ | } | ||
+ | |||
+ | .category3 .module.contentmodule th, | ||
+ | .category3 .module.contentmodule a:hover { | ||
+ | color: #3C662A; | ||
+ | } | ||
+ | |||
.category3 .module.contentmodule .content { | .category3 .module.contentmodule .content { | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
Line 67: | Line 98: | ||
} | } | ||
+ | .category3 .module.contentmodule .subtitle, | ||
.category3 .module.contentmodule .title { | .category3 .module.contentmodule .title { | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
Line 72: | Line 104: | ||
} | } | ||
+ | .category3 .module.contentmodule .figurevideo .caption, | ||
+ | .category3 .module.contentmodule .table .caption, | ||
.category3 .module.contentmodule .figure .caption { | .category3 .module.contentmodule .figure .caption { | ||
background-color: #D6D9CB; | background-color: #D6D9CB; | ||
Line 81: | Line 115: | ||
} | } | ||
+ | .category3 .module.contentmodule .figurevideo .title, | ||
+ | .category3 .module.contentmodule .table .title, | ||
.category3 .module.contentmodule .figure .title { | .category3 .module.contentmodule .figure .title { | ||
background-color: transparent; | background-color: transparent; | ||
Line 88: | Line 124: | ||
/*Breadcrumb Module*/ | /*Breadcrumb Module*/ | ||
.category3 .module.breadcrummodule .content { | .category3 .module.breadcrummodule .content { | ||
- | background-image: url('https://static.igem.org/mediawiki/2014/ | + | background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); |
} | } | ||
Line 101: | Line 137: | ||
.category3 .module.breadcrummodule .head { | .category3 .module.breadcrummodule .head { | ||
color: #000000; | color: #000000; | ||
+ | } | ||
+ | |||
+ | /*Image Only Module*/ | ||
+ | .category3 .module.imageonlymodule .image { | ||
+ | background-color: #D9E5D2; | ||
} | } | ||
Latest revision as of 01:22, 18 October 2014
/* cat2 B31A19 cat2art E2D0D6 cat2fig F0D3C7 cat3 3C662A cat3art D9E5D2 cat3fig D6D9CB */ .category3 a:visited, .category3 a { color: #FFFFFF; } .category3 .module.menu .submenu .item:hover a, .category3 a:hover { color: #000000; } .category3 { background: #000000; } .category3 .className { } .category3 .module .content { background-color: #3C662A; color: #FFFFFF; } .category3 .module .title { color: #FFFFFF; } .category3 .module .content { } /*Table Module/Snippet*/ .category3 .module.tablemodule th { color: #000000; } .category3 .module.tablemodule tr:hover a, .category3 .module.tablemodule tr:hover { background-color: #D6D9CB; color: #3C662A; } .category3 .module.tablemodule tr a:hover { color: #000000; } .category3 .module.tablemodule .title { background-color: transparent; } .category3 .module.tablemodule .caption { background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); } /*Content Module*/ /*.category3 .module.contentmodule .image, .category3 .module.contentmodule .figurevideo{ background-color: #D9E5D2; }*/ .category3 .module.contentmodule table, .category3 .module.contentmodule .table { background-color: #D9E5D2; } .category3 .module.contentmodule tr:hover { background-color: #D6D9CB; } .category3 .module.contentmodule a { color: #4f5556; } .category3 .module.contentmodule th, .category3 .module.contentmodule a:hover { color: #3C662A; } .category3 .module.contentmodule .content { background-color: #FFFFFF; color: #000000; } .category3 .module.contentmodule .subtitle, .category3 .module.contentmodule .title { background-color: #FFFFFF; color: #3C662A; } .category3 .module.contentmodule .figurevideo .caption, .category3 .module.contentmodule .table .caption, .category3 .module.contentmodule .figure .caption { background-color: #D6D9CB; line-height: 1; } .category3 .module.contentmodule .figure { line-height: 0; } .category3 .module.contentmodule .figurevideo .title, .category3 .module.contentmodule .table .title, .category3 .module.contentmodule .figure .title { background-color: transparent; } /*Breadcrumb Module*/ .category3 .module.breadcrummodule .content { background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); } .category3 .module.breadcrummodule .tail { color: #FFFFFF; } .category3 .module.breadcrummodule .seperator { color: #FFFFFF; } .category3 .module.breadcrummodule .head { color: #000000; } /*Image Only Module*/ .category3 .module.imageonlymodule .image { background-color: #D9E5D2; } /*Image Module*/ .category3 .module.imagemodule .image { background-color: #D9E5D2; } /*Visitorscard Module*/ .category3 .module.vcardmodule .details .attribute .title{ color: #000000; }