Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 119: Line 119:
   
 
/* Navigation - Hide 'On the wiki' */
 
/* Navigation - Hide 'On the wiki' */
//#WikiHeader > nav > ul > li:first-child {
+
/* #WikiHeader > nav > ul > li:first-child {
// display: none;
+
display: none;
//}
+
}
//#WikiHeader > nav > ul > li:first-child {
+
#WikiHeader > nav > ul > li:first-child {
// display: none;
+
display: none;
//}
+
}
//#WikiHeader > nav > ul > li:nth-child(2):not(.marked) > a {
+
#WikiHeader > nav > ul > li:nth-child(2):not(.marked) > a {
// border-left: 1px solid transparent !important;
+
border-left: 1px solid transparent !important;
  +
} */
//}
 
   
 
/* Navigation - Submenus */
 
/* Navigation - Submenus */

Revision as of 14:37, 16 June 2016

/* @import url("http://eladkse.wikia.com/index.php?title=MediaWiki:RelatedDiscussionsModule.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400"); */

.global-navigation { position: relative; }
.global-navigation .start-wikia-container { display:none; }


/* Darwin */
.WikiaBarWrapper .wikia-bar { width:auto; }

@media screen and (min-width: 1024px){
.WikiaArticle,
.WikiaArticle li {
font-size: 13px;
line-height: 21px;
}
.WikiaActivityModule li,
.WikiaActivityModule .edited-by {
font-size: 11px;
}
.WikiaActivityModule li em {
font-size: 14px;
line-height: 17px;
}
.WikiaPageHeader h1 {
font-size: 26px;
line-height: 27px;
}
.WikiaArticle h2 {
font-size: 18px;
}
.WikiaArticle h3 {
font-size: 16px;
}
.WikiaRail .module h1,
.WikiaRail #RIGHT_SKYSCRAPER h1,
.WikiaRail .module h2,
.WikiaRail #RIGHT_SKYSCRAPER h2 {
font-size: 18px;
font-weight: bold;
}
.WikiaArticle .editsection {
font-size: 13px;
}
}

@media screen and (min-width: 1250px){
.WikiaHeader .page-width-container,
.WikiaBarWrapper .toolbar,
body:not(.ChatWindow) > .WikiaPage {
  width: auto;
  margin: 0 100px; 
  max-width: 1600px;
}
}

@media screen and (min-width: 1820px){
.WikiaHeader .page-width-container,
.WikiaBarWrapper .toolbar,
.WikiaPage {
  margin: 0 auto !important;
}
}

@media screen and (max-width: 1023px){
.WikiaRail {
  display: none;
}
#WikiHeader .WikiNav .navbackground {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.WikiNav > .nav {
  left: 10px;
}
#WikiHeader .wordmark {
  margin-bottom: 0px;
  padding-top: 7px;
}
}

.WikiaPageContentWrapper {
  padding-top: 0px;
}
.WikiaUserPagesHeader {
  padding-left: 0px;
}


.page-listings,
h2#filehistory {
  display: none !important;
}

/* Temp Fixes */
.ns-1201 #WikiaRail {
  padding-top: 0px;
}


/* ---------- WIKI HEADER ---------- */

/* Navigation - Rounded Corners */
#WikiHeader .navbackground {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; 
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 1px;
}
#WikiHeader > nav > ul > li:not(.marked) {
  border-bottom: 0px !important;
}

/* Navigation - Hide 'On the wiki' */
/* #WikiHeader > nav > ul > li:first-child {
  display: none;
}
#WikiHeader > nav > ul > li:first-child {
  display: none;
}
#WikiHeader > nav > ul > li:nth-child(2):not(.marked) > a {
  border-left: 1px solid transparent !important;
} */

/* Navigation - Submenus */
.subnav-3 {
  top: 30px !important;
}
.subnav-2a {
  border-bottom: none !important;
  padding-bottom: 2px !important;
}

/* Hide Contribute/Share Buttons */
#WikiHeader .buttons .contribute,
#WikiHeader .buttons .share-button {
  display: none;
}


