User talk:2257/test2: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 48: Line 48:
     display: none;
     display: none;
  }
  }
.navtemplate {
    background: none repeat scroll 0 0 white;
    border: 1px solid grey;
    color: black;
    font-family: Arial;
    font-size: 11px;
    width: 100%;
}
.navtemplate tr:first-child th {
    background: none repeat scroll 0 0 #909090;
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.navtemplate tr th {
    background: none repeat scroll 0 0 #A0A0A0;
    text-align: center;
}
.navtemplate tr:not(:first-child) th:not([rowspan]):not([colspan]) {
    background: none repeat scroll 0 0 #C0C0C0;
}
.navtemplate tr th a {
    color: black;
}
.navtemplate tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #E0E0E0;
}
.navtemplate tr td {
    background: none repeat scroll 0 0 #F0F0F0;
}
.navtemplate td a {
    color: #0000FF;
}
.navtemplate td a:visited {
    color: #0000CC;
}
.navtemplate td a.new {
    color: #CC2200;
}
.navtemplate td a.new:visited {
    color: #A55858;
}
.navtemplate.rpg-ml tr:first-child th {
    background: none repeat scroll 0 0 #00DDFF;
}
.navtemplate.rpg-ml tr th {
    background: none repeat scroll 0 0 aqua;
}
.navtemplate.rpg-ml tr:not(:first-child) th:not([rowspan]):not([colspan]) {
    background: none repeat scroll 0 0 #99FFFF;
}
.navtemplate.rpg-ml tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #CFEEFF;
}
.navtemplate.rpg-ml tr td {
    background: none repeat scroll 0 0 aliceblue;
}

Revision as of 14:29, August 18, 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;
}