Team:Evry/test/css v2
From 2013.igem.org
Line 179: | Line 179: | ||
text-align: center; | text-align: center; | ||
margin: auto; | margin: auto; | ||
- | |||
} | } | ||
Line 187: | Line 186: | ||
margin: auto; | margin: auto; | ||
background-color: #fff5cc; | background-color: #fff5cc; | ||
+ | border-radius: 5px; | ||
} | } | ||
Revision as of 16:02, 5 August 2013
/*--------------------- Wiki hack ---------------------------------------------*/
body {
width: auto; color: #333333; /*background:#e9e4de;*/ background-image:url(http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE6.jpg); background-repeat:no-repeat background-color : transparent; background-size: cover; background-attachment : fixed; margin:0px 0px 0px 0px;
}
/* la barre titre (banniere igem+ menu haut)*/
- top-section
{
height: auto; width : 100%; margin-top: 0 px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; display: display; background-color: #ffffff
}
/*le conteneur de la banière igem avec un lien vers igem*/
- p-logo
{
display:none; border:none; margin:none;
}
/* la barre de menu du haut */
- menubar
{
color:#000000;
}
/*les lien de la barre de menu du haut */
- menubar a
{
text-decoration:none; color:#000000;
}
/* le menu de haut gauche */ .left-menu {
background-color:transparent; /*display:none;*/
}
/* le menu de login haut droite*/ .right-menu {
color:transparent; text-decoration:none; background-color:none; right: 15px;
}
/* les lien du login */ .right-menu a {
color:transparent; text-decoration:transparent; background-color:none;
}
/* la barre de recherche*/
- search-controls
{
display:none;
}
/* le body de la page*/
- content
{
background-color: transparent; border:none; padding:none; margin:none; line-height:1em;
}
/*titre de page */ .firstHeading {
display:none; border: none;
}
- footer-wrapper
{
position: absolute; width: 100%; margin-top:25px; margin-bottom:30px; padding: 7px 15px 7px 15px; background-color:#ffffff; -moz-border-radius-topright:15px; -moz-border-radius-bottomright:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-right-radius:15px; border-top-right-radius:15px; border-bottom-right-radius:15px; border-radius: 15px; box-shadow: 0px 4px 4px #1c1a19;
}
/* la boite en bas de page*/
- footer-box
{
display: none; margin-bottom: 10px;
}
/* le cadre sous le body useless */
- catlinks
{
display: none;
}
/* ----------------End of the wiki hack -------------------------------------*/
/*---------------Header-----------------------*/
header {
width: 100%; margin: auto; box-shadow: 0px 4px 4px #1c1a19; border-radius: 5px; position: relative;
}
- banniere
{
display: inline-block;
border-radius: 5px; position: relative; }
header h1 {
font-size: 2.5em; font-weight: normal; display: inline-block; margin-bottom: 0px; align: center;
}
- ban
{
display: inline-block; margin-bottom: 0px; border-radius: 5px; width: 60%;
}
header h2 {
font-size: 1.1em; margin-top: 0px; font-weight: normal;
}
/* Navigator */
nav {
width: 100%; text-align: center; margin: auto;
}
nav ul {
list-style-type: none; margin: auto; background-color: #fff5cc; border-radius: 5px;
}
nav li {
display: inline-block;
margin-right: 25px; margin-left : 10px;
}
nav a {
font-size: 1.2em; color: #181818; padding-bottom: 3px; text-decoration: none;
}
nav a:hover {
color: #94000e; border-bottom: 3px solid #760001;
}
/* ------------------------Body--------------------------- */
- maincontainer_evry2013
{
padding:15px 15px 15px 15px; margin-top: 15px; background:#ffffff; margin: auto; text-align:justify; width:940px;/*940px*/ heigth:auto; -moz-border-radius-topright:15px; -moz-border-radius-bottomright:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-right-radius:15px; border-top-right-radius:15px; border-bottom-right-radius:15px; border-radius: 15px; box-shadow: 0px 4px 4px #1c1a19;
}
/* -----------------------Footer---------------------------------*/ footer {
position: relative; bottom: 2px; padding: 0px;
}