Overlord Wiki
Advertisement
Overlord 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.
/* Masthead background */
#userProfileApp {
    background: url("https://vignette.wikia.nocookie.net/overlordmaruyama/images/0/04/UserProfileMastheadTheme.png") no-repeat -2px 40%/cover;
    overflow: hidden;
    padding-bottom: 0;
}/**/

/* Site glow */
.WikiaPage {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 28px #FFFFFF;
}/**/

/* Resize bronze achievement images */
/** Make space for the list to be wider **/
.module.UserProfileAchievementsModule {
    padding: 20px 0 15px;
}

/** Reproduce distance between other elements & the edge **/
.module.UserProfileAchievementsModule .badges-prev,
.module.UserProfileAchievementsModule .badges-next,
.module.UserProfileAchievementsModule > .data,
.module.UserProfileAchievementsModule > h2 {
    margin-right: 15px;
    margin-left: 15px;
}

/** Make sure differently sized images display evenly **/
.module.UserProfileAchievementsModule .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
}

/** Resize the bronze images **/
.UserProfileAchievementsModule .badge-icon[alt="Making a Difference"],
.UserProfileAchievementsModule .badge-icon[alt="Just the Beginning"],
.UserProfileAchievementsModule .badge-icon[alt="Making Your Mark"],
.UserProfileAchievementsModule .badge-icon[alt="Snapshot"],
.UserProfileAchievementsModule .badge-icon[alt="Paparazzi"],
.UserProfileAchievementsModule .badge-icon[alt="Illustrator"],
.UserProfileAchievementsModule .badge-icon[alt="Make a Connection"],
.UserProfileAchievementsModule .badge-icon[alt="Trail Blazer"],
.UserProfileAchievementsModule .badge-icon[alt="Explorer"],
.UserProfileAchievementsModule .badge-icon[alt="Something to Say"],
.UserProfileAchievementsModule .badge-icon[alt="Opinionator"],
.UserProfileAchievementsModule .badge-icon[alt="Welcome to the Wiki"],
.UserProfileAchievementsModule .badge-icon[alt="Introduction"],
.UserProfileAchievementsModule .badge-icon[alt="Stopping By to Say Hi"] {
    width: 95px;
    height: 95px;
}

/* Customized Cursor */
.skin-oasis, body {
  cursor: url("https://static.wikia.nocookie.net/overlordmaruyama/images/5/52/Cursor_of_Ainz_Ooal_Gown's_Skeletal_Hand_and_Fingers.png/revision/latest?cb=20201101182622"), auto;
}

a:active, a:hover, a:link, a:visited {
  cursor: url("https://static.wikia.nocookie.net/overlordmaruyama/images/5/52/Cursor_of_Ainz_Ooal_Gown's_Skeletal_Hand_and_Fingers.png/revision/latest?cb=20201101182622"), pointer;
}

