User talk:2257/test2: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
    text-align: center;
     width: 100%;
     width: 100%;
  }
  }

Revision as of 20:16, 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;
}
.shroomcctoc .supersection > .header {
   background: none repeat scroll 0 0 #FF8C00;
   border: 1px solid black;
   border-radius: 12.7px 12.7px 12.7px 12.7px;
   color: black;
   font-size: 15.2333px;
   font-weight: bold;
   padding: 6px;
   text-align: center;
   text-transform: uppercase;
}