MediaWiki:Common.css: verschil tussen versies

Uit KeukenWiki
Regel 5: Regel 5:
 
.inputbox-hidecheckboxes form .inputbox-element {
 
.inputbox-hidecheckboxes form .inputbox-element {
 
     display: none !important;
 
     display: none !important;
 +
}
 +
 +
/** Achtergrond afbeelding voor gebruik in tabellen */
 +
.globelicht { background-image: url( http://www.telewiki.nl/w/images/globelicht_250px.png );}
 +
.banner { background:#FFFFFF; background-image: url( http://www.telewiki.nl/w/images/banner_lady.jpg );}
 +
.voorpagina { background:#FFFFFF; background-image: url( http://www.telewiki.nl/w/images/silhouettemensenwerk_2.jpg );}
 +
/** Kleur lichtrood voor de Sponsor-pagina's */
 +
.ns-104 #content {
 +
background-color: #fff8fc;
 +
}
 +
/* Deze toevoeging geeft melding bovenaan sponsorpagina in hoogste titel (eerder geprobeerd: #bodyContent -net onder titel) */
 +
.ns-104 h1.firstHeading {
 +
background-image: url("http://www.telewiki.nl/w/images/6/6c/Meldingcommercieel.png");
 +
background-repeat: no-repeat;
 +
background-position: top right;
 +
}
 +
.ns-105 #content { background-color: #fff8fc; }
 +
 +
/* Standaard categorieboom in Categorie:Alles verbergen */
 +
body.page-Categorie_Alles #mw-subcategories,
 +
body.page-Categorie_Alles #mw-pages {
 +
display: none !important;
 +
}
 +
 +
/* Pure css sticky banner - See more at: http://www.claindsilva.com/css/pure-css-sticky-elements-sticky-footer-sticky-banner-sticky-margin-widgets/#sthash.kNS4piQP.dpuf */
 +
#sticky-footer{
 +
position:fixed;
 +
top:95%; left:5%;
 +
width:90%;
 +
height:50px;
 +
opacity:0.9;
 +
background:#000000;
 +
border:2px solid #00CCFF;
 +
border-radius: 10px 10px 0px 0px;
 +
box-shadow: -2px -2px 15px #888;
 
}
 
}

Versie van 31 aug 2016 16:32

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


/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element {
    display: none !important;
}

/** Achtergrond afbeelding voor gebruik in tabellen */
.globelicht { background-image: url( http://www.telewiki.nl/w/images/globelicht_250px.png );}
.banner { background:#FFFFFF; background-image: url( http://www.telewiki.nl/w/images/banner_lady.jpg );}
.voorpagina { background:#FFFFFF; background-image: url( http://www.telewiki.nl/w/images/silhouettemensenwerk_2.jpg );}
/** Kleur lichtrood voor de Sponsor-pagina's */
.ns-104 #content {
 background-color: #fff8fc; 
}
/* Deze toevoeging geeft melding bovenaan sponsorpagina in hoogste titel (eerder geprobeerd: #bodyContent -net onder titel) */
.ns-104 h1.firstHeading {
 background-image: url("http://www.telewiki.nl/w/images/6/6c/Meldingcommercieel.png");
 background-repeat: no-repeat;
 background-position: top right;
}
.ns-105 #content { background-color: #fff8fc; }

/* Standaard categorieboom in Categorie:Alles verbergen */
body.page-Categorie_Alles #mw-subcategories,
body.page-Categorie_Alles #mw-pages {
	display: none !important;
}

/* Pure css sticky banner - See more at: http://www.claindsilva.com/css/pure-css-sticky-elements-sticky-footer-sticky-banner-sticky-margin-widgets/#sthash.kNS4piQP.dpuf */
#sticky-footer{ 
 position:fixed;
 top:95%; left:5%;
 width:90%;
 height:50px;
 opacity:0.9;
 background:#000000;
 border:2px solid #00CCFF;
 border-radius: 10px 10px 0px 0px;
 box-shadow: -2px -2px 15px #888; 
}