Toonami Wiki
Register
Advertisement
Toonami Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*--- WikiNav Styles ---*/

/*** Cartoon Network ***/
.pi-theme-CN { width:300px; color:rgb(0,0,80); background:rgb(0,0,80); border:1px solid rgb(0,0,80); line-height:1.5; font-size:larger; }
.pi-theme-CN .pi-item-spacing { padding:3px; }
.pi-theme-CN .pi-title { text-align:center; font-weight:700; color:#fff; background-color:rgb(0,0,80); }
.pi-theme-CN .pi-title { font-size:larger; line-height:inherit; }
.pi-theme-CN .pi-image { width:300px; }
.pi-theme-CN .pi-navigation { text-align:center; font-weight:700; color:#fff; background-color:#000000; }
.pi-theme-CN .pi-navigation { font-size:larger; line-height:inherit; }
.pi-theme-CN .pi-header { text-align:center; font-weight:700; color:#fff; background-color:#000000; }
.pi-theme-CN .pi-data { border-top:1px solid rgb(0,0,80); border-bottom:1px solid rgb(0,0,80); }

/* Dropdown menu-heads */
.WikiHeader > nav .subnav-2 li .subnav-2a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Drop-down box */
.WikiHeader > nav .subnav-3 {
    box-shadow: 1px 2px 12px 0px black;
    border: 1px solid rgb(0, 0, 200);
    top: 25px;
    border-radius: 10px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    margin-left: 0px;
}

/* Drop-down buttons container element */
.WikiHeader > nav .subnav-3 li {
    background: none repeat scroll 0% 0% transparent;
    color: rgb(0, 0, 80);
    float: none;
    padding: 0px;
    margin: 0px 1px -3px 1px;
}

/* Drop-down buttons */
.WikiHeader > nav .subnav-3 li a {
    border-radius: 6px;
    border: 1px solid rgb(0, 0, 200);
    font-size: 12px;
    margin: 0;
    padding: 0px 0px 10px 10px;
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    height: 12px;
    width: 95%;
    left: -2px;
}

  /* Buttons hover style */
.WikiHeader > nav .subnav-3 li a:hover {
    border: 1px solid rgb(0, 0, 200);
    background-image: linear-gradient(to bottom, rgb(0, 0, 80) 35%, rgb(0, 0, 80) 65%);
}

/* WikiNav background */
.WikiHeader .navbackground {
    width: 755px;
    border-radius: 0px 0px 0px 20px;
}
.WikiHeader .navbackground img {
    border-width: 1px;
}
.WikiHeader .navbackground div {
    width: 100%;
}
/* mouse over link */
a:hover {
    color: blue;
    text-shadow: 0 0 5px blue;
}

/* Hover */
.hoverimage img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
   opacity: 0.8;
   filter: alpha(opacity=80);
}

.hoverimage img:hover {

   opacity: 1;
   filter: alpha(opacity=100);
}

.homehover img:hover {
    filter: drop-shadow(0 0px 5px rgb(0,0,200));
}
.homehover img:hover {
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
Advertisement