Différence entre les versions 98 et version actuelle
Résumé : Une feuille de style reprenant le style du défunt TigerWiki.
Pas de diff disponible./*
Une feuille de style reprenant le style du défunt TigerWiki.
Appliquer: [1]
Retour au style par défaut: [2]
*/
@media screen {
body { margin: 0;
padding: 0 0 25px 0;
background-color: #828A99;;
color: black;
font-family: sans-serif;
}
/* suppression du logo */
a.logo, img.logo {
display: none;
}
div.header, div.wrapper, div.footer {
margin-left: 25px;
margin-right: 25px;
text-align: left;
border-left: solid 1px #000;
border-right: solid 1px #000;
} div.header a {
color: #fff;
text-decoration: none;
}
div.header a:hover {
background-color: #828A99;
color: #fff;
text-decoration: none;
}
div.header {
position: relative;
margin-top: 25px;
margin-bottom: 0;
border-top: solid 1px #000;
background-color: #676f8a;
color: #fff;
}
div.header h1 {
position: absolute;
top: 10px;
padding: 15px;
font-style: italic;
color: #fff;
}
div.header span.gotobar.bar {
position: relative;
display: block;
margin: 100px 0 0 0;
padding: 5px 0 5px 10px;
background-color: #d2d2e0;
border-top: dashed 1px #444;
border-bottom: dashed 1px #888;
}
div.header span.gotobar.bar a {
margin: 0;
padding: 0 15px 0 5px;
color: #666;
/* font-weight: bold; */
font-size: 90%;
}
div.header span.gotobar.bar a:hover {
background-color: #b1b7cd;
color: #fff;
text-decoration: none;
}
div.content, div.content.browse {
margin: 0;
}
div.wrapper {
margin-top: 0;
margin-bottom: 0;
background-color: #fff;
border-top: dashed 1px #fff; /* pour débuguer */
border-left: solid 1px #000;
border-right: solid 1px #000;
padding: 15px;
}
div.wrapper h2,h3,h4 {
font-style: italic;
}
div.wrapper a {
background-color: #efeff5;
color: #666;
/* text-decoration: none; */
}
div.wrapper a:hover {
background-color: #b1b7cd;
color: #fff;
/* text-decoration: none; */
}
.footer {
margin-top: 0;
margin-bottom: 25px;
padding: 15px;
background-color: #d2d2e0;
border-top: dashed 1px #444;
border-bottom: solid 1px #000;
color: #000;
font-size: 85%;
}
div.footer a {
color: #000;
text-decoration: none;
}
div.footer a:hover {
color: #fff;
background-color: #b1b7cd;
}
div.footer hr {
display: none;
}
div.footer span.time {
position: absolute;
display: block;
top: 12px; /* devrait être 25, mais impossible de réduire sa hauteur */
right: 25px;
/* border: dashed 1px red; */
padding: 0 5px 0 0;
color: #fff;
font-size: 75%;
font-style: italic;
}
div.footer span.time a{
color: #fff;
}
}