MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
imported>Admin2 |
imported>Admin2 |
||
(не показано 116 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
+ | .starrating-avg { | ||
+ | font-size: 75%; | ||
+ | } | ||
+ | |||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
+ | |||
+ | /* Texts */ | ||
+ | div.text { | ||
+ | width: 42em; | ||
+ | margin: 0px auto; | ||
+ | font-family: Cambria,Times New Roman,Times,serif; | ||
+ | font-size: 120%; | ||
+ | } | ||
+ | |||
+ | div.text p { | ||
+ | |||
+ | text-align: justify; | ||
+ | text-indent: 2em; | ||
+ | } | ||
+ | |||
+ | /* Cards */ | ||
.card { | .card { | ||
− | display: | + | display: table; |
width: 350px; | width: 350px; | ||
float: right; | float: right; | ||
margin-left: 10px !important; | margin-left: 10px !important; | ||
margin-bottom: 10px !important; | margin-bottom: 10px !important; | ||
+ | margin-top: 3px !important; | ||
+ | } | ||
+ | div#mw-content-text { | ||
+ | clear:both; | ||
} | } | ||
− | |||
table.card img { | table.card img { | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
+ | /* AddThis */ | ||
+ | div.addthis_toolbox_mipt { | ||
+ | float: right; | ||
+ | width: 286px; | ||
+ | } | ||
+ | a.mipt_addthis_button_class { | ||
+ | opacity: .25; | ||
+ | } | ||
+ | a.mipt_addthis_button_class:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | a.addthis_counter { | ||
+ | opacity: .25; | ||
+ | } | ||
+ | a.addthis_counter:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | /* Hidden comments */ | ||
+ | div.c-comment-hidden { | ||
+ | opacity: .25; | ||
+ | } | ||
+ | div.c-comment-hidden:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | /* Gallery Settings */ | ||
div.gallerytext { | div.gallerytext { | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | div.srf-gallery { | ||
+ | text-align: left !important; | ||
+ | } | ||
+ | |||
+ | /* Main Page Only */ | ||
+ | body.page-Заглавная_страница h1.firstHeading { | ||
+ | display:none; | ||
+ | } | ||
div.gallery-latest div { | div.gallery-latest div { | ||
− | margin: 0px !important; | + | margin: 0px !important; |
+ | width: auto !important; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | div.gallery-latest li { | ||
+ | width: auto !important; | ||
+ | } | ||
+ | div.gallery-latest div.gallerytext { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Голосование */ | ||
+ | span.star-rating-control div.rating-cancel { | ||
+ | display: none; | ||
+ | } | ||
+ | span.star-rating-control div.rating-cancel { | ||
+ | display: none !important; | ||
+ | } | ||
+ | span.starrating-avg { | ||
+ | padding-left: 1em; | ||
+ | } | ||
+ | |||
+ | /* Видео */ | ||
+ | frame.wfmk_frame { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | /* Аудио */ | ||
+ | audio.wfmk_block { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Скрытие контента */ | ||
+ | |||
+ | div.Boxmerge,div.NavFrame { | ||
+ | margin:0; padding:2px; border:1px solid #aaa; text-align:center; border-collapse:collapse; font-size:95%; | ||
+ | } | ||
+ | div.Boxmerge div.NavFrame { | ||
+ | border-style:none; border-style:hidden; | ||
+ | } | ||
+ | div.NavFrame + div.NavFrame { | ||
+ | border-top-style:none; border-top-style:hidden; | ||
+ | } | ||
+ | div.NavPic { | ||
+ | background:#fff; margin:0; padding:2px; float:left; | ||
+ | } | ||
+ | div.NavFrame div.NavHead { | ||
+ | height:1.6em; font-weight:bold; font-size:100%; background:#efefef; position:relative; | ||
+ | } | ||
+ | div.NavFrame p,div.NavFrame div.NavContent,div.NavFrame div.NavContent p { | ||
+ | font-size: 100% | ||
+ | } | ||
+ | div.NavEnd { | ||
+ | margin:0; padding:0; line-height:1px; clear:both; | ||
+ | } | ||
+ | a.NavToggle { | ||
+ | float:right; top:0; right:11px; font-weight:normal; font-size:smaller; | ||
+ | } |
Текущая версия от 02:28, 5 апреля 2016
.starrating-avg {
font-size: 75%;
}
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Texts */
div.text {
width: 42em;
margin: 0px auto;
font-family: Cambria,Times New Roman,Times,serif;
font-size: 120%;
}
div.text p {
text-align: justify;
text-indent: 2em;
}
/* Cards */
.card {
display: table;
width: 350px;
float: right;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-top: 3px !important;
}
div#mw-content-text {
clear:both;
}
table.card img {
padding: 5px;
}
/* AddThis */
div.addthis_toolbox_mipt {
float: right;
width: 286px;
}
a.mipt_addthis_button_class {
opacity: .25;
}
a.mipt_addthis_button_class:hover {
opacity: 1;
}
a.addthis_counter {
opacity: .25;
}
a.addthis_counter:hover {
opacity: 1;
}
/* Hidden comments */
div.c-comment-hidden {
opacity: .25;
}
div.c-comment-hidden:hover {
opacity: 1;
}
/* Gallery Settings */
div.gallerytext {
text-align: center;
}
div.srf-gallery {
text-align: left !important;
}
/* Main Page Only */
body.page-Заглавная_страница h1.firstHeading {
display:none;
}
div.gallery-latest div {
margin: 0px !important;
width: auto !important;
vertical-align: middle;
}
div.gallery-latest li {
width: auto !important;
}
div.gallery-latest div.gallerytext {
display: none;
}
/* Голосование */
span.star-rating-control div.rating-cancel {
display: none;
}
span.star-rating-control div.rating-cancel {
display: none !important;
}
span.starrating-avg {
padding-left: 1em;
}
/* Видео */
frame.wfmk_frame {
display: inline-block;
}
/* Аудио */
audio.wfmk_block {
width: 100%;
}
/* Скрытие контента */
div.Boxmerge,div.NavFrame {
margin:0; padding:2px; border:1px solid #aaa; text-align:center; border-collapse:collapse; font-size:95%;
}
div.Boxmerge div.NavFrame {
border-style:none; border-style:hidden;
}
div.NavFrame + div.NavFrame {
border-top-style:none; border-top-style:hidden;
}
div.NavPic {
background:#fff; margin:0; padding:2px; float:left;
}
div.NavFrame div.NavHead {
height:1.6em; font-weight:bold; font-size:100%; background:#efefef; position:relative;
}
div.NavFrame p,div.NavFrame div.NavContent,div.NavFrame div.NavContent p {
font-size: 100%
}
div.NavEnd {
margin:0; padding:0; line-height:1px; clear:both;
}
a.NavToggle {
float:right; top:0; right:11px; font-weight:normal; font-size:smaller;
}