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
table.wikitable > * > tr > td.news-data-sentence-cell,
table.wikitable > tr > td.news-data-sentence-cell {
	padding-right:0;
	padding-left:0;
}

.news-data-sentence-div {
	position:relative;
	width:100%;
}

.action-submit .news-data-ro,
.action-edit .news-data-ro {
 display:none;
}

.news-data-ro {
	position:absolute;
	right:-1em;
	top:0;
	color:var(--link);
	cursor:pointer;
}

.news-data-ro::before {
	font-family:'FontAwesome 5';
	content:'\f2f1';
	font-weight:bold;
	font-size:80%;
}

.news-data-ro-wrapper {
	width:300px;
}

.news-data-ro-inner {
	color:var(--body-text-color);
	padding:0.3em;
}


.rumor-last-cell-div {
 position:relative;
}

/* Teamnames Data */
table.teamnames tr:target {
	background-color: var(--teamnames-highlight-color);
}

table.teamnames th {
	position: sticky;
	top: 0;
}
Advertisement