Team:Poznan-BioInf/stylesheet
From 2013.igem.org
(Difference between revisions)
(Replaced content with "#content{ color: #c8c8c8; background-color: #272b30; border-left: 1px solid #272b30; border-right: 1px solid #272b30; }") |
|||
Line 1: | Line 1: | ||
+ | /* STYLING TRICKS CREDIT: */ | ||
+ | /* https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */ | ||
+ | |||
+ | /* Removing wiki-like stuff */ | ||
+ | /****************************/ | ||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | |||
+ | /* Redesigning the topmenu */ | ||
+ | /***************************/ | ||
+ | body { | ||
+ | margin: 10px 0 0 0; | ||
+ | padding: 0;} | ||
+ | #top-section { | ||
+ | width: 965px; | ||
+ | height: 0; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | border: none;} | ||
+ | #menubar { | ||
+ | font-size: 65%; | ||
+ | top: -14px;} | ||
+ | .left-menu:hover { | ||
+ | background-color: transparent;} | ||
+ | #menubar li a { | ||
+ | background-color: transparent;} | ||
+ | #menubar:hover { | ||
+ | color: white;} | ||
+ | #menubar li a { | ||
+ | color: transparent;} | ||
+ | #menubar:hover li a { | ||
+ | color: white;} | ||
+ | #menubar > ul > li:last-child { | ||
+ | display:none;} | ||
+ | |||
+ | /* Redesigning Table Of Content */ | ||
+ | /********************************/ | ||
+ | table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { | ||
+ | text-align: left;} | ||
+ | #toctitle { | ||
+ | margin: 5px 0;} | ||
+ | .toc, #toc { | ||
+ | background-color: #F6F6F6; | ||
+ | border: 1px solid #CCCCCC; | ||
+ | box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); | ||
+ | -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/ | ||
+ | float: left; | ||
+ | width: 228px; | ||
+ | display: block; | ||
+ | overflow: hidden; | ||
+ | padding: 0;} | ||
+ | #toc ul, .toc ul { | ||
+ | margin: 0 5px 5px 5px;} | ||
+ | .toc ul li { | ||
+ | padding-left: 12px; | ||
+ | text-indent: -12px; | ||
+ | /*width: 200px;*/} | ||
+ | .toc ul li ul li { | ||
+ | padding-left: 30px; | ||
+ | text-indent: -24px; | ||
+ | /*width: 170px;*/} | ||
+ | #toc ul ul, .toc ul ul { | ||
+ | margin: 0;} | ||
+ | .toc { | ||
+ | margin-left: -250px; | ||
+ | margin-top: 20px;} | ||
+ | .stickBelowNavigation { | ||
+ | position: fixed; | ||
+ | top: 35px; | ||
+ | left: 50%; | ||
+ | margin-left: -462px;} | ||
+ | .tochidden { | ||
+ | position: static; | ||
+ | margin-left: -250px;} | ||
+ | |||
+ | /* ------------------------------------------------- */ | ||
+ | |||
#content{ | #content{ | ||
color: #c8c8c8; | color: #c8c8c8; |
Revision as of 17:46, 1 October 2013
/* STYLING TRICKS CREDIT: */ /* https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki */
/* Removing wiki-like stuff */ /****************************/
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
/* Redesigning the topmenu */ /***************************/ body {
margin: 10px 0 0 0; padding: 0;}
- top-section {
width: 965px; height: 0; margin: 0 auto; padding: 0; border: none;}
- menubar {
font-size: 65%; top: -14px;}
.left-menu:hover {
background-color: transparent;}
- menubar li a {
background-color: transparent;}
- menubar:hover {
color: white;}
- menubar li a {
color: transparent;}
- menubar:hover li a {
color: white;}
- menubar > ul > li:last-child {
display:none;}
/* Redesigning Table Of Content */ /********************************/ table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
text-align: left;}
- toctitle {
margin: 5px 0;}
.toc, #toc {
background-color: #F6F6F6; border: 1px solid #CCCCCC; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/ float: left; width: 228px; display: block; overflow: hidden; padding: 0;}
- toc ul, .toc ul {
margin: 0 5px 5px 5px;}
.toc ul li {
padding-left: 12px; text-indent: -12px; /*width: 200px;*/}
.toc ul li ul li {
padding-left: 30px; text-indent: -24px; /*width: 170px;*/}
- toc ul ul, .toc ul ul {
margin: 0;}
.toc {
margin-left: -250px; margin-top: 20px;}
.stickBelowNavigation {
position: fixed; top: 35px; left: 50%; margin-left: -462px;}
.tochidden {
position: static; margin-left: -250px;}
/* ------------------------------------------------- */
- content{
color: #c8c8c8; background-color: #272b30; border-left: 1px solid #272b30; border-right: 1px solid #272b30;
}