Jump to content

User:President Dubstep/wikia.css

From SpongeBob 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** Keep Global Nav at Top of Page **/
 
.global-navigation {
    position: relative !important;
}
/*Interface Modifications */
 
body,
a:hover {
    cursor: default;
}
#WikiaArticleCategories {
    margin: 10px 0 20px;
}
body.editor {
    padding: 3px 0 5px;
}
body.editor #WikiaPage {
    margin: -4px auto;
}
body.editor .WikiaHeader {
    top: -3px;
}
body.editor #WikiaMainContent {
    padding-top: 0;
}
.WikiaFooter .tools-menu > li > a,
.AccountNavigation .subnav > li > a,
.wikia-menu-button ul a {
    padding: 5px;
}
#mysearch input[type="search"],
#mysearch input[type="text"] {
    box-shadow: none;
    padding: 3px;
    height: 19px;
}
.WikiaSearch button {
    height: 27px !important;
}
.link-suggest-container .yui-ac-content li,
.WikiaSearch .autocomplete div {
    padding: 0 4px;
}
.WikiaArticle .editsection {
    float: right;
}
.WikiaPage:not(.V2) .WikiaArticle {
    padding: 0 10px 10px;
}
.WikiaConfirmation {
    margin-top: 42px;
    padding: 5px 10px;
}
.ChatWindow #WikiaPage {
    margin: 0;
}
#WikiaPage {
    border-radius: 0 0 7px 7px;
}
.WikiaLogo img {
    filter: progid: DXImageTransform.Microsoft.Matrix(Dx=0, Dy=0, M11=0.8, M12=0, M21=0, M22=0.8);
    -moz-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -webkit-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
}
.WikiaHeader {
    border-top-width: 2px;
}
.WikiaHeader li {
    height: 20px;
    margin-top: 7px;
}
.WikiaHeader nav {
    height: 31px;
}
/* Page Header */
 
.WikiaPageHeader details {
    margin-bottom: 10px;
}
#my-tools-menu {
    left: auto !important;
    right: 270px !important;
}
.editor #my-tools-menu {
    left: auto !important;
    right: 75px !important;
}
.tools-menu {
    left: auto !important;
    right: 310px !important;
}
/* Dashboard fixes */
 
#AdminDashboard ul.controls {
    margin: 0;
    list-style: none !important;
}
body.page-Special_AdminDashboard .WikiaArticle {
    padding: 0;
}
.AdminDashboardGeneralHeader {
    box-shadow: none !important;
}
 
/* Additional Stuff */
/** Page customization **/
.WikiHeader .navbackground div {
    background-color: transparent !important;
}
.WikiHeader > nav li.marked > a {
    border-top: transparen !important;
}
.WikiHeader > nav li.marked {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.WikiHeader > nav .subnav-2 li .subnav-2a {
    font-size: 9.7pt !important;
    border: 0px solid transparent !important;
}
.WikiHeader > nav .subnav-3 li a {
    font-size: 10pt !important;
}
.WikiHeader > nav li.marked > a {
    font-size: 12pt !important;
}
.WikiHeader > nav li > a {
    font-size: 12pt !important;
}
.WikiHeader .WikiNav {
    opacity: 0.5;
    transition: 0.5s;
}
.WikiHeader .WikiNav:hover {
    opacity: 1;
    transition: 0.5s
}
.WikiHeader > nav li.marked {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
}
.WikiHeader .navbackground {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
    border-top-right-radius: 9px !important;
    width: 99.7%;
}
.WikiHeader > nav .subnav-3 {
    border-radius: 9px !important;
}
.WikiHeader > nav .subnav-2 li .subnav-2a {
    border-radius: 4px !important;
}

/** Categories **/
 
.WikiaArticleCategories {
    background-color: none;
    background-image: none;
    border: 1px solid black;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #666666;
    -moz-box-shadow: inset 0 0 5px #666666;
    -webkit-box-shadow: inset 0 0 5px #666666;
    -o-box-shadow: inset 0 0 5px #666666;
    opacity: 0%;
}
.WikiaArticleCategories {
    background-color: transparent;
    background-image: none;
}
.CategorySelect .articlePage {
    background-color: transparent;
    background-image: none;
}
.WikiaArticle fieldset {
    background-color: none;
    background-image: none;
    border: 1px solid black;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #666666;
    -moz-box-shadow: inset 0 0 5px #666666;
    -webkit-box-shadow: inset 0 0 5px #666666;
    -o-box-shadow: inset 0 0 5px #666666;
    opacity: 0%;
}
.WikiaArticle fieldset {
    background-color: transparent;
    background-image: none;
}
.WikiaArticle fieldset {
    background-color: transparent;
    background-image: none;
}
.WikiaArticle fieldset legend {
    padding: 10px;
    font-weight: bold;
    font-size: 12pt;
}
#ca-ve-edit {
    display: none;
}
/** Rollback link bolded **/
 
.mw-rollback-link {
    font-weight: bold;
}
/* End of interface modifications */
/* Changes to global nav */
/* square avatar */
 
.logged-avatar {
    border-radius: 0px !important;
}