Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
m (flex responsive widths)
(hiding wikitable css as citizen skin uses own css for this)
Line 12: Line 12:
* Hide category header 3
* Hide category header 3
******************************/
******************************/
div.mw-category-generated h3 {
.mw-category-generated h3 {
display: none;
display: none;
}
}

@import url("https://fonts.googleapis.com/css?family=Charm");


/* The transcription progress bar */
/* The transcription progress bar */
Line 33: Line 31:
display: table;
display: table;
border-collapse: collapse;
border-collapse: collapse;
border-spacing: 0px 0px;
border-spacing: 0;
empty-cells: hide;
empty-cells: hide;
margin: 0px auto 4px auto;
margin: 0 auto 4px auto;
width: 100%;
width: 100%;
}
}
Line 147: Line 145:
* Wikitables
* Wikitables
******************************/
******************************/
table.wikitable {
/*table.wikitable {
background-color: #f8f9fa;
background-color: #f8f9fa;
color: #222;
color: #222;
Line 171: Line 169:
table.wikitable > caption {
table.wikitable > caption {
font-weight: bold;
font-weight: bold;
}
}*/


/******************************
/******************************
Line 635: Line 633:


.flex-item-2 {
.flex-item-2 {
background-color: ;
/*background-color: ;*/
border:1px solid #f3f2f2;
border:1px solid #f3f2f2;
border-radius: 8px;
border-radius: 8px;
Line 646: Line 644:


.flex-item-3 {
.flex-item-3 {
background-color: ;
/*background-color: ;*/
border:1px solid #f3f2f2;
border:1px solid #f3f2f2;
border-radius: 8px;
border-radius: 8px;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.