User talk:2257/test2: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 23: Line 23:
   width: 50%;
   width: 50%;
   font-size: 12.7px;
   font-size: 12.7px;
  vertical-align: top;
  }
  }



Revision as of 20:36, August 13, 2012

/* ----------------------------------------------------------------- */
/* This section of code is a test. DO NOT copy it into common.css */
#p-logo {
 -moz-transform: rotate(180deg);
}
/* ----------------------------------------------------------------- */
.shroomcctoc {
 border: 0 none;
 font-size: 0;
 margin: 0;
 padding: 0;
 text-align: center;
 width: 100%;
}
.shroomcctoc .supersection {
 -moz-box-sizing: border-box;
 border: 0 none;
 display: inline-block;
 margin: 0;
 padding: 0 2px;
 width: 50%;
 font-size: 12.7px;
 vertical-align: top;
}
.shroomcctoc .supersection > .header {
 border: 1px solid black;
 border-radius: 12.7px 12.7px 12.7px 12.7px;
 color: black;
 font-size: 15.2333px;
 font-weight: bold;
 margin: 19px 0;
 padding: 6px;
 text-align: center;
 text-transform: uppercase;
}
.shroomcctoc .mario .header, .shroomcctoc .mario .shroomsectionbox {
 background: none repeat scroll 0 0 #FA8072;
}
.shroomcctoc .nonmario .header, .shroomcctoc .nonmario .shroomsectionbox {
 background: none repeat scroll 0 0 #808000;
}
.shroomcctoc .opinion .header, .shroomcctoc .opinion .shroomsectionbox {
 background: none repeat scroll 0 0 #FF8C00;
}
.shroomcctoc .nongame .header, .shroomcctoc .nongame .shroomsectionbox {
 background: none repeat scroll 0 0 #20B2AA;
}