R2DA Wiki
No edit summary
No edit summary
Line 339: Line 339:
 
/* ------------[Founder tag(s).]------------ */
 
/* ------------[Founder tag(s).]------------ */
 
.comments li[data-user="Drawmeitis"] .edited-by:after {
 
.comments li[data-user="Drawmeitis"] .edited-by:after {
000000 content: "Still Retired"; font-weight: bold; color: #FFFFFF; background-color: #FF7FED; border: 1px solid #FFD800; border-radius: 3px; padding: 0 5px; margin-left: 3px;
+
content: "Still Retired"; font-weight: bold; color: #FFF; background-color: #404040; border: 1px solid #FFD800; border-radius: 2px; padding: 0 5px; margin-left: 3px;
 
}
 
}
   
Line 635: Line 635:
 
}
 
}
 
.comments li[data-user="Drawmeitis"] blockquote {
 
.comments li[data-user="Drawmeitis"] blockquote {
background: #370000 !important;
+
background: #FFBABA !important;
 
}
 
}
   

Revision as of 06:15, 4 March 2020

/* ------------[Modules/Article Modules n' Headers.]------------ */ 
.portable-infobox .pi-item-spacing {
   padding: 10px 12px;
}

/* ------------[Modules/Article Modules n' Headers.]------------ */ 
.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll, .MainPageModule, .R2DButton {
    margin: 0 0 10px !important;
    padding: 20px 15px 10px !important;
    border: 0px solid #001244 !important;
    overflow: hidden;
    color: #FFFFFF !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    background: linear-gradient(to bottom, #1AB5F1, #1AB5F1) !important;
    box-shadow: 0 0 1px #000000 !important;
    opacity: 1 !important;
 
}

