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")
 
(36 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 {
  border: 1px solid black;
    background: none repeat scroll 0 0 orange;
  border-radius: 12.7px 12.7px 12.7px 12.7px;
    border-radius: 13px 13px 0 0;
  color: black;
    display: block;
  font-size: 15.2333px;
    padding: 4px 3px 4px;
  font-weight: bold;
    width: inherit;
  margin: 19px 0;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  }
  }
 
  .shroomcctoc .mario .header, .shroomcctoc .mario .shroomsectionbox {
  .mw-content-ltr .criticcorner .thumb .thumbcaption {
  background: none repeat scroll 0 0 #FA8072;
    background-color: orange!important;
    border-radius: 0 0 13px 13px;
    margin-top: 1px;
    min-height: 10px;
    text-align: left;
    width: inherit;
    color: darkslategray!important;
  }
  }
 
  .shroomcctoc .nonmario .header, .shroomcctoc .nonmario .shroomsectionbox {
  .criticcorner .thumb .image img {
  background: none repeat scroll 0 0 #808000;
    border-radius: 13px 13px 0 0;
    border: none;
  }
  }
 
  .shroomcctoc .opinion .header, .shroomcctoc .opinion .shroomsectionbox {
  .criticcorner .thumb .magnify a {
  background: none repeat scroll 0 0 #FF8C00;
    background-image: url("/images/7/76/Magnify-clip-cc.png") !important;
    height: 11px;
    width: 15px;
  }
  }
 
  .shroomcctoc .nongame .header, .shroomcctoc .nongame .shroomsectionbox {
  .criticcorner .thumb .magnify img {
  background: none repeat scroll 0 0 #20B2AA;
    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;
}