MediaWiki:Common.css: verschil tussen versies

Uit NORA Online
Naar navigatie springen Naar zoeken springen
(test lettergrootte 14)
(12 dan maar?)
Regel 3: Regel 3:
/** groter lettertype in de hele wiki */
/** groter lettertype in de hele wiki */
#bodyContent {
#bodyContent {
   font-size:14pt;
   font-size:12pt;
}
}



Versie van 3 dec 2014 11:36

/** CSS die hier wordt geplaatst heeft invloed op alle skins */

/** groter lettertype in de hele wiki */
#bodyContent {
   font-size:12pt;
}

/**kopje niveau 2 vet*/
#bodyContent h2 {
   font-weight: bold;
}

span.subpages {
   display:none;
}
span.subpages a {
   display:none;
}

/**class voor tekstvak van 800 pixels breed, tbv leesbaarheid */
.smaller-tekstvak {
   max-width:800px;
}

/**highlighten van linkermenu-items obv categorie, zie breadcrumbs-pagina [[MediaWiki:Breadcrumbs]] */
.active {
   background-color:#D7ECFF;
}

.kaderrechts {
   float: right; 
   border: 1px solid rgb(170, 170, 170);
   padding: 0.2em;
   background-color: rgb(249, 249, 249);
}
.kader400{
   width: 400px;
}
.kader270{
   width: 280px;
} 
.rechtssmal {
   float: right; 
   width: 280px;
}

.bericht {
   border: 1px solid rgb(187, 112, 112);
   background: none repeat scroll 0% 0% rgb(255, 219, 219);
}

.intro {
   font-weight: bold;
}

/** hyperlinks in de teksten meer zichtbaar, conform webrichtlijnen */
#bodyContent a {
   text-decoration: underline;
}
#bodyContent h2 {
   font-weight: bold;
}
#bodyContent h3 {
   font-size: 135%;
   font-weight: bold;
}
#bodyContent h4 {
   font-size: 120%;
   font-weight: bold;
}
#bodyContent h5 {
   font-size: 100%;
   font-weight: bold;
}

.table a
{
    display:block;
    text-decoration:none;
}

/** NORA beveiliging voorpagina mooier*/
.elementlijst
{
display:none;
}
.elementlijst:target
{
display:inline;
}