Ascendance of a Bookworm Wiki
Advertisement
Ascendance of a Bookworm Wiki

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.
.aoabw-notice {
	border: 2px solid #5296d9;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em 1em;
	margin: 0.5em 0;
}

.theme-fandomdesktop-light .aoabw-notice {
	background-color: #fff;
}

.theme-fandomdesktop-dark .aoabw-notice {
	background-color: #000;
}

.color2 {
	border: 2px solid #5296d9 !important;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em 1em;
	margin: 0.5em 0;
}

.theme-fandomdesktop-light .color2 {
	background-color: #fff;
}

.theme-fandomdesktop-dark .color2 {
	background-color: #000;
}

/* Quotes (Unused) */

/**
.aoabw-quote {
	border: 2px solid #286fb7;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em 1em;
	margin: 0.5em 1em;
}

.theme-fandomdesktop-light .aoabw-quote {
	background-color: #fff;
}

.theme-fandomdesktop-dark .aoabw-quote {
	background-color: #000;
}
**/

#media-icons {
	margin-bottom: 1em;
	overflow: hidden;
}

#media-icons ul {
	margin: 0;
}

#media-icons li {
	float: left;
	line-height: 0;
	list-style-type: none;
	margin: 5px;
}

.mi-current a, .mi-other a {
	border: 2px solid transparent;
	padding: 3px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	height: 85px;
	overflow: hidden;
	position: relative;
	width: 85px;
	-webkit-transition: border-color .2s ease-in-out 0s !important;
	transition: border-color .2s ease-in-out 0s !important;
}

.mi-other a:hover {
	border-color: #5296d9;
	-webkit-transition: border-color .2s ease-in-out 0s !important;
	transition: border-color .2s ease-in-out 0s !important;
}

.mi-current a {
	border-color: #2971b8;
	-webkit-transition: border-color .2s ease-in-out 0s !important;
	transition: border-color .2s ease-in-out 0s !important;
}

.mi-current a:hover {
	border-color: #5296d9;
	-webkit-transition: border-color .2s ease-in-out 0s !important;
	transition: border-color .2s ease-in-out 0s !important;
}

.mi-mobile {
	display: none;
}

.mi-other img, .mi-current img {
	border-radius: 3px;
}

.theme-fandomdesktop-light table.aoabw-main tbody tr:nth-child(2), .theme-fandomdesktop-light table.aoabw-discord tbody tr {
	background-color: #ced4de;
}

.theme-fandomdesktop-dark table.aoabw-main tbody tr:nth-child(2), .theme-fandomdesktop-dark table.aoabw-discord tbody tr {
	background-color: #343434;
}

.theme-fandomdesktop-light table.aoabw-rule tbody tr:nth-child(2) td {
	background-color: #ced4de;
}

.theme-fandomdesktop-dark table.aoabw-rule tbody tr:nth-child(2) td {
	background-color: #343434;
}

.aoabw-button p {
	margin: 0;
}

.wikia-gallery-item .thumb .lightbox-caption {
	background-color: #fffff1cc;
}

.theme-fandomdesktop-dark .aoabw-charlist {
	background-color: #000000;
}

.theme-fandomdesktop-light .aoabw-charlist {
	background-color: #ffffff;
}

.aoabw-charlist > p {
	display: none;
}

.aoabw-charcontent p {
	margin: 0;
}

.theme-fandomdesktop-light .aoabw-panel {
	background-color: #fff;
	color: #000;
}

.theme-fandomdesktop-dark .aoabw-panel {
	background-color: #000;
	color: #fff;
}

/* Header Icon {{h1}} */

.theme-fandomdesktop-dark .page-content h1 img[alt="Header.png"] {
	filter: drop-shadow(1px 0 0 rgba(246, 246, 246, 0.75)) drop-shadow(-1px 0 0 rgba(246, 246, 246, 0.75)) drop-shadow(0 1px 0 rgba(246, 246, 246, 0.75)) drop-shadow(0 -1px 0 rgba(246, 246, 246, 0.75));
}

