User talk:2257/test2: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
m (Glowsquid moved page User talk:Twentytwofiftyseven/test2 to User talk:2257/test2: Automatically moved page while renaming the user "Twentytwofiftyseven" to "2257")
 
(41 intermediate revisions by one other user not shown)
Line 1: Line 1:
  /* ----------------------------------------------------------------- */
  .criticcorner .thumb.tleft {
/* This section of code is a test. DO NOT copy it into common.css */
    margin: 1px 25px 9px 1px;
#p-logo {
  -moz-transform: rotate(180deg);
  }
  }
  /* ----------------------------------------------------------------- */
   
 
  .criticcorner .thumb.tright {
  .shroomcctoc {
     margin: 1px 1px 9px 25px;
    border: 0 none;
    font-size: 0;
     margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  }
 
  .shroomcctoc .supersection {
  .criticcorner .thumb .thumbinner {
     -moz-box-sizing: border-box;
     -moz-box-sizing: content-box;
     border: 0 none;
     background: none repeat scroll 0 0 transparent;
     display: inline-block;
     border: medium none;
     margin: 0;
     overflow: visible;
     padding: 0 2px;
     padding: 0 !important;
     width: 50%;
     width: 344px;
    font-size: 12.7px;
  }
  }
 
  .shroomcctoc .supersection > .header {
  .criticcorner .thumb .image {
     background: none repeat scroll 0 0 #FF8C00;
     background: none repeat scroll 0 0 orange;
     border: 1px solid black;
     border-radius: 13px 13px 0 0;
     border-radius: 12.7px 12.7px 12.7px 12.7px;
    display: block;
     color: black;
    padding: 4px 3px 4px;
     font-size: 15.2333px;
     width: inherit;
     font-weight: bold;
}
     padding: 6px;
     text-align: center;
.mw-content-ltr .criticcorner .thumb .thumbcaption {
     text-transform: uppercase;
     background-color: orange!important;
     border-radius: 0 0 13px 13px;
     margin-top: 1px;
     min-height: 10px;
     text-align: left;
    width: inherit;
     color: darkslategray!important;
}
.criticcorner .thumb .image img {
    border-radius: 13px 13px 0 0;
    border: none;
}
.criticcorner .thumb .magnify a {
    background-image: url("/images/7/76/Magnify-clip-cc.png") !important;
    height: 11px;
    width: 15px;
}
.criticcorner .thumb .magnify img {
    display: none;
  }
  }

Latest revision as of 17:11, February 21, 2017

.criticcorner .thumb.tleft {
   margin: 1px 25px 9px 1px;
}

.criticcorner .thumb.tright {
   margin: 1px 1px 9px 25px;
}

.criticcorner .thumb .thumbinner {
   -moz-box-sizing: content-box;
   background: none repeat scroll 0 0 transparent;
   border: medium none;
   overflow: visible;
   padding: 0 !important;
   width: 344px;
}

.criticcorner .thumb .image {
   background: none repeat scroll 0 0 orange;
   border-radius: 13px 13px 0 0;
   display: block;
   padding: 4px 3px 4px;
   width: inherit;
}

.mw-content-ltr .criticcorner .thumb .thumbcaption {
   background-color: orange!important;
   border-radius: 0 0 13px 13px;
   margin-top: 1px;
   min-height: 10px;
   text-align: left;
   width: inherit;
   color: darkslategray!important;
}

.criticcorner .thumb .image img {
   border-radius: 13px 13px 0 0;
   border: none;
}

.criticcorner .thumb .magnify a {
   background-image: url("/images/7/76/Magnify-clip-cc.png") !important;
   height: 11px;
   width: 15px;
}

.criticcorner .thumb .magnify img {
   display: none;
}