Відмінності між версіями «MediaWiki:Vector.css»
Перейти до навігації
Перейти до пошуку
Admin (обговорення | внесок) |
Admin (обговорення | внесок) |
||
Рядок 67: | Рядок 67: | ||
.vectorTabs span a{ | .vectorTabs span a{ | ||
padding-top:0.8em; | padding-top:0.8em; | ||
+ | } | ||
+ | |||
+ | .link-local a { | ||
+ | color: #1259D8; | ||
+ | } | ||
+ | |||
+ | .link-external a { | ||
+ | color: #1AA7E5; | ||
+ | } | ||
+ | |||
+ | .link-proof a { | ||
+ | color: #059B6C; | ||
+ | } | ||
+ | |||
+ | .link-local h2, .link-external h2, .link-proof h2 { | ||
+ | text-align: left; | ||
+ | margin-left: 15px !important; | ||
+ | } | ||
+ | |||
+ | .link-local .link-local-header, | ||
+ | .link-external .link-local-header, | ||
+ | .link-proof .link-local-header { | ||
+ | border-bottom: none; | ||
+ | padding: 5px 2px; | ||
+ | } | ||
+ | |||
+ | .link-local .link-local-header { | ||
+ | background: #D7DDF4; | ||
+ | border: 1px solid #D7DDF4; | ||
+ | } | ||
+ | |||
+ | .link-local .link-local-border { | ||
+ | border: 1px solid #D7DDF4; | ||
+ | } | ||
+ | |||
+ | .link-external .link-local-header { | ||
+ | background: #DBEDF9; | ||
+ | border: 1px solid #DBEDF9; | ||
+ | } | ||
+ | |||
+ | .link-external .link-local-border { | ||
+ | border: 1px solid #DBEDF9; | ||
+ | } | ||
+ | |||
+ | .link-proof .link-local-header { | ||
+ | background: #DAEAE3; | ||
+ | border: 1px solid #DAEAE3; | ||
+ | } | ||
+ | |||
+ | .link-proof .link-local-border { | ||
+ | border: 1px solid #DAEAE3; | ||
+ | } | ||
+ | |||
+ | .box, .box-1 { | ||
+ | display: inline-block; | ||
+ | border: 1px solid #F4DF84; | ||
+ | width: 40px; | ||
+ | height: 17px; | ||
+ | background-color: #F4DF84; | ||
+ | position: relative; | ||
+ | top: 4px; | ||
+ | margin-right: 8px; | ||
+ | } | ||
+ | |||
+ | .box-1 { | ||
+ | border: 1px solid #EFAF75; | ||
+ | background-color: #EFAF75; | ||
+ | } | ||
+ | |||
+ | .box-text { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .portal img { | ||
+ | display: none; | ||
} | } | ||
Версія за 20:57, 6 жовтня 2019
/* Розміщений тут CSS-код буде використаний в темі оформлення Векторне */ @import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap|IBM+Plex+Sans"); body{ font-family: "IBM Plex Sans", sans-serif; color: #1c1c1c; } a { color: #1259D8; } div#content h1, div#content h2 { font-family: "IBM Plex Sans", serif; } .mw-wiki-logo{ background-image:none; margin:1.3em 0.6em 0 0.8em; color:black !important; font-size:1.6em; } .mw-body, #mw-head-base, #left-navigation, #footer { margin-left: 15em; margin-right:1.8em; } #p-search, #p-personal{ margin-right:1.8em; } .mw-body{ border:none; } #mw-page-base{ background-color:#f6f6f6; background-image:none; } #mw-panel .portal .body li{ font-size:0.9em; } .vectorTabs{ background-image:none; padding-left:0; } .vectorTabs ul{ background-image:none; } .vectorTabs ul li{ background-image:none; } .vectorTabs li a{ font-size:0.9em; } .vectorTabs span{ background-image:none; } .vectorTabs span a{ padding-top:0.8em; } .link-local a { color: #1259D8; } .link-external a { color: #1AA7E5; } .link-proof a { color: #059B6C; } .link-local h2, .link-external h2, .link-proof h2 { text-align: left; margin-left: 15px !important; } .link-local .link-local-header, .link-external .link-local-header, .link-proof .link-local-header { border-bottom: none; padding: 5px 2px; } .link-local .link-local-header { background: #D7DDF4; border: 1px solid #D7DDF4; } .link-local .link-local-border { border: 1px solid #D7DDF4; } .link-external .link-local-header { background: #DBEDF9; border: 1px solid #DBEDF9; } .link-external .link-local-border { border: 1px solid #DBEDF9; } .link-proof .link-local-header { background: #DAEAE3; border: 1px solid #DAEAE3; } .link-proof .link-local-border { border: 1px solid #DAEAE3; } .box, .box-1 { display: inline-block; border: 1px solid #F4DF84; width: 40px; height: 17px; background-color: #F4DF84; position: relative; top: 4px; margin-right: 8px; } .box-1 { border: 1px solid #EFAF75; background-color: #EFAF75; } .box-text { display: inline-block; } .portal img { display: none; } #footer #footer-foot1_links, #footer #footer-foot2_links, #footer #footer-foot3_links, #footer #footer-foot4_links, #footer #footer-foot5_links { margin-top:2em; float:left; min-width:50%; } #footer #footer-foot1_links li, #footer #footer-foot2_links li, #footer #footer-foot3_links li, #footer #footer-foot4_links li, #footer #footer-foot5_links li { padding-top:0; padding-bottom:0; } #footer ul li{ font-weight:bold; font-size:0.9em; } #footer #footer-foot1_links li a, #footer #footer-foot2_links li a, #footer #footer-foot3_links li a, #footer #footer-foot4_links li a, #footer #footer-foot5_links li a{ float: left; margin-right: 1em; line-height: 2em; font-weight:normal; }