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

Материал из Legacy World Wiki - Ultima Online free shard
Перейти к навигации Перейти к поиску
Строка 42: Строка 42:
 
     border-radius: 5px 5px 5px 5px;
 
     border-radius: 5px 5px 5px 5px;
 
     text-align: center;
 
     text-align: center;
 +
    padding-bottom: 3px;
 +
}

Версия 00:23, 3 апреля 2019

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

#ca-talk { display:none!important; }

#p-personal #pt-anonuserpage {
    display: none;
}

body{
background: url(/zhe/img/horizonte.png) repeat scroll center top #ffffff;
}

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


div#content{
    background: url(/zhe/img/null_opacity.png) !important;
    border-radius: 0px 15px 15px 15px;
}
#p-namespaces {

    background: url(/zhe/img/null_opacity.png);
    border-radius: 15px 15px 0px 0px;

}
#ca-view, #ca-edit, #ca-history, #ca-unwatch {
    background: url(/zhe/img/null_opacity.png);
    border-radius: 15px 15px 0px 0px;
}
div.vectorTabs{
background-image: none;
}
#ca-nstab-mediawiki, #ca-talk, #ca-nstab-main {
    background: url(/zhe/img/null.png);
}

#mw-panel.collapsible-nav .portal .body ul li {
    background: url(/zhe/img/null_opacity.png);
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding-bottom: 3px;
}