User talk:2257/test2: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Glowsquid moved page User talk:Twentytwofiftyseven/test2 to User talk:2257/test2: Automatically moved page while renaming the user "Twentytwofiftyseven" to "2257")
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
  .frametest .thumb.tleft {
  .criticcorner .thumb.tleft {
     margin: 1px 25px 9px 1px;
     margin: 1px 25px 9px 1px;
  }
  }
   
   
  .frametest .thumb.tright {
  .criticcorner .thumb.tright {
     margin: 1px 1px 9px 25px;
     margin: 1px 1px 9px 25px;
  }
  }
   
   
  .frametest .thumb .thumbinner {
  .criticcorner .thumb .thumbinner {
     -moz-box-sizing: content-box;
     -moz-box-sizing: content-box;
     background: none repeat scroll 0 0 transparent;
     background: none repeat scroll 0 0 transparent;
Line 16: Line 16:
  }
  }
   
   
  .frametest .thumb .image {
  .criticcorner .thumb .image {
     background: none repeat scroll 0 0 orange;
     background: none repeat scroll 0 0 orange;
     border-radius: 13px 13px 0 0;
     border-radius: 13px 13px 0 0;
Line 24: Line 24:
  }
  }
   
   
  .mw-content-ltr .frametest .thumb .thumbcaption {
  .mw-content-ltr .criticcorner .thumb .thumbcaption {
     background-color: orange!important;
     background-color: orange!important;
     border-radius: 0 0 13px 13px;
     border-radius: 0 0 13px 13px;
Line 34: Line 34:
  }
  }
   
   
  .frametest .thumb .image img {
  .criticcorner .thumb .image img {
     border-radius: 13px 13px 0 0;
     border-radius: 13px 13px 0 0;
     border: none;
     border: none;
  }
  }
   
   
  .frametest .thumb .magnify a {
  .criticcorner .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;
  }
  }
   
   
  .frametest .thumb .magnify img {
  .criticcorner .thumb .magnify img {
     display: none;
     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;
}

Latest revision as of 17:11, February 21, 2017

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

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

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

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

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

.criticcorner .thumb .magnify a {
   background-image: url("/images/7/76/Magnify-clip-cc.png") !important;
   height: 11px;
   width: 15px;
}

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