Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 16:25, 10 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;
}

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