Leaguepedia | League of Legends Esports Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* for navboxes with subpages */
.no-subpage a:visited,
.no-subpage a {
	font-style:italic;
}

.no-subpage a.new {
	font-style:italic;
}
/* end navboxes with subpages */


.clpn-teamlist-row .navbox-list {
	max-width:0;
}

.sup {
 vertical-align:top;
 font-size:.6em;
}

select,
#wpTextbox1,
input[type=text],
input:not([type]),
input.oo-ui-inputWidget-input,
.oo-ui-checkboxInputWidget [type="checkbox"] + span,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle,
textarea {
 color:var(--textarea);
 background-color:var(--textarea-background);
}

.warningbox {
	color:var(--body-text-color);
	background-color:var(--interface-background);
	border-color:var(--body-text-color);
}


.rc-navigation {
 border: 1px solid var(--wiki-accent);
 max-width:80em;
 width:100%;
 font-size:85%;
 text-align:left;
}

.calendar-icon::after {
 font-family: 'FontAwesome 5';
 font-weight: 400;
 content:'\f073';
}

.league-timeline-heading-row {
 font-size:80%;
}


/* expand contract header */
.expand-contract-header {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	padding: 5px 0;
	background-color: var(--color-forceblack);
}

.expand-contract-header a,
.expand-contract-header strong {
	float: none;
	text-decoration: none;
	font-weight: bold;
	color: var(--color-forcewhite);
	text-align: center;
	padding: 5px 7px;
	background-color: transparent;
	font-size: 110%;
}

.expand-contract-header a {
	float: none;
}
Advertisement