MediaWiki:Common.css: различия между версиями

Материал из CivCraft
Перейти к навигации Перейти к поиску
Строка 196: Строка 196:
     color: #ddd !important;
     color: #ddd !important;
     background-color: #333 !important;
     background-color: #333 !important;
  }
  .wikitable, .wikitable th, .wikitable rh, .plainrowheaders, .nounderlines, .wikitable tr, .wikitable td,
.navbox-title, .navbox-group, .navbox-odd, .navbox-even, .hlist, #mp-left h2, #mp-right h2, #mp-bottom h2,
.navbox-abovebelow, .group
  {
    color: #ddd !important;
    background-color: #444 !important;
   }
   }

Версия 05:08, 7 мая 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view { display:none!important; }

#footer { display:none; }
#p-tb, #p-search {
   display:none;
}


html{
  background:#181818;
}
body {
  position: relative;
  overflow-x:hidden;
  background:#181818;
}
*, a, div {
  font-family: 'FSElliotPro';
  font-weight: bold
}
a, a *{
  cursor:pointer!important;
}
a {
  color: $blue;
}
a:hover {
  color: lighten($blue, 10%);
}

  #content h3 {
    font-size: 20px !important;
  }
  
    .portal-column-right span, .portal-column-left span, body.ns-100 .mw-body-content h2,
.mw_metadata th, .tracklist th
  {
    color: #ddd !important;
    background-color: #444 !important;
  }

  body.ns-100 .mw-body-content th, body.ns-100 .mw-body-content div, body.ns-100 #portal td,
.mw_metadata td, .tracklist td, .tracklist div
  {
    color: #ddd !important;
    border-width: 0px !important;
    background-color: #333 !important;
  }

  .portal-column-right, .portal-column-left, body.ns-100 .mw-body-content .subpages
  {
    color: #ddd !important;
    background-color: #222 !important;
    border-width: 0px !important;
  }

  .mw-highlight
  {
    background-color: #222 !important;
  }
  
   ul,li
  {
    background: transparent !important;
    border: 0px !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
  }

  li span
  {
    background: transparent !important;
    border: 0px !important;
    font-size: 14px !important;
  }
  
   #mw-page-base,.vectorTabs
  {
    background: transparent !important;
    border-width: 0px !important;
  }

  #content
  {
    color: #ddd !important;
    border: 0px !important;
    margin-left: 14rem !important;
  }

  .portal, .portal table
  {
    background: transparent !important;
  }

  #mw-panel
  {
    box-sizing: border-box;
    width: 14rem !important;
    border-right: 1px solid #666;
    background: none;
  }

  #p-logo
  {
    box-sizing: border-box;
    width: 14rem !important;
    left: 0px;
    padding-left: 0;
    background-color: transparent;
  }

  #p-logo a
  {
    box-sizing: border-box;
    width: 14rem !important;
    padding-left: 40px;
    background-color: white;
    left: 0px;
    border-right: 1px solid #666;
  }

  #p-logo a:hover
  {
    opacity: 1.0;
  }

  #mw-head
  {
    color: #ddd !important;
    background-color: #3b3b3b;
    opacity: 1.0;
    box-shadow: 0px 1px 2px #2b2b2b;
    -webkit-transition-property: opacity !important;
    -moz-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    -ms-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-duration: 0.5s !important;
    -moz-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
    transition-duration: 0.25s !important;
  }

  #mw-head:hover
  {
    opacity: 1.0 !important;
  }

  .uls-settings-trigger
  {
    display: none !important;
  }

  #left-navigation
  {
    margin-left: 233px !important;
  }

  .wikitable
  {
    font-weight: 300 !important;
  }

  .wikitable td, .wikitable th
  {
    border: 1px solid #444 !important;
  }

  pre
  {
    line-height: 1.3 !important;
    font-family: "Courier New", Lucida Console, sans-serif !important;
    border: 0px !important;
    background: 0px !important;
    font-size: 16px !important;
    color: aliceblue !important;
  }

  .mw-code
  {
    border: 0px !important;
    padding: 17px !important;
    background: 0px !important;
    font-size: 16px !important;
  }

  #bodyContent tbody, #mp-left, .MainPageBG, #mp-left div, #mp-right div, #mp-topbanner div, .list,
.collapsible th, .autocollapse th
  {
    color: #ddd !important;
    background-color: #333 !important;
  }