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 54: | Line 54: | ||
font-size: 11px; | font-size: 11px; | ||
width: 100%; | width: 100%; | ||
color: black; | |||
} | } | ||
.navtemplate tr:first-child th { | .navtemplate tr:first-child th { | ||
Line 59: | Line 60: | ||
color: black; | color: black; | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
Line 69: | Line 69: | ||
.navtemplate tr:not(:first-child) th:not([rowspan]):not([colspan]) { | .navtemplate tr:not(:first-child) th:not([rowspan]):not([colspan]) { | ||
background: none repeat scroll 0 0 #C0C0C0; | background: none repeat scroll 0 0 #C0C0C0; | ||
} | } | ||
.navtemplate tr th a { | .navtemplate tr th a { | ||
Line 84: | Line 80: | ||
} | } | ||
.navtemplate.rpg-ml tr:first-child th { | |||
background: none repeat scroll 0 0 #00DDFF; | |||
} | |||
.navtemplate.rpg-ml tr th { | .navtemplate.rpg-ml tr th { | ||
background: none repeat scroll 0 0 aqua; | background: none repeat scroll 0 0 aqua; | ||
} | } | ||
.navtemplate.rpg-ml tr:not(:first-child) th:not([rowspan]) { | .navtemplate.rpg-ml tr:not(:first-child) th:not([rowspan]):not([colspan]) { | ||
background: none repeat scroll 0 0 #99FFFF; | background: none repeat scroll 0 0 #99FFFF; | ||
} | } | ||
.navtemplate.rpg-ml tr:nth-child(2n) td { | .navtemplate.rpg-ml tr:nth-child(2n) td { |
Revision as of 19:19, 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("") !important; height: 11px; width: 15px; } .frametest .thumb .magnify img { display: none; }
.navtemplate {
border: 1px solid grey; font-family: Arial; font-size: 11px; width: 100%; color: black;
} .navtemplate tr:first-child th {
background: none repeat scroll 0 0 #909090; color: black; font-size: 12px; 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;
} .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: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;
}