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

Материал из CivCraft
Перейти к навигации Перейти к поиску
Строка 10: Строка 10:
}
}


// VARIABLES
$dark: #101010;
$purple: #e469fa;
$white: #ffff;
$light: #f6f9fc;
$lightText: #919bba;
$lightBorder: #e1e6ef;
$blue: #1a9ae4;
$blueLighten: lighten($blue, 5%);
$blueDarken: darken(desaturate($blue, 25%),5%);
$red: #fa6969;
$redLighten: lighten($red, 5%);
$redDarken: darken(desaturate($red, 25%),5%);
$night: darken(desaturate($blue, 25%), 50%);
$nightLighten: lighten($night, 5%);
$nightDarken: darken($night, 5%);
$orange: adjust-hue($blue, 150deg);
$green: #4fb363;
$yellow: adjust-hue($blue, 170%);
$diamond: adjust-hue($blue,-35);
$pink: adjust-hue($blue,70);
$red: adjust-hue($blue,120);
$magenta: adjust-hue($blue,30);
$aqua: #69faec;
$purple: #e469fa;


html{
html{

Версия 03:59, 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;
}