MediaWiki:Mobile.css: Difference between revisions

m
no edit summary
No edit summary
Tag: Reverted
mNo edit summary
 
(24 intermediate revisions by the same user not shown)
Line 227: Line 227:
   margin:auto;
   margin:auto;
   width:100%;
   width:100%;
   display: block;
   display: table;
   border: 1px solid #2a2f8b;
   border: 1px solid #2a2f8b;
   padding: 5px;  
   padding: 5px;  
Line 234: Line 234:
   margin-top: 15px;
   margin-top: 15px;
   font-size:88%;
   font-size:88%;
}
th.furniture-disney {
    width: 150px;
}
}


Line 239: Line 243:
   width: 100%;
   width: 100%;
   margin-top: 1px;
   margin-top: 1px;
  display: table;
   margin-bottom: 1px;
   margin-bottom: 1px;
}
}
Line 306: Line 311:
table#infobox {
table#infobox {
   float:right !important;
   float:right !important;
   margin-left: 20px !important
   margin-left: 20px !important;
  max-width:400px;
}
}


Line 419: Line 425:
   background-color: transparent !important;
   background-color: transparent !important;
   border: none !important;
   border: none !important;
}
td#mainpage_menu p {
  margin: 0.5em 00;
}
td#mainpage_menu dl {
  margin: 0.5em 0 0.5em 1.5em;
}
}


Line 557: Line 571:
div#tag-room {
div#tag-room {
     background: #354569;
     background: #354569;
}
div#tag-collection {
    background: white;
}
div#tag-collection a, div#tag-collection a.visited, div#tag-collection a.new {
    color: #354569;
}
}


Line 600: Line 622:
ul.clothesgallery, ul.furnituregallery {
ul.clothesgallery, ul.furnituregallery {
     text-align:center;
     text-align:center;
    margin: 10px 0;
}
}


Line 615: Line 638:
div#customgallery img {
div#customgallery img {
   display:inline-block;
   display:inline-block;
}
div#customgalleryimg {
  margin:auto;
  height: 150px;
  position: relative;
}
div.gallerycorner {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 47px !important;
  height: 47px;
  background: linear-gradient(to bottom right, #a1b3f3 50%, transparent 50%);
  border-top-left-radius: 8px;
  z-index: 1;
}
div.galleryicon {
  height: 22px;
  width: 22px;
  margin-top: 2px;
  text-align:left;
}
div#gallerypremium {
  background: url("/images/thumb/f/f8/Premium_Shop.png/22px-Premium_Shop.png");
}
div#galleryevent {
  background: url("/images/thumb/3/36/Menu_Icon_Events.png/22px-Menu_Icon_Events.png");
}
div.gallerycorner {
  margin:auto;
  height: 150px;
  position: relative;
}
}


Line 639: Line 700:
     table#infobox {
     table#infobox {
         display: inline-table;
         display: inline-table;
        max-width: none;
     }
     }
}
}
Line 661: Line 723:
}
}


div.responsiveadtopmobile {
div.responsiveadtop {
   width: 100%;
   width: 100%;
   text-align: center;
   text-align: center;
Line 667: Line 729:
   margin: auto;
   margin: auto;
   background-color: rgb(255 255 255 / 32%);
   background-color: rgb(255 255 255 / 32%);
}
div.responsiveadtopdesktop {
  display:none;
}
}


Line 679: Line 737:
   margin: auto;  
   margin: auto;  
   background-color: rgb(255 255 255 / 12%);
   background-color: rgb(255 255 255 / 12%);
}
/* Infobox Language Table */
span.languagetitle {
  color: white;
  text-shadow: 0px 2px black;
}
table.languagetable {
  margin:auto;
  text-align: left;
  font-size:75%;
  line-height: 1.5em;
  border-spacing: 0px;
}
div.languagecell {
  border: 1px solid #8f93dd;
  padding: 0.2em;
  background-color: #dfdff8;
  color: black;
  text-shadow: none;
}
td.languagesection {
  text-align: center;
  background-color: #5c62b8 !important;
  border-color: #2a2f8b !important;
  vertical-align: top;
  padding:5px;
}
div.flag {
  width: 14px;
  height: 9px;
  float: left;
  margin: 3px 3px 0 15px;
}
div#flag-fr {
  background-image: url("/resources/dreamlightvalley/flags/french.png");
}
div#flag-it {
  background-image: url("/resources/dreamlightvalley/flags/italian.png");
}
div#flag-de {
  background-image: url("/resources/dreamlightvalley/flags/german.png");
}
div#flag-es {
  background-image: url("/resources/dreamlightvalley/flags/spanish.png");
}
div#flag-ja {
  background-image: url("/resources/dreamlightvalley/flags/japanese.png");
}
div#flag-zh {
  background-image: url("/resources/dreamlightvalley/flags/simplified-chinese.png");
}
@media screen and (max-width: 1000px) {
    div#siteNotice {
      margin:0 -8px;
    }
}
}