Typical Games Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Wordmark */

.wds-community-header__wordmark img:hover {
transform: scale(1.09);
filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
transition: 0.2s ease;
}

/* RobloxWikis Template */
 
.RobloxWikis-Notice {
	background: repeating-linear-gradient(-45deg, #749de0, #749de0 10px,#91bbff 10px, #91bbff  20px) !important;
	color: black !important;
	transition: all 0.5s;
}
.RobloxWikis-TableAll tr {
	color: black !important;
	transition: all 0.2s;
}
 
.RobloxWikis-OddRow {
	background: #749de0 !important;
}
.RobloxWikis-EvenRow {
	background: #91bbff !important;
}
.RobloxWikis-TableAll .extiw span {
	color: white!important;
}
.RobloxWikis-Head {
	background: #749de0 !important;
}
.RobloxWikis-HeadButton {
	background-color: #91bbff !important;
}

/* Dashboard */

.AdminDashboardHeader h1 a {
color: white;
}

section.control-section.community, section.control-section.wiki, section.control-section.content {
border: 1px solid white;
}
Advertisement