MediaWiki:Common.css: verschil tussen versies

Uit wiki-lilaca
Ga naar: navigatie, zoeken
 
(5 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 
+
/* working ... */
/* upper blue line */
+
#content{
#mw-head-base {
+
        margin-left:auto !important;
margin-left: auto !important;
+
        margin-right:auto;
margin-right: auto !important;
+
max-width: 950px;
max-width: 1000px !important;
+
 
}
 
}
/* lower blue line + footer content */
+
 
 
#footer {
 
#footer {
margin-left: auto !important;
+
margin-left: auto;
margin-right: auto !important;
+
margin-right: auto;
max-width: 1000px !important;
+
max-width: 950px;
 
}
 
}
/* main content */
+
 
#content {
+
/* testing */
margin-left: auto !important;
+
#mw-navigation {
margin-right: auto !important;
+
        margin-left: auto !important;
max-width: 1000px;
+
margin-right: auto;
 +
max-width: 1140px;
 +
        top: 0;
 
}
 
}
#bodyContent {
+
/* remove history tab */
z-index: 10;
+
#ca-history { display:none!important; }
 +
 
 +
/* remove talk tab (overleg) */
 +
#ca-talk { display:none!important; }
 +
 
 +
/* hide toolbox */
 +
/*#p-tb { display:none }*/
 +
 
 +
 
 +
#lemmamenu
 +
{
 +
  position: absolute;
 +
  top: 5px;
 +
  left: 200px;
 +
  color: #0645AD;
 +
  font-size: 18px;
 +
  text-align: center;
 +
  width:950px;
 
}
 
}
#mw-navigation {
+
 
margin-right: auto !important;
+
#lemmamenu ul
max-width: 1190px;
+
{
        min-width: 1000px;
+
  margin-top: 0px;
position: absolute;
+
top: 0;
+
        left: 50%;
+
        margin-left: -500px;
+
 
}
 
}
div#mw-panel {
+
 
position: relative;
+
#lemmamenu ul li
left: 0;
+
{
margin-left: -190px;
+
  list-style-image: none;
        width:160px;
+
  list-style-type: none;
 +
  text-decoration: none;
 +
  display: inline;
 +
  padding-right: 6px;
 
}
 
}
div#mw-head {
+
 
position: relative;
+
#lemmamenu ul li a
        right: 0;
+
{  
        margin-right: 0;
+
  text-decoration: none;
        max-width: 1000px;
+
 
}
 
}
 +
 +
#lemmamenu ul li a:hover
 +
{
 +
  text-decoration: underline;
 +
}
 +
 +
/* brontekst bekijken verwijderen */
 +
#ca-viewsource { display:none!important; }

Huidige versie van 20 dec 2016 om 21:13

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* working ... */
#content{
        margin-left:auto !important;
        margin-right:auto;
	max-width: 950px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}

/* testing */
#mw-navigation {
        margin-left: auto !important;
	margin-right: auto;
	max-width: 1140px;
        top: 0;
}
/* remove history tab */
#ca-history { display:none!important; }

/* remove talk tab (overleg) */
#ca-talk { display:none!important; }

/* hide toolbox */
/*#p-tb { display:none }*/


#lemmamenu
{
  position: absolute;
  top: 5px;
  left: 200px;
  color: #0645AD;
  font-size: 18px;
  text-align: center;
  width:950px;
}

#lemmamenu ul
{
  margin-top: 0px;
}

#lemmamenu ul li
{
  list-style-image: none;
  list-style-type: none;
  text-decoration: none;
  display: inline;
  padding-right: 6px;
}

#lemmamenu ul li a
{ 
  text-decoration: none;
}

#lemmamenu ul li a:hover
{
  text-decoration: underline;
}

/* brontekst bekijken verwijderen */
#ca-viewsource { display:none!important; }