MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
(не показаны 23 промежуточные версии этого же участника) | |||
Строка 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; | ||
Строка 28: | Строка 37: | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
text-align: left; | text-align: left; | ||
} | |||
#class_list_tr td, th{ | |||
padding-right: 1em; | |||
} | } | ||
Строка 37: | Строка 50: | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
text-align: left; | text-align: left; | ||
} | |||
#type_list_tr td, th{ | |||
padding-right: 1em; | |||
} | } | ||
Строка 47: | Строка 64: | ||
text-align: left; | text-align: left; | ||
} | } | ||
#constant_list_tr td, th{ | |||
padding-right: 1em; | |||
} | |||
#templspec_list_table { | #templspec_list_table { | ||
Строка 55: | Строка 77: | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
text-align: left; | text-align: left; | ||
} | |||
#templspec_list_tr td, th{ | |||
padding-right: 1em; | |||
} | } | ||
Строка 64: | Строка 90: | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
text-align: left; | text-align: left; | ||
} | |||
#data_list_tr td, th{ | |||
padding-right: 1em; | |||
} | } | ||
Строка 73: | Строка 103: | ||
border-bottom: 1px solid #ddd; | border-bottom: 1px solid #ddd; | ||
text-align: left; | text-align: left; | ||
} | |||
#class_rel_list_tr td, th{ | |||
padding-right: 1em; | |||
} | } | ||
Строка 107: | Строка 141: | ||
border: 0 none; | border: 0 none; | ||
background-color: transparent; | 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; | |||
} | |||
.code_keyword_highlight { | |||
color: #008000; | |||
font: normal normal 1em/1.2em monospace; | |||
font-family: DejaVuSansMono,courier,"DejaVu Sans Mono",monospace !important; | |||
font-weight: bold; | |||
} | } |
Текущая версия на 18:46, 17 августа 2019
/* Размещённый здесь 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;
}
.code_keyword_highlight {
color: #008000;
font: normal normal 1em/1.2em monospace;
font-family: DejaVuSansMono,courier,"DejaVu Sans Mono",monospace !important;
font-weight: bold;
}