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

Материал из CivCraft
Перейти к навигации Перейти к поиску
Строка 33: Строка 33:
     font-size: 20px !important;
     font-size: 20px !important;
   }
   }
 
  ul,li  {
    background: transparent !important;
    border: 0px !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
  }
#test {
color: #00ff00;
}

Версия 05:27, 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: lighten($green, 10%);
}

  #content h3 {
    font-size: 20px !important;
  }
  
   ul,li  {
    background: transparent !important;
    border: 0px !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
  }
#test {
	color: #00ff00;
}