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

Материал из WIKI Carnage2007
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
Строка 8: Строка 8:
body {
body {
background-color: #cbb99d;
background-color: #cbb99d;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(http://img.carnage.ru/i/library/back.png);
background-image: url(http://img.carnage.ru/i/library/back.png);
color: #5C4515;
color: #5C4515;

Версия от 02:22, 15 ноября 2020

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-viewsource, #p-tb{
display: none
} 
#ca-talk{
display: none
}
body {
	background-color: #cbb99d;
	background-image: url(http://img.carnage.ru/i/library/back.png);
	color: #5C4515;
}

#footer-places, #footer-icons{
display: none
}

#mw-page-base {
    background: none !important;
    background-image: none !important
}


#mw-head {
background: none !important;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #0b0080;
}

.vector-menu-tabs li a {
    color: #444031 !important;
}
a:visited {
    color: #F4F3EE !important;
}
a {
    text-decoration: none;
    color: #F4F3EE !important;
    background: none;
}

#left-navigation { 
    margin-left: 170px !important;
}
@media screen and (min-width: 982px){
#left-navigation {
    margin-left: 185px !important;
} 
}
.mw-body a:visited {
    color: #0b0080 !important;
} 
.mw-body a {
    text-decoration: none;
    color: #0645ad !important;
    background: none;
}
#footer-info-lastmod{
  color: #F4F3EE !important;
}