@import url("http://www.emacswiki.org/oddmuse/wiki.css");
/* Une feuille de style en construction modifiant celle par */
/* défaut d'Oddmuse, en respectant son esthétique, mais en */
/* créant un menu latéral. */
/* Appliquer: [1] */ /* Retour au style par défaut: [2] */ @media screen {
body {
margin: 0;
padding: 0;
padding-bottom: 15px;
background-color: #fff;
}
div.header {
margin: 0;
right: 0:
top: 0;
}
div.header h1{
margin-left: 25px;
}
.header a.logo {
position: absolute;
top: 10px;
right: 50px;
background-color: #fff;
z-index: 10;
}
.header .gotobar.bar {
position: relative;
top: 0;
right: 0;
margin: 0;
width: 200px;
float: right;
background-color: #fff;
padding-top: 100px;
padding-left: 20px;
z-index: 5;
}
/* les éléments du header sont alignés de haut en bas comme une */
/* liste, mais sans puces */
.header .gotobar.bar a {
display: list-item;
list-style-type: none;
margin: 10px 0 10px 0 ;
padding: 2px 15px 0 15px;
background-color: #fff;
/* background-image: url("/css/halfcircle.png");
background-position: 0 -2px;
border-top: solid 2px #000;
border-bottom: solid 2px #000; */
background-image: url("/css/halfcircle2.png");
background-repeat: no-repeat;
background-position: 0 0;
height: 23px;
color: #000;
text-align: left;
}
div.wrapper, div.footer, div.comment {
padding: 25px;
background-color: #fff;
}
}