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 49: Line 49:
  }
  }


.navtemplate tr th {
    background: none repeat scroll 0 0 #808080;
    text-align: right;
}
.navtemplate {
.navtemplate {
     border: 1px solid grey;
     border: 1px solid grey;
Line 58: Line 54:
     font-size: 11px;
     font-size: 11px;
     width: 100%;
     width: 100%;
}
.navtemplate tr:not(:first-child) th:not([rowspan]) {
    background: none repeat scroll 0 0 #B0B0B0;
    text-align: right;
}
}
.navtemplate tr:first-child th {
.navtemplate tr:first-child th {
     background: none repeat scroll 0 0 #D0D0D0;
     background: none repeat scroll 0 0 #909090;
     color: black;
     color: black;
    font-size: 12px;
     font-style: italic;
     font-style: italic;
     font-weight: bold;
     font-weight: bold;
    font-size: 12px;
     text-align: center;
     text-align: center;
}
.navtemplate tr th {
    background: none repeat scroll 0 0 #A0A0A0;
    text-align: right;
}
.navtemplate tr:not(:first-child) th:not([rowspan]):not([colspan]) {
    background: none repeat scroll 0 0 #C0C0C0;
    text-align: right;
}
}
.navtemplate tr:first-child th a {
.navtemplate tr:first-child th a {

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

.navtemplate {

   border: 1px solid grey;
   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-style: italic;
   font-weight: bold;
   text-align: center;

} .navtemplate tr th {

   background: none repeat scroll 0 0 #A0A0A0;
   text-align: right;

} .navtemplate tr:not(:first-child) th:not([rowspan]):not([colspan]) {

   background: none repeat scroll 0 0 #C0C0C0;
   text-align: right;

} .navtemplate tr:first-child th a {

   color: black;

} .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.rpg-ml tr th {

   background: none repeat scroll 0 0 aqua;

} .navtemplate.rpg-ml tr:not(:first-child) th:not([rowspan]) {

   background: none repeat scroll 0 0 #99FFFF;

} .navtemplate.rpg-ml tr:first-child th {

   background: none repeat scroll 0 0 #00DDFF;

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

}