Hetalia Archives
Register
No edit summary
No edit summary
Line 56: Line 56:
 
a:hover {
 
a:hover {
 
text-shadow: white 0 0 3px;
 
text-shadow: white 0 0 3px;
color: #ED1B23!important;
+
color: #8a6dff!important;
 
text-decoration:none;
 
text-decoration:none;
 
-webkit-transition: all .4s linear 0s;
 
-webkit-transition: all .4s linear 0s;

Revision as of 18:24, 4 July 2015

/* Custom Admin name colours */

a[href="/wiki/User:Allusional"] { color: #ff3399; font-weight:bold; !important; }
a[href="/wiki/User:Roseoffire"] { color: #ff66ff; font-weight:bold; !important; }
a[href="/wiki/User:Jazzgx"] { color: #9966ff; font-weight:bold; !important; }
a[href="/wiki/User:WonderfulAsia"] { color: #33ccff; font-weight:bold; !important; }

/* End name colours */


.i18ndoc
{
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
}


/* Custom comment colours */

.comments li[data-user="Allusional"] blockquote {
	background:#ffccff !important;
}
.comments li[data-user="Allusional"] blockquote:after {
	border-color:transparent #ffccff #ffccff transparent !important;
}
.comments li[data-user="Allusional"] blockquote div {
	background:transparent !important;
}

/* End comment colours */

/* Hidden elements*/

.message-removed, .insights-module, .HotSpotsModule, .page-share-container {
    display:none !important;
}

/* Custom wallpaper */

body.page-User_usernamehere {background:transparent url('http://images.wikia.com/pocketfrogs/images/8/88/ZSz9f.jpg') fixed center top !important; }
body.page-User_talk_usernamehere {background:transparent url('http://images.wikia.com/pocketfrogs/images/8/88/ZSz9f.jpg') fixed center top !important; }

/* End custom wallpaper */

/*Font*/
body, a {
    font-family: Tahoma !important;
}
#WikiaArticle {
    font-size: 13px;
}
 	
/* Link hover */
	 
a:hover {
    text-shadow: white 0 0 3px;
    color: #8a6dff!important;
    text-decoration:none;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

/*Collapse and Navbar*/

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}