Dogcraft Wiki

Archive/Mall register/styles.css

From Dogcraft Wiki

< Dogcraft Wiki:Archive‎ | Mall register
Revision as of 00:24, 21 August 2022 by Domino (talk | contribs) (transfering infobox styles from Common.css)
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
  1. mall-map-container .mall-expand-content {

display:none; }

  1. mall-map-container div:not(.mall-nohover) div:hover {
  width: auto !important;
  height: auto !important;
  min-width: 10em !important;
  min-height: 10em !important;
  max-width:10em !important;
  max-height:50em !important;
  overflow: auto;
  position: absolute !important;
  z-index: 10;
  margin: -5px -20px;
  /*transition: width 0.2s ease-in-out, height 0.2s ease-in-out;*/

}

  1. mall-map-container div:not(.mall-nohover) div:hover .mall-expand-content {

display:inline; }

/* Prevents the automatic "add new cell to grid" blocks that VE generates in edit mode from showing up on the Mall Map page*/ .ve-ce-branchNode-blockSlug, .ve-ce-branchNode-newSlug { display:none; }

  1. mall-map-container > *:not(.mall-content) {

display:none; }

.ve-active .page-Mall_map .ve-ce-focusableNode-highlight[title="Mall footer"] {

   display: none;

}

.mall-expired > div {

   background: repeating-linear-gradient(-45deg,#ff9a7a,#ff9a7a 8%,coral 8%,coral 16%) !important;
   border: 1px solid darkred !important;
   opacity: 50%;

}

This page was last modified on 21 August 2022, at 00:24. (2 years ago)