MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
               color: #000000 !important;
               color: #000000 !important;
               text-transform: none !important;         
               text-transform: none !important;         
}
nav ul li a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px;
  -webkit-perspective: 600px;
    -moz-perspective: 600px;
      -ms-perspective: 600px;
          perspective: 600px;
}
}

Revision as of 20:37, 1 October 2015

/* CSS placed here will be applied to all skins */

/*h1 { font-size: 2em; }*/
/*h2 { font-size: 2em; }*/
/*h3 { font-size: 2em; }*/
/*h4 { font-size: 2em; }*/
/*h5 { font-size: 2em; }*/
/*h6 { font-size: 2em; }*/

/* {font-size:15px}*/
/* {font-family:Georgia}*/
/* {text-align:center }*/

.button:hover
{
    background: #d6d6d6;
      -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
           -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              text-shadow: 2px 2px 2px #636363;
              border-radius: 5px;
              color: #000000 !important;
              text-transform: none !important;         
}

nav ul li a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px;
  -webkit-perspective: 600px;
     -moz-perspective: 600px;
      -ms-perspective: 600px;
          perspective: 600px;
}