#WikiHeader h1::before {
  display: none;
}
body.skin-oasis .RelatedPagesModule li {
  margin-left: 125px;
}
body.skin-oasis .RelatedPagesModule li:first-child {
  margin-left: 0px;
}

/* ---------- PAGE HEADER ---------- */
/* Hide Tally */
body:not(.mainpage) #WikiaPageHeader .tally {
  display: none;
}
body:not(.oasis-one-column) #WikiaPageHeader {
  padding-right: 0px;
}
body.ns-subject.oasis-one-column:not(.mainpage) #WikiaPageHeader {
  padding-right: 340px;
}



/* ---------- DROPDOWN MENUS ---------- */
.wikia-menu-button ul {
  border-width: 2px;
  list-style: none outside none;
  padding: 5px;
}
#WikiaBarWrapper ul.tools-menu {
  bottom: 23px;
  list-style: none outside none;
  padding: 5px;
  border-width: 4px;
}
.wikia-menu-button ul a,
#WikiaBarWrapper ul.tools-menu a,
#WikiaBarWrapper ul.tools-menu span {
  padding: 4px 4px 2px;
  height: 16px !important;
  line-height: normal !important;
}
a[id="wpPreview"] ~ ul.WikiaMenuElement,
.Wall .comments .wikia-menu-button.secondary > ul {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.Wall .comments .wikia-menu-button.secondary > span {
  padding-left: 3px !important;
  margin-left: 5px !important;
}
.Wall .comments .wikia-menu-button.secondary > ul {
  top: 17px !important;
  border: 2px solid #CCCCCC;
  list-style: none outside none;
  padding: 5px;
}
.Wall .comments .wikia-menu-button.secondary > ul a {
  padding: 4px 4px 2px;
  height: 14px !important;
  line-height: 12px !important;
}



/* ---------- EDITOR ---------- */
#EditPageHeader {
  left: -1px !important;
}
#EditPageHeader h1 {
  line-height: 21px;
  margin-top: -3px;
}
#EditPageToolbar {
  min-height: 40px !important;
}
#EditPageToolbar,
#EditPageRail {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#EditPageToolbar {
  border-bottom: 0px !important;
  z-index: 2;
}
#EditPageEditor {
  border-top: 1px solid #CCCCCC !important;
}
#EditPageEditorWrapper {
  background-color: #EBEBEB !important;
}

/* Hide Help/Notification Links */
#EditPageHeader #HelpLink,
#EditPageHeader #NotificationsLink {
  display: none;
}

/* Source Font */
.editpage-editarea textarea,
textarea.csWikitext,
#sc-shadow {
  font-family: monospace !important;
  font-size: 13px !important;
}
 
/* Category Box */
#csCategoryInput {
  display: none !important;
}
 
/* Hide 'Hidden' Content */
#EditPageEditor .hiddencats,
#EditPageEditor .templatesUsed,
#EditPageEditor .mw-editTools {
  display: none;
}
 
/* Red Links */
.ArticlePreview a.new {
  color: #C20 !important;
}

/* Preview - H1 Border */
.ArticlePreview h1.pagetitle {
  border-bottom: solid 1px #CCC;
  padding-bottom: 7px;
  padding-right: 175px;
  margin-bottom: 10px;
}

.rail-auto-height {
  overflow-y: hidden !important;
}

/* Source view fix */
.EditPagePermissionError .module_page_controls {
  display: none !important;
}


/* ---------- USER PROFILE ---------- */
/* Hide Message Wall History Link */
.ns-1200 #WikiaBarWrapper .toolbar > .tools > li:first-child,
.ns-1201 #WikiaBarWrapper .toolbar > .tools > li:first-child,
.ns-2000.MiniEditor #WikiaBarWrapper .toolbar > .tools > li:first-child,
.ns-1200 #WikiaBarWrapper .toolbar > .tools > li.mytools li:last-child,
.ns-1201 #WikiaBarWrapper .toolbar > .tools > li.mytools li:last-child,
.ns-2000.MiniEditor #WikiaBarWrapper .toolbar > .tools > li.mytools li:last-child {
  display: none;
}
.ns-1200 #WikiaBarWrapper .toolbar > .tools > li:first-child + li,
.ns-1201 #WikiaBarWrapper .toolbar > .tools > li:first-child + li,
.ns-2000.MiniEditor #WikiaBarWrapper .toolbar > .tools > li:first-child + li {
  border-left: 0px;
}

