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 40: Line 40:
   
   
  .frametest .thumb .magnify a {
  .frametest .thumb .magnify a {
     background-image: url("http://192.168.1.117/magnify-clip2.png") !important;
     background-image: url("/images/7/76/Magnify-clip-cc.png") !important;
     height: 11px;
     height: 11px;
     width: 15px;
     width: 15px;

Revision as of 19:48, February 22, 2015

.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("/images/7/76/Magnify-clip-cc.png") !important;
   height: 11px;
   width: 15px;
}

.frametest .thumb .magnify img {
   display: none;
}

.navtemplate.mario-nsmbu tr:first-child th {

   background: linear-gradient(90deg, #FF2400, #FF2400 50%, darkgreen 50%, darkgreen) repeat scroll 0 0 transparent !important;

} .navtemplate.mario-nsmbu {

   background: linear-gradient(90deg, #FFECD9, #FFECD9 50%, #D4FFB2 50%, #D4FFB2) repeat scroll 0 0 transparent !important;

} .navtemplate.mario-nsmbu tr:nth-child(2n+1) td {

   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);

} .navtemplate.mario-nsmbu tr:nth-child(2n) td {

   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);

} .navtemplate.mario-nsmbu tr:last-child td {

   background: linear-gradient(90deg, #FF4400, #FF4400 50%, #206400 50%, #206400) repeat scroll 0 0 transparent !important;

}