MediaWiki:Common.css: verschil tussen versies

Uit NORA Online
Naar navigatie springen Naar zoeken springen
k (Wijzigingen door NCoppens (Overleg) hersteld tot de laatste versie door Joris Dirks)
(alles terug zoals gisteren behalve font size 14pt)
Regel 6: Regel 6:
span.subpages a {
span.subpages a {
   display:none;
   display:none;
}
.smaller-tekstvak {
  max-width:800px;
}
}


Regel 27: Regel 31:
   float: right;  
   float: right;  
   width: 280px;
   width: 280px;
  font-size: 80%;
}
}



Versie van 3 dec 2014 11:03

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

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

.smaller-tekstvak {
   max-width:800px;
}

.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;
}