.theme-fandomdesktop-light .page-content h1 img[alt="Header.png"] {
	filter: drop-shadow(1px 0 0 #c89b1c40) drop-shadow(-1px 0 0 #c89b1c40) drop-shadow(0 1px 0 #c89b1c40) drop-shadow(0 -1px 0 #c89b1c40);
}

.theme-fandomdesktop-dark .familytree-line {
	border-color: #fff !important;
}

.theme-fandomdesktop-light .familytree-line {
	border-color: #000 !important;
}

.theme-fandomdesktop-dark .familytree-box {
	background-color: #000 !important;
	border-radius: 7px !important;
}

.theme-fandomdesktop-light .familytree-box {
	background-color: #fff !important;
	border-radius: 7px !important;
}

.familytree-box {
	white-space: nowrap;
}

.acharimg img {
	border-radius: 3px;
}

.achar {
	border: 2px solid transparent;
	-webkit-transition: all .2s ease-in-out 0s !important;
	-moz-transition: all .2s ease-in-out 0s !important;
	-ms-transition: all .2s ease-in-out 0s !important;
	-o-transition: all .2s ease-in-out 0s !important;
	transition: all .2s ease-in-out 0s !important;
}

.achar:hover {
	border: 2px solid #5296d9;
	-webkit-transition: all .2s ease-in-out 0s !important;
	-moz-transition: all .2s ease-in-out 0s !important;
	-ms-transition: all .2s ease-in-out 0s !important;
	-o-transition: all .2s ease-in-out 0s !important;
	transition: all .2s ease-in-out 0s !important;
}

.theme-fandomdesktop-light .acharlist {
	background-color: #fff;
}

.theme-fandomdesktop-dark .acharlist {
	background-color: #000;
}

.acharlist-content p {
	margin: 0;
}

.theme-fandomdesktop-light .acharlist-headerline {
	border-color: #000 !important;
}

.theme-fandomdesktop-dark .acharlist-headerline {
	border-color: #fff !important;
}

.theme-fandomdesktop-light .acharlist-headertext {
	background-color: #fff !important;
}

.theme-fandomdesktop-dark .acharlist-headertext {
	background-color: #000 !important;
}

.acharlist-body p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.acharlist-body p br {
	display: none;
}

.theme-fandomdesktop-dark .aboxtoggle {
	background-color: #000;
}

.theme-fandomdesktop-light .aboxtoggle {
	background-color: #fff;
}

.aspoilerblock {
	background-color: transparent !important;
}

.aboxtoggle .mw-collapsible-toggle a.mw-collapsible-text, .aboxtoggle .mw-collapsible-toggle::before {
	display: none;
}

.aboxtoggle .mw-collapsible-toggle[aria-expanded="false"]::after {
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
	position: relative;
	bottom: 1px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transfrom .3s;
	vertical-align: middle;
	right: 5px;
}

.aboxtoggle .mw-collapsible-toggle[aria-expanded="true"]::after {
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
	position: relative;
	bottom: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transfrom .3s;
	vertical-align: middle;
	right: 5px;
}

.aboxtoggle .mw-collapsible-toggle {
	width: 100%;
	text-align: right;
}

.aboxtoggle-link a {
	font-weight: bold;
	color: #fff;
}

.page-content .aspoilerblock-content p:last-child {
	margin-bottom: 0 !important;
}

.theme-fandomdesktop-dark .achar {
	padding: 3px 3px 3.5px 3px !important;
}

.theme-fandomdesktop-light .achar {
	padding: 3px !important;
}

.theme-fandomdesktop-dark .achar-mini {
	padding: 3px 3px 3.8px 3px !important;
}

.theme-fandomdesktop-dark .achar-mini.achar-largecaption {
	padding: 3px 3px 3px 3px !important;
}

.theme-fandomdesktop-dark .achar-normal.achar-largecaption {
	padding: 3px 3px 3.7px 3px !important;
}

.tabs-div div {
	float: none !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	border-radius: 7px !important;
	border-color: #5296d9 !important;
}
Advertisement