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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
Строка 29: Строка 29:
 
     border-radius: 4px;
 
     border-radius: 4px;
 
     padding: 4px;
 
     padding: 4px;
 +
}
 +
 +
#mw-content-text p.class-inheritance {
 +
margin: 1em 0;
 
}
 
}

Версия 00:31, 13 июня 2019

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
table.wikitable td:first-child  {
	vertical-align: top;
}

table.wikitable .mw-highlight>pre {
	padding: 1px 4px;
	margin: 0;
}


#mw-panel {
	width: 12em;
}
#left-navigation, #content, #footer {
	margin-left: 13em;
}

#mw-content-text .info {
    background-color: #8BC34A;
    padding: 1em;
    border-left: 4px solid #4CAF50;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

#mw-content-text span.type-border {
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
}

#mw-content-text p.class-inheritance {
	margin: 1em 0;
}