Slay the Spire Wiki
No edit summary
No edit summary
Line 84: Line 84:
 
}
 
}
 
.comments li[data-user="Thunderbolt33"] .edited-by:after { content: "Admin"; font-weight: bold; color: #800080; background-color:#FFD700; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
 
.comments li[data-user="Thunderbolt33"] .edited-by:after { content: "Admin"; font-weight: bold; color: #800080; background-color:#FFD700; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
  +
}
  +
  +
/****************** Tabber *********************/
  +
  +
.tabber .tabbertab {
  +
border: 1px solid #5a5485;
  +
}
  +
  +
ul.tabbernav {
  +
border-bottom: 1px solid #5a5485;
  +
}
  +
  +
ul.tabbernav li a {
  +
background: transparent;
  +
padding: 3px 12px;
  +
}
  +
  +
ul.tabbernav li a:link {
  +
color: #D5D4D4;
  +
}
  +
  +
ul.tabbernav li.tabberactive a {
  +
background-color: #091619;
  +
border-bottom: 0px solid #FFF;
 
}
 
}

Revision as of 13:22, 9 July 2020

/*admin and bureaucrat highlights on recentchanges*/
/*please maintain the alphabetical order as it makes it easier to update these lists - thanks*/
.newpage { color : red; }
.minor { color : silver; }
.unpatrolled { color : blue; }
.bot { color : orange; }

/***** Custom cursor *****/
/* Global cursor */
body {
  cursor: url(/wiki/Special:FilePath/StScursor.png), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url(/wiki/Special:FilePath/StScursor2.png), pointer; 
}

/* Displaying usernames and icons of certain higher-rank users. */

a[href$="/wiki/User:Vertroyer"] { color: #cc0000 !important; font-family: Comic Sans MS; font-weight:bold }
a[href$="Message_Wall:Vertroyer"] {
    color: #cc0000; font-family: Comic Sans MS; font-weight:bold;
}
a[href$="User_blog:Vertroyer"] {
    color: #cc0000; font-family: Comic Sans MS; font-weight:bold;
}
a[href$="/wiki/User:Thunderbolt33"] { color: #FFD700 !important; font-family: Lucida Consolem; font-weight:bold }
a[href$="Message_Wall:Thunderbolt33"] {
    color:#FFD700; font-family: Lucida Console; font-weight:bold;
}
a[href$="User_blog:Thunderbolt33"] {
    color: #FFD700; font-family: Lucida Console; font-weight:bold;
}

/*******************************/
/***** PROFILE TAGS    *********/
/*******************************/

/* Username tag - see Common.js*/
a.tag {
	color: inherit;
}

@media (max-width: 1000px) {
  .onlybig { 
    display: none;
  }
}

@media (min-width: 1001px) {
  .onlysmall { 
    display: none;
  }
}

.tag { font-weight: bold !important; margin-left: 3px; padding: 5px 10px; }
.tag.usergroup-sysop {background-color: gold; }
.tag.usergroup-bureaucrat { background-color: darkred !important; }

/************************** Staff Tags ***************************/
/* B-crat green:      #cc0000
   Admin gold:        #FFD700
 */

/************* Message Wall tags **************/

/* STS Staff */
a.subtle[href="http://slay-the-spire.wikia.com/wiki/Message_Wall:Vertroyer"]:after { content: "Bureaucrat/Admin"; font-weight: bold; color: #baf60e; background-color:#cc0000; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}
.Wall .edited-by a[href$="Vertroyer"] ~ .subtle::after { content: "Bureaucrat/Admin"; font-weight: bold; color: #baf60e; background-color:#cc0000; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}
a.username[href="http://town-of-salem.wikia.com/wiki/Message_Wall:Vertroyer"]:after { content: "Bureaucrat/Admin"; font-weight: bold; color: #baf60e; background-color:#cc0000; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}
a.subtle[href="http://slay-the-spire.wikia.com/wiki/Message_Wall:Thunderbolt33"]:after { content: "Admin"; font-weight: bold; color: #800080; background-color:#FFD700; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}
.Wall .edited-by a[href$="Thunderbolt33"] ~ .subtle::after { content: "Admin"; font-weight: bold; color: #800080; background-color:#FFD700; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}

/****************** Thread tags *****************/

/* STS Staff */
.comments li[data-user="Vertroyer"] .edited-by:after { content: "Bureaucrat/Admin"; font-weight: bold; color: #baf60e; background-color:#cc0000; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}
.comments li[data-user="Thunderbolt33"] .edited-by:after { content: "Admin"; font-weight: bold; color: #800080; background-color:#FFD700; margin-left: 3px; padding: 1px 3px; border-radius:2px; border-style:outset;
}

/****************** Tabber *********************/

.tabber .tabbertab {
    border: 1px solid #5a5485;
}

ul.tabbernav {
    border-bottom: 1px solid #5a5485;
}

ul.tabbernav li a {
    background: transparent;
    padding: 3px 12px;
}

ul.tabbernav li a:link {
    color: #D5D4D4;
}

ul.tabbernav li.tabberactive a {
    background-color: #091619;
    border-bottom: 0px solid #FFF;
}