Team:Grenoble/Design
From 2011.igem.org
Revision as of 12:00, 22 October 2011 by Maxime.huet (Talk | contribs)
/* Enlever l'entête et le pied de page wiki, ainsi que les bords: (ce code garde les liens pour éditer le wiki)
- /
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo
{
display:none;
}
- top-section
{
border: none; height: 0px;
}
- content
{
border: none;
}
/* Coloration du menu en bleu, fond blanc ou transparent ? en tout cas menu invisible sauf si on passe dessus avec la souris
- /
.left-menu:hover {
background-color: transparent;
}
- menubar:hover
{
color: #0F174D;
}
- menubar li a
{
background-color: transparent; color: transparent;
}
- menubar:hover li a
{
color: #0F174D;
}
/* Enlever le "teams" de la bare wiki qui sert à rien, enlève également le Deconnexion
- /
- menubar > ul > li:last-child
{
display: none;
}
/* Style d'écriture du contenu devrait permettre d'éviter de devoir écrire trop de truc pour p li ul ol table etc...
- /
- content
{
font: normal 14px Verdana, Arial, Helvetica, sans-serif; color:#0F174D;
}
/*
Mise en page, en-tête, couleur de fond, bannière, etc...
- /
/* body, #heading,#content, #innercontent {
background: #ADD1FF;
}
- /
body, #heading,#content{
background: #ADD1FF;
}
/* .centering {
margin: 0 auto; width: 965px;
}
- /
- header
{
background: url("") no-repeat #ADD1FF; height: 160px; margin-left: 68px;
/*
width: 100%;
- /
width: 829px; border: 1px solid #477CBF;
}
/*
- heading {
height: 50px; border-top: 1px solid #FFFFFF;}
/*
- innercontent {
padding: 1px;} Important!
- /
/* .whitebox {
background: url("") repeat-x #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); for the Safari browser border: 1px solid #FFFFFF; margin: 14px 0;}
- /
/* .article {
padding: 0 20px 10px 270px; width: 673px;}
- /
/* .whitebox a {
font-weight: bold;}
- /
/*
- toc a {
font-weight: normal;}
- /