MediaWiki:Common.css: verschil tussen versies

Uit Wiki Facet
Naar navigatie springenNaar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Label: Handmatige ongedaanmaking
 
(30 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */


#content { background-color: #D6D0DA; }
#content { background-color: #FAFAFF; }




body { color: #5a7425; font-size: 12px; font-family: "Verdana"; }
body { color: #5D0A81; font-size: 14px; font-family: "Garamond"; }




/* style the labels */
/* increase sidebar width */
ul.side-nav label {
#column-content { margin-left: -12em; }
    background: #517398;
#column-content #content { margin-left: 12em; }
    color: #fff;
#p-logo a, #p-logo a:hover { width: 30em; }
    padding: .25em .5em;
#p-cactions { left: 12.5em; }
}
.portlet { width: 12em; }
Sidebar Background color
#column-content { margin-left: -12em; }
/* sidebar background color */
#content.mw-body { margin-left: 12em; }
body {
    background-color: #dceaea;

Huidige versie van 14 mrt 2024 om 12:44

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

#content { background-color: #FAFAFF; }


body { color: #5D0A81; font-size: 14px; font-family: "Garamond"; }


/* increase sidebar width */
#column-content { margin-left: -12em; }
#column-content #content { margin-left: 12em; }
#p-logo a, #p-logo a:hover { width: 30em; }
#p-cactions { left: 12.5em; }
.portlet { width: 12em; }
#column-content { margin-left: -12em; }
#content.mw-body { margin-left: 12em; }