/* Highlighting Text - Credits to Seven Deadly Sins wiki*/
::selection {color: white; background: #191970;}
::-moz-selection {color: white; background: #191970;}

 /* Category design - Credits to Disney Wiki */
.WikiaArticleCategories, .article-categories, .CategorySelect.articlePage {
    background: #284889;
    background-image: url(https://static.wikia.nocookie.net/overlordmaruyama/images/5/5b/WikiCategoryCustomization.PNG/revision/latest?cb=20201101193248);
    background-size:cover;
    background-color: #284889 hsla(0,0%,100%,0.70);
    border: 2px solid #000000;
line-height: normal;
}
 
.CategorySelect.articlePage > .toolbar {
    background-color:transparent;
    border-top:0;
    color:#FFFFFF;
}
 
.WikiaArticleCategories, .CategorySelect.articlePage a, .catlinks ul, .mw-normal-catlinks a , .article-categories, .CategorySelect.articlePage {
	color:#FFFFFF;
	opacity:1;
	border-radius:10px;
}
 
.CategorySelect.articlePage .input {
    background-color: ghostwhite;
    border-radius: 3px;
    color: #fffefe;
}

.CategorySelect.articlePage .category.new, .CategorySelect.articlePage .placeholder {
    background-color: #FFFFFF;
    border: 1px solid ghostwhite;
}

/*** Brightened Avatars || Credits to DapperFiz ***/
img.avatar { 
-moz-transform: scale(1.01); 
-webkit-transform: scale(1.01); 
-o-transform: scale(1.01); 
-ms-transform: scale(1.01); 
border: 3px solid silver;
border-radius: 5px; 
box-shadow: 0px 0px 9px silver; 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
-o-transition-duration: 0.5s;}

/* Customize Modulules */
.insights-module.insights-light.module,
.insights-module.insights-dark.module,
.HotSpotsModule.module,
.CommunityCornerModule.module,
.WikiaRail .rail-module,
.FollowedPagesModule,
.WikiaActivityModule.module,
.content-review-module.module,
.templatedraft-module.module,
.WikiaArticle.pre,
.recirculation-rail.module.group-CONTROL,
.toc.show,
.WikiaRail.module,
.discussionsModule,
.module.AchievementsModule.UserProfileAchievementsModule,
.WikiaLatestEarnedBadgesModule.module,
.recirculation-rail.module.group-LATERAL_BOTH,
.WikiaBlogListingBox.module,
.community-page-entry-point-module.module,
.module.contributors-module,
.module.community-policy-module,
.module.recent-activity-module,
.module.help-module,
.rail-module.activity-module {
    -webkit-box-shadow: 0 0 8px ghostwhite !important;
    -moz-box-shadow: 0 0 8px ghostwhite !important;
    box-shadow: 0 0 8px ghostwhite !important;
    letter-spacing: 1px;
    line-height: 20px;
    border-image: none;
    border-style: none;
    border-color: none;
    border-width: none;
    border-radius: 2px;
    margin: 10px;
    font-weight: 400;
    background: rgba(224,255,255,0.1) !important;
}

/* Scroll bar */
::-webkit-scrollbar {
    width: 12px;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.6);
}
 
::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(255,223,128,0.1);
    -moz-box-shadow: inset 0 0 6px rgba(255,223,128,0.1);
    border: 1px solid gray;
    border-radius: 12px;
}
 
::-webkit-scrollbar-thumb {
    background: linear-gradient(black, ghostwhite); 
    border: 2px solid white;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px black;
    -moz-box-shadow: 0 0 6px black;
    box-shadow: 0 0 8px black;
}
 
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(white, gray);
    border: 2px solid black;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px ghostwhite;
    -moz-box-shadow: 0 0 6px ghostwhite;
    box-shadow: 0 0 8px ghostwhite;
}
 
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(ghostwhite, gray); 
    border: 2px solid ghostwhite;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px ghostwhite;
    -moz-box-shadow: 0 0 6px ghostwhite;
    box-shadow: 0 0 8px ghostwhite;
}

/* Make the paper icon on image thumbnails not affect layout and be translucent
 * this avoids empty captions wasting space on pages.
 */
.WikiaArticle .thumb {
position: relative;
}
.WikiaArticle .thumb > .magnify {
position: relative; /* relative to .thumb */
right: 3px;
bottom: 4px;
opacity: 0.15;
margin: 0;
padding: 0;
float: none;
}
.WikiaArticle .thumb > .magnify:hover {
/* Reveal on hover */
opacity: 1;
}
/* Change the page fonts to something better suited for screen reading. */
.WikiaArticle {
    font-weight: 300 !important;
color: #fff;
font-family: "Segoe UI", 'Helvetica Neue', Helvetica, Arial, sans-serif;
letter-spacing: 1px;
line-height: 25px;
}
.WikiaArticle i,.WikiaArticle em{
    font-style:italic;
    font-weight: 300 !important;
}
.WikiaArticle .mw-headline, .WikiaPageHeader h1 {
font-family: 'Droid Serif', Verdana, Helvetica, Arial, serif;
}
.WikiaArticle h2 {
    font-weight: 300;
    border-bottom: 2px solid ghostwhite;
    margin-bottom: 0.6em;
    margin-top: 20px;
}
.WikiaArticle h3 {
    font-weight: 300;
}