a.WikiaRail:active {color: #FFF !important;}
a.WikiaRail {color: #FFF !important;}
a.MainPageModule:active {color: #FFF !important;}

.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll, .MainPageModule, .R2DButton a:link {color: #FFF !important;}
 
.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll, .MainPageModule, .R2DButton a:hover {color: #FFF !important;}
 
.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll, .MainPageModule, .R2DButton a:active {color: #FFF !important;}
 
.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll, .MainPageModule, .R2DButton a:visited {color: #FFF !important;}
 

.global-nav-search-input-wrapper .search-input {font-family: Trebuchet MS, Helvetica, sans-serif;}
 
/* ------------[Footer Toolbar Backdrop, Panel, Object n' Link Hovers.]------------ */ 
.WikiaBarWrapper {
    box-shadow: 0 0 10px #000;
    opacity: 0.9;
}
.WikiaBarWrapper .wikia-bar {width: 1030px !important;}
.WikiaBarWrapper .toolbar .tools {padding: 0;}
.WikiaBarWrapper .toolbar .tools > li > a:hover {
    color: #0AF;
    text-decoration: none;
}
 
/* ------------[Footer Toolbar Dropdown Menu, Items, Links n' Hovers.]------------ */ 
.WikiaBarWrapper .tools-menu {
    border: 2px solid #000;
    border-radius: 10px 10px 0 0;
    background-color: #027;
    box-shadow: 0 0 5px #000;
}
.WikiaBarWrapper .tools-menu > li:hover {background-color: #02A;}
.WikiaBarWrapper .tools-menu > li:first-child:hover {border-radius: 10px 10px 0 0;}
.WikiaBarWrapper .tools-menu > li > a {
    padding: 10px;
    color: #FFF;
}
.WikiaBarWrapper .tools-menu > li > a:hover {background: none;}
 
/* ------------[Logged Out User Footer Toolbar, Hub Buttons, Messages, Links n' Hovers.]------------ */ 
.WikiaBarWrapper .wikia-bar-anon {padding-left: 10px;}
.WikiaBarWrapper .wikia-bar .wikiabar-button {
    padding: 5px;
    border: none;
    background: none;
}
.WikiaBarWrapper .wikia-bar .message {width: auto;}
.WikiaBarWrapper .wikia-bar .wikiabar-button span, .WikiaBarWrapper .wikia-bar .message {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 12px;
}
.WikiaBarWrapper .wikia-bar .wikiabar-button span:hover,
    .WikiaBarWrapper .wikia-bar .message a:hover {color: #0AF;}
 
/* ------------[Footer Toolbar Popovers.]------------ */ 
.popover.wikiaBar .arrow, .popover.wikiaBarMessage .arrow {border: none;}
 
/* ------------[Notification Popup Items, Styling, Links, Hovers n' X Button.]------------ */ 
.WikiaNotifications li {
    display: block;
    padding: 5px 0;
}
.WikiaNotifications li div {
    padding: 10px 15px;
    background: #027;
    box-shadow: 0 0 5px #000;
    opacity: 0.9;
}
.WikiaNotifications li div a {text-decoration: none;}
.WikiaNotifications li div a:hover {color: #0AF;}
.WikiaNotifications li div .close-notification {border: none;}
 
/* ------------[Wikia Buttons Dropdown Menus, Items, Links n' Hovers.]------------ */ 
.wikia-menu-button .WikiaMenuElement {
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 10px;
    background-color: #D8DDEA !important;
    box-shadow: 0 0 5px #000 !important;
    opacity: 0.9;
}
.wikia-menu-button .WikiaMenuElement li {border-color: #AAA !important;}
.wikia-menu-button .WikiaMenuElement li:hover {background-color: #FFF !important;}
.wikia-menu-button .WikiaMenuElement li:first-child:hover {border-radius: 10px 10px 0 0;}
.wikia-menu-button .WikiaMenuElement li:last-child:hover {border-radius: 0 0 10px 10px;}
.wikia-menu-button .WikiaMenuElement li a:hover {background: none !important;}
.wikia-menu-button ul a {
    padding: 8px 10px !important;
    line-height: 22px !important;
    font-size: 12px !important;
}
 
/* ------------[Tabs, Items, Links n' Selected.]------------ */ 
.tabs {margin: 10px 0 !important;}
.tabs li {margin: 0 5px;}
.tabs li a {
    padding: 5px 10px !important;
    border: none !important;
}
.tabs .selected a {
    border-radius: 10px 10px 0 0;
    background-color: rgba(216, 221, 234, 0.6);
    cursor: pointer;
}
 
/* ------------[Wikia Selection Bar Hover n' Chevron.]------------ */ 
.WikiaDropdown .selected-items:hover {
    background-color: #D8DDEA !important;
    cursor: default;
}
.WikiaDropdown .selected-items .arrow {right: 5px;}
 
/* ------------[Wikia Selection Bar Dropdown Menu, Items, Hovers, Selected n' Selected Hovers.]------------ */ 
.WikiaDropdown .dropdown {box-shadow: none !important;} 
.WikiaDropdown .dropdown-item label {cursor: default;}
.WikiaDropdown .dropdown-item:hover {background: #D8DDEA !important;}
.WikiaDropdown .dropdown-item.selected {background: none !important;}
.WikiaDropdown .dropdown-item.selected:hover {background: #D8DDEA !important;}
 
/* ------------[Headings.]------------ */ 
.WikiaArticle h2, .WikiaArticle h3, .WikiaArticle h4, .WikiaArticle h5, .WikiaArticle h6 {
    margin: 15px 0 0;
    padding: 0;
}
 
/* ------------[Paragraphs.]------------ */ 
.WikiaArticle p, .WikiaArticle p + p, .SpeechBubble .speech-bubble-message p {margin: 5px 0;  }
 
/* ------------[Unordered Lists.]------------ */ 
.WikiaArticle ul, .SpeechBubble .speech-bubble-message ul {list-style-type: disc; }
 
/* ------------[Description Lists.]------------ */ 
.WikiaArticle dl {margin: 0;}
 
/* ------------[Preformatted Text Container.]------------ */ 
.WikiaArticle pre {
    margin: 10px 0;
    border: none;
    background-color: rgba(216, 221, 234, 0.6) !important;
}
 
/* ------------[Global Notification Bar, Styling, Links, Hovers, X Button n' Float.]------------ */ 
.banner-notifications-wrapper {margin: -1px -11px;}
.banner-notification {
    border: 1px solid #CCC !important;
    color: #FFF !important; 
    background-color: #027 !important;
    box-shadow: none !important;
}
.banner-notification .msg a {
    color: #FFF;
    text-decoration: none;
}
.banner-notification .msg a:hover {text-decoration: underline;}
.banner-notification .close {background: none !important;}
.banner-notifications-wrapper.float {
    position: relative;
    top: -1px;
    margin-left: -516px;
}
 
/* ------------[Display Clock.]------------ */ 
#DisplayClockJS {
    top: -20px !important;
    color: #0EE;
}
 
/* ------------[Avatar Border.]------------   */ 
.avatar  {
 
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 0 2px #000 !important;    
}
 
#WikiChatList li {
	padding: 4px 0 4px 48px;
}

/* ------------[Slider, Images n' Subtitles.]------------   */ 
/*
.wikiaPhotoGallery-slider-body {
    width: auto !important;
    max-width: 670px;
    margin: 10px auto !important;
    border: 15px solid #027;
    border-radius: 30px;
}
.wikiaPhotoGallery-slider {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    margin: 0 !important;
}
.wikiaPhotoGallery-slider-body .horizontal .description h2,
.wikiaPhotoGallery-slider-body .horizontal .description p {width: 225px !important;}
 
.WikiFeatures .features .feature .actions .slider {border: none;}
 
}
.VideoEmbedBody .WikiaSlider {width: 300px !important;}
.VideoEmbedDetails .preview-options 
    .VideoEmbedInputWidth input[type="text"] {width: 22px !important;}
 
#WikiaPhotoGallerySliderType > li {margin: 5px 10px 5px 0 !important;}
*/

/* ------------[Add Caption n' Link.]------------   */ 
#WikiaPhotoGallerySearchResults {height: 320px !important;}
#WikiaPhotoGalleryLink, #WikiaPhotoSlideshowLink, 
    #WikiaPhotoSlideshowLinkText, #WikiaPhotoSliderLink, 
    #WikiaPhotoSliderLinkText, #WikiaPhotoGalleryEditorCaption {
    width: 510px !important;
}
 
/* ------------[Glowing Link Effect. href]------------   */ 
a:hover {
    text-shadow: white 1 1 4px;
    color: white !important;
    text-decoration:none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
 
/*
a {
    color: #0808ff;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

a:active {
    color: #0808ff;
} */

a:visited:hover, .color2 a:visited:hover { 
  color:white;
  text-shadow: white 0 0 3px;
  text-decoration:none;
}
 
a:hover, .color2 a:hover {
  color:white;
  text-shadow: white 0 0 3px;
  text-decoration:none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
 
.WikiaFooter .tools-menu a:hover {
  color:white;
  text-shadow: white 0 3px 3px;
  text-decoration:none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
 
a.new:hover {
  color:white;
  text-shadow: white 0 0 3px;
  text-decoration:none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}
 
 
 
/* ------------[Custom Scrollbar.]------------ */ 
::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}
::-webkit-scrollbar-thumb {
    background: #0038D8 ;
}
::-webkit-scrollbar-thumb:hover {
    background: #3269FF !important;
}
::-webkit-scrollbar-thumb:active {
    background: #5E89FF !important;
}

/* ------------[The Good Stuff]------------ */ 
.hoverimage img {
    opacity: 0.80;
    filter: alpha(opacity=70);
   -webkit-transition: opacity .2s ease-in-out;
}
 
.hoverimage img:hover {
    opacity: 1.5;
    filter: alpha(opacity=200);
}

/* ------------[Page Glow Effect.]------------ */ 
.WikiaPage {
	border: none;
	box-shadow:0 0 20px;
}

/* ------------[Founder tag(s).]------------ */ 
.comments li[data-user="Drawmeitis"] .edited-by:after {
    content: "Still Retired"; font-weight: bold; color: #FFF; background-color: #404040; border: 1px solid #FFD800; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Co-Founder tag(s).]------------ */ 
.comments li[data-user="PlaceRebuilder"] .edited-by:after {
    content: "Creator"; font-weight: bold; color: #000; background-color: #FFD800; border: 1px solid #7F6A00; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Head Moderator tag(s).]------------ */ 
.comments li[data-user="Rockynic"] .edited-by:after,
.comments li[data-user="KezzeraRBX"] .edited-by:after,
.comments li[data-user="InfiniteBread"] .edited-by:after,
.comments li[data-user="GreedyBillybob333"] .edited-by:after,
.comments li[data-user="Jopede"] .edited-by:after {
    content: "Head Moderator"; font-weight: bold; color: #000; background-color: #FF6A00; border: 1px solid #7F3300; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Moderator tag(s).]------------ */ 
.comments li[data-user="Waifu Magnet Mk XVIII"] .edited-by:after,
.comments li[data-user="Mirko2805"] .edited-by:after,
.comments li[data-user="Kenten77"] .edited-by:after,
.comments li[data-user="Minininho02"] .edited-by:after,
.comments li[data-user="ScottieDaCat"] .edited-by:after,
.comments li[data-user="Palmarius"] .edited-by:after {
    content: "Moderator"; font-weight: bold; color: #000; background-color: #FF3232; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}


/* ------------[Lore contest winners, maybe.]------------ */
.comments li[data-user="GoSinister"] .edited-by:after,
.comments li[data-user="PeridotIsWithYou"] .edited-by:after,
.comments li[data-user="AztecGodOfFitness"] .edited-by:after {
    content: "Storyteller"; font-weight: bold; color: #000; background-color: #00ff00; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Prestige. For users who prestiged in r2da.]------------ */
.comments li[data-user="AtypicalBarrettUser"] .edited-by:after,
.comments li[data-user="Derpyisgood"] .edited-by:after,
.comments li[data-user="LegendOfTen"] .edited-by:after,
.comments li[data-user="ChrisDoesStuff"] .edited-by:after,
.comments li[data-user="ThriftyPie"] .edited-by:after,
.comments li[data-user="Robustloris"] .edited-by:after,
.comments li[data-user="R2Dthanos"] .edited-by:after,
.comments li[data-user="DraganTheRobloxs"] .edited-by:after,
.comments li[data-user="Lynncoln"] .edited-by:after,
.comments li[data-user="BrickyJakey"] .edited-by:after,
.comments li[data-user="Fungamer153"] .edited-by:after,
.comments li[data-user="Quionol"] .edited-by:after,
.comments li[data-user="CrystleJex"] .edited-by:after,
.comments li[data-user="Supreme-umbrella"] .edited-by:after,
.comments li[data-user="DanTorielYT"] .edited-by:after,
.comments li[data-user="W.D.BRO"] .edited-by:after,
.comments li[data-user="AComplexUsername"] .edited-by:after,
.comments li[data-user="Cloudist"] .edited-by:after,
.comments li[data-user="2006superbro"] .edited-by:after,
.comments li[data-user="BiggTrymi"] .edited-by:after,
.comments li[data-user="Cripastrele"] .edited-by:after,
.comments li[data-user="OwOnad"] .edited-by:after,
.comments li[data-user="Sh4at"] .edited-by:after,
.comments li[data-user="CERDITOXD"] .edited-by:after,
.comments li[data-user="Bubblethorn"] .edited-by:after,
.comments li[data-user="Nervousamanuel1"] .edited-by:after,
.comments li[data-user="SomeRandomONE"] .edited-by:after,
.comments li[data-user="LimitedRobloxianGaming"] .edited-by:after,
.comments li[data-user="1OXIFOVOS"] .edited-by:after,
.comments li[data-user="Sahnex"] .edited-by:after{
    content: "Prestige"; font-weight: bold; color: #000; background-color: #ffff00; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[No Lifer. For users at max prestige in r2da.]------------ */
.comments li[data-user="Robustloris"] .edited-by:after,
.comments li[data-user="Mariobros188"] .edited-by:after,
.comments li[data-user="Darienchampion"] .edited-by:after{
    content: "No Lifer"; font-weight: bold; color: #000; background-color: #ffd700; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Spooky.]------------ 
.comments li[data-user="Rhi-Snow"] .edited-by:after{
    content: "Spooky"; font-weight: bold; color: #000; background-color: #ffa500; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}*/

/* ------------[Wiki Contributor tag(s).]------------ */ 
.comments li[data-user="Feinapfel"] .edited-by:after,
.comments li[data-user="LuckyBoiLikeLuck"] .edited-by:after,
.comments li[data-user="Erhixon"] .edited-by:after,
.comments li[data-user="Alan Builder"] .edited-by:after,
.comments li[data-user="Sherpshooter"] .edited-by:after,
.comments li[data-user="MrOOOOOOF"] .edited-by:after,
.comments li[data-user="ApeSouls72"] .edited-by:after,
.comments li[data-user="X7heLavaKnightX"] .edited-by:after,
.comments li[data-user="Legovoa"] .edited-by:after,
.comments li[data-user="Nateninja711"] .edited-by:after,
.comments li[data-user="Mister Noob"] .edited-by:after,
.comments li[data-user="Ryanthefun123"] .edited-by:after,
.comments li[data-user="Draged"] .edited-by:after,
.comments li[data-user="Jabzkiejock"] .edited-by:after,
.comments li[data-user="ExoLethalx"] .edited-by:after,
.comments li[data-user="Realpopcorner123"] .edited-by:after,
.comments li[data-user="Dolydolphin"] .edited-by:after,
.comments li[data-user="Noncommunistuser"] .edited-by:after,
.comments li[data-user="Pivotanimator"] .edited-by:after,
.comments li[data-user="JosefTBB"] .edited-by:after,
.comments li[data-user="ITookYourHat"] .edited-by:after,
.comments li[data-user="Robludo"] .edited-by:after,
.comments li[data-user="SinisterRevealer"] .edited-by:after,
.comments li[data-user="Milky_Monkey"] .edited-by:after,
.comments li[data-user="Sherpshooter"] .edited-by:after,
.comments li[data-user="HelpfulMoonlord"] .edited-by:after,
.comments li[data-user="PastaCouch1"] .edited-by:after,
.comments li[data-user="Cotcandy"] .edited-by:after,
.comments li[data-user="VerjoyedAngelo"] .edited-by:after,
.comments li[data-user="ThecoolRPG"] .edited-by:after,
.comments li[data-user="SushiCookies"] .edited-by:after,
.comments li[data-user="BrokenMemeMachine"] .edited-by:after,
.comments li[data-user="ROLVeBloxxer"] .edited-by:after,
.comments li[data-user="PurpleCyborg"] .edited-by:after,
.comments li[data-user="AndreiRo322"] .edited-by:after,
.comments li[data-user="Pumpkintrollnoob"] .edited-by:after,
.comments li[data-user="Crimitine"] .edited-by:after,
.comments li[data-user="SharkyTeamOne"] .edited-by:after,
.comments li[data-user="Rcgc"] .edited-by:after,
.comments li[data-user="MammothM"] .edited-by:after,
.comments li[data-user="XLCJordanx"] .edited-by:after,
.comments li[data-user="DeltaMagnatude"] .edited-by:after,
.comments li[data-user="FusionFSJAL"] .edited-by:after,
.comments li[data-user="ExtrSwiftz"] .edited-by:after,
.comments li[data-user="Guineamaster10"] .edited-by:after,
.comments li[data-user="Gabrielhenriquez23"] .edited-by:after,
.comments li[data-user="LITTLEROBBY11"] .edited-by:after,
.comments li[data-user="TheSopwithCamel"] .edited-by:after,
.comments li[data-user="SniperBolt"] .edited-by:after,
.comments li[data-user="Yarmix"] .edited-by:after,
.comments li[data-user="NoCryZone"] .edited-by:after,
.comments li[data-user="Dooomsekkar"] .edited-by:after,
.comments li[data-user="Dancro"] .edited-by:after,
.comments li[data-user="Moltnz"] .edited-by:after,
.comments li[data-user="Jank2016"] .edited-by:after,
.comments li[data-user="N0G4m3 - xXSlimikXx6"] .edited-by:after,
.comments li[data-user="Flammeben"] .edited-by:after,
.comments li[data-user="Sleepistaken"] .edited-by:after,
.comments li[data-user="PenguinScoot"] .edited-by:after,
.comments li[data-user="NameQuickExplosion2"] .edited-by:after,
.comments li[data-user="Lewisriverkid"] .edited-by:after,
.comments li[data-user="Snopaz"] .edited-by:after,
.comments li[data-user="SilverHatTrick"] .edited-by:after,
.comments li[data-user="ExterminatorRBX"] .edited-by:after,
.comments li[data-user="Ze Roela"] .edited-by:after,
.comments li[data-user="CubicalManiac"] .edited-by:after,
.comments li[data-user="Personalix"] .edited-by:after,
.comments li[data-user="RKIBunny"] .edited-by:after,
.comments li[data-user="HugoJSL"] .edited-by:after,
.comments li[data-user="Cloudist"] .edited-by:after,
.comments li[data-user="Lol ur bad"] .edited-by:after,
.comments li[data-user="Kaestheticly"] .edited-by:after,
.comments li[data-user="Moneysteller"] .edited-by:after,
.comments li[data-user="NotABeeSwarmSimNoob"] .edited-by:after,
.comments li[data-user="Ghozerono"] .edited-by:after,
.comments li[data-user="AlexTheTemTv"] .edited-by:after,
.comments li[data-user="Stimps"] .edited-by:after,
.comments li[data-user="RandomSupremeNoobXD"] .edited-by:after{
    content: "Wiki Contributor"; font-weight: bold; color: #000; background-color: #ffa500; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}
    
/* ------------[Wiki Super Contributor tag(s).]------------ */ 
.comments li[data-user="ZXEZX2"] .edited-by:after,
.comments li[data-user="PassTheToiletPaper"] .edited-by:after,
.comments li[data-user="ProSans265"] .edited-by:after,
.comments li[data-user="The Cooler Cheetoez"] .edited-by:after{
    content: "Wiki Super Contributor"; font-weight: bold; color: #000; background-color: #F0E68C; border: 1px solid #7F0000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}
    
/* ------------[Admin Alt tag(s).]------------ */ 
.comments li[data-user="Serun15"] .edited-by:after {
    content: "PlaceRebuilder's Alt"; font-weight: bold; color: #FFFFFF; background-color: #000000; border: 1px solid #7F006E; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}
    
/* ------------[Co-Founder tag(s).]------------ */ 
.comments li[data-user="WikiaColors"] .edited-by:after {
    content: "Co-Founder"; font-weight: bold; color: #000; background-color: #FFFFFF; border: 1px solid #000; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Developer tag(s).]------------ */ 
.comments li[data-user="OfficialAndreiBernikov"] .edited-by:after,
.comments li[data-user="DadDev"] .edited-by:after,
.comments li[data-user="GammaShock"] .edited-by:after,
.comments li[data-user="CasualKeldeo"] .edited-by:after,
.comments li[data-user="StreetBuilder"] .edited-by:after,
.comments li[data-user="Omar5045"] .edited-by:after,
.comments li[data-user="Chelogg"] .edited-by:after,
.comments li[data-user="Wilmerino"] .edited-by:after,
.comments li[data-user="=( Lost Ratchet )="] .edited-by:after,
.comments li[data-user="GregTAme"] .edited-by:after,
.comments li[data-user="TheBossminlolLP"] .edited-by:after {
    content: "Developer"; font-weight: bold; color: #000; background-color: #FF32E3; border: 1px solid #7F006E; border-radius: 2px; padding: 0 5px; margin-left: 3px;
}

/* ------------[Holiness]------------ */ 
img.avatar[alt='serun15'] {
    -webkit-animation-name: creator;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
            animation-name: creator;
            animation-duration: 2s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
}

@-webkit-keyframes creator {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #FCFFDB; /* -- FFD800, EEEF85--*/
           -moz-box-shadow: 0px 0px 0px 0px #FCFFDB;
                box-shadow: 0px 0px 0px 0px #FCFFDB;
    }
    to {
        -webkit-box-shadow: 0px 0px 10px 10px #EEEF85;
           -moz-box-shadow: 0px 0px 10px 10px #DDE1E9;
                box-shadow: 0px 0px 10px 10px #DDE1E9; /*---DDE1E9 --*/
    }
}

/* ------------[Holiness]------------ */ 
img.avatar[alt='PlaceRebuilder'] {
    -webkit-animation-name: creator;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
            animation-name: creator;
            animation-duration: 2s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
}

@-webkit-keyframes creator {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #FCFFDB; /* -- FFD800, EEEF85--*/
           -moz-box-shadow: 0px 0px 0px 0px #FCFFDB;
                box-shadow: 0px 0px 0px 0px #FCFFDB;
    }
    to {
        -webkit-box-shadow: 0px 0px 10px 10px #EEEF85;
           -moz-box-shadow: 0px 0px 10px 10px #DDE1E9;
                box-shadow: 0px 0px 10px 10px #DDE1E9; /*---DDE1E9 --*/
    }
}

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

/* hey who put this here!?!? */
.comments li[data-user="Serun15"] blockquote {
   background: #20d82c  !important;
}
.comments li[data-user="Serun15"] blockquote:after {
   border-color: transparent #20d82c #20d82c transparent !important;
}
.comments li[data-user="Serun15"] blockquote div {
   background: transparent !important;
}

.comments li[data-user="Waifu Magnet Mk XVIII"] blockquote {
   background: #0FB4F0  !important;
}
.comments li[data-user="Waifu Magnet Mk XVIII"] blockquote:after {
   border-color: transparent #0FB4F0 #0FB4F0 transparent !important;
}
.comments li[data-user="Waifu Magnet Mk XVIII"] blockquote div {
   background: transparent !important;
}

/*Colored Text*/
.comments li[data-user="InfiniteBread"] blockquote {
   background: #edca31 !important;
}
.comments li[data-user="InfiniteBread"] blockquote:after {
   border-color: transparent #edca31 #edca31 transparent !important;
}
.comments li[data-user="InfiniteBread"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Drawmeitis"] blockquote {
   background: #FFBABA !important;
}

/*#BF00FF*/

/*Joined the band wagon*/
.comments li[data-user="WikiaColors"] blockquote {
   background: #FFF  !important;
}
.comments li[data-user="WikiaColors"] blockquote:after {
   border-color: transparent #FFF #FFF transparent !important;
}
.comments li[data-user="WikiaColors"] blockquote div {
   background: transparent !important;
}
/*

/*Another one*/
.comments li[data-user="Rockynic"] blockquote {
   background: #a87fcc  !important;
}
.comments li[data-user="Rockynic"] blockquote:after {
   border-color: transparent #a87fcc #a87fcc transparent !important;
}
.comments li[data-user="Rockynic"] blockquote div {
   background: transparent !important;
}

/* ------------[Secret Shit.]------------ */ 
.page-FATAL6 .session,
.page-FATAL6 .editarea {
	display: none;
}

.page-Discord_Ban_Guide .session,
.page-Discord_Ban_Guide .editarea {
	display: none;
}