/* Hide Followed Pages */
.page-User_Eladkse #WikiaUserPagesHeader li[data-id="following"],
.page-User_talk_Eladkse #WikiaUserPagesHeader li[data-id="following"],
.page-Special_Contributions_Eladkse #WikiaUserPagesHeader li[data-id="following"],
.page-User_blog_Eladkse #WikiaUserPagesHeader li[data-id="following"],
.page-Message_Wall_Eladkse #WikiaUserPagesHeader li[data-id="following"] {
  display: none;
}

/* ---------- SPECIAL PAGES ---------- */
.WikiaPage div.mw-specialpages-notes {
    display: none;
}
.mw-specialpagesgroup a {
  font-weight: normal !important;
}

/* Recent Changes */
.rcoptions > hr,
.rcoptions > form,
.rcoptions > div {
  display: none;
}

/* Special:SpecialPages H2 Style */
.mw-specialpagesgroup {
    background-color: #EBEBEB;
    background-image: -moz-linear-gradient(center top , white 40%, #EBEBEB 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(40%, #FFFFFF), color-stop(100%, #EBEBEB));
    border: 1px solid #EBEBEB;
    height: 25px;
    padding-top: 5px;
    color: #464646;
    float: left;
    font-size: 16px !important;
    font-style: normal;
    margin: 0px 0px 5px 0px;
    padding-left: 10px;
    padding-right: 0px;
    width: calc(100% - 12px);
}
#mw-content-text h2:first-child,
.mw-specialpages-table {
  margin-top: 0px;
}
#mw-specialpagesgroup-login,
#mw-specialpagesgroup-login + table {
  display: none;
}



/* ---------- WIKIA FOOTER ---------- */
#WikiaFooter > section {
  display: none;
}

.WikiaBarWrapper,
.WikiaBarCollapseWrapper {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
.WikiaBarWrapper.hidden,
.WikiaBarWrapper .overflow-menu {
  display: none;
}

/* --------- GENERAL FIXES ---------- */
/* <small> Fix */
small {
  font-size:85%;
}

.WikiaPagesOnWikiModule .sprite.new {
  margin-left: 0px;
}

.LatestPhotosModule .fixedwidth {
  width: 62px !important;
}



/*
Jerry-rigged always-visible PM messages.
Very useful on very-active chats like CC.
Otherwise to PM there is much scrolling back and forth.
*/
 
#WikiChatList {
overflow:auto;
padding:5px 0px;
height:70%;
}
#PrivateChatList {
overflow:auto;
padding:5px 0px;
}
 
#Rail {
overflow:hidden;
}
 
#Rail h1.private {
display:block !important;
margin:0px;
}
 
span.username {
resize:none !important; /* Fix odd Chrome bug: resizable span tags that should not be... */
}

#Rail h1.public {
box-shadow:none;
-webkit-box-shadow:none;
background:#D7D7D7;
background-image:-moz-linear-gradient(top,whitesmoke 0,#D7D7D7 100%);
background-image:-webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,whitesmoke),color-stop(100%,#D7D7D7));
background-image:-o-linear-gradient(top,whitesmoke 0,#D7D7D7 100%);
background-image:-ms-linear-gradient(top,whitesmoke 0,#D7D7D7 100%);
border-bottom:1px solid #BABABA;
margin:0px;
text-align:center;
padding-left:0px;
}

#Rail h1.public img.chevron {
display:none !important;
}

#Rail h1.public img.wordmark {
vertical-align:baseline;
padding-left:0px;
}

#ChatHeader .User,
#WikiChatList .User,
#PrivateChatList .User {
padding-left: 39px !important;
}
#ChatHeader .User > img,
#WikiChatList .User > img,
#PrivateChatList .User > img {
left: 8px !important;
}
#ChatHeader .User {
width: 106px;
}