MediaWiki:Common.css: различия между версиями
Claustrum (обсуждение | вклад) мНет описания правки |
Claustrum (обсуждение | вклад) мНет описания правки |
||
(не показано 7 промежуточных версий этого же участника) | |||
Строка 26: | Строка 26: | ||
/* ---------- Сообщение ---------- */ | /* ---------- Сообщение ---------- */ | ||
.wiNotice, .flaggedrevs_editnotice, .previewnote, .mw-newarticletext, .mw-warning-with-logexcerpt, .noarticletext, #drafts-list-box { | .wiNotice, .flaggedrevs_editnotice, .previewnote, .mw-newarticletext, .mw-warning-with-logexcerpt, .noarticletext, #drafts-list-box, #mw-fr-revisiontag-old, .wi-questycaptcha-edit-msg + p, #userloginForm div.captcha { | ||
margin: | margin: 1em 0 !important; | ||
border-width: | border-width: 0 !important; | ||
border-style: dashed !important; | border-style: dashed !important; | ||
padding: 0 1.6em !important; | padding: 0 1.6em !important; | ||
Строка 35: | Строка 35: | ||
-moz-border-radius: 5px; | -moz-border-radius: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | |||
.flaggedrevs_editnotice td, .wi-questycaptcha-edit-msg + p, #userloginForm div.captcha { | |||
padding-top: .3em; | |||
padding-bottom: .3em; | |||
} | } | ||
.wiNotice code { | .wiNotice code { | ||
background: transparent; | background: transparent; | ||
} | } | ||
.wiNotice.white, .mw-newarticletext { | .wiNotice.white, .mw-newarticletext, #userloginForm div.captcha { | ||
background: #fafafa; | |||
-webkit-box-shadow: 0 3px 0 #eee; | |||
-webkit-box-shadow: 0 0 | -moz-box-shadow: 0 3px 0 #eee; | ||
-moz-box-shadow: 0 0 | box-shadow: 0 3px 0 #eee; | ||
box-shadow: 0 0 | color: #333; | ||
} | |||
.wiNotice.white .border-top { | |||
border-color: #ccc; | |||
} | } | ||
.wiNotice.yellow, .previewnote { | .wiNotice.yellow, .previewnote { | ||
background: #FFFF98; | |||
background: # | -webkit-box-shadow: 0 3px 0 #EEEE77; | ||
-webkit-box-shadow: 0 0 | -moz-box-shadow: 0 3px 0 #EEEE77; | ||
-moz-box-shadow: 0 0 | box-shadow: 0 3px 0 #EEEE77; | ||
box-shadow: 0 0 | color: #4B4B24; | ||
} | |||
.wiNotice.red, .noarticletext, .wi-questycaptcha-edit-msg + p { | |||
background: #FFC1A9; | |||
-webkit-box-shadow: 0 3px 0 #F5B298; | |||
-moz-box-shadow: 0 3px 0 #F5B298; | |||
box-shadow: 0 3px 0 #F5B298; | |||
color: #53352A; | |||
} | } | ||
.wiNotice.red, .noarticletext | .wiNotice.red a, .noarticletext a, .wi-questycaptcha-edit-msg + p a { | ||
color: #C73500; | |||
} | } | ||
.wiNotice.green { | .wiNotice.green { | ||
background: #B1FF93; | |||
background: # | -webkit-box-shadow: 0 3px 0 #A2EE85; | ||
-webkit-box-shadow: 0 0 | -moz-box-shadow: 0 3px 0 #A2EE85; | ||
-moz-box-shadow: 0 0 | box-shadow: 0 3px 0 #A2EE85; | ||
box-shadow: 0 0 | color: #304926; | ||
} | |||
.wiNotice.green a { | |||
color: #2D9E00; | |||
} | |||
.wiNotice.blue, .flaggedrevs_editnotice, .mw-warning-with-logexcerpt, #drafts-list-box, #mw-fr-revisiontag-old { | |||
background: #DBEFFF !important; | |||
-webkit-box-shadow: 0 3px 0 #CFE6F8; | |||
-moz-box-shadow: 0 3px 0 #CFE6F8; | |||
box-shadow: 0 3px 0 #CFE6F8; | |||
color: #324B5F; | |||
} | |||
.wiNotice.blue a, .flaggedrevs_editnotice a, .mw-warning-with-logexcerpt a, #drafts-list-box a, #mw-fr-revisiontag-old a { | |||
color: #0064B4; | |||
} | } | ||
.wiNotice | .wiNotice-icon { | ||
float: left; | |||
width: 64px; | |||
} | |||
- | .wiNotice-text { | ||
margin-left: 80px; | |||
padding-top: 5px; | |||
} | } | ||
Строка 155: | Строка 179: | ||
/* ---------- Остальное ---------- */ | /* ---------- Остальное ---------- */ | ||
.border-top { | |||
border-top-width: 1px; | |||
border-top-style: dashed; | |||
margin-bottom: .5em; | |||
} | |||
.uc-small { | |||
font-size: 80%; | |||
text-transform: uppercase; | |||
} | |||
.wiRight { | |||
clear: right; | |||
float: right; | |||
margin: .5em 3em 1.3em 1.4em; | |||
} | |||
.inline-block { | |||
display: inline-block; | |||
} | |||
.simpleborder { | .simpleborder { | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
} | } | ||
.acenter { | .acenter { | ||
text-align: center; | text-align: center; | ||
} | } | ||
#siteSub { | #siteSub { | ||
display: block; | display: block; | ||
Строка 169: | Строка 208: | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
#wpSave { | #wpSave { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.editButtons input { | .editButtons input { | ||
font-size: 120% !important; | font-size: 120% !important; | ||
} | } | ||
.editButtons span { | .editButtons span { | ||
font-size: 90% !important; | font-size: 90% !important; | ||
} | } | ||
#drafts-list-box h3 { | #drafts-list-box h3 { | ||
font-size: 110%; | font-size: 110%; | ||
} | } | ||
#drafts-list-table { | #drafts-list-table { | ||
margin: .6em 0; | margin: .6em 0; | ||
Строка 191: | Строка 225: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
#drafts-list-table, #drafts-list-table th, #drafts-list-table td { | #drafts-list-table, #drafts-list-table th, #drafts-list-table td { | ||
width: auto; | width: auto; | ||
} | } | ||
#drafts-list-table th, #drafts-list-table td { | #drafts-list-table th, #drafts-list-table td { | ||
white-space: nowrap; | white-space: nowrap; | ||
border: 1px solid #C5DAF2; | border: 1px solid #C5DAF2; | ||
} | } | ||
#drafts-list-table td { | #drafts-list-table td { | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
#drafts-list-table td a { | #drafts-list-table td a { | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
#drafts-list-table tr:hover td { | #drafts-list-table tr:hover td { | ||
background: #DEEBFB; | background: #DEEBFB; | ||
Строка 279: | Строка 308: | ||
.mainPageHeader { | .mainPageHeader { | ||
background: | background: transparent; | ||
border: | border: 0 solid #ccc; | ||
padding: 1em; | padding: 1em; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
position: relative; | |||
} | |||
.mainPageHeader .coreArticles { | |||
position: absolute; | |||
right: 1em; | |||
top: 1em; | |||
display: none; | |||
} | |||
.mainPageHeader a { | |||
color: #484848 !important; | |||
padding: 0 3px !important; | |||
border-bottom: 1px solid #ccc; | |||
} | |||
.mainPageHeader a:hover { | |||
background: #E4EEFF !important; | |||
text-decoration: none !important; | |||
color: #3366BB !important; | |||
border-color: #C3D3EE !important; | |||
} | } | ||
.mainPageHeader .rightColumn, .mainPageHeader .leftColumn { | .mainPageHeader .rightColumn, .mainPageHeader .leftColumn { | ||
width: | width: auto; | ||
display: | display: block; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.mainPageHeader .leftColumn { | .mainPageHeader .leftColumn { | ||
text-align: | text-align: left; | ||
color: #484848; | |||
float: left; | |||
width: 40em; | |||
} | } | ||
.mainPageHeader .leftColumn .e0 { | .mainPageHeader .leftColumn .e0 { | ||
font-size: | font-size: 230%; | ||
line-height: 1.2; | line-height: 1.2; | ||
} | } | ||
Строка 301: | Строка 351: | ||
} | } | ||
.mainPageHeader .leftColumn .e2 { | .mainPageHeader .leftColumn .e2 { | ||
font-size: | font-size: 95%; | ||
} | |||
.mainPageHeader .rightColumn { | |||
text-align: right; | |||
margin-left: 40em; | |||
overflow: hidden; | |||
} | |||
.mainPageHeader .rightColumn ul { | |||
font-size: 95%; | |||
display: inline-block; | |||
list-style: square; | |||
color: #777; | color: #777; | ||
height: 2em; | |||
line-height: 2em; | |||
overflow: hidden; | |||
} | |||
.mainPageHeader .rightColumn ul li { | |||
float: left; | |||
margin-right: 2.5em; | |||
white-space: nowrap; | |||
} | |||
.mainPageHeader .rightColumn ul li:first-child { | |||
list-style: none; | |||
} | |||
.mainPageHeader .rightColumn ul li:last-child { | |||
margin-right: 0; | |||
} | } | ||
.mainPageTableWrapper { | .mainPageTableWrapper { | ||
margin: -10px; | margin: -10px; | ||
Строка 320: | Строка 395: | ||
.mainPageTable .leftColumn { | .mainPageTable .leftColumn { | ||
background: #f5fffa; | background: #f5fffa; | ||
border-color: # | border-color: #DCE6E1; | ||
} | |||
.mainPageTable .leftColumn, .mainPageTable .leftColumn h3 { | |||
color: #2A332F; | |||
} | } | ||
.mainPageTable .rightColumn { | .mainPageTable .rightColumn { | ||
background: #f5faff; | background: #f5faff; | ||
border-color: # | border-color: #E0ECFF; | ||
} | } | ||
.mainPageTable . | .mainPageTable .rightColumn, .mainPageTable .rightColumn h3 { | ||
margin: 1em 0 .7em | color: #2F343A; | ||
} | |||
.mainPageTable h2, .mainPageTable h3 { | |||
font-size: 100% !important; | |||
padding-left: 1.6em !important; | |||
padding-right: 1.6em !important; | |||
} | |||
.mainPageTable h2 { | |||
margin-top: 1em; | |||
margin-right: 0; | |||
margin-bottom: .7em !important; | |||
margin-left: 0; | |||
font-weight: bold; | font-weight: bold; | ||
border-width: 1px; | border-width: 1px 0 1px 0; | ||
border-style: solid; | border-style: solid; | ||
padding: 0.2em 0. | padding-top: 0.2em !important; | ||
padding-bottom: 0.2em !important; | |||
} | } | ||
.mainPageTable | .mainPageTable h2:first-child { | ||
margin- | margin-top: 0 !important; | ||
} | |||
.mainPageTable h2 .mw-headline { | |||
font-size: 120% !important; | |||
} | |||
.mainPageTable h2 .wi-mp-section-link { | |||
float: right; | |||
font-size: 80%; | |||
font-weight: normal; | |||
} | |||
.mainPageTable h2 .wi-mp-edit-section { | |||
display: none; | |||
} | |||
.mainPageTable h2:hover .wi-mp-edit-section { | |||
display: inline; | |||
} | |||
.mainPageTable h3 { | |||
text-transform: uppercase; | |||
text-shadow: 0 1px 1px #fff; | |||
background-repeat: repeat-x; | |||
background-position: 0 18px; | |||
display: inline-block; | |||
} | |||
.mainPageTable h3 .mw-headline { | |||
font-size: 90% !important; | |||
display: inline-block; | |||
margin: 0 -5px; | |||
padding: 0 5px; | |||
} | } | ||
.mainPageTable .leftColumn h2 { | .mainPageTable .leftColumn h2 { | ||
background: # | background: #D7F7D7; | ||
border-color: # | border-color: #C2DDC2; | ||
} | } | ||
.mainPageTable .rightColumn h2 { | .mainPageTable .rightColumn h2 { | ||
background: # | background: #E0ECFF; | ||
border-color: # | border-color: #C9DBF8; | ||
} | |||
.mainPageTable .leftColumn h3 { | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFwk7SIUpLQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAADUlEQVQI12M4dOb4fwAH/gNV1XaWTwAAAABJRU5ErkJggg==); | |||
} | |||
.mainPageTable .leftColumn h3 .mw-headline { | |||
background: #f5fffa; | |||
} | |||
.mainPageTable ul { | |||
list-style: none; | |||
margin: 0; | |||
} | |||
.mainPageTable ul li { | |||
background-position: 5px 4px; | |||
background-repeat: no-repeat; | |||
padding-left: 1.6em; | |||
} | |||
.mainPageTable .leftColumn ul li { | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gERDi83kRp+3QAAAN1JREFUKM+NkE1rg1AQRc+UJ0RRXDwhBjf6//+ToSCNpovHy4dRCZkuSm1tLWSWlzl37h256qT8msvlQhzHrM3Lmng4HBiG4Tngfr9zPp9xzj0HeO9R1X8BeX1/U+/9LNxuN8ZxBCBNU0QEAGMMRVEgV530eDzSNA2quuqaJAlVVREEwScA0Pc9dV3P7gAiwm63I8/z+dLcIYoiwjBcOKsq1tp5eQE8Hg9Op9Oc3RgD8Ke8+fkdEaEsS6y1TNPEfr/HOcd2u/2O+dWh6zrSNGWz2SwitW1LlmUEQQDAB5I/adFw/Fl9AAAAAElFTkSuQmCC); | |||
} | |||
.mainPageTable .rightColumn ul li { | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gERDjMAz9CGjwAAANxJREFUKM+NkMtqhEAQRU+HFlSUXiiouNH//yclIPGRhfgYX4g9ixATMxOYWl7q3Lq3xG3Tmj8zjiOO4/Bs3p6JZVmyLMtrwL7vDMNA27avAV3XobX+FxDvH5+667pTmOeZdV0BUEohhABASkkcx4jbpnXTNBRFgX7sD4DruqRpimEYXwDANE1kWXa6AwghiKKIMAzPS2cH27axLOvirLXG87xz+QIcx0Hf92d2KSXAQ3n5+ztCCJIkwfM8tm0jz3PatiUIgp+Y3x3qukYphWmal0hVVeH7PoZhAHAHkiZp0Z3vrEAAAAAASUVORK5CYII=); | |||
} | |||
.mainPageTable .leftColumn .quoteList ul li { | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFjgpfKM14AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA+ElEQVQoz22Q3aqCUBCFvxki2QYJ+VdJF73/2/QGZgltu4kM0tJ9Lg4GZutyfTPMWiN13zhrLWVZApBlGXEcIyL0fc/5fKaqKlSVLMuIoohZXdecTicGFUWB53kEQcD1esVaC0DXdRyPR+bzOXq/3/nW5XLBOcftdvvJ1BgzAW3b4pzD9/2fTIMgIAzDERARRIT1es1yuZyyh2vdYLxeLw6HA6vViv1+PxoeWBiG6PdpgCRJJrGapvmwz9Lw3iiKJl0GlqYpxpj/eO/3m6IoUFV2ux2qOoqV5znGGLbbLSLCrOs68jwnjuNJ6efzSVmWbDYbFovFx/8DEQJ8oggGJNQAAAAASUVORK5CYII=); | |||
background-position: 4px bottom; | |||
} | |||
.mainPageTable .leftColumn .quoteList ul li .qend { | |||
display: inline-block; | |||
margin-left: 4px; | |||
height: 10px; | |||
width: 13px; | |||
vertical-align: top; | |||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFjkDvgPNdwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA3klEQVQoz3XOQatFUBSG4XdvOyYYYaBkD/j/P8dMGYoiddmdsO7gphzn3G/69LaW+pGXAIgIy7IwjiNlWWKM4drdrLUYgOM46LoO4CO4m7UWz/MwIkLbtogIVVWhtX67cFld1yilANDTNLEsC0VRvAUAd7sCAN33PcYYgiB4C0SE/8w45zjPk6ZpcM6RJAlFUSAiPC1N07+PzvMEwDkHwDiOzPMMwNOGYWCeZ7Tv+zy3ritKKb7Ztm3oLMs+II5jtNZ8syiKMFmWse87fd+jlCLPc6IoAuBuAHmeE4Yhv3emjgbjXEMuAAAAAElFTkSuQmCC); | |||
} | } | ||
.mainPageTable .randomArticle { | .mainPageTable .randomArticle { | ||
margin: 0 1.6em; | margin: 0 1.6em; | ||
Строка 355: | Строка 507: | ||
margin-left: 0; | margin-left: 0; | ||
margin-right: 0; | margin-right: 0; | ||
background: #EDF6FF; | |||
border-color: #DAE8F5; | |||
} | |||
.mainPageTable .rightColumn blockquote.quote .quoteInner { | |||
padding: .2em .5em; | |||
} | } | ||
Строка 426: | Строка 583: | ||
border-right: none; | border-right: none; | ||
border-left: 1px dashed #ABD6F2; | border-left: 1px dashed #ABD6F2; | ||
} | |||
/* ---------- Кнопка ---------- */ | |||
.wiFancyButton a { | |||
border: 1px solid #C3CDDA; | |||
display: inline-block; | |||
text-shadow: 0 0 1px white; | |||
overflow: hidden; | |||
background: #eef1f6 !important; | |||
background: -moz-linear-gradient(top, #eef1f6 0%, #edeef2 100%) !important; | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef1f6), color-stop(100%,#edeef2)) !important; | |||
background: -webkit-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; | |||
background: -o-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; | |||
background: -ms-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; | |||
background: linear-gradient(to bottom, #eef1f6 0%,#edeef2 100%) !important; | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f6', endColorstr='#edeef2',GradientType=0 ); | |||
-webkit-box-shadow: 0 1px 2px rgba(195, 205, 218, .7); | |||
-moz-box-shadow: 0 1px 2px rgba(195, 205, 218, .7); | |||
box-shadow: 0 1px 2px rgba(195, 205, 218, .7); | |||
} | |||
.wiFancyButton a > span { | |||
height: 26px; | |||
line-height: 26px; | |||
display: inline-block; | |||
padding: 0 1em !important; | |||
font-size: 120%; | |||
border-top: 1px solid white; | |||
border-bottom: 1px solid #DAE1EB; | |||
} | |||
.wiFancyButton a span span { | |||
position: relative; | |||
} | |||
.wiFancyButton a:hover { | |||
background: #f4f7fc !important; | |||
background: -moz-linear-gradient(top, #f4f7fc 0%, #f2f3f7 100%) !important; | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7fc), color-stop(100%,#f2f3f7)) !important; | |||
background: -webkit-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; | |||
background: -o-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; | |||
background: -ms-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; | |||
background: linear-gradient(to bottom, #f4f7fc 0%,#f2f3f7 100%) !important; | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7fc', endColorstr='#f2f3f7',GradientType=0 ); | |||
} | |||
.wiFancyButton a, .wiFancyButton a:active { | |||
color: #0645ad; | |||
} | |||
.wiFancyButton a:active { | |||
background: #e2e6eb !important; | |||
background: -moz-linear-gradient(top, #e2e6eb 0%, #e9ecf0 100%) !important; | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e6eb), color-stop(100%,#e9ecf0)) !important; | |||
background: -webkit-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; | |||
background: -o-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; | |||
background: -ms-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; | |||
background: linear-gradient(to bottom, #e2e6eb 0%,#e9ecf0 100%) !important; | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6eb', endColorstr='#e9ecf0',GradientType=0 ); | |||
-webkit-box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); | |||
-moz-box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); | |||
box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); | |||
} | |||
.wiFancyButton a:active span span { | |||
top: 1px; | |||
} | |||
.wiFancyButton a:visited, .wiFancyButton a:active:visited { | |||
color: #0b0080; | |||
} | |||
.wiFancyButton a:active > span { | |||
border-top-color: #DAE1EB; | |||
border-bottom-color: #EDF2F7; | |||
} | |||
/* ---------- Анонсы статей ---------- */ | |||
.articleSummaryColumnsWrapper { | |||
margin: 0 .5em; | |||
} | |||
.articleSummaryColumnsWrapper .articleSummaryColumn { | |||
display: inline-block; | |||
width: 50%; | |||
vertical-align: top; | |||
position: relative; | |||
right: -.5em; | |||
} | |||
.articleSummaryColumnsWrapper .articleSummaryColumn:first-child { | |||
left: -.5em; | |||
} | |||
.articleSummary { | |||
clear: both; | |||
margin: 1em 0; | |||
background: #FAFAFB; | |||
border: 1px solid #C3CDDA; | |||
-webkit-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); | |||
-moz-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); | |||
box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); | |||
} | |||
.articleSummary .articleSummaryInner { | |||
border: 1px solid white; | |||
padding: .3em 0; | |||
} | |||
.articleSummary .articleSummaryTitle { | |||
padding: .5em 1em 0 1em; | |||
margin-bottom: -.2em; | |||
} | |||
.articleSummary .articleSummaryTitle .articleSummaryTitleInner { | |||
font-size: 140%; | |||
margin: 0 -.3em; | |||
border-bottom: 1px dashed #C6D3E3; | |||
padding: 0 .3em .1em .3em; | |||
} | |||
.articleSummary .articleSummaryImage { | |||
float: left; | |||
width: 150px; | |||
margin: .7em 1em; | |||
} | |||
.articleSummary .articleSummaryImage:hover + .articleSummaryTitle a { | |||
text-decoration: underline; | |||
} | |||
.articleSummary .articleSummaryImage:active + .articleSummaryTitle a { | |||
color: #FAA700; | |||
} | |||
.articleSummary .articleSummaryText { | |||
padding: .7em 1em; | |||
color: #22262A; | |||
} | |||
.articleSummary .articleSummaryText ol { | |||
margin-left: 1.6em; | |||
} | |||
.articleSummary .articleSummaryEnding { | |||
clear: both; | |||
} | |||
.articleSummary .articleSummaryImage + .articleSummaryTitle + .articleSummaryText, .articleSummary .articleSummaryImage + .articleSummaryText { | |||
margin-left: 150px; | |||
padding-left: 2em; | |||
} | |||
@media screen and (max-width: 1110px) { | |||
.articleSummaryColumnsWrapper { | |||
margin: 0; | |||
} | |||
.articleSummaryColumnsWrapper .articleSummaryColumn { | |||
display: block; | |||
width: auto; | |||
vertical-align: top; | |||
position: static; | |||
right: 0; | |||
} | |||
.articleSummaryColumnsWrapper .articleSummaryColumn:first-child { | |||
left: 0; | |||
} | |||
} | |||
@media screen and (min-width: 1111px) and (max-width: 1340px) { | |||
.articleSummary .articleSummaryExtendedDescription { | |||
display: none; | |||
} | |||
} | |||
/* ---------- Стили для списков ---------- */ | |||
.smallList { | |||
font-size: 90%; | |||
} | |||
.errorList ul { | |||
list-style: none; | |||
margin-left: .5em; | |||
} | |||
.errorList li { | |||
background: url(http://wikiislam.net/wiki/uploads/4/4e/Cross.png) 0 4px no-repeat; | |||
padding-left: 1.5em; | |||
} | |||
/* ---------- Стандартные кнопки ---------- */ | |||
#content button, #content input[type=button], #content input[type=submit], #content input[type=clear] { | |||
background: #3366bb; | |||
border: 0; | |||
color: #fff; | |||
padding: .3em 1em; | |||
cursor: pointer; | |||
border-radius: 3px; | |||
text-shadow: 0 1px 1px #2354A5; | |||
transition: all 70ms linear; | |||
position: relative; | |||
top: 0; | |||
-webkit-box-shadow: 0 3px 0 #2354A5; | |||
-moz-box-shadow: 0 3px 0 #2354A5; | |||
box-shadow: 0 3px 0 #2354A5; | |||
} | |||
#content button:hover, #content input[type=button]:hover, #content input[type=submit]:hover, #content input[type=clear]:hover { | |||
background: #4475C7; | |||
-webkit-box-shadow: 0 3px 0 #3766B4; | |||
-moz-box-shadow: 0 3px 0 #3766B4; | |||
box-shadow: 0 3px 0 #3766B4; | |||
} | |||
#content button:active, #content input[type=button]:active, #content input[type=submit]:active, #content input[type=clear]:active { | |||
top: 2px; | |||
-webkit-box-shadow: 0 1px 0 #3766B4; | |||
-moz-box-shadow: 0 1px 0 #3766B4; | |||
box-shadow: 0 1px 0 #3766B4; | |||
} | |||
#content button:focus, #content input[type=button]:focus, #content input[type=submit]:focus, #content input[type=clear]:focus { | |||
outline: 0; | |||
} | |||
/* ---------- Стандартные поля ввода ---------- */ | |||
#content input:not([type=button]):not([type=submit]):not([type=file]) { | |||
border: 1px solid #ccc; | |||
padding: .3em .5em; | |||
transition: all 70ms linear; | |||
border-radius: 5px; | |||
} | |||
#content input:not([type=button]):not([type=submit]):not([type=file]):focus { | |||
outline: 0; | |||
-webkit-box-shadow: 0 0 10px #4091ED !important; | |||
-moz-box-shadow: 0 0 10px #4091ED !important; | |||
box-shadow: 0 0 10px #4091ED !important; | |||
border-color: #4091ED; | |||
} | |||
/* ---------- Форма редактирования ---------- */ | |||
#wpTextbox1 { | |||
padding: .5em !important; | |||
} | |||
#editform .editOptions #wpSummaryLabel, #editform .editOptions #editpage-copywarn { | |||
color: #444; | |||
font-size: 90%; | |||
} | |||
#editform .editOptions #wpSummary { | |||
display: block; | |||
width: 100%; | |||
box-sizing: border-box; | |||
} | |||
#editform .editOptions .mw-summary-preview { | |||
margin-bottom: 1em; | |||
} | |||
.mw-editfooter-toggler:focus { | |||
outline: 0; | |||
} | |||
.wi-questycaptcha-edit-msg + p #wpCaptchaWord { | |||
border-color: #F5B298 !important; | |||
} | |||
.wi-questycaptcha-edit-msg + p #wpCaptchaWord:focus { | |||
-webkit-box-shadow: 0 0 10px #F5B298 !important; | |||
-moz-box-shadow: 0 0 10px #F5B298 !important; | |||
box-shadow: 0 0 10px #F5B298 !important; | |||
} | |||
/* ---------- Форма регистрации ---------- */ | |||
.mw-createacct-benefits-list .icon-contributors { | |||
display: none; | |||
} | |||
#userloginForm div.captcha { | |||
font-size: 90%; | |||
} | |||
#userloginForm div.captcha label { | |||
display: block; | |||
margin: 1em -1.6em 0; | |||
padding: .5em 1.6em; | |||
background: #eeeeee !important; | |||
background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%) !important; | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fafafa)) !important; | |||
background: -webkit-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; | |||
background: -o-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; | |||
background: -ms-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; | |||
background: linear-gradient(to bottom, #eeeeee 0%,#fafafa 100%) !important; | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa',GradientType=0 ); | |||
} | |||
#userloginForm div.captcha #wpCaptchaWord { | |||
box-sizing: border-box; | |||
width: 100%; | |||
} | |||
/* ---------- Однострочный список с разделителями ---------- */ | |||
.inline-list, .inline-list ul { | |||
list-style: none; | |||
} | |||
.inline-list li { | |||
display: inline-block; | |||
padding: 0 .6em; | |||
border-left: 1px solid #ccc; | |||
} | |||
.inline-list li:first-child { | |||
padding-left: 0; | |||
border-left-width: 0; | |||
} | } |
Текущая версия от 16:51, 27 июня 2014
/* ---------- Цитаты ---------- */ blockquote.quote { margin: .5em 3em .6em; border: 1px solid #E2E7ED; border-left-width: 10px; background: #F1F3F6; overflow: hidden; display: table; } blockquote.quote .quoteInner { padding: 1em 1.5em; } blockquote.quote div.reference { font-size: 90%; text-align: right; margin: .8em 0 0 0; } blockquote.quote div.reference span.wiCw span.wiCw1 { display: none; } blockquote.quote div.reference span.wiCw span.wiCw2 { display: block; } /* ---------- Сообщение ---------- */ .wiNotice, .flaggedrevs_editnotice, .previewnote, .mw-newarticletext, .mw-warning-with-logexcerpt, .noarticletext, #drafts-list-box, #mw-fr-revisiontag-old, .wi-questycaptcha-edit-msg + p, #userloginForm div.captcha { margin: 1em 0 !important; border-width: 0 !important; border-style: dashed !important; padding: 0 1.6em !important; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .flaggedrevs_editnotice td, .wi-questycaptcha-edit-msg + p, #userloginForm div.captcha { padding-top: .3em; padding-bottom: .3em; } .wiNotice code { background: transparent; } .wiNotice.white, .mw-newarticletext, #userloginForm div.captcha { background: #fafafa; -webkit-box-shadow: 0 3px 0 #eee; -moz-box-shadow: 0 3px 0 #eee; box-shadow: 0 3px 0 #eee; color: #333; } .wiNotice.white .border-top { border-color: #ccc; } .wiNotice.yellow, .previewnote { background: #FFFF98; -webkit-box-shadow: 0 3px 0 #EEEE77; -moz-box-shadow: 0 3px 0 #EEEE77; box-shadow: 0 3px 0 #EEEE77; color: #4B4B24; } .wiNotice.red, .noarticletext, .wi-questycaptcha-edit-msg + p { background: #FFC1A9; -webkit-box-shadow: 0 3px 0 #F5B298; -moz-box-shadow: 0 3px 0 #F5B298; box-shadow: 0 3px 0 #F5B298; color: #53352A; } .wiNotice.red a, .noarticletext a, .wi-questycaptcha-edit-msg + p a { color: #C73500; } .wiNotice.green { background: #B1FF93; -webkit-box-shadow: 0 3px 0 #A2EE85; -moz-box-shadow: 0 3px 0 #A2EE85; box-shadow: 0 3px 0 #A2EE85; color: #304926; } .wiNotice.green a { color: #2D9E00; } .wiNotice.blue, .flaggedrevs_editnotice, .mw-warning-with-logexcerpt, #drafts-list-box, #mw-fr-revisiontag-old { background: #DBEFFF !important; -webkit-box-shadow: 0 3px 0 #CFE6F8; -moz-box-shadow: 0 3px 0 #CFE6F8; box-shadow: 0 3px 0 #CFE6F8; color: #324B5F; } .wiNotice.blue a, .flaggedrevs_editnotice a, .mw-warning-with-logexcerpt a, #drafts-list-box a, #mw-fr-revisiontag-old a { color: #0064B4; } .wiNotice-icon { float: left; width: 64px; } .wiNotice-text { margin-left: 80px; padding-top: 5px; } /* ---------- Выделение текста ---------- */ .wiHighlight { background: #fff8cc; border-bottom: 1px solid #ffe222; padding-left: .3em; padding-right: .3em; font-weight: normal; } /* ---------- Таблица переводов ---------- */ .translations td { border-top: 1px dashed #A1B2C3; padding: .6em 1em; } .translations .name { border-right: 1px dashed #A1B2C3; text-align: right; font-style: italic; color: #A3B3C3; white-space: nowrap; } .translations tr:first-child td { border-top: none; } /* ---------- InfoBox ---------- */ .infoBox { float: right; padding: 0.2em 0.3em; font-style: italic; margin: 0 0 1.5em 1.5em; } .infoBox .infoBoxImage { padding-right: .4em; } /* ---------- Примечания ---------- */ ol.references { font-size: 90%; } /* ---------- Подсказки ---------- */ .wiHint { border-bottom: 1px dashed #bbb; cursor: help; } .wiHint .wiHintContent { display: none; } /* ---------- Ссылка на раздел страницы ---------- */ .wiSectionLink a { text-decoration: none; } .wiSectionLink a .articleName { color: #aaa; font-size: 74%; text-transform: uppercase; } .wiSectionLink a:hover .sectionName { text-decoration: underline; } .wiSectionLink a:hover .articleName { color: #95abcf; } .wiSectionLink a:hover:visited .articleName { color: #9a95ce; } .wiSectionLink a:active .articleName, .wiSectionLink a:active:visited .articleName { color: #ffd06f; } /* ---------- Остальное ---------- */ .border-top { border-top-width: 1px; border-top-style: dashed; margin-bottom: .5em; } .uc-small { font-size: 80%; text-transform: uppercase; } .wiRight { clear: right; float: right; margin: .5em 3em 1.3em 1.4em; } .inline-block { display: inline-block; } .simpleborder { border: 1px #aaa solid; } .acenter { text-align: center; } #siteSub { display: block; font-size: 85%; font-weight: normal; font-style: normal; } #wpSave { font-weight: bold; } .editButtons input { font-size: 120% !important; } .editButtons span { font-size: 90% !important; } #drafts-list-box h3 { font-size: 110%; } #drafts-list-table { margin: .6em 0; border-spacing: 0; border-collapse: collapse; } #drafts-list-table, #drafts-list-table th, #drafts-list-table td { width: auto; } #drafts-list-table th, #drafts-list-table td { white-space: nowrap; border: 1px solid #C5DAF2; } #drafts-list-table td { font-style: italic; } #drafts-list-table td a { font-style: normal; } #drafts-list-table tr:hover td { background: #DEEBFB; } /* ---------- navbox ---------- */ .navbox { margin: 1em 0; border: 1px solid #C3CDDA; border-top: 0; background: #FAFAFB; } .navbox table { border-collapse: collapse; width: 100%; } .navbox table th { background: #e6eaef; background: -moz-linear-gradient(top, #e6eaef 0%, #ecf1f7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6eaef), color-stop(100%,#ecf1f7)); background: -webkit-linear-gradient(top, #e6eaef 0%,#ecf1f7 100%); background: -o-linear-gradient(top, #e6eaef 0%,#ecf1f7 100%); background: -ms-linear-gradient(top, #e6eaef 0%,#ecf1f7 100%); background: linear-gradient(to bottom, #e6eaef 0%,#ecf1f7 100%); border: 1px solid #C3CDDA; border-bottom-style: dashed; border-left: 0; border-right: 0; font-size: 120%; font-weight: normal; text-align: left; text-shadow: 0 1px 1px white; } .navbox table .col0, .navbox table .col3 { width: 3px; padding: 0; } .navbox table td.col1, .navbox table td.col2, .navbox table th { padding: 4px 20px; } .navbox table td.col1 { white-space: nowrap; width: 1px; text-transform: uppercase; font-size: 80%; border-right: 1px dashed #C6D3E3; } .navbox table td.col1.even, .navbox table td.col2.even { background: #ECF1F7; } .navbox td.col2 { padding: 3px; font-size: 95%; } .navbox td.col2 ul { margin: 0; } .navbox td.col2 ul li { display: inline; vertical-align: middle; margin-right: 5px; border-right: 1px solid #C6D3E3; } .navbox td.col2 ul li:last-child { border-right: 0; } /* ---------- Главная страница ---------- */ .mainPageHeader { background: transparent; border: 0 solid #ccc; padding: 1em; margin-bottom: 10px; position: relative; } .mainPageHeader .coreArticles { position: absolute; right: 1em; top: 1em; display: none; } .mainPageHeader a { color: #484848 !important; padding: 0 3px !important; border-bottom: 1px solid #ccc; } .mainPageHeader a:hover { background: #E4EEFF !important; text-decoration: none !important; color: #3366BB !important; border-color: #C3D3EE !important; } .mainPageHeader .rightColumn, .mainPageHeader .leftColumn { width: auto; display: block; vertical-align: middle; } .mainPageHeader .leftColumn { text-align: left; color: #484848; float: left; width: 40em; } .mainPageHeader .leftColumn .e0 { font-size: 230%; line-height: 1.2; } .mainPageHeader .leftColumn .e1 { font-size: 95%; margin: .2em 0 .2em 0; } .mainPageHeader .leftColumn .e2 { font-size: 95%; } .mainPageHeader .rightColumn { text-align: right; margin-left: 40em; overflow: hidden; } .mainPageHeader .rightColumn ul { font-size: 95%; display: inline-block; list-style: square; color: #777; height: 2em; line-height: 2em; overflow: hidden; } .mainPageHeader .rightColumn ul li { float: left; margin-right: 2.5em; white-space: nowrap; } .mainPageHeader .rightColumn ul li:first-child { list-style: none; } .mainPageHeader .rightColumn ul li:last-child { margin-right: 0; } .mainPageTableWrapper { margin: -10px; } .mainPageTable { width: 100%; border-spacing: 10px; } .mainPageTable .leftColumn, .mainPageTable .rightColumn { vertical-align: top; width: 50%; padding: 8px; border-width: 1px; border-style: solid; } .mainPageTable .leftColumn { background: #f5fffa; border-color: #DCE6E1; } .mainPageTable .leftColumn, .mainPageTable .leftColumn h3 { color: #2A332F; } .mainPageTable .rightColumn { background: #f5faff; border-color: #E0ECFF; } .mainPageTable .rightColumn, .mainPageTable .rightColumn h3 { color: #2F343A; } .mainPageTable h2, .mainPageTable h3 { font-size: 100% !important; padding-left: 1.6em !important; padding-right: 1.6em !important; } .mainPageTable h2 { margin-top: 1em; margin-right: 0; margin-bottom: .7em !important; margin-left: 0; font-weight: bold; border-width: 1px 0 1px 0; border-style: solid; padding-top: 0.2em !important; padding-bottom: 0.2em !important; } .mainPageTable h2:first-child { margin-top: 0 !important; } .mainPageTable h2 .mw-headline { font-size: 120% !important; } .mainPageTable h2 .wi-mp-section-link { float: right; font-size: 80%; font-weight: normal; } .mainPageTable h2 .wi-mp-edit-section { display: none; } .mainPageTable h2:hover .wi-mp-edit-section { display: inline; } .mainPageTable h3 { text-transform: uppercase; text-shadow: 0 1px 1px #fff; background-repeat: repeat-x; background-position: 0 18px; display: inline-block; } .mainPageTable h3 .mw-headline { font-size: 90% !important; display: inline-block; margin: 0 -5px; padding: 0 5px; } .mainPageTable .leftColumn h2 { background: #D7F7D7; border-color: #C2DDC2; } .mainPageTable .rightColumn h2 { background: #E0ECFF; border-color: #C9DBF8; } .mainPageTable .leftColumn h3 { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFwk7SIUpLQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAADUlEQVQI12M4dOb4fwAH/gNV1XaWTwAAAABJRU5ErkJggg==); } .mainPageTable .leftColumn h3 .mw-headline { background: #f5fffa; } .mainPageTable ul { list-style: none; margin: 0; } .mainPageTable ul li { background-position: 5px 4px; background-repeat: no-repeat; padding-left: 1.6em; } .mainPageTable .leftColumn ul li { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gERDi83kRp+3QAAAN1JREFUKM+NkE1rg1AQRc+UJ0RRXDwhBjf6//+ToSCNpovHy4dRCZkuSm1tLWSWlzl37h256qT8msvlQhzHrM3Lmng4HBiG4Tngfr9zPp9xzj0HeO9R1X8BeX1/U+/9LNxuN8ZxBCBNU0QEAGMMRVEgV530eDzSNA2quuqaJAlVVREEwScA0Pc9dV3P7gAiwm63I8/z+dLcIYoiwjBcOKsq1tp5eQE8Hg9Op9Oc3RgD8Ke8+fkdEaEsS6y1TNPEfr/HOcd2u/2O+dWh6zrSNGWz2SwitW1LlmUEQQDAB5I/adFw/Fl9AAAAAElFTkSuQmCC); } .mainPageTable .rightColumn ul li { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gERDjMAz9CGjwAAANxJREFUKM+NkMtqhEAQRU+HFlSUXiiouNH//yclIPGRhfgYX4g9ixATMxOYWl7q3Lq3xG3Tmj8zjiOO4/Bs3p6JZVmyLMtrwL7vDMNA27avAV3XobX+FxDvH5+667pTmOeZdV0BUEohhABASkkcx4jbpnXTNBRFgX7sD4DruqRpimEYXwDANE1kWXa6AwghiKKIMAzPS2cH27axLOvirLXG87xz+QIcx0Hf92d2KSXAQ3n5+ztCCJIkwfM8tm0jz3PatiUIgp+Y3x3qukYphWmal0hVVeH7PoZhAHAHkiZp0Z3vrEAAAAAASUVORK5CYII=); } .mainPageTable .leftColumn .quoteList ul li { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFjgpfKM14AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA+ElEQVQoz22Q3aqCUBCFvxki2QYJ+VdJF73/2/QGZgltu4kM0tJ9Lg4GZutyfTPMWiN13zhrLWVZApBlGXEcIyL0fc/5fKaqKlSVLMuIoohZXdecTicGFUWB53kEQcD1esVaC0DXdRyPR+bzOXq/3/nW5XLBOcftdvvJ1BgzAW3b4pzD9/2fTIMgIAzDERARRIT1es1yuZyyh2vdYLxeLw6HA6vViv1+PxoeWBiG6PdpgCRJJrGapvmwz9Lw3iiKJl0GlqYpxpj/eO/3m6IoUFV2ux2qOoqV5znGGLbbLSLCrOs68jwnjuNJ6efzSVmWbDYbFovFx/8DEQJ8oggGJNQAAAAASUVORK5CYII=); background-position: 4px bottom; } .mainPageTable .leftColumn .quoteList ul li .qend { display: inline-block; margin-left: 4px; height: 10px; width: 13px; vertical-align: top; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA4mAAAN/wHwU+XzAAAAB3RJTUUH3gERFjkDvgPNdwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA3klEQVQoz3XOQatFUBSG4XdvOyYYYaBkD/j/P8dMGYoiddmdsO7gphzn3G/69LaW+pGXAIgIy7IwjiNlWWKM4drdrLUYgOM46LoO4CO4m7UWz/MwIkLbtogIVVWhtX67cFld1yilANDTNLEsC0VRvAUAd7sCAN33PcYYgiB4C0SE/8w45zjPk6ZpcM6RJAlFUSAiPC1N07+PzvMEwDkHwDiOzPMMwNOGYWCeZ7Tv+zy3ritKKb7Ztm3oLMs+II5jtNZ8syiKMFmWse87fd+jlCLPc6IoAuBuAHmeE4Yhv3emjgbjXEMuAAAAAElFTkSuQmCC); } .mainPageTable .randomArticle { margin: 0 1.6em; } .mainPageTable .randomArticle .more { font-style: italic; text-align: right; } .mainPageTable .rightColumn blockquote.quote { margin-left: 0; margin-right: 0; background: #EDF6FF; border-color: #DAE8F5; } .mainPageTable .rightColumn blockquote.quote .quoteInner { padding: .2em .5em; } /* ---------- FlaggedRevs ---------- */ .mw-fr-reviewlink { font-weight: bold; background: #fff8cc; border-bottom: 1px solid #ffe222; color: #A68A2C; font-size: 80%; } /* ---------- PreviewNote ---------- */ .previewnote { color: black !important; } .previewnote h2, .previewnote hr { display: none; } .previewnote p { margin: .4em 0 .5em 0 !important; text-indent: 0 !important; } .previewnote b, .previewnote strong { font-weight: normal; } /* ---------- ПС ---------- */ .wiPrevNextWrapper { overflow: hidden; text-align: center; margin: 1.5em 0; } .wiPrevNext { display: inline-block; } .wiPrevNext a { background-image: url(/wiki/images/1/1d/Prevnext.png); background-repeat: no-repeat; display: inline-block; white-space: nowrap; overflow: hidden; } .wiPrevNext a span { padding: 0 20px; background: white; display: inline-block; line-height: 38px; height: 38px; border: 1px solid #ABD6F2; } .wiPrevNext .wiPrev a { padding-left: 28px; background-position: left; margin-right: -1px; margin-bottom: -1px; } .wiPrevNext .wiPrev a span { border-left: none; border-right: 1px dashed #ABD6F2; } .wiPrevNext .wiNext a { padding-right: 28px; background-position: right; margin-bottom: -1px; } .wiPrevNext .wiNext a span { border-right: none; border-left: 1px dashed #ABD6F2; } /* ---------- Кнопка ---------- */ .wiFancyButton a { border: 1px solid #C3CDDA; display: inline-block; text-shadow: 0 0 1px white; overflow: hidden; background: #eef1f6 !important; background: -moz-linear-gradient(top, #eef1f6 0%, #edeef2 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef1f6), color-stop(100%,#edeef2)) !important; background: -webkit-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; background: -o-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; background: -ms-linear-gradient(top, #eef1f6 0%,#edeef2 100%) !important; background: linear-gradient(to bottom, #eef1f6 0%,#edeef2 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f6', endColorstr='#edeef2',GradientType=0 ); -webkit-box-shadow: 0 1px 2px rgba(195, 205, 218, .7); -moz-box-shadow: 0 1px 2px rgba(195, 205, 218, .7); box-shadow: 0 1px 2px rgba(195, 205, 218, .7); } .wiFancyButton a > span { height: 26px; line-height: 26px; display: inline-block; padding: 0 1em !important; font-size: 120%; border-top: 1px solid white; border-bottom: 1px solid #DAE1EB; } .wiFancyButton a span span { position: relative; } .wiFancyButton a:hover { background: #f4f7fc !important; background: -moz-linear-gradient(top, #f4f7fc 0%, #f2f3f7 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7fc), color-stop(100%,#f2f3f7)) !important; background: -webkit-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; background: -o-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; background: -ms-linear-gradient(top, #f4f7fc 0%,#f2f3f7 100%) !important; background: linear-gradient(to bottom, #f4f7fc 0%,#f2f3f7 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7fc', endColorstr='#f2f3f7',GradientType=0 ); } .wiFancyButton a, .wiFancyButton a:active { color: #0645ad; } .wiFancyButton a:active { background: #e2e6eb !important; background: -moz-linear-gradient(top, #e2e6eb 0%, #e9ecf0 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e6eb), color-stop(100%,#e9ecf0)) !important; background: -webkit-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; background: -o-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; background: -ms-linear-gradient(top, #e2e6eb 0%,#e9ecf0 100%) !important; background: linear-gradient(to bottom, #e2e6eb 0%,#e9ecf0 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6eb', endColorstr='#e9ecf0',GradientType=0 ); -webkit-box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); -moz-box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); box-shadow: 0 0 4px #DCDFE3 inset, 0 1px 2px rgba(195, 205, 218, .9); } .wiFancyButton a:active span span { top: 1px; } .wiFancyButton a:visited, .wiFancyButton a:active:visited { color: #0b0080; } .wiFancyButton a:active > span { border-top-color: #DAE1EB; border-bottom-color: #EDF2F7; } /* ---------- Анонсы статей ---------- */ .articleSummaryColumnsWrapper { margin: 0 .5em; } .articleSummaryColumnsWrapper .articleSummaryColumn { display: inline-block; width: 50%; vertical-align: top; position: relative; right: -.5em; } .articleSummaryColumnsWrapper .articleSummaryColumn:first-child { left: -.5em; } .articleSummary { clear: both; margin: 1em 0; background: #FAFAFB; border: 1px solid #C3CDDA; -webkit-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); -moz-box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); box-shadow: 0 50px 100px #EAEDF4 inset, 0 1px 2px rgba(195, 205, 218, .6); } .articleSummary .articleSummaryInner { border: 1px solid white; padding: .3em 0; } .articleSummary .articleSummaryTitle { padding: .5em 1em 0 1em; margin-bottom: -.2em; } .articleSummary .articleSummaryTitle .articleSummaryTitleInner { font-size: 140%; margin: 0 -.3em; border-bottom: 1px dashed #C6D3E3; padding: 0 .3em .1em .3em; } .articleSummary .articleSummaryImage { float: left; width: 150px; margin: .7em 1em; } .articleSummary .articleSummaryImage:hover + .articleSummaryTitle a { text-decoration: underline; } .articleSummary .articleSummaryImage:active + .articleSummaryTitle a { color: #FAA700; } .articleSummary .articleSummaryText { padding: .7em 1em; color: #22262A; } .articleSummary .articleSummaryText ol { margin-left: 1.6em; } .articleSummary .articleSummaryEnding { clear: both; } .articleSummary .articleSummaryImage + .articleSummaryTitle + .articleSummaryText, .articleSummary .articleSummaryImage + .articleSummaryText { margin-left: 150px; padding-left: 2em; } @media screen and (max-width: 1110px) { .articleSummaryColumnsWrapper { margin: 0; } .articleSummaryColumnsWrapper .articleSummaryColumn { display: block; width: auto; vertical-align: top; position: static; right: 0; } .articleSummaryColumnsWrapper .articleSummaryColumn:first-child { left: 0; } } @media screen and (min-width: 1111px) and (max-width: 1340px) { .articleSummary .articleSummaryExtendedDescription { display: none; } } /* ---------- Стили для списков ---------- */ .smallList { font-size: 90%; } .errorList ul { list-style: none; margin-left: .5em; } .errorList li { background: url(http://wikiislam.net/wiki/uploads/4/4e/Cross.png) 0 4px no-repeat; padding-left: 1.5em; } /* ---------- Стандартные кнопки ---------- */ #content button, #content input[type=button], #content input[type=submit], #content input[type=clear] { background: #3366bb; border: 0; color: #fff; padding: .3em 1em; cursor: pointer; border-radius: 3px; text-shadow: 0 1px 1px #2354A5; transition: all 70ms linear; position: relative; top: 0; -webkit-box-shadow: 0 3px 0 #2354A5; -moz-box-shadow: 0 3px 0 #2354A5; box-shadow: 0 3px 0 #2354A5; } #content button:hover, #content input[type=button]:hover, #content input[type=submit]:hover, #content input[type=clear]:hover { background: #4475C7; -webkit-box-shadow: 0 3px 0 #3766B4; -moz-box-shadow: 0 3px 0 #3766B4; box-shadow: 0 3px 0 #3766B4; } #content button:active, #content input[type=button]:active, #content input[type=submit]:active, #content input[type=clear]:active { top: 2px; -webkit-box-shadow: 0 1px 0 #3766B4; -moz-box-shadow: 0 1px 0 #3766B4; box-shadow: 0 1px 0 #3766B4; } #content button:focus, #content input[type=button]:focus, #content input[type=submit]:focus, #content input[type=clear]:focus { outline: 0; } /* ---------- Стандартные поля ввода ---------- */ #content input:not([type=button]):not([type=submit]):not([type=file]) { border: 1px solid #ccc; padding: .3em .5em; transition: all 70ms linear; border-radius: 5px; } #content input:not([type=button]):not([type=submit]):not([type=file]):focus { outline: 0; -webkit-box-shadow: 0 0 10px #4091ED !important; -moz-box-shadow: 0 0 10px #4091ED !important; box-shadow: 0 0 10px #4091ED !important; border-color: #4091ED; } /* ---------- Форма редактирования ---------- */ #wpTextbox1 { padding: .5em !important; } #editform .editOptions #wpSummaryLabel, #editform .editOptions #editpage-copywarn { color: #444; font-size: 90%; } #editform .editOptions #wpSummary { display: block; width: 100%; box-sizing: border-box; } #editform .editOptions .mw-summary-preview { margin-bottom: 1em; } .mw-editfooter-toggler:focus { outline: 0; } .wi-questycaptcha-edit-msg + p #wpCaptchaWord { border-color: #F5B298 !important; } .wi-questycaptcha-edit-msg + p #wpCaptchaWord:focus { -webkit-box-shadow: 0 0 10px #F5B298 !important; -moz-box-shadow: 0 0 10px #F5B298 !important; box-shadow: 0 0 10px #F5B298 !important; } /* ---------- Форма регистрации ---------- */ .mw-createacct-benefits-list .icon-contributors { display: none; } #userloginForm div.captcha { font-size: 90%; } #userloginForm div.captcha label { display: block; margin: 1em -1.6em 0; padding: .5em 1.6em; background: #eeeeee !important; background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fafafa)) !important; background: -webkit-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; background: -o-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; background: -ms-linear-gradient(top, #eeeeee 0%,#fafafa 100%) !important; background: linear-gradient(to bottom, #eeeeee 0%,#fafafa 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa',GradientType=0 ); } #userloginForm div.captcha #wpCaptchaWord { box-sizing: border-box; width: 100%; } /* ---------- Однострочный список с разделителями ---------- */ .inline-list, .inline-list ul { list-style: none; } .inline-list li { display: inline-block; padding: 0 .6em; border-left: 1px solid #ccc; } .inline-list li:first-child { padding-left: 0; border-left-width: 0; }