Armed Assault 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.
@import url("/index.php?title=MediaWiki:Common.css&ctype=text/css&action=raw");
@import url("/index.php?title=MediaWiki:Common.css/highlights.css&action=raw&ctype=text/css");

::selection {
    background: rgba(150,150,100,0.5);
}
::-moz-selection {
    background: rgba(150,150,100,0.5);
}

body {
    background-attachment: fixed;
    background-position: center top;
}


#mw-content-text {
    text-align: justify;
}
.main-page-tag-rcs,
.css-side-bar {
    text-align: left;
}


a:hover,
.WikiHeader a:hover {
    text-shadow: 0 0 10px;
    text-decoration: none !important;
}
a, a:link, a:active, a:visited,
.RelatedPagesModule .more:hover {
    text-decoration: none;
}


#AccountNavigation.AccountNavigation li {
    padding-right: 5px;
}
#WallNotifications .bubbles {
    background-position: center;
}


input,
button,
.button,
.wikia-button,
.control-button,
.wikia-menu-button,
.css-publish-button,
.ajax-poll input {
    outline-width: 0;
}
input:hover,
button:hover,
.button:hover,
.wikia-button:hover,
.control-button:hover,
.wikia-menu-button:hover,
.ajax-poll input:hover,
.WikiaDropdown .selected-items:hover {
    box-shadow: inset 0 0 30px rgba(200,200,100,0.4), 0 0 10px rgba(200,200,100,0.5);
}


.nav-item {
    font-variant: small-caps;
}
.WikiHeader > nav .subnav-2 li {
    font-variant: normal;
    font-weight: normal;
}
.nav-item .subnav-2 {
    display: block !important;
    top: 31px !important;
    opacity: 0;
    -webkit-transition: 0.2s linear opacity;
    -moz-transition: 0.2s linear opacity;
    -ms-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    transition: 0.2s linear opacity;
}
.nav-item.marked .subnav-2 {
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.2s linear opacity;
    -moz-transition: 0.2s linear opacity;
    -ms-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    transition: 0.2s linear opacity;
}
.WikiHeader > nav li.marked a:hover,
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
    text-decoration: none !important;
}

.WikiaRail .module {
    background: transparent !important;
}


#user-Dimas535 .details:after {
    content: "Wiki Resurrector";
    font-size: 10px;
    color: goldenrod;
}

#user-Dimas535 .status {
    display: none;
}

#user-LegendFPS .details:after {
    content: "Admin";
    font-size: 10px;
    color: royalblue;
}

#user-LegendFPS .status {
    display: none;
}
Advertisement