An Awesome Girl Wiki
No edit summary
Tag: sourceedit
(Replaced content with "body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:MS Chill...")
Tag: sourceedit
 
Line 1: Line 1:
 
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:MS Chiller !important;}
 
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:MS Chiller !important;}
 
/**************/
 
/* Font */
 
/*************/
 
 
.oasis-split-skin .WikiaHeader,
 
#WikiaPageHeader h1,
 
.WikiaArticle h2,
 
.tabs li,
 
.tally,
 
.activityfeed strong,
 
.ChatModule h1.chat-headline,
 
.ChatModule .WikiaRail .module h2.chat-headline,
 
.WikiaRail .module .ChatModule h2.chat-headline,
 
.ChatModule .WikiaRail #RIGHT_SKYSCRAPER h2.chat-headline,
 
.WikiaRail #RIGHT_SKYSCRAPER .ChatModule h2.chat-headline,
 
.WikiaRail .module h1,
 
.WikiaRail #RIGHT_SKYSCRAPER h1,
 
.WikiaRail .module h2,
 
.WikiaRail #RIGHT_SKYSCRAPER h2,
 
.WikiaBarWrapper .wikia-bar,
 
.WikiaBlogListingBox h3,
 
.WikiaActivityModule li em,
 
.ForumActivityModule h1 {
 
font-family: 'MS Chiller';
 
}
 
 
.WikiHeader {
 
font-family: 'MS Chiller';
 
}
 
 
.WikiHeader > nav .subnav-2 li a {
 
font-size: 18px;
 
}
 
 
/* Nikki's Colours */
 
a[href$=":PupCakes"],
 
a[href$="/PupCakes"]{
 
color: #FF89B8 !important;
 
font-weight: bold !important;
 
font-size: 120%;
 
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;
 
}
 
 
/* PupCakes [Name Above Messages]*/
 
body.ChatWindow section#WikiaPage > .Chat li[data-user="PupCakes"] .username {
 
color: #FF89B8 !important;
 
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;
 
}
 
/* PupCakes [Sidebar Name] */
 
body.ChatWindow #Rail li[data-user="PupCakes"] .username {
 
color: #FF89B8 !important;
 
font-weight: bold !important;
 
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;
 
}
 
/* PupCakes [Font Color] */
 
body.ChatWindow section#WikiaPage > .Chat li[data-user="PupCakes"] .message {
 
color: #00FF73 !important;
 
 
}
 
 
/* Ryan's Colours */
 
a[href$=":H0rrible-excuse"],
 
a[href$="/H0rrible-excuse"]{
 
color: #FFFF00 !important;
 
font-weight: bold !important;
 
font-size: 120%;
 
background: -webkit-linear-gradient(#0489B1, #81DAF5);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;}
 
 
/* Ryan [Name Above Messages]*/
 
body.ChatWindow section#WikiaPage > .Chat li[data-user="H0rrible-excuse"] .username {
 
color: #FFFF00 !important;
 
background: -webkit-linear-gradient(#0489B1, #81DAF5);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;}
 
 
/* Ryan [Sidebar Name] */
 
body.ChatWindow #Rail li[data-user="H0rrible-excuse"] .username {
 
color: #FFFF00 !important;
 
font-weight: bold !important;
 
background: -webkit-linear-gradient(#0489B1, #81DAF5);
 
-webkit-background-clip: text;
 
-webkit-text-fill-color: transparent;}
 
 
/* Ryan [Font Color] */
 
body.ChatWindow section#WikiaPage > .Chat li[data-user="H0rrible-excuse"] .message {
 
color: #58FAAC;}
 
 
/*-----------------------------------------------------------------*/
 
 
 
/********************************/
 
/* Back-to-Top Button Format */
 
/********************************/
 
 
#backtotop button{
 
background: #37364D;
 
background-color: #37364D;
 
color: #E7E6F2;
 
border: 1px;
 
}
 
#backtotop button:hover {
 
text-decoration: underline;
 
}
 
 
 
/*-----------------------------------------------------------------*/
 
 
 
/********************************/
 
/* Infobox Custom Style Stuff */
 
/********************************/
 
 
.portable-infobox {
 
border: 1px solid #212733;
 
background-color: #2D3340;
 
color: #DADEE6;
 
text-align: center;
 
font-weight: normal;
 
border-radius:8px;
 
padding:.5em;
 
width:40%;
 
}
 
 
.portable-infobox img {max-width:100%!important;height:auto;}
 
 
.portable-infobox .pi-title {
 
text-align: center;
 
background: #2D3340;
 
color: #DADEE6;
 
border-radius: 5px;
 
letter-spacing:-1px;
 
font-size:1.1em;
 
line-height:1.2em;
 
margin: 0 0 0;
 
}
 
 
.pi-image {
 
text-align: center;
 
margin: .5em auto;
 
}
 
 
.portable-infobox .pi-background-color { background-color: #2D3340; }
 
 
.portable-infobox .pi-border-color {
 
border-color: #2D3340;
 
border:none;
 
}
 
 
.pi-secondary-background {
 
background-color: #2D3340;
 
}
 
 
.pi-image-collection-tab-content { background:none; }
 
 
.pi-data-value { margin:auto; }
 
.pi-caption { text-align:center; }
 
 
ul.pi-image-collection-tabs li {max-width:54%}
 
 
 
/*-----------------------------------------------------------------*/
 
 
 
/********************/
 
/* Chat Styling */
 
/********************/
 
 
#WikiChatList > li {
 
padding: 4px 0px 4px 48px;
 
}
 
 
.Chat .inline-alert {
 
color: #A9F5F2;}
 
 
.User img {
 
border: 1px solid #58D3F7;
 
border-radius:3px;
 
height: 25px;
 
position: absolute;
 
left: 5px;
 
vertical-align: middle;
 
width: 25px;
 
}
 
 
 
/*-------------------------------------------------------------------*/
 

Latest revision as of 00:37, 7 December 2016

body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:MS Chiller !important;}