Difference between revisions of "MediaWiki:Gadget-site.css"

From Caiyun Wiki
Jump to: navigation, search
m (Mingli moved page MediaWiki:Commmon.css to MediaWiki:Gadget-site.css without leaving a redirect)
Line 5: Line 5:
 
     max-width: 100%;
 
     max-width: 100%;
 
     height: auto;
 
     height: auto;
 +
}
 +
 +
.tianqi {
 +
    float: right;
 +
    width: 200px;
 +
    height: 200px;
 +
    background-color: LavenderBlush;
 
}
 
}

Revision as of 18:34, 29 August 2018

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    max-width: 100%;
    height: auto;
}

.tianqi {
    float: right;
    width: 200px;
    height: 200px;
    background-color: LavenderBlush;
}