themetest

@import url('https://fonts.googleapis.com/css?family=Markazi+Text');
/* TEXTE HORS-PAGE (EDIT, ETC.) */
#page-title {
border-color: #2A0A29;
}

a {
color: #2A0A29;
text-decoration: none;
}
/*TABLEAUX À ONGLETS */
/* Arrière-plan tableaux */
.yui-navset .yui-content{
background-color: #F2F2F2;
padding-left: 2em;
padding-right: 2em;
}
/* Tabs non ouvertes */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: #A4A4A4;
}
/* Pré-clic SwitchOnglet (mousehover) */
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: #FA5882;
text-decoration: none;
}
/* Barre en-dessous des onglets (haut) */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border-color: #120A2A;
}
/* Tab sélectionnée ; 1er = arrière-plan, 2e = texte */
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
background: #8A0829;
color: #eeeeee;
}
/* COULEUR LIEN */
a {
color: #08088A;
text-decoration: none;
background: transparent;
}
/* COULEUR TEXTE */
body {
color: #151515;
}

/* CHANGER LOGO
#header {
height: 140px;
position: relative;
z-index: 10;
padding-bottom: 22px;
background: url(URL-LOGO) 10px 40px no-repeat; */
}
/* BOÎTE DE RECHERCHE */
#search-top-box {
position: absolute;
top: 79px;
right: 9px;
width: 250px;
text-align: right;
}
/* Couleur searchbox ; 1er = ligne contour, 2e = osef, 3e = arrière-plan */
#search-top-box-input {
border: solid 1px #BDBDBD;
border-radius: 5px;
color: #0B2161;
background-color: #0B2161;
box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
}
/* 2e = Searchbox avant/après clic */
#search-top-box-input:hover,
#search-top-box-input:focus {
border: solid 1px #fff;
color: #D8D8D8;
background-color: #0101DF;
box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
/* BOUTON RECHERCHE */
/* 1er = Texte "rechercher" avant clic */
/* 3e = Dégradé de haut en bas */
#search-top-box-form input[type=submit] {
border: solid 1px #999;
border-radius: 5px;
padding: 2px 5px;
font-size: 90%;
font-weight: bold;
color: #04B45F;
background-color: #b740bc;
background: linear-gradient(to bottom, #848484,#0B0B61,#000000);
box-shadow: 0 1px 3px rgba(0,0,0,.5);
cursor: pointer;
}
/* Searchbutton (mousehover) ; 1er = Texte "Rechercher", 2e = */
/* 3e = Dégradé de haut en bas */
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: solid 1px #3B240B;
color: #01DFA5;
text-shadow: 0 0 1px rgba(255,255,255,.25)
background-color: #A9F5D0;
background: linear-gradient(to bottom, #848484,#0B0B61,#000000);
box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
/* TEXTE HAUT PAGE */
/* Grand titre : Style, police texte */
#header h1 a {
display: block;
margin: 0;
padding: 80px 0 25px;
line-height: 0px;
max-height: 0px;
color: transparent;
background: transparent;
font-family: 'Markazi Text', cursive;
font-size: 250%;
text-decoration: none;
text-shadow: none;
letter-spacing: 0.9px;
}
/* Grand titre : 1er = Texte titre 2e = Contour, ombre */
#header h1 a::before {
content: "Bureau de Lyrthill";
color: #819FF7;
text-shadow: 3px 3px 5px #000000;
}
/* Petit titre : Style, police texte */
#header h2 span {
display: block;
margin: 0;
font-size: 160%;
padding: 19px 0;
line-height: 0px;
max-height: 0px;
font-family: 'Markazi Text', sans-serif;
font-weight: bold;
color: transparent;
text-shadow: none;
}
/* Petit titre : 1er = Texte titre 2e = Contour, ombre */
#header h2 span::before {
content: 'TAKE UR MEDICINE, MAGGOTS !';
color: #81BEF7;
font-style: italic;
text-shadow: 1px 1px 1px #000000;
text-shadow: 1px 1px 1px rgba(0,0,0,.8);}
}
/* SIDE MENU */
/* 1er = ligne contour, 2e= arrière-plan */
#side-bar .side-block {
padding: 10px;
border: 1px solid #780d8e;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(102,0,0,.5);
background: #E0F2F7;
margin-bottom: 15px;
}
/* 1er = Titres sidebar, 2e = Soulignage titres */
#side-bar .heading {
color: #780d8e;
border-bottom: solid 1px #8A0868;
padding-left: 15px;
margin-top: 10px;
margin-bottom: 5px;
font-size: 8pt;
font-weight: bold;
}
/* Couleur soulignage collapsible */
#side-bar .collapsible-block-unfolded-link {
border-bottom: solid 1px #8A0868;
}
/* Couleur texte collapsible après clic (non-hover) */
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
margin-top: 10px;
margin-bottom: 5px;
font-size: 8pt;
color: #8A0868;
}
/* Couleur texte collapsible (hover) */
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
color: #8A0868;
text-decoration: none;
}
#side-bar ul{
list-style-type: none;
padding: 0 5px 0;
}
/* CITATION arrière-plan */
blockquote{
margin: 20px 0;
padding-left: 1.5rem;
background: #E6E6E6;
}
/* WIKIWALK */
.footer-wikiwalk-nav {
font-weight: bold;
font-size: 85%;
}
/* COULEUR DIV */
.content-panel.standalone {
background: #E6E6E6;
}

Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License