MediaWiki:Vector.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(38 intermediate revisions by the same user not shown)
Line 402: Line 402:
td#time-table-inactive {
td#time-table-inactive {
   color: #b1b1b1;
   color: #b1b1b1;
}
span#headericon img {
  margin-top: -7px;
  width:29px;
  height: auto;
}
span#headericon a.image {
  pointer-events: none;
  cursor: default;
}
}


Line 446: Line 457:
table#schedule_table td {
table#schedule_table td {
   white-space: nowrap;
   white-space: nowrap;
}
.itemCount, .dutyVersion, .dutyIcon {
    text-align: center;
}
}


Line 494: Line 509:
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 505: Line 528:
ul.clothesgallery, ul.furnituregallery {
ul.clothesgallery, ul.furnituregallery {
     text-align:center;
     text-align:center;
    margin: 10px 0;
}
}


Line 510: Line 534:
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 523: Line 585:
   vertical-align:middle;
   vertical-align:middle;
}
}


#narrow-banner {
#narrow-banner {
     display:none;
     display:none;
}
/* Table Autonumbering */
table.autonumber > tbody {
  counter-reset: autonumbering;
}
table.autonumber > tbody > tr::before {
  counter-increment: autonumbering;
  content: counter(autonumbering);
}
table.autonumber > thead > tr::before {
  content: "#";
}
table.autonumber > thead > tr::before, table.autonumber > tbody > tr::before {
  display: table-cell;
  padding: 0.2em;
  border: 1px solid #AAA;
  vertical-align: middle;
  text-align: center;
}
/* Ads Styling */
div#siteNotice {
  font-size:0;
}
div.responsiveadtop {
  width: 100%;
  text-align: center;
  height: 100%;
  max-height:150px;
  margin: auto;
  background-color: rgb(255 255 255 / 32%);
  margin-top:-10px;
  margin-bottom: 10px;
}
div.responsiveadbottom {
  width: 100%;
  text-align:center;
  height: 100%;
  margin: auto;
  background-color: rgb(255 255 255 / 12%);
}
}


Line 543: Line 655:
     #narrow-banner {
     #narrow-banner {
         display:none;
         display:none;
    }
}
@media screen and (max-width: 1100px) {
    #navbox {
        width:100%;
     }
     }
}
}