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 75: Line 75:
  .pds-box .pds-answer > span > *:nth-child(7) .pds-answer-input:hover ~ .pds-input-label:before {
  .pds-box .pds-answer > span > *:nth-child(7) .pds-answer-input:hover ~ .pds-input-label:before {
   content: url("http://www.mariowiki.com/images/thumb/1/19/Niwalogo.png/125px-Niwalogo.png");
   content: url("http://www.mariowiki.com/images/thumb/1/19/Niwalogo.png/125px-Niwalogo.png");
}
.pds-box .pds-answer > span > .pds-answer-input ~ .pds-input-label:before {
  float: left;
  }
  }

Revision as of 22:00, April 13, 2013

.frametest .thumb.tleft {
   margin: 1px 25px 9px 1px;
}

.frametest .thumb.tright {
   margin: 1px 1px 9px 25px;
}

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

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

.frametest .thumb .image img {
   border-radius: 13px 13px 0 0;
   border: none;
}

.frametest .thumb .magnify a {
   background-image: url("magnify-clip2.png") !important;
   height: 11px;
   width: 15px;
}

.frametest .thumb .magnify img {
   display: none;
}
.pds-box .pds-answer > span > *:nth-child(1) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("cc-by-sa.png");
}
.pds-box .pds-answer > span > *:nth-child(2) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("poweredby_mediawiki_88x31.png");
}
.pds-box .pds-answer > span > *:nth-child(3) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("110px-PMTTYD.jpg");
}
.pds-box .pds-answer > span > *:nth-child(4) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("140px-LMDM_box_EU.jpg");
}
.pds-box .pds-answer > span > *:nth-child(5) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("115px-Super_Mario_Sunshine_Japanese_boxart.jpg");
}
.pds-box .pds-answer > span > *:nth-child(6) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("300px-The_Classic_%27Shroom.png");
}
.pds-box .pds-answer > span > *:nth-child(7) .pds-answer-input:hover ~ .pds-input-label:before {
 content: url("125px-Niwalogo.png");
}
.pds-box .pds-answer > span > .pds-answer-input ~ .pds-input-label:before {
 float: left;
}