Team:Groningen/Template/CSS/category5

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
/*
/*
 +
cat1    203A73
 +
cat1art D0D8E2
 +
cat1fig D2D0E1
cat2    B31A19
cat2    B31A19
cat1art E2D0D6
cat1art E2D0D6
cat1fig F0D3C7
cat1fig F0D3C7
 +
 +
cat3    3C662A
 +
cat1art D9E5D2
 +
cat1fig D6D9CB
 +
 +
cat4    2E9F9F
 +
cat1art D1E5E3
 +
cat1fig E0EBEC
cat5    756F21
cat5    756F21
Line 10: Line 21:
cat1fig E0DDCC
cat1fig E0DDCC
 +
cat6    66297E
 +
cat1art DCCFE2
 +
cat1fig DDD1E6
 +
 +
cat7   
 +
cat1art 9B4F28
 +
cat1fig EAD8CC
*/
*/
.category5 a:visited,
.category5 a:visited,
Line 23: Line 41:
.category5 {
.category5 {
background: #000000;
background: #000000;
-
}
 
-
 
-
.category5 .className {
 
-
 
}
}
Line 41: Line 55:
}
}
 +
 +
/*Table Module/Snippet*/
/*Table Module/Snippet*/
-
.category5 .module table,
+
.category5 .module.tablemodule table,
-
.category5 .module .table {
+
.category5 .module.tablemodule .table {
background-color: #E5E2D0;
background-color: #E5E2D0;
}
}
-
.category5 .module th {
+
.category5 .module.tablemodule th {
color: #756F21;
color: #756F21;
}
}
-
.category5 .module tr:hover {
+
.category5 .module.tablemodule tr:hover {
background-color: #E0DDCC;
background-color: #E0DDCC;
}
}
-
.category5 .module table .title,
+
.category5 .module.tablemodule table .title,
-
.category5 .module .table .title {
+
.category5 .module.tablemodule .table .title {
background-color: transparent;
background-color: transparent;
}
}
-
.category5 .module table .caption,
+
.category5 .module.tablemodule table .caption,
-
.category5 .module .table .caption {
+
.category5 .module.tablemodule .table .caption {
background-color: #E0DDCC;
background-color: #E0DDCC;
}
}
 +
 +
/*Content Module*/
/*Content Module*/
 +
.category5 .module.contentmodule table,
 +
.category5 .module.contentmodule .table {
 +
background-color: #E5E2D0;
 +
}
 +
 +
.category5 .module.contentmodule tr:hover {
 +
background-color: #E0DDCC;
 +
}
 +
 +
.category5 .module.contentmodule a {
.category5 .module.contentmodule a {
color: #4f5556;
color: #4f5556;
}
}
 +
.category5 .module.contentmodule th,
.category5 .module.contentmodule a:hover {
.category5 .module.contentmodule a:hover {
color: #756F21;
color: #756F21;
Line 86: Line 115:
}
}
 +
.category5 .module.contentmodule table .caption,
 +
.category5 .module.contentmodule .table .caption,
.category5 .module.contentmodule .figure .caption {
.category5 .module.contentmodule .figure .caption {
background-color: #E0DDCC;
background-color: #E0DDCC;
Line 95: Line 126:
}
}
 +
.category5 .module.contentmodule table .title,
 +
.category5 .module.contentmodule .table .title,
.category5 .module.contentmodule .figure .title {
.category5 .module.contentmodule .figure .title {
background-color: transparent;
background-color: transparent;
}
}
 +
Line 116: Line 150:
color: #000000;
color: #000000;
}
}
 +
 +
/*Image Module*/
/*Image Module*/
Line 121: Line 157:
background-color: #E5E2D0;
background-color: #E5E2D0;
}
}
 +
 +
/*Visitorscard Module*/
/*Visitorscard Module*/

Revision as of 01:08, 17 October 2014

/* cat1 203A73 cat1art D0D8E2 cat1fig D2D0E1 cat2 B31A19 cat1art E2D0D6 cat1fig F0D3C7 cat3 3C662A cat1art D9E5D2 cat1fig D6D9CB cat4 2E9F9F cat1art D1E5E3 cat1fig E0EBEC cat5 756F21 cat1art E5E2D0 cat1fig E0DDCC cat6 66297E cat1art DCCFE2 cat1fig DDD1E6 cat7 cat1art 9B4F28 cat1fig EAD8CC */ .category5 a:visited, .category5 a { color: #FFFFFF; } .category5 .module.menu .submenu .item:hover a, .category5 a:hover { color: #000000; } .category5 { background: #000000; } .category5 .module .content { background-color: #756F21; color: #FFFFFF; } .category5 .module .title { color: #FFFFFF; } .category5 .module .content { } /*Table Module/Snippet*/ .category5 .module.tablemodule table, .category5 .module.tablemodule .table { background-color: #E5E2D0; } .category5 .module.tablemodule th { color: #756F21; } .category5 .module.tablemodule tr:hover { background-color: #E0DDCC; } .category5 .module.tablemodule table .title, .category5 .module.tablemodule .table .title { background-color: transparent; } .category5 .module.tablemodule table .caption, .category5 .module.tablemodule .table .caption { background-color: #E0DDCC; } /*Content Module*/ .category5 .module.contentmodule table, .category5 .module.contentmodule .table { background-color: #E5E2D0; } .category5 .module.contentmodule tr:hover { background-color: #E0DDCC; } .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 table .caption, .category5 .module.contentmodule .table .caption, .category5 .module.contentmodule .figure .caption { background-color: #E0DDCC; line-height: 1; } .category5 .module.contentmodule .figure { line-height: 0; } .category5 .module.contentmodule table .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/d/d4/Outreach.slice.icon.png'); } .category5 .module.breadcrummodule .tail { color: #FFFFFF; } .category5 .module.breadcrummodule .seperator { color: #FFFFFF; } .category5 .module.breadcrummodule .head { color: #000000; } /*Image Module*/ .category5 .module.imagemodule .image { background-color: #E5E2D0; } /*Visitorscard Module*/ .category5 .module.vcardmodule .details .attribute .title{ color: #000000; }