Captain America Wiki
Advertisement

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.
/* Captain America Wiki Interface */

/** Header and Footer **/

.WikiaHeader .wikia-header-mask {
 background-image: url(http://static4.wikia.nocookie.net/captain-america/images/d/d6/Startop.png);
 }
 .WikiaBarWrapper {
 background-image: url(http://static3.wikia.nocookie.net/captain-america/images/8/80/Starbot.png);
 }
 .WikiaSearch button {
    border-radius: 0 4px 4px 0;
}

/** End Header and Footer **/

/** Wiki Mouse Cursor **/

body{
    cursor:url('http://images.wikia.com/captain-america/images/3/32/Mouseca.png'), auto;
}

a:link {
    cursor: url('http://images.wikia.com/captain-america/images/d/dd/Mouseclicka.png'), auto;
}

a:visited {
    cursor: url('http://images.wikia.com/captain-america/images/3/32/Mousehoverca.png'), auto;
}

a:hover {
    cursor: url('http://images.wikia.com/captain-america/images/3/32/Mousehoverca.png'), auto;
}

a:active {
    cursor: url('http://images.wikia.com/captain-america/images/3/32/Mousehoverca.png'), auto;
}
/** End Wiki Mouse Cursor **/

/* Poll Results Bar Color */
.pollAnswerVotes div {
    background: linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -o-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -ms-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -icab-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -webkit-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -khtml-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -moz-linear-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -webkit-gradient(left center , #a21d1f 0%, #fff 50%, #124375 100%) repeat scroll 0 0 #3F3F3F !important;
}


/* Poll Results Bar Text Color */

.pollAnswerVotes span {
    color: #BBBBBB;
}

/** End Poll Votes Color **/

 
/** Remove Picture Attributions **/

.picture-attribution {
     display: none !important;
}

/** End Remove Picture Attributions **/

/* End Captain America Wiki Interface */

/** ** ** NOTE: This CSS is currently in progress. DO NOT EDIT. Thank you. ** ** **/
Advertisement