User talk:2257/test2

From the Super Mario Wiki, the Mario encyclopedia
< User talk:2257
Revision as of 01:08, March 14, 2013 by 2257 (talk | contribs)
Jump to navigationJump to search
/* ----------------------------------------------------------------- */
/* This section of code is a test. DO NOT copy it into common.css */
#p-logo {
 -moz-transform: rotate(180deg);
}
/* ----------------------------------------------------------------- */
.frametest .thumb {
   margin: 1px 25px 9px 1px;
}

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

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

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