Days Gone Wiki
No edit summary
No edit summary
Line 272: Line 272:
 
}
 
}
 
 
  +
.comments li[data-user="Raziel Reaper"] > blockquote {
  +
color: #AAF !important;
  +
background: rgba(0,0,100,.3) !important;
  +
border: 1px solid #00F;
  +
}
 
.comments li[data-user=""] > blockquote {
 
.comments li[data-user=""] > blockquote {
 
color: #FFA !important;
 
color: #FFA !important;
Line 324: Line 329:
   
 
a[href="/wiki/User:Wagnike2"] .avatar {
 
a[href="/wiki/User:Wagnike2"] .avatar {
  +
border: 1px solid #00F;
  +
}
  +
  +
a[href="/wiki/User:Raziel_Reaper"] .avatar {
 
border: 1px solid #00F;
 
border: 1px solid #00F;
 
}
 
}
Line 399: Line 408:
   
 
a[href$="/wiki/User:Wagnike2"],
 
a[href$="/wiki/User:Wagnike2"],
a[href$="/wiki/Message_Wall:Wagnike2"] { color: #00F !important; }
+
a[href$="/wiki/Message_Wall:Wagnike2"],
  +
a[href$="/wiki/User:Raziel_Reaper"],
  +
a[href$="/wiki/Message_Wall:Raziel_Reaper"]
  +
{ color: #00F !important; }
   
 
/* Demon's custom highlight */
 
/* Demon's custom highlight */

Revision as of 17:26, 3 July 2019

/* Button Styles Start */
 
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
#Wall .drop,
.WikiHeader .wikia-menu-button.secondary .drop,
input[type="submit"].secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary,
button.secondary {
  background:  	black !important;
  border: 1px solid white !important;
  color: white !important;
  box-shadow: white !important;
}
 
a.wikia-button, 
.wikia-single-button a, 
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
.button, 
button, 
.WikiaHeader li > .wikia-button,
.wikia-menu-button > a, 
.wikia-menu-button .drop, 
.wikia-menu-button > li > a {
    background-color: black;
    background-image:none !important;
    border: 1px solid white !important;
    color: white;
    text-shadow: 0px 1px 0px dimgray;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
 
button:hover, 
a.wikia-button:hover, 
.wikia-single-button a:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.button:hover, 
button:hover, 
.WikiaHeader li > .wikia-button:hover,
.wikia-menu-button > a:hover, 
.wikia-menu-button .drop:hover, 
.wikia-menu-button > li > a:hover {
    background-color: dimgray;
    background-image:none !important;
    box-shadow: 0px 0px 5px 0px white;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
 
a.wikia-button.active, 
a.wikia-button:active, 
.wikia-single-button a.active, 
.wikia-single-button a:active, 
input[type="submit"].active, 
input[type="submit"]:active, 
input[type="reset"].active, 
input[type="reset"]:active, 
input[type="button"].active, 
input[type="button"]:active, 
.button.active, 
.button:active, 
button.active, 
button:active,
.WikiaHeader li > .wikia-button:active,
.wikia-menu-button > a:active,
.wikia-menu-button .drop:active  {
background-image:none !important;
background-color: white !important;
border: 1px solid white !important;
box-shadow: 0px 0px 10px 0px white) !important;
}
 
/* Button Styles End */
 
 
 
#WallNotifications .subnav.show,
#WikiaRail .module,
.WikiaHeader .AccountNavigation .subnav.show,
.WikiaHeader .Notifications,
.WikiaImageModule,		
#WikiaSpotlightsModule,		
.WikiaArticle .thumbinner,
.HotSpotsModule,
#LEFT_SKYSCRAPER_2,
.WikiaRail #RIGHT_SKYSCRAPER,
.hubmodule,
.WikiaArticle pre,		
.WikiaArticleCategories,
.GlobalNavigation .subnav {
  background: #000;
  border: 1px solid white !important;
}
 
/* Search Box */
 
 .WikiaSearch input[type="text"]{
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    border-radius: 0.75em 0 0 0.75em;
    padding: 3px 0 3px 4px;
    color: #FFF ;
    border: 2px solid white;
    box-shadow: inset 0 0 7px dimgray;
    -moz-box-shadow: inset 0 0 7px dimgray;
    -webkit-box-shadow: inset 0 0 7px dimgray;
    -o-box-shadow: inset 0 0 7px dimgray;
}
 
.WikiaSearch button {
     border: 2px solid white;
     height: 29px;
     top: 0;
     -webkit-border-radius: 0 0.75em 0.75em 0;
     -moz-border-radius: 0 0.75em 0.75em 0;
     border-radius: 0 0.75em 0.75em 0;
}
 
.WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
color: #FFF ;
}
 
.WikiaSearch input.placeholder[type="text"] {
  color: #FFF!important;
}
.WikiaSearch input[type="text"]::-webkit-input-placeholder {
  color: #FFF !important;
}
 
.oasis-one-column .WikiaPageHeader .WikiaSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 0;
}
 
.WikiaSearch .autocomplete {
     border: 2px solid white;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
}
 
.WikiaPagesOnWikiModule, 
.WikiaActivityModule, 
.WikiaImageModule, 
#WikiaSpotlightsModule, 
.WikiaArticle .thumbinner, 
.WikiaBlogListingBox, 
.HotSpotsModule, 
.CommunityCornerModule, 
.LatestPhotosModule, 
.WikiaArticle pre, 
.ChatModule,
.FollowedPagesModule,
.WikiaFooter .header-container {
background: #000 !important;
border: 1px solid white !important;
}
 
.chat-total { 
    background-color: white !important;
    border: 1px solid white !important;
    box-shadow: 0px 0px 10px 0px white !important;
    text-shadow: 0px 1px 0px gray;
}
 
#WikiaPageHeader > h1 {
    font-weight: bold;
}
 
.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: 'Helvetica', sans-serif;
}
 
.WikiaActivityModule li em {
    font-size: 12px !important;
}
 
 
#eraicons {
    float: none !important;
    display: table !important;
    margin: 10px auto;
}
 
.HotSpotsModule li div div {
    border-radius: 100px/20px !important;
}
 
.HotSpotsModule li span {
    display: block;
    padding: 17px 0;
}
 
 
.toc-link {
position: relative;
top: -1px;
}
 
/*********************************/
/** Visibility Fix For CSS View **/
/*********************************/
 
.css.source-css .kw1 {
    color: white !important;
}
 
 
.User.chat-mod .username:after, .User.staff .username:after {background-image:none !important;}
 
.user .username:after {right: 6px !important;}
 
.SpeechBubble .speech-bubble-message:after {border-color:transparent rgba(0,0,0,0) rgba(0,0,0,0) transparent !important;}
 
.SpeechBubble .speech-bubble-message:before {border-color:transparent rgba(0,0,0,0) rgba(0,0,0,0) transparent !important;}
 
.speech-bubble-avatar a {background:none !important;padding:0 !important;}
 
.comments li > blockquote {
    color: #808080 !important;
    background: rgba(0,0,0,.3) !important;
}
 
.comments li[data-user="Linus Spacehead"] > blockquote {
    color: #AFA !important; 
    background: rgba(0,100,0,.3) !important;
    border: 1px solid #0B0;
}
 
.comments li[data-user="The Demon In Me"] > blockquote {
    color: #CC0000 !important; 
    background: rgba(255,76,76,.3) !important;
    border: 1px solid #FF0000;
}

.comments li[data-user="Wagnike2"] > blockquote {
    color: #AAF !important; 
    background: rgba(0,0,100,.3) !important;
    border: 1px solid #00F;
}
 
 .comments li[data-user="Raziel Reaper"] > blockquote {
    color: #AAF !important; 
    background: rgba(0,0,100,.3) !important;
    border: 1px solid #00F;
}
.comments li[data-user=""] > blockquote {
    color: #FFA !important; 
    background: rgba(175,175,0,.3) !important;
    border: 1px solid #FF0;
}

.comments li[data-user=""] > blockquote {
    color: #A7F !important; 
    background: rgba(50,0,100,.3) !important;
    border: 1px solid #70F;
}

.comments li[data-user=""] > blockquote {
    color: #ED651D !important; 
    background: rgba(141,48,0,.3) !important;
    border: 1px solid #ec5100;
}

.comments li[data-user=""] > blockquote {
    color: #61B1FF !important; 
    background: rgba(18,86,153,.3) !important;
    border: 1px solid #1E90FF;
}

.comments li[data-user="Maroman"] > blockquote {
    color: #8C8687 !important;
    background: rgba(80,74,75,.3) !important;
    border: 1px solid #E5E4E2;
}

.comments li[data-user="Game widow"] > blockquote,
.comments li[data-user="Mira Laime"] > blockquote,
.comments li[data-user="CuBaN VeRcEttI"] > blockquote,
.comments li[data-user="Rappy 4187"] > blockquote,
.comments li[data-user="Kirkburn"] > blockquote, 
.comments li[data-user="Sannse"] > blockquote {
    color: #79E9DE !important; 
    background: rgba(38,134,124,.3) !important;
    border: 1px solid #40e0d0;
}

/* Avatars */
 
a[href="/wiki/User:Linus_Spacehead"] .avatar {
   border: 1px solid #0B0;
}
 
a[href="/wiki/User:The_Demon_In_Me"] .avatar {
   border: 1px solid #ff0000;
}

a[href="/wiki/User:Wagnike2"] .avatar {
   border: 1px solid #00F;
}

a[href="/wiki/User:Raziel_Reaper"] .avatar {
   border: 1px solid #00F;
}
 
a[href="/wiki/User:"] .avatar {
   border: 1px solid #FF0;
}
 
a[href="/wiki/User:"] .avatar {
   border: 1px solid #70F;
}

a[href="/wiki/User:"] .avatar {
   border: 1px solid #EC5100;
}

a[href="/wiki/User:"] .avatar {
   border: 1px solid #1E90FF;
}

a[href="/wiki/User:Maroman"] .avatar {
   border: 1px solid #E5E4E2;
 
}

a[href="/wiki/User:Sannse"] .avatar {
   border: 1px solid #40e0d0;
}

a[href="/wiki/User:Kirkburn"] .avatar {
   border: 1px solid #40e0d0;
}

a[href="/wiki/User:Rappy_4187"] .avatar {
   border: 1px solid #40e0d0;
}

a[href="/wiki/User:CuBaN_VeRcEttI"] .avatar {
   border: 1px solid #40e0d0;
}
a[href="/wiki/User:Game_widow"] .avatar {
   border: 1px solid #40e0d0;
}
a[href="/wiki/User:Mira_Laime"] .avatar {
   border: 1px solid #40e0d0;
}

 
/* End Avatars */


/* Staff Highlights */

/* Content Moderators */
 
a[href$="/wiki/User:"],
a[href$="/wiki/Message_Wall:"] { color: #70F !important;  }

/* Discussions Moderators */
 
a[href$="/wiki/User:"],
a[href$="/wiki/Message_Wall:"] { color: #1E90FF !important;  }

/* Chat Moderators */
 
a[href$="/wiki/User:"],
a[href$="/wiki/Message_Wall:"] { color: #EC5100 !important;  }
 
/* Bureaucrats */

a[href$="/wiki/User:Linus_Spacehead"],
a[href$="/wiki/Message_Wall:Linus_Spacehead"] { color: #090 !important;  }
 
/* Administrators */

a[href$="/wiki/User:Wagnike2"],
a[href$="/wiki/Message_Wall:Wagnike2"],
a[href$="/wiki/User:Raziel_Reaper"],
a[href$="/wiki/Message_Wall:Raziel_Reaper"]
{ color: #00F !important;  }

/* Demon's custom highlight */
a[href$="/wiki/User:The_Demon_In_Me"],
a[href$="/wiki/Message_Wall:The_Demon_In_Me"] { color: #FF0000 !important;  }
 
/* Rollbacks */
a[href$="/wiki/User:"],
a[href$="/wiki/Message_Wall:"] { color:Yellow !important;  }

/* Former Wiki Staff*/
a[href$="/wiki/User:Maroman"],
a[href$="/wiki/Message_Wall:Maroman"] { color:#E5E4E2 !important;  }

/* Fandom Staff */
a[href$="/wiki/User:Game_widow"],
a[href$="/wiki/Message_Wall:Game_widow"],
a[href$="/wiki/User:Mira_Laime"],
a[href$="/wiki/Message_Wall:Mira_Laime"],
a[href$="/wiki/User:CuBaN_VeRcEttI"],
a[href$="/wiki/Message_Wall:CuBaN_VeRcEttI"],
a[href$="/wiki/User:Rappy_4187"],
a[href$="/wiki/Message_Wall:Rappy_4187"],
a[href$="/wiki/User:Kirkburn"],
a[href$="/wiki/Message_Wall:Kirkburn"],
a[href$="/wiki/User:Sannse"],
a[href$="/wiki/Message_Wall:Sannse"] { color:#40E0D0 !important;  }