MediaWiki:Common.css: verschil tussen versies

Uit normenkaderzorg.nl
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
 
(58 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 */
body {
body {
   background-color: white;
   background-color: white;
Regel 14: Regel 15:
h2 { font-family: sans-serif !important; }
h2 { font-family: sans-serif !important; }


span.check-button:link a{
 
color: #CDCC00;
/* Styles of the table on the home page */
background-color: #FFFFFF;  
 
border: solid 1.5px #CDCC00;  
table#homepage-table caption {
font-weight: 500;
}
 
table#homepage-table th {
border-color: #EDF2F7;
background-color: #EDF2F7;
}
 
table#homepage-table td {
border-color: white;
border-bottom: solid 1.5px #EDF2F7;
background-color: white;
padding: 8px;
align-content: center;
}
 
span.check-button a{
color: #008080;  
border: solid 1.5px #008080;  
padding: 8px 12px 8px 12px;  
padding: 8px 12px 8px 12px;  
border-radius: 8px;  
border-radius: 8px;  
Regel 26: Regel 46:
span.check-button:hover a{
span.check-button:hover a{
color: #FFFFFF;
color: #FFFFFF;
background-color: #CDCC00;  
background-color: #008080;  
border: solid 1.5px #CDCC00;  
border: solid 1.5px #008080;  
padding: 8px 12px 8px 12px;  
padding: 8px 12px 8px 12px;  
border-radius: 8px;  
border-radius: 8px;  
font-weight: 800;
font-weight: 1000;
text-decoration: none;  
text-decoration: none;
}
}


span.check-button:active a{
span.check-button:active a{
color: #FFFFFF;
color: #FFFFFF;
background-color: #EFEE00;  
background-color: #005F5F;  
border: solid 1.5px #EFEE00;  
border: solid 1.5px #005F5F;  
padding: 8px 12px 8px 12px;  
padding: 8px 12px 8px 12px;  
border-radius: 8px;  
border-radius: 8px;  
font-weight: 800;
font-weight: 1000;
text-decoration: none;  
text-decoration: none;  
}
}


span.check-button:visited a{
/* Styles of lucas steps tables */
color: #CDCC00;
 
background-color: #FFFFFF;  
table#luca-steps-table table{
border: solid 1.5px #CDCC00;  
border-collapse: collapse;
padding: 8px 12px 8px 12px;  
margin: auto;
border-radius: 8px;  
margin-bottom: 24px;
font-weight: 800;
}
text-decoration: none;  
 
table#luca-steps-table caption {
font-weight: 500;
}
 
table#luca-steps-table th {
border-color: white;
background-color: white;
color: #2D3748;  
}
 
table#luca-steps-table td {
background-color: white;  
padding: 32px 24px 32px;  
}
 
table#luca-steps-table td:first-child {
background-color: #014489;
max-width: 300px;
color: white;
}
 
table#luca-steps-table td:nth-child(2) {
max-width: 800px;
padding: 32px 48px 32px;  
}
}

Huidige versie van 13 mei 2024 14:33

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

body {
  background-color: white;
}
#mw-head {
  background-color: white;
}
#ca-talk { display: none !important; }
#ca-nstab-main { display: none !important; }
#ca-viewsource { display: none !important; }
#firstHeading { font-family: sans-serif !important; }
h1 { border: none; }
#p-coll-print_export { display: none !important; }
h2 { font-family: sans-serif !important; }


/* Styles of the table on the home page */

table#homepage-table caption {
font-weight: 500; 
}

table#homepage-table th {
border-color: #EDF2F7;
background-color: #EDF2F7;
}

table#homepage-table td {
border-color: white;
border-bottom: solid 1.5px #EDF2F7;
background-color: white;
padding: 8px; 
align-content: center; 
}

span.check-button a{
color: #008080; 
border: solid 1.5px #008080; 
padding: 8px 12px 8px 12px; 
border-radius: 8px; 
font-weight: 800;
text-decoration: none; 
}

span.check-button:hover a{
color: #FFFFFF;
background-color: #008080; 
border: solid 1.5px #008080; 
padding: 8px 12px 8px 12px; 
border-radius: 8px; 
font-weight: 1000;
text-decoration: none;  
}

span.check-button:active a{
color: #FFFFFF;
background-color: #005F5F; 
border: solid 1.5px #005F5F; 
padding: 8px 12px 8px 12px; 
border-radius: 8px; 
font-weight: 1000;
text-decoration: none; 
}

/* Styles of lucas steps tables */

table#luca-steps-table table{
border-collapse: collapse;
margin: auto; 
margin-bottom: 24px;
}

table#luca-steps-table caption {
font-weight: 500; 
}

table#luca-steps-table th {
border-color: white;
background-color: white;
color: #2D3748; 
}

table#luca-steps-table td { 
background-color: white; 
padding: 32px 24px 32px; 
}

table#luca-steps-table td:first-child {
background-color: #014489;
max-width: 300px;
color: white;
}

table#luca-steps-table td:nth-child(2) { 
max-width: 800px;
padding: 32px 48px 32px; 
}