Difference between revisions of "MediaWiki:Common.css"

From Dashboard samenwerking Wijchen
Line 20: Line 20:
 
  border-radius: 0px 0px 5px 5px;
 
  border-radius: 0px 0px 5px 5px;
 
  height: 36px;
 
  height: 36px;
 +
}
 +
 +
/* Missing CSS values, added: */
 +
.checkboxes-lg {
 +
    line-height:1.75em;
 +
    font-size:x-large;
 
}
 
}
  

Revision as of 08:21, 15 April 2020

.supervision {
 background-color: #686868;
 background-image: url(https://wijchen.dashboardsamenwerking.nl/wikis/wijchen.dashboardsamenwerking.nl/images/f/f1/Icon_eye.svg);
 background-size: 20px;
 background-position: 13px center;
 background-repeat: no-repeat;

 color: #FFFFFF;

 padding-top: 8px;
 padding-right: 8px;
 padding-bottom: 8px;
 padding-left: 43px;

 margin-top: -12px;
 margin-right: 0px;
 margin-bottom: 15px;
 margin-left: 0px;

 border-radius: 0px 0px 5px 5px;
 height: 36px;
}

/* Missing CSS values, added: */
.checkboxes-lg {
     line-height:1.75em;
     font-size:x-large;
}

/* Many <big> HTML tags were used for styling. Replace those with a <span> with this class. */
.replace-big {
 font-size:larger;
}