/* Compact the TOC since it's somewhat ridiculous on some pages */
.WikiaArticle .toc {
font-size: 90%;
font-weight:300;
}
/* Fix line-height on lists and headings. It uses pixel values as well which screws it when the font-size is set smaller or larger.
 */
.WikiaArticle li {
line-height: 1.6;
}
.WikiaArticle h2 {
line-height: 1;
}

/* Edit button position */
.WikiaArticle .editsection {
    font-weight:300;
    float: right !important;
    margin-right: 10px !important;
}
.WikiaPage {
   border: 1px solid ghostwhite;
  -moz-box-shadow:0 0 2px ghostwhite;
  -webkit-box-shadow:0 0 2px ghostwhite;
   box-shadow:0 0 2px ghostwhite;
}
div.carousel-container div img.avatar {
    border:1px solid ghostwhite !important;
}
li.see-all a {
    color:#000 !important;background:ghostwhite !important;
}
ul.carousel li.thumbs a.image img.thumbimage {
    border:1px solid ghostwhite !important;
}
#title-seriesicons img {
height: 23px;
width: 23px;
}
/* Fixing eras/banner alignment */
#WikiaPageHeader { 
margin: 0 0 20px 0; 
}
 
.oasis-hide {
display: none;
}
/* Thumb styling */
.article-thumb, .activityfeed-inserted-media li {
    -webkit-border-radius:1ex;
    -moz-border-radius: 1ex;
    border-radius: 1ex;
    border:1px solid black;
    overflow: hidden;
    empty-cells: hide;
}
figcaption {
    margin:5px;
}
.article-thumb figcaption .caption {
    margin: 5px;
    font-size: 12px;
}
.WikiaArticle .article-thumb p:last-child, .WikiaArticle .article-thumb p + p:last-child {
    padding:0;
}

/* Comments Preview */
.cp-modal .cp-window {
background-color: ghostwhite !important;
color: black !important;
}

/* links - Thanks to Ghibli Wiki */
#WikiaMainContent a:hover, #WikiaMainContent a:active, #WikiaRailWrapper a:hover, #WikiaRailWrapper a:active {
    color: ghostwhite !important;
    text-shadow: grey 0 0 7px, black 0 0 7px, grey 0 0 7px, black 0 0 7px, grey 0 0 7px, black 0 0 7px, grey 0 0 7px, black 0 0 7px;
    transition: all 0.5s ease-in;
    text-decoration: none;
}

a.new {
    text-shadow: 0 0 7px grey, 0 0 7px black, 0 0 7px grey, 0 0 7px black, 0 0 7px grey !important;
    color: black !important;
}

a.new:hover, a.new:active {
 color: ghostwhite !important;
 transition: all 0.5s ease-in;
}

#WikiaMainContent a, .WikiaRail a {
 transition: all 0.5s ease-out;
}

/* Removes arrow icon on external links */
.WikiaArticle a.external:after, .WikiaArticle a[href^="gopher://"]:after {
    background-image: none;
    content: none;
}

#WikiaRailWrapper .module,
#WikiaRail .rail-module {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0,0,0, 0)), url("https://static.wikia.nocookie.net/overlordmaruyama/images/c/c7/So-Bin-Anime-Art-artist-Anime-5458127.png/revision/latest?cb=20200501192950&format=original") center / cover no-repeat fixed !important;/* override previous use of !important */
    padding: 10px 10px 5px;
    border: 1px solid;
    border-radius: 10px;
}

#userProfileApp .user-identity-avatar__image {
    border-color: transparent;
}
Advertisement