User:RheingoldRiver/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url(https://lol.gamepedia.com/index.php?title=User:Kittymmeow/hydra.css&action=raw&ctype=text/css);

.mw-special-Recentchanges .mw-rollback-link,
.mw-special-Watchlist .mw-rollback-link {
  display: none;
}

.wikiEditor-ui-toolbar {
    display:none;
}

.mw-editfont-default {
    line-height:1.1!important;
}

.skin-hydra select,
.skin-hydra input,
.skin-hydra input.oo-ui-inputWidget-input,
.skin-hydra .oo-ui-checkboxInputWidget [type="checkbox"] + span,
.skin-hydra textarea {
 color:var(--textarea);
 background-color:#BABABA;
}


#pv2 {
    display:none;
}

.custom-deletelink,
.custom-editlink {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   margin-left:.5em;
}

.oo-ui-decoratedOptionWidget {
 padding-top:3px;
 padding-bottom:3px;
}
/*
#content {
  filter:invert(100%);
}

#content img {
  filter:invert(100%);
}

#content .sprite {
  filter:invert(100%);

/*.ns-828 #content {
  filter:invert(100%);
}*/


pre.mw-script {
 background-color:#060606;
 color:#CCCCCC 
}

/*

*/

#title-copy-outer {
  display:inline-block;
  display:inline-flex;
  flex-direction:column;
  justify-content:space-between;
  height:1em;
  margin-left:0.25em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#title-copy-content {
  width:0.6em;
  flex-basis:50%;
}

#title-copy-content::after {
  content:'\f0c5';
  font-family: fontAwesome;
  font-size:50%;
  position:relative;
  top:0;
  display:block;
}

#title-copy-all {
  width:0.6em;
  flex-basis:50%;
}

#title-copy-all::after {
  content:'\f0c5';
  font-family: fontAwesome;
  font-size:50%;
  position:relative;
  top:0;
  display:block;
}


#firstHeading {
  display:flex;
  align-items:self-start;
}

#firstHeading .editlink {
  align-self:center;
}

#title-copy-outer + .editlink {
  margin-left:0.25em;
}


/* 

https://gamepedia.cursecdn.com/lolesports_gamepedia_en/6/6c/ItemSprite.png?version=c3211381476cb0d74094d22fdb15f45")

https://gamepedia.cursecdn.com/lolesports_gamepedia_en/thumb/6/6c/ItemSprite.png/1000px-ItemSprite.png?version=c3211381476cb0d74094d22fdb15f45")

*/


.navbox-title-small {
 font-size:100%!important;
}

body.mw-special-Whatlinkshere ul { list-style: decimal }


.test-class {
 background-image:url(var(--test-var))
}


.ns-828 .mw-body-content {
  display:flex;
  flex-direction:column;
}

.ns-828 #siteSub { order:1}
.ns-828 #contentSub { order:2}
.ns-828 #jump-to-nav { order:3}

.ns-828 #printfooter { order:4}

.ns-828 #catlinks {
  order:5;
  margin-top:0;
}

.ns-828 #mw-content-text {order:6;}

.ns-828 #mw-data-after-content { order:7}

.teamhist .tWAN::after {
  background-image: url(https://commons-esports.gamepedia.com/media/commons-esports.gamepedia.com/6/66/GreenCheck.png);
  display: inline-block;
  width: 14px;
  height: 10px;
  position: relative;
  content: "";
  margin-left: 2px;
}

.ns-828 pre {
  counter-reset:line;
}

.ns-828 pre .pre-line {
  counter-increment:line;
}

.ns-828 pre .pre-line::before {
  content:counter(line);
  text-align:right;
  position:absolute;
  left:-2em;
  display:inline-block;
  width:2em;
}

.cargo-values > tr:first-child > td:last-child,
.cargo-values > * > tr:first-child > td:last-child { position:relative; }
.cargo-values > tr:first-child > td:last-child::before,
.cargo-values > * > tr:first-child > td:last-child::before {
 content:var(--table-name);
 text-align: center;
 top:-20px;
 position:absolute;
  width:100%
}


.player-team-heading {
 background-image:var(--player-team);
  height:25px;
  width:60px;
  display:inline-block;
}

#first-heading-text {
  display:flex;
  align-items:center;
}

.page-Special_CargoTables #mw-content-text li {
 list-style:decimal;
}

.action-pagevalues .toc {
 float:right;
 position:sticky;
 top:0;
}