MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Строка 5: | Строка 5: | ||
font-size:120%; | font-size:120%; | ||
font-weight:normal; | font-weight:normal; | ||
font-family: DejaVuSans,"DejaVu Sans",arial,sans-serif; | |||
margin-top: 1em; | |||
} | |||
#class_subtitle { | |||
color:black; | |||
font-style: italic; | |||
font-size:100%; | |||
font-weight:bold; | |||
font-family: DejaVuSans,"DejaVu Sans",arial,sans-serif; | font-family: DejaVuSans,"DejaVu Sans",arial,sans-serif; | ||
margin-top: 1em; | margin-top: 1em; |
Версия 23:36, 6 января 2018
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#class_accessor {
color:#354C7B;
font-size:120%;
font-weight:normal;
font-family: DejaVuSans,"DejaVu Sans",arial,sans-serif;
margin-top: 1em;
}
#class_subtitle {
color:black;
font-style: italic;
font-size:100%;
font-weight:bold;
font-family: DejaVuSans,"DejaVu Sans",arial,sans-serif;
margin-top: 1em;
}
#class_relation_title {
color:#354C7B;
font-size:150%;
font-weight:normal;
margin-top: 1em;
}
.unspecified_text {
color: #888;
font-style: italic;
}
#class_list_table {
border-collapse: collapse;
}
#class_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#class_list_tr td, th{
padding-right: 1em;
}
#type_list_table {
border-collapse: collapse;
}
#type_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#type_list_tr td, th{
padding-right: 1em;
}
#constant_list_table {
border-collapse: collapse;
}
#constant_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#constant_list_tr td, th{
padding-right: 1em;
}
#templspec_list_table {
border-collapse: collapse;
}
#templspec_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#templspec_list_tr td, th{
padding-right: 1em;
}
#data_list_table {
border-collapse: collapse;
}
#data_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#data_list_tr td, th{
padding-right: 1em;
}
#class_rel_list_table {
border-collapse: collapse;
}
#class_rel_list_tr {
border-bottom: 1px solid #ddd;
text-align: left;
}
#class_rel_list_tr td, th{
padding-right: 1em;
}
#param_list_td {
vertical-align: top;
text-align: right;
font-weight: bold;
color: #602020;
}
#source_header {
font-size: 110%;
padding-top: 1em;
padding-bottom: 1em;
}
.mw-highlight {
margin: 0;
padding: 0;
border: 0 none;
background-color: transparent;
}
.mw-code {
margin: 0;
padding: 0;
border: 0 none;
background-color: transparent;
}
pre {
margin: 0;
padding: 0;
border: 0 none;
background-color: transparent;
}
div#example_title {
color:#354C7B;
font-size:150%;
font-weight:normal;
margin-top: 1em;
padding: 0 0.5em 0 0.5em;
position: relative;
left: 0.5em;
display: inline-block;
background-color: white;
z-index:1;
}
div#example_border {
border: 1px solid #ddd;
position: relative;
padding: 1em 0.5em 0.5em 0.5em;
margin: 0;
top: -1em;
}