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")
 
(46 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 {
    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;
  }
  }
/* ----------------------------------------------------------------- */
.shroomcctoc {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
.shroomcctoc .supersection {
    -moz-box-sizing: border-box;
    width: 50%;
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0;
}
.shroomcctoc .header {
    background: none repeat scroll 0 0 #FF8C00;
    border: 1px solid black;
    border-radius: 12.7px;
    color: black;
    padding: 6px;
    font-size: 15.2333px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

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;
}