Stuffz Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
/*=======STUFFZ WIKI CSS. CREDITS: http://stuffz.wikia.com/wiki/User:Mjduniverse=========*/
 
/*=======STUFFZ WIKI CSS. CREDITS: http://stuffz.wikia.com/wiki/User:Mjduniverse=========*/
/****** Content *******/
 
 
body {
 
body {
 
background: #FFFFFF url(http://img2.wikia.nocookie.net/__cb20140729192740/stuffz/images/f/f7/Ispy2.jpg) top left repeat !important;
 
background: #FFFFFF url(http://img2.wikia.nocookie.net/__cb20140729192740/stuffz/images/f/f7/Ispy2.jpg) top left repeat !important;
  +
}
  +
  +
.WikiaPage {
  +
box-shadow: 0 0 15px !important;
  +
border-radius: 5px !important;
 
}
 
}
   

Revision as of 19:35, 29 July 2014

/*=======STUFFZ WIKI CSS. CREDITS: http://stuffz.wikia.com/wiki/User:Mjduniverse=========*/
body {
   background: #FFFFFF url(http://img2.wikia.nocookie.net/__cb20140729192740/stuffz/images/f/f7/Ispy2.jpg) top left repeat !important;
}

.WikiaPage {
box-shadow: 0 0 15px !important;
border-radius: 5px !important;
}

/*---------------CURSOR------------------------*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, #LEFT_SKYSCRAPER_2, small, span, strong, sub, summary, sup, time, ul, var, video {
  cursor: url('http://img2.wikia.nocookie.net/stuffz/images/9/9c/Wii-pointer-blue.png'), auto;
}

/*-----------------------WIKI ACTIVITY---------*/
#WikiaRecentActivity, #LatestPhotosModule {
border-radius:10px;
}
/*--------------Button Link--------------------*/
#buttonlink, #buttonlink a {
    text-align:center; 
    font-size: 30px; 
    background-image: -ms-linear-gradient(top right, #BFC4FF 0%, #00608C 100%); 
    background-image: -moz-linear-gradient(top right, #BFC4FF 0%, #00608C 100%); 
    background-image: -o-linear-gradient(top right, #BFC4FF 0%, #00608C 100%); 
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #BFC4FF), color-stop(1, #00608C)); 
    background-image: -webkit-linear-gradient(top right, #BFC4FF 0%, #00608C 100%); 
    background-image: linear-gradient(to bottom left, #BFC4FF 0%, #00608C 100%); 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    padding: 10px; 
    color: white;
}
/*-----------------------MISC-----------------*/


.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}
/* === Template:Ambox designs === */
 
/* Ambox design */
.ambox {
  width: 100%; 
  margin: 0 auto;
  background: #FFFFFF
  background-repeat:repeat;
  border: 1px solid #000000;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  -moz-box-shadow:2px 3px 5px #000000; -webkit-box-shadow:2px 3px 5px #000000; box-shadow:2px 3px 5px #000000;
  border-left: 10px solid #228b22;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
 
/* Ambox colours */
.ambox-blue {
  border-left: 10px solid #1e90ff;       /* Blue (notice) */
}
.ambox-red {
  border-left: 10px solid #b22222;       /* Red (delete/serious) */
}
.ambox-orange {
  border-left: 10px solid #f28500;       /* Orange (content) */
}
.ambox-yellow {
  border-left: 10px solid #f4c430;       /* Yellow (style) */
}
.ambox-purple {
  border-left: 10px solid #9932cc;       /* Purple (merge) */
}
.ambox-gray {
  border-left: 10px solid #bba;          /* Gray (protection) */
}
.ambox-green {
  border-left: 10px solid #228b22;       /* Green */
}
 
/* Ambox small text */
.ambox-smalltext {
  font-size: smaller;
  margin-top:0.5em;
  margin-left:0.8em;
}
 
/* Ambox image */
.ambox-image {                          /* The left image cell */
  width: 60px; 
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center; 
}
 
@media print { .ambox { display: none; } } /* no ambox when printing */

div.linebox {
  background: #0026FF
  background-repeat:repeat;
  border: 2px solid #404040;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  -moz-box-shadow:2px 3px 5px #000000; -webkit-box-shadow:2px 3px 5px #000000; box-shadow:2px 3px 5px #000000;

}
*/
.custom-dropdown {
     padding: 1px 8px;
}
.custom-dropdown > :first-child:after {
     background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
     border-color: white transparent transparent;
     border-style: solid;
     border-width: 4px;
     content: "";
     display: inline-block;
     height: 1px;
     margin-left: 4px;
     margin-top: 2px;
     position: relative;
     vertical-align: middle;
     width: 1px;
}
.custom-dropdown:hover {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     margin-bottom: -1px;
     padding-bottom: 2px;
}
.custom-dropdown ul {
     list-style: none outside none;
     min-width: 100%;
     top: 23px;
}
.custom-dropdown:hover ul {
     display: block;
}
.custom-dropdown li a {
     font-size: 12px;
     height: 14px;
     line-height: 14px;
}

#button2 {
  background-image: linear-gradient(to left bottom, #BFC4FF 0%, #00608C 100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: margin 0.5s;
  border-bottom: 5px solid purple;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding: 6px 12px;
  border: 1px solid #89A;
  cursor: pointer;
  display: block;
}
 
#button2:hover {
   margin-left: 1em;
   text-decoration: none;
}
 
#button2:after {
	content: ">>";
   margin-left: 5px;
}
 
#button:active {
  border-bottom: 1px solid purple;
}