The Long Dark Wiki
Advertisement
The Long Dark Wiki
1156
страниц

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
.WikiHeader > nav > ul > a:hover {
  color: #ffffff!important;
  text-shadow: #ffffff 0 0 5px!important;
}

/* ------Наведение на статусы в профиле+ смена стиля------*/
.UserProfileMasthead .masthead-info .tag {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%,#3f6e82), color-stop(65%,#376071));
    border: 1px solid #437489;
    color: lightgray;
    font-weight: bold;
    cursor: default;
}

.UserProfileMasthead .masthead-info .tag:hover {
    box-shadow:0 0 60px #67bdd1;
}

/* цвет выделения */
::selection, ::-moz-selection 
{
    background: #6BADCB;
}
/*Полоса прокрутки */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #bf4c15;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #d15317;
}

/** Таббер на заглавной (ВК+Твиттер) **/
.maintabber .tabberlive .tabbertab
{
    border: none !important;
}

.maintabber ul.tabbernav {
    font-size: 12px !important;
    background-color: rgba(200, 200, 200, 0.2) !important;
    padding-bottom: 5px !important;
    border: none !important;
    text-align: center;
}
 
.maintabber ul.tabbernav li {
    line-height:22px !important;
}
 
.maintabber ul.tabbernav li a {
    border: none !important;
    background: none !important;
    text-decoration: none;
}
 
.maintabber ul.tabbernav li a:link
{
    color: #000000 !important;
}
 
.maintabber ul.tabbernav li a:hover,
.maintabber ul.tabbernav li.tabberactive a:hover,
.maintabber ul.tabbernav li.tabberactive a 
{
    font-size: 12px !important;
    color: #000000 !important;
    background-color: none !important;
    border-bottom: 2px solid #000000 !important;
}
 
.maintabber ul.tabbernav li.tabberactive a {
    background-color: rgba(22, 22, 22, 0.3) !important;
}

/* правки от Crem Brule*/
.WikiHeader .navbackground img
{
  display: none!important;
}

@media only screen and (min-width: 1084px) {
	.WikiHeader > nav.WikiNav 
	{
	    width: -webkit-calc(100% - 255px)!important;
	    width: calc(100% - 255px)!important;
	}
}
/*админская плашка*/
.WikiaBarWrapper
{
    background-color: #325767;
    background-image: -moz-linear-gradient(left,#325767 0,#5b7985 50%,#325767 100%)!important;
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#325767),color-stop(50%,#5b7985),color-stop(100%,#325767))!important;
    background-image: -o-linear-gradient(left,#325767 0,#5b7985 50%,#325767 100%)!important;
    background-image: -ms-linear-gradient(left,#325767 0,#5b7985 50%,#325767 100%)!important;
}

.WikiaFooter .toolbar .tools > li > a, .WikiaBarWrapper .toolbar .tools > li > a {
  color: #000!important;
  font-weight: bold!important;
}

.WikiaBarCollapseWrapper
{
  background-color: #325767!important;
  border: #5b7985 1px solid;
}

/* редизайн рельс справа */
#WikiaRail > *:not(:first-child)
{
  padding: 0 0 30px 0;
}

.WikiaRail .rail-module h2.has-icon {
  display: inherit;
}

.WikiaRail .rail-module h2 {
  border-bottom: none;	
}

.has-icon > wds-icon {
    position: relative;
    vertical-align: text-bottom;
}

.WikiaRail h2, .WikiaRail .module h2 {
   text-align: center;
   background: #5b7985;
   padding: 5px;
   line-height: 32px;
}

.WikiaRail .rail-module {
  margin: 0;
}

/* история,. замена цвета для + */
.mw-plusminus-pos
{
    color: #00FF00!important;
}
.mw-plusminus-neg
{
    color: #a00000!important;	
}

/* инфобокс. фикс ширины картинок */
.WikiaArticle .pi-image img
{
    width: 100%;
    height: inherit;
}

/* достижения*/
.WikiaRail .rail-module .activity-heading 
{
    text-align: center;
}
/*фикс для всплывающего окна в футере*/
.WikiaFooter .tools-menu, .WikiaBarWrapper .tools-menu {
    border-width: 2px !important;
}
/*оглавление*/
.mw-parser-output .toc {
	max-width: calc(100% - 310px)!important;
	display: inherit;
}
.toc .toctogglespan {
	float: right;
}

/*увеличение авы при наведении*/
img.avatar:hover, .wds-avatar__image:hover {
    transform: scale(1.2);
}
img.avatar:not(:hover), .wds-avatar__image:not(:hover) {
    transition: 2s;
}

/*фикс для текстового развернуть*/
.mw-collapsible-toggle, .toctogglelabel {
    outline: none!important;
}
Advertisement