MediaWiki:Erudite.css : Différence entre versions
Ligne 32 : | Ligne 32 : | ||
font-weight: bolder; | font-weight: bolder; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
+ | } | ||
+ | |||
+ | /* Style the button that is used to open and close the collapsible content */ | ||
+ | .collapsible { | ||
+ | background-color: #eee; | ||
+ | color: #444; | ||
+ | cursor: pointer; | ||
+ | padding: 18px; | ||
+ | width: 100%; | ||
+ | border: none; | ||
+ | text-align: left; | ||
+ | outline: none; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Style the collapsible content. Note: hidden by default */ | ||
+ | .content { | ||
+ | padding: 0 18px; | ||
+ | display: none; | ||
+ | overflow: hidden; | ||
+ | background-color: #f1f1f1; | ||
} | } |
Version du 5 décembre 2018 à 16:37
#top-wrap {
background-image: url(images/ban4.jpg);
}
/*
#nav-meta {
margin:0.5em -8em 0 1em;
padding-left:1em;
border left: none;
border-left-width: 0;
}
*/
#nav-meta {display:none;}
#bottom-wrap {
padding: 0.5em 0 0.5em 0;
}
a {
border-bottom-style: none;
}
.thema {
display:inline-block;
width:420px;
vertical-align: top;margin:auto;
margin-left: 0.5em;
}
.intro {
text-align:justify;
font-weight: bolder;
font-size: 1.1em;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
/* Style the collapsible content. Note: hidden by default */
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}