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

Материал из WIKI Carnage2007
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
Строка 27: Строка 27:
width: 100%;
width: 100%;
background: none !important;
background: none !important;
}
#mw-page-base {
.vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% );
background-position: bottom left;
height: 5em;
background: none !important;
    background-image: none !important
}
}

Версия от 04:44, 10 декабря 2025

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-viewsource, #p-tb{
display: none
} 
#ca-talk{
display: none
}
#mw-panel .portal-first .body {
    color: #474747;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align: left;
}
body {
    background-image: url(http://wiki.carnage2007.ru/images/body_library.gif);
    background-repeat: repeat;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
    margin: 0;
    padding: 0;
}
#mw-head {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
background: none !important;
}
#mw-page-base {
	.vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% );
	background-position: bottom left;
	height: 5em;
	background: none !important;
    background-image: none !important
}