MediaWiki:Common.css: Difference between revisions

727 bytes added ,  03:00, 19 August 2022
no edit summary
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 11: Line 11:
li.gallerybox div.thumb{border: none; background-color: white;}
li.gallerybox div.thumb{border: none; background-color: white;}


ul.gallery {
max-width:100% !important;
}


/* --- item pages --- */
/* --- item pages --- */
 
@media only screen and (min-device-width: 451px) {
div.hbdiv span.hb .itembg,
div.hbdiv span.hb .itembg,
.itembg { width: 451px; background-image: url(images/Itemshot.gif) !important; text-align: left; }
.itembg { width: 451px; background-image: url(images/Itemshot.gif) !important; text-align: left; }
Line 30: Line 33:


.Common { margin: 0 25px; }
.Common { margin: 0 25px; }
.Common div.floatright{ border: 3px solid grey}
.Common div.floatright{ border: 3px solid grey;margin-top:7px}
.Uncommon { margin: 0 25px; }
.Uncommon { margin: 0 25px; }
.Uncommon div.floatright{ border: 3px solid white}
.Uncommon div.floatright{ border: 3px solid white;margin-top:7px}
.Mythical { margin: 0 25px; }
.Mythical { margin: 0 25px; }
.Mythical div.floatright{ border: 3px solid green}
.Mythical div.floatright{ border: 3px solid green;margin-top:7px}
.Rare { margin: 0 25px; }
.Rare { margin: 0 25px; }
.Rare div.floatright{ border: 3px solid blue }
.Rare div.floatright{ border: 3px solid blue;margin-top:7px }
.Legendary { margin: 0 25px; }
.Legendary { margin: 0 25px; }
.Legendary div.floatright{ border: 3px solid orange }
.Legendary div.floatright{ border: 3px solid orange;margin-top:7px }
.Godly { margin: 0 25px; }
.Godly { margin: 0 25px; }
.Godly div.floatright{ border: 3px solid magenta }
.Godly div.floatright{ border: 3px solid magenta;margin-top:7px }
 
 
.Common img{ width: 75px;height: 75px; }
.Common div.floatright img{ width: 75px;height: 75px;}
.Uncommon img{ width: 75px;height: 75px; }
.Uncommon div.floatright img{ width: 75px;height: 75px;}
.Mythicalimg{ width: 75px;height: 75px; }
.Mythicaldiv.floatright img{ width: 75px;height: 75px;}
.Rare img{ width: 75px;height: 75px; }
.Rare div.floatright img{ width: 75px;height: 75px;}
.Legendary img{ width: 75px;height: 75px; }
.Legendary div.floatright img{ width: 75px;height: 75px;}
.Godly img{ width: 75px;height: 75px; }
.Godly div.floatright img{ width: 75px;height: 75px;}


.itemdata a { color: #0b0; }
.itemdata a { color: #0b0; }
 
}
/* --- remove page title (all pages) ---  
/* --- remove page title (all pages) ---  


Line 96: Line 113:




.itemdata img{width: 75px;height: 75px;}