Team:Groningen/Template/CSS/category5
From 2014.igem.org
(12 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
/* | /* | ||
+ | |||
cat2 B31A19 | cat2 B31A19 | ||
- | + | cat2art E2D0D6 | |
- | + | cat2fig F0D3C7 | |
cat5 756F21 | cat5 756F21 | ||
- | + | cat5art E5E2D0 | |
- | + | cat5fig E0DDCC | |
*/ | */ | ||
Line 41: | Line 42: | ||
} | } | ||
+ | |||
+ | |||
+ | /*Table Module/Snippet*/ | ||
+ | .category5 .module.tablemodule th { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category5 .module.tablemodule tr:hover a, | ||
+ | .category5 .module.tablemodule tr:hover { | ||
+ | background-color: #F0D3C7; | ||
+ | color: #756F21; | ||
+ | } | ||
+ | |||
+ | .category5 .module.tablemodule tr a:hover { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .category5 .module.tablemodule .title { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .category5 .module.tablemodule .caption { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); | ||
+ | } | ||
+ | |||
+ | |||
/*Content Module*/ | /*Content Module*/ | ||
+ | /*.category5 .module.contentmodule .image, | ||
+ | .category5 .module.contentmodule .figurevideo{ | ||
+ | background-color: #E5E2D0; | ||
+ | }*/ | ||
+ | |||
.category5 .module.contentmodule table, | .category5 .module.contentmodule table, | ||
.category5 .module.contentmodule .table { | .category5 .module.contentmodule .table { | ||
Line 48: | Line 80: | ||
} | } | ||
+ | .category5 .module.contentmodule tr:hover { | ||
+ | background-color: #F0D3C7; | ||
+ | } | ||
+ | |||
+ | |||
+ | .category5 .module.contentmodule a { | ||
+ | color: #4f5556; | ||
+ | } | ||
+ | |||
+ | .category5 .module.contentmodule th, | ||
+ | .category5 .module.contentmodule a:hover { | ||
+ | color: #756F21; | ||
+ | } | ||
.category5 .module.contentmodule .content { | .category5 .module.contentmodule .content { | ||
Line 54: | Line 99: | ||
} | } | ||
- | .category5 .module.contentmodule | + | .category5 .module.contentmodule .subtitle, |
- | . | + | |
.category5 .module.contentmodule .title { | .category5 .module.contentmodule .title { | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
Line 61: | Line 105: | ||
} | } | ||
+ | .category5 .module.contentmodule .figurevideo .caption, | ||
+ | .category5 .module.contentmodule .table .caption, | ||
.category5 .module.contentmodule .figure .caption { | .category5 .module.contentmodule .figure .caption { | ||
- | background-color: # | + | background-color: #F0D3C7; |
line-height: 1; | line-height: 1; | ||
} | } | ||
Line 70: | Line 116: | ||
} | } | ||
+ | .category5 .module.contentmodule .figurevideo .title, | ||
+ | .category5 .module.contentmodule .table .title, | ||
.category5 .module.contentmodule .figure .title { | .category5 .module.contentmodule .figure .title { | ||
background-color: transparent; | background-color: transparent; | ||
Line 77: | Line 125: | ||
/*Breadcrumb Module*/ | /*Breadcrumb Module*/ | ||
.category5 .module.breadcrummodule .content { | .category5 .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 90: | Line 138: | ||
.category5 .module.breadcrummodule .head { | .category5 .module.breadcrummodule .head { | ||
color: #000000; | color: #000000; | ||
+ | } | ||
+ | |||
+ | /*Image Only Module*/ | ||
+ | .category5 .module.imageonlymodule .image { | ||
+ | background-color: #E5E2D0; | ||
} | } | ||
Latest revision as of 01:25, 18 October 2014
/* cat2 B31A19 cat2art E2D0D6 cat2fig F0D3C7 cat5 756F21 cat5art E5E2D0 cat5fig E0DDCC */ .category5 a:visited, .category5 a { color: #FFFFFF; } .category5 .module.menu .submenu .item:hover a, .category5 a:hover { color: #000000; } .category5 { background: #000000; } .category5 .className { } .category5 .module .content { background-color: #756F21; color: #FFFFFF; } .category5 .module .title { color: #FFFFFF; } .category5 .module .content { } /*Table Module/Snippet*/ .category5 .module.tablemodule th { color: #000000; } .category5 .module.tablemodule tr:hover a, .category5 .module.tablemodule tr:hover { background-color: #F0D3C7; color: #756F21; } .category5 .module.tablemodule tr a:hover { color: #000000; } .category5 .module.tablemodule .title { background-color: transparent; } .category5 .module.tablemodule .caption { background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); } /*Content Module*/ /*.category5 .module.contentmodule .image, .category5 .module.contentmodule .figurevideo{ background-color: #E5E2D0; }*/ .category5 .module.contentmodule table, .category5 .module.contentmodule .table { background-color: #E5E2D0; } .category5 .module.contentmodule tr:hover { background-color: #F0D3C7; } .category5 .module.contentmodule a { color: #4f5556; } .category5 .module.contentmodule th, .category5 .module.contentmodule a:hover { color: #756F21; } .category5 .module.contentmodule .content { background-color: #FFFFFF; color: #000000; } .category5 .module.contentmodule .subtitle, .category5 .module.contentmodule .title { background-color: #FFFFFF; color: #756F21; } .category5 .module.contentmodule .figurevideo .caption, .category5 .module.contentmodule .table .caption, .category5 .module.contentmodule .figure .caption { background-color: #F0D3C7; line-height: 1; } .category5 .module.contentmodule .figure { line-height: 0; } .category5 .module.contentmodule .figurevideo .title, .category5 .module.contentmodule .table .title, .category5 .module.contentmodule .figure .title { background-color: transparent; } /*Breadcrumb Module*/ .category5 .module.breadcrummodule .content { background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); } .category5 .module.breadcrummodule .tail { color: #FFFFFF; } .category5 .module.breadcrummodule .seperator { color: #FFFFFF; } .category5 .module.breadcrummodule .head { color: #000000; } /*Image Only Module*/ .category5 .module.imageonlymodule .image { background-color: #E5E2D0; } /*Image Module*/ .category5 .module.imagemodule .image { background-color: #E5E2D0; } /*Visitorscard Module*/ .category5 .module.vcardmodule .details .attribute .title{ color: #000000; }