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

Материал из ПроДетЛит
м (Meduza переименовал страницу MinervaNeue.css в MediaWiki:MinervaNeue.css без оставления перенаправления)
Нет описания правки
Строка 1: Строка 1:
 
table.wikitable {
width: 300px;
    background-color: rgb(119, 191, 191);
    color: #000;
    margin: 0em 0em 1em 1em;
    border: 0px solid rgb(119, 191, 191);
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 2px solid rgb(119, 191, 191);
}
div.thumbinner {
    border: 0px solid rgb(119, 191, 191);
    background-color: rgb(119, 191, 191);
}
html .thumbimage {
    background-color: rgb(119, 191, 191);
    border: 0px solid rgb(119, 191, 191);
}
a,
a:visited,
.toctogglelabel,
.mw-parser-output a.external {
    text-decoration: none;
    color: rgb(234,96,87);
    background: none;
}

Версия от 16:49, 26 августа 2019

table.wikitable { width: 300px;

   background-color: rgb(119, 191, 191);
   color: #000;
   margin: 0em 0em 1em 1em;
   border: 0px solid rgb(119, 191, 191);

} table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {

   border: 2px solid rgb(119, 191, 191);

} div.thumbinner {

   border: 0px solid rgb(119, 191, 191);
   background-color: rgb(119, 191, 191);

} html .thumbimage {

   background-color: rgb(119, 191, 191);
   border: 0px solid rgb(119, 191, 191);

} a, a:visited, .toctogglelabel, .mw-parser-output a.external {

   text-decoration: none;
   color: rgb(234,96,87);
   background: none;

}