Captain America Wiki
No edit summary
No edit summary
Line 1: Line 1:
 
/* Captain America Wiki Interface */
 
/* Captain America Wiki Interface */
  +
  +
/** Staff Highlights **/
  +
  +
/* * In Progress * */
   
 
/** Header and Footer **/
 
/** Header and Footer **/

Revision as of 14:24, 9 April 2014

/* Captain America Wiki Interface */

/** Staff Highlights **/

/* * In Progress * */

/** 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. ** ** **/