An Awesome Girl Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 1: Line 1:
  +
/**************/
/* Username Styling */
 
/* Blossom */
+
/* Font */
  +
/*************/
a[href$="/wiki/User:PupCakes"] {
 
  +
color: #DD2773 !important;
 
  +
.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-weight: bold !important;
font-family: Arial;
+
font-size: 120%;
  +
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
  +
-webkit-background-clip: text;
  +
-webkit-text-fill-color: transparent;
 
}
 
}
  +
a[href$="/wiki/User:PupCakes"]
 
  +
/* PupCakes [Name Above Messages]*/
{ color: #DD2773 !important;
 
  +
body.ChatWindow section#WikiaPage > .Chat li[data-user="PupCakes"] .username {
font-weight: bold !important;
 
 
color: #FF89B8 !important;
font-family: Arial; } a[href$="/wiki/Message Wall:PupCakes"]
 
  +
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
{ color: #DD2773 !important;
 
  +
-webkit-background-clip: text;
font-weight: bold !important;
 
  +
-webkit-text-fill-color: transparent;
font-family: Arial !important; }
 
  +
}
a[href$="/wiki/Special:Contributions/PupCakes"]
 
{ color: #DD2773 !important;
+
/* PupCakes [Sidebar Name] */
  +
body.ChatWindow #Rail li[data-user="PupCakes"] .username {
font-weight: bold !important;
 
font-family: arial !important; }
+
color: #FF89B8 !important;
a[href$="/wiki/User_blog:PupCakes"] {
 
color: #DD2773 !important;
 
font-weight: bold !important;
 
font-family: arial !important; }
 
 
a[href$="/wiki/User:PupCakes"] {
 
color: #DD2773 !important;
 
 
font-weight: bold !important;
 
font-weight: bold !important;
  +
background: -webkit-linear-gradient(330deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #00FFFF, #0000FF, #8B00FF);
font-family: Arial;
 
  +
-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;
  +
}
  +
  +
  +
/*-------------------------------------------------------------------*/
  +
 
a[href$="/wiki/User:Blossom_Powerpuff"] {
 
a[href$="/wiki/User:Blossom_Powerpuff"] {
 
color: blue !important;
 
color: blue !important;

Revision as of 00:37, 7 December 2016

/**************/
/* 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;
}
 
 
   /*-------------------------------------------------------------------*/

a[href$="/wiki/User:Blossom_Powerpuff"] {
    color: blue !important;
    font-weight: bold !important;
    font-family: Arial;
}
a[href$="/wiki/User:Blossom_Powerpuff"] 
    { color: blue !important; 
    font-weight: bold !important; 
    font-family: Arial; } a[href$="/wiki/Message Wall:Blossom_Powerpuff"] 
    { color: blue !important; 
    font-weight: bold !important; 
    font-family: Arial !important; } 
    a[href$="/wiki/Special:Contributions/Blossom_Powerpuff"] 
    { color: blue !important; 
    font-weight: bold !important; 
    font-family: arial !important; }
    a[href$="/wiki/User_blog:Blossom_Powerpuff"] { 
    color: blue !important;
    font-weight: bold !important; 
    font-family: arial !important; } 

a[href$="/wiki/User:Blossom_Powerpuff"] {
    color: blue !important;
    font-weight: bold !important;
    font-family: Arial;
}
a[href$="/wiki/User:PurplePuppyLove"] 
    { color: #FF46E4 !important; 
    font-weight: bold !important; 
    font-family: Arial; } a[href$="/wiki/Message Wall:PurplePuppyLove"] 
    { color: #FF46E4 !important; 
    font-weight: bold !important; 
    font-family: Arial !important; } 
    a[href$="/wiki/Special:Contributions/PurplePuppyLove"] 
    { color: #FF46E4 !important; 
    font-weight: bold !important; 
    font-family: arial !important; }
    a[href$="/wiki/User_blog:PurplePuppyLove"] { 
    color: #FF46E4 !important;
    font-weight: bold !important; 
    font-family: arial !important; } 

a[href$="/wiki/User:Kittiekittiemeowmeow"] {
    color: purple !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}
a[href$="/wiki/Message Wall:Kittiekittiemeowmeow"] {
    color: purple !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/Special:Following/Kittiekittiemeowmeow"] {
    color: purple !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User_blog:Kittiekittiemeowmeow"] {
    color: purple !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}
a[href$="/wiki/Special:Contributions/Kittiekittiemeowmeow"] {
    color: purple !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}

a[href$="/wiki/User:GrizzGrizzly"] {
    color: white !important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$="/wiki/Message Wall:GrizzGrizzly"] {
    color: white !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User_blog:GrizzGrizzly"] {
    color: white !important;
    font-weight: bold !important;
    font-family: arial !important;
 
}
a[href$="/wiki/Special:Contributions/GrizzGrizzly"] {
    color: white !important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$="/wiki/Special:Following/GrizzGrizzly"] {
    color: white !important;
    font-weight: bold !important;
    font-family: arial !important;
}

a[href$="/wiki/User:DarknessDragon"] {
    color: red !important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$="/wiki/Message Wall:DarknessDragon"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User_blog:DarknessDragon"] {
    color: red !important;
    font-weight: bold !important;
    font-family: arial !important;
 
}
a[href$="/wiki/Special:Contributions/DarknessDragon"] {
    color: red !important;
    font-weight: bold !important;
    font-family: arial !important;
}
a[href$="/wiki/Special:Following/DarknessDragon"] {
    color: red !important;
    font-weight: bold !important;
    font-family: arial !important;
}

a[href$="/wiki/User:RainingMelody"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}
a[href$="/wiki/Message Wall:RainingMelody"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/Special:Following/RainingMelody"] {
    color: Red !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User_blog:RainingMelody"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}
a[href$="/wiki/Special:Contributions/RainingMelody"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Arial bold  !important;
}
a[href$="/wiki/User:SeraphinaTheWolf"] {
    color: red !important;
    font-weight: bold !important;
    font-family: Audiowide !important;
	text-shadow:0 0 10px #00D0FF;
}
a[href$="/wiki/User:WolfyBot"] {
    color: orange !important;
    font-weight: bold !important;
    font-family: Audiowide !important;
	text-shadow:0 0 10px #00D0FF;
}
a[href$="/wiki/User:ShadowWolfBot"] {
    color: black !important;
    font-weight: bold !important;
    font-family: Audiowide !important;
    text-shadow:0 0 10px #00D0FF;
}

img.avatar[alt="PupCakes"] { 
border:3px ridge #DD2773 !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
img.avatar[alt="Blossom_Powerpuff"] { 
border:3px ridge orange !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
img.avatar[alt="RainingMelody"] { 
border:3px ridge red !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
 img.avatar[alt="PrincessAlicornTwilightSparkle"] { 
border:3px ridge purple !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
 img.avatar[alt="GrizzGrizzly"] { 
border:3px ridge white !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
 img.avatar[alt="PurplePuppyLove"] { 
border:3px ridge #FF46E4 !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
img.avatar[alt="Kittiekittiemeowmeow"] {
border:3px ridge purple !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}
img.avatar[alt="DarknessDragon"] {
border:3px ridge purple !important;
border-radius:5px !important;
-webkit-border-radius:2px !important;
}

img.avatar[alt="PupCakes"] { content: url(http://img3.wikia.nocookie.net/__cb20140701235908/an-awesome-girl/images/4/45/Spr_3e_197_s.gif) !important; }
img.avatar[alt="User:PupCakes"] { content: url(http://img3.wikia.nocookie.net/__cb20140701235908/an-awesome-girl/images/4/45/Spr_3e_197_s.gif) !important; }
img.avatar[alt="Message Wall:PupCakes"] { content: url(http://img3.wikia.nocookie.net/__cb20140701235908/an-awesome-girl/images/4/45/Spr_3e_197_s.gif) !important; }

/* Bureaucrat on comments section */
.comments li[data-user="PupCakes"] blockquote {
    background: blue url(http://img2.wikia.nocookie.net/__cb20140714025305/an-awesome-girl/images/8/88/Spr_3e_151.gif) center right no-repeat !important;
    border: 1.5px solid #DD2773 !important;
    color: #000000 !important;
}
.comments li[data-user="PupCakes"] blockquote:after {
    border-color: transparent #DD2773 #DD2773 transparent !important;
}

.comments li[data-user="PupCakes"] blockquote div {
    background: transparent #DD2773 !important;
}

/* Administrators on comments section */
.comments li[data-user="Kittiekittiemeowmeow"] blockquote,  .comments li[data-user="MarioLucky"] blockquote:after {
    background: black url(http://img4.wikia.nocookie.net/__cb20131223223233/poksprites/images/2/25/Spr_2c_025.gif) center right no-repeat !important;
    color: purple !important;
    background: transparent black !important;
}

.comments li[data-user="Kittiekittiemeowmeow"] blockquote:after, .comments li[data-user="MarioLucky"] blockquote:after {
}

.comments li[data-user="Kittiekittiemeowmeow"] blockquote div,  .comments li[data-user="MarioLucky"] blockquote:after {
    background: transparent black !important;
}

/* For Sasha */
.comments li[data-user="PurplePuppyLove"] blockquote {
    background: purple url(http://img4.wikia.nocookie.net/__cb20140701235922/an-awesome-girl/images/2/23/Spr_3e_134_s.gif) center right no-repeat !important;
    color: #000000 !important;
    background: transparent purple !important;
}

.comments li[data-user="PurplePuppyLove"] blockquote:after {
}

.comments li[data-user="PurplePuppyLove"] blockquote div {
    background: transparent purple !important;
}

.WikiaHeader nav {
    background-color: #000000;
    background: url("http://img1.wikia.nocookie.net/__cb20141019210107/an-awesome-girl/images/7/74/710.png");
    background-repeat: repeat;
}

.WikiaHeader {
    background: url("http://img1.wikia.nocookie.net/__cb20141019210107/an-awesome-girl/images/7/74/710.png");
    background-repeat: repeat;
    
   
    /* Background for the main headers 
 * @param url - the link to the image to be used as the background
 */
}

/* Link colors */
a:visited:hover, .color2 a:visited:hover {
    color: #410960;
    text-shadow: #410960 0 0 5px;
    text-decoration: underline;
}

a:hover, .color2 a:hover {
    color: crimson;
    text-shadow: #410960 0 0 5px;
    text-decoration: underline;
}

table.wikitable, table.prettytable {
    margin: 1em 1em 1em 0;
    background: #012E59;
    border: 1px #aaa solid;
    border-collapse: collapse;
    vertical-align: top;
}

table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    vertical-align: top;
}

table.wikitable th, table.prettytable th {
    background: #012E59;
    text-align: center;
    vertical-align: top;
}

table.wikitable caption, table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.WikiaRail  .ForumActivityModule, .WikiaRail .WikiaActivityModule, .WikiaRail .LatestPhotosModule, .WikiaRail .HotSpotsModule, .WikiaRail .ChatModule, .ChatEntryPoint, .WikiaRail .AchievementsModule, .WikiaRail .UserProfileAchievementsModule, .WikiaRail .WikiaLatestEarnedBadgesModule, .WikiaRail .WikiaBlogListingBox, .WikiaRail .FollowedPagesModule {
    background-color: transparent;
    border: transparent;
    padding-top: 10px;
    background-image: url(http://img1.wikia.nocookie.net/__cb20140809021018/an-awesome-girl/images/4/41/Oneawesomerainbowz.png);
    background-repeat: repeat-x;
    background-position: top;
}

.WikiaRail.grid-2 {
    border: transparent;
}

.WikiaRail .CommunityCornerModule {
    background-color: transparent;
    border: transparent;
    padding-top: 0;
    background-image: url(http://img1.wikia.nocookie.net/__cb20140809021018/an-awesome-girl/images/4/41/Oneawesomerainbowz.png);
    background-repeat: repeat-x;
    background-position: top;
}

.avatar {

  border-radius: 7px;

}

/* Making the Modules look nice */
.WikiaRail .module {
    border: none;
    background: url(http://vignette3.wikia.nocookie.net/an-awesome-girl/images/9/94/SoHjRWr.jpg/revision/latest?cb=20151219044202) repeat scroll 0% 0% transparent;
}
.css-side-bar .css-edit-box {
    background: url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953) repeat scroll 0% 0% transparent;
}
.css-side-bar .community-updates {
    background: url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953) repeat scroll 0% 0% transparent;
}
.css-side-bar .education-links li {
    background: url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953) repeat scroll 0% 0% transparent;
}
.css-notifications-icon {
    background: url(http://img1.wikia.nocookie.net/__cb20140714025540/an-awesome-girl/images/c/cd/Ani151MS.png) repeat scroll 0% 0% transparent;
}
#WallNotifications .bubbles {
   background-image: url(http://img2.wikia.nocookie.net/__cb20140701210459/an-awesome-girl/images/c/cb/Ani197MS.png);
}
/* Buttons */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="reset"], input[type="button"], .button, button, a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input.secondary[type="submit"], input.secondary[type="reset"], input.secondary[type="button"], .button.secondary, button.secondary, .wikia-menu-button.active, .tabbernav li a {
    border: 1px solid rgb(0,0,128);
}
 
a.wikia-button, a.wikia-button.secondary, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background: rgb(0,0,128);
    border-radius: 50px;
    color: white !important;
}
a.wikia-button:hover, a.wikia-button.secondary:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
    background: rgb(0,0,255);
}
button.secondary:hover, .wikia-single-button a.secondary:hover, .wikia-menu-button.secondary:hover, input.secondary[type="submit"]:hover, input.secondary[type="reset"]:hover, input.secondary[type="button"]:hover, .button.secondary:hover, button.secondary:hover {
    background-image: linear-gradient(rgb(0,0,255) 35%, rgb(0,0,255) 65%);
}
a.wikia-button:focus, a.wikia-button.secondary:focus, .wikia-single-button a:focus, .wikia-menu-button:focus, input[type="reset"]:focus, input[type="button"]:focus, .button:focus, button:focus {
    background: rgb(0,0,205);
}
a.wikia-button.active, a.wikia-button:active, .wikia-single-button a.active, .wikia-single-button a:active, .wikia-menu-button.active, .wikia-menu-button:active, input.active[type="submit"], input[type="submit"]:active, input.active[type="reset"], input[type="reset"]:active, input.active[type="button"], input[type="button"]:active, .button.active, .button:active, button.active, button:active {
    background: rgb(0,0,205);
}
.wikia-menu-button > a:hover, .wikia-menu-button .drop:hover, .wikia-menu-button > li > a:hover {
    background: rgb(0,0,255);
    border-radius: 50px;
}
.wikia-menu-button > a:active, .wikia-menu-button .drop:active, .wikia-menu-button > li > a:active {
    background: rgb(0,0,205);
    border-radius: 50px;
}
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="reset"], input[type="button"], .button, button, a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input.secondary[type="submit"], input.secondary[type="reset"], input.secondary[type="button"], .button.secondary, button.secondary, .wikia-menu-button.active, .tabbernav li a {
    border: 1px solid #410960;
    background-image: linear-gradient(#2f0ca3 35%, #2f0ca3 65%);
}
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="reset"], input[type="button"], .button, button, a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input.secondary[type="submit"], input.secondary[type="reset"], input.secondary[type="button"], .button.secondary, button.secondary, .wikia-menu-button.active, .tabbernav li a {
    border: 1px solid #410960;
    background-image: linear-gradient(#2f0ca3 35%, #2f0ca3 65%);
}
a.wikia-button.secondary.active, a.wikia-button.secondary:active, .wikia-single-button a.secondary.active, .wikia-single-button a.secondary:active, .wikia-menu-button.secondary.active, .wikia-menu-button.secondary:active, input.secondary.active[type="submit"], input.secondary[type="submit"]:active, input.secondary.active[type="reset"], input.secondary[type="reset"]:active, input.secondary.active[type="button"], input.secondary[type="button"]:active, .button.secondary.active, .button.secondary:active, button.secondary.active, button.secondary:active {
    background-image: linear-gradient(#7d40bd 35%, #7d40bd 65%);
}
.wikia-menu-button.secondary.combined:hover {
    background: #7d40bd;
}
 
/*Fixing skin for WikiaMobile*/
.UserProfileMasthead .masthead-info .tag.user
group-inactive { }

/* Rail modules – WikiActivity, Photos, Chat, etc */
.WikiaRail .module, .ChatModule {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

/* Template:ButtonHover */
.fadeout img:hover {
    opacity:0;
}
.fadeout img:active {
    opacity:0;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > :nth-child(2) {
    visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
}

/* START Rounded avatar images in chat module */
.ChatModule .avatar {
    border-radius: 10px !important;}
    /* END Rounded avatar images in chat module */
 
    /* START Rounded modules (Chat, Hot Spots, Community Messages, etc.) */
.module {
    border-radius: 1em 1em 1em 1em !important;}
    /* END Rounded modules (Chat, Hot Spots, Community Messages, etc.) */
 
 
	/*-----------------------------------------------------------------*/
 
 
	/* START Coloured Text Selection or Highlight */
::selection {
    background: rgba(102,99,31,0.5);}
 
::-moz-selection {
    background: rgba(102,99,31,0.5); }
    /* END Coloured Text Selection or Highlight */
 
 
    /*-----------------------------------------------------------------*/
 
 /* User Tag Stuff */
a.tag {
	color: inherit;}
    /* Founder Tag */
.tag.usergroup-founder {
	background-color: #FF70B7 !important;
	color: GhostWhite !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* Bureaucrat Tag */
.tag.usergroup-bureaucrat {
	background-color: #EEEEEE !important;
	color: black !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* Admin Tag */
.tag.usergroup-sysop {
	background-color: #BAB2EE !important;
	color: Ghostwhite !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* Rollback Tag */
.tag.usergroup-rollback {
	background-color: #D8B2EE !important;
	color: Ghostwhite !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* Blocked Tag */
.tag.usergroup-blocked {
	background-color: #900303 !important;
	color: black !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* New User Tag */
.tag.usergroup-newuser {
    background-color: #660060 !important;
    color: #0080FF !important;
    border: 1px black solid;
	border-radius: 0;}
 
/* Retired Tag */
.tag.usergroup-retired {
	background-color: Gray !important;
	color: Black !important;
	border: 1px black solid;
	border-radius: 0;}
 
    /* Chat Mod Tag */
.tag.usergroup-chatmod {
	background-color: #9D92E8 !important;
	color: GhostWhite !important;
	border: 1px black solid;
	border-radius: 0;}
	
	/* Wikia Bar */
.global-navigation .table-cell .ajaxLogin {
    background: none !important;
    padding-left: 0 !important;
}
 
/* Homepage Portals */
.portal_section {
    border: 1px solid #9f0f07;
    margin: 0 0 10px 0;
    border-radius: 16px;
}
.portal_header {
    padding: 0 16px;
}
.portal_header_text {
    padding: 12px 0 9px 0;
    border-bottom: 1px dotted #000000;
    text-align: center;
    font-size: 27px;
}
.portal_body {
    padding: 12px;
}
 
/** Poll Portal **/
#portal_poll .ajax-poll {
    border: 0;
    margin-top: 0;
    padding: 10px 20px 10px 8px;
}
 
#portal_poll .pollAnswer {
    margin-bottom: 6px;
}
#portal_poll .pollAnswerVotes {
    border-radius: 4px;
}
 
/* General Boxes */
#WikiaRail .module,
.WikiaImageModule,
#WikiaSpotlightsModule,
.WikiaArticle .thumbinner,
.HotSpotsModule,
#LEFT_SKYSCRAPER_2,
.WikiaRail #RIGHT_SKYSCRAPER,
.hubmodule,
.WikiaArticle pre,
.WikiaArticleCategories {
    background: none;
    border-radius: 8px;
}
.article-categories {
    background-image: none;
    background-color: transparent;
    line-height: normal;
    margin: 10px 0 10px 0;
}
.catlinks {
    padding-left: 10px;
}
 
/* Drop down menu */
.custom-dropdown {
    padding: 1px 8px;
}
.custom-dropdown ul {
    list-style: none;
    min-width: 100%;
    top: 23px;
}
.custom-dropdown:hover ul {
    display: block;
}
.custom-dropdown li a {
    height: 14px;
    line-height: 14px;
}

/* Import Anja Eliane font */
@font-face {
    font-family: 'Anja Eliane';
    font-style: normal;
    font-weight: 400;
    src: local('Anja Eliane'), local('AnjaEliane-Normal'),
        url(http://allfont.es/cache/fonts/anja-eliane_8a2cbde7641f394bfd5ca1377b1744a5.woff) format('woff'),
        url(http://allfont.es/cache/fonts/anja-eliane_8a2cbde7641f394bfd5ca1377b1744a5.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 
/* Import Nunito font */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito-Regular'), url(http://fonts.gstatic.com/s/nunito/v7/cSNs3NwpEgPVRQzvkh3NeQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 
/* Page Glowing */
.WikiaPage {
    border: 2px solid #000276;
    box-shadow:0 0 7px #000276;
}

.WikiaArticle .editsection {
    float: right !important;
    margin-right: 10px !important;
}
.no-anon-poll {
    display: none;
}
 
/* Comments */
.speech-bubble-avatar a {
    background: none !important;
    padding: 0 !important;
}
.WikiaArticleComments .comments,
.SpeechBubble .edited-by,
.message-main .speech-bubble-message {
    background: none !important;
}
.message-main .speech-bubble-message:after {
    display: none;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: #2f0ca3;
}
::-webkit-scrollbar-thumb:hover {
    background: #2f0ca3 !important;
}
::-webkit-scrollbar-thumb:active {
    background: #2f0ca3 !important;
}

.WikiHeader nav li.nav-item a:hover,
.WikiHeader nav li.marked .subnav-2 li a:hover {
    text-decoration: none;
    text-shadow: 0 0 0 #2f0ca3;
}
.mw-content-ltr div div table tbody tr td a span:hover {
    text-shadow: #2f0ca3 0 0 3px;
}

/* Profile Code */
.UserProfileMasthead .masthead-info {
    background-image: url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953);
}

.UserProfileMasthead .masthead-avatar .avatar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.avatar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.WikiaBlogListingHeader {
    background: none !important;
}
 
/* Change Pen on Edit Button */
.sprite.edit-pencil {
    background: url(http://vignette4.wikia.nocookie.net/an-awesome-girl/images/4/4b/Spr_2c_150.gif/revision/latest?cb=20140714025148) no-repeat !important;
}
 
/* Tabbers and Profile Tabs */
.WikiaUserPagesHeader .tabs {
    padding-left: 17px;
}
.tabs-container .tabs li[data-id="profile"] a {
    padding-left: 12px !important;
}
.tabs li a,
ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
    background: #A86FA5 !important;
    background-image: none !important;
    border: 1px solid #FF3399 !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: #2c7e9a !important;
}
.tabs .selected a,
.tabs .selected a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
    background: #008ebd !important;
    background-image: none !important;
    border: 2px solid #FF3399 !important;
    border-bottom: 0 solid transparent !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: white !important;
}
ul.tabbernav li a:hover,
.tabs li a:hover {
    background: #EEEDED !important;
    background-image: none !important;
    border: 1px solid #FF3399 !important;
    border-radius: 5px 5px 0px 0px;
    font-weight:bold;
    color: white !important;
}
.tabberlive .tabbertab {
    border-top: 1px solid #FF3399 !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
}
ul.tabbernav {
    border: none !important;
}

/* Modules */
.WikiaActivityModule,
.templatedraft-module,
.insights-module.insights-dark,
.RelatedVideosModule,
.WikiaBlogListingBox,
.UserProfileAchievementsModule,
.AchievementsModule,
.WikiaLatestEarnedBadgesModule,
.HotSpotsModule,
.CommunityCornerModule,
.LatestPhotosModule,
.AchievementsModule,
.WikiaPagesOnWikiModule, 
.WikiaImageModule, 
#WikiaSpotlightsModule, 
.WikiaArticle .thumbinner, 
.WikiaArticle pre, 
.WikiaArticleCategories, 
.FollowedPagesModule {
    background: transparent url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953) !important;
    border: 2px solid #000276 !important;
    vertical-align:text-bottom;
    border-radius: 5px;
} 

.ChatModule,
.ChatHeader{
    background: transparent url(http://vignette4.wikia.nocookie.net/an-awesome-girl/images/9/92/Snow-Background-37.jpg/revision/latest?cb=20161205230245) !important;
    border: 2px solid #000276 !important;
    vertical-align:text-bottom;
    border-radius: 5px;
}

.Chat,
.Write {
    background: transparent url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953) !important;
    border: 2px solid #000276 !important;
    vertical-align:text-bottom;
    border-radius: 5px;
}
.Rail {
    background: transparent url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/7/7c/100121636.jpg/revision/latest?cb=20161205231621) !important;
    border: 2px solid #000276 !important;
    vertical-align:text-bottom;
    border-radius: 5px;
}
.WikiHeader {
    background: url(http://vignette4.wikia.nocookie.net/an-awesome-girl/images/9/92/Snow-Background-37.jpg/revision/latest?cb=20161205230245);
    font-variant: small-caps;
    border-radius: 0px 0px 5px 5px;
}
.WikiNav .nav .subnav-2 li.marked2 .subnav-2a,  
.WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a {
    background-image: url(http://vignette2.wikia.nocookie.net/an-awesome-girl/images/9/95/Snow-winter-night-sky-wallpaper-1.jpg/revision/latest?cb=20161206053953);
    border: 1px solid transparent;
    color: #000276;
}