Character-community 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.
/** CSS placed here will be applied to all skins */
/********************/
/* Google Web Fonts */
/********************/
@import url('https://fonts.googleapis.com/css?family=Comic Sans MS');

/*Founder*/
a[href$=":21EvanED155508"], a[href$="/21EvanED155508"] {
color: Cyan !important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
}

.comments li[data-user="21EvanED155508"] .edited-by:after { content: "Founder"
}
.comments li[data-user="21EvanED155508"] .edited-by:after { content: "Founder"; font-family: Comic Sans MS}
 
body.ns-1201 .edited-by > a.subtle[href="https://fliplinestudiosfans.fandom.com/wiki/Message_Wall:21EvanED155508"]:after { content: "Founder"; font-family: Comic Sans MS; }
 
.Wall .edited-by a.subtle[href$="Wall:21EvanED155508"]:after { content: "Founder"; font-family: Comic Sans MS}
.comments li[data-user="21EvanED155508"] .edited-by:after { content: "Founder"
}

/*Administrators*/
a[href$=":AnimatronixXD"], a[href$="/AnimatronixXD"] {
color: #FF8828 !important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
}

.comments li[data-user="AnimatronixXD"] .edited-by:after { content: "Bureaucrat"
}
.comments li[data-user="AnimatronixXD"] .edited-by:after { content: "Bureaucrat"; font-family: Comic Sans MS}
 
body.ns-1201 .edited-by > a.subtle[href="https://fliplinestudiosfans.fandom.com/wiki/Message_Wall:AnimatronixXD"]:after { content: "Bureaucrat"; font-family: Comic Sans MS; }
 
.Wall .edited-by a.subtle[href$="Wall:AnimatronixXD"]:after { content: "Bureaucrat"; font-family: Comic Sans MS}
.comments li[data-user="AnimatronixXD"] .edited-by:after { content: "Administrator"
}

a[href$=":2016MidnightImpala"], a[href$="/2016MidnightImpala"] {
color: Pink !important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
}
/*Portable Infobox*/
.portable-infobox {
    width:800px;
    border-radius: 50px 50px 10px 10px
}
.portable-infobox .pi-title {
    background: -webkit-gradient(linear,0% 0%,0% 100%, color-stop(20%, Red), color-stop(80%,Yellow)) !important;
    border-radius: 50px 50px 0px 0px;
    color: white;
}
.portable-infobox .pi-secondary-background {
    background: #a02cc7;
    border-radius: 0px 0px 50px 50px;
}

.comments li[data-user="2016MidnightImpala"] .edited-by:after { content: "Administrator"
}
.comments li[data-user="2016MidnightImpala"] .edited-by:after { content: "Administrator"; font-family: Comic Sans MS}
 
body.ns-1201 .edited-by > a.subtle[href="https://charactercommunity.fandom.com/wiki/Message_Wall:2016MidnightImpala"]:after { content: "Administrator"; font-family: Comic Sans MS; }
 
.Wall .edited-by a.subtle[href$="Wall:2016MidnightImpala"]:after { content: "Administrator"; font-family: Comic Sans MS}
.comments li[data-user="2016MidnightImpala"] .edited-by:after { content: "Administrator"

}
a[href$= ":Kathleen99"],
    a[herf$= "/Kathleen99"] {
color: Purple !important;
font-weight: bold !important;
font-family; Comic Sans MS !important
    ;
}
.comments li [data-user
    = "Kathleen99"] .edited-by
      .after { content"Administrator";
}
a[href$= ":Doghouse500"],
    a[herf$= "/Doghouse500"] {
color: Lime !important;
font-weight: bold !important;
font-family; Comic Sans MS !important
    ;
}
.comments li [data-user
    = "Doghouse500"] .edited-by
      .after { content"Administrator";
}

}
a[herf$= "The Beautiful People"]
     a[herf$= "/The Beautiful People"] {
color: #ffff00 !important;
font-weight: bold !important;
font-family; Comic Sans MS !important
    ;
}
.comments li [data-user
    = "The Beautiful People"] .edited-by .after {content"Administrator"
         ;
    }
 
 





/*Global file*/
.UserProfileMasthead .masthead-info {
background: url(https://vignette.wikia.nocookie.net/charactercommunity/images/8/86/Walt-disney-mickey-mouse-images-198817.jpg/revision/latest?cb=20190714211207);
}

/* Makes the scrollbar 10px wide */
::-webkit-scrollbar {
    width: 15px;
}
/* Makes the scrollbar track have a black background */
::-webkit-scrollbar-track {
    background: Black !important;
}
/* Makes the scrollbar bar have a green background */
::-webkit-scrollbar-thumb {
    background: Red !important;
}

/* Wordmark */
.wds-community-header__wordmark img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1.5s ease;
}
.wds-community-header__wordmark img:hover {
   opacity: 0.5;
    filter: alpha(opacity=50);
     -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.portable-infobox.pi-theme-240px .pi-image-thumbnail {
  width: auto;
  height: 240px;
Advertisement