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

Материал из CivCraft
Перейти к навигации Перейти к поиску
Строка 102: Строка 102:
     box-sizing: border-box;
     box-sizing: border-box;
     width: 14rem !important;
     width: 14rem !important;
     border-right: 1px solid #666;
     border-right: 1px solid #00ff00;
     background: none;
     background: none;
   }
   }
  #p-logo
  {
    background-color: transparent;
  }





Версия 05:14, 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 #00ff00;
    background: none;
  }


  #mw-head
  {
    color: #00ff00 !important;
    background-color: #181818;
  }