Difference between revisions of "MediaWiki:Common.css"

From stix
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
     font-size:150%;
 
     font-size:150%;
 
     font-style:italic;
 
     font-style:italic;
 +
}
 +
#stix-obs {
 +
width:100%;
 
}
 
}
  
 
+
.stix-wiki-img{
.img-inline{
+
display: inline-block;
    display: inline-block;
+
max-height:350px !important;
    border: 1px solid #ECEDE8;
+
}
    margin: 10px 10px;
+
.stix-wiki-img-2rows{
    overflow: hidden;
+
display: inline-block;
    height: 300px;
+
max-height:600px !important;
    vertical-align: top;
+
}
 +
.stix-wiki-img-fullrow{
 +
display: inline-block;
 +
width:90%;
 
}
 
}

Latest revision as of 16:05, 30 May 2021

/* CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}
#stix-obs {
width:100%;
}

.stix-wiki-img{
	display: inline-block;
	max-height:350px !important;
}
.stix-wiki-img-2rows{
	display: inline-block;
	max-height:600px !important;
}
.stix-wiki-img-fullrow{
	display: inline-block;
	width:90%;
}