8,960
edits
(Created page with ".infobox-header-trench { background-color: #007BFF; →Цвет для темной темы: color: #fff; →Белый текст: } →Стандартный стиль заголовка инфобокса с цветом фона #EA423C: .mw-parser-output .infobox th[style*="background-color:#EA423C"] { background-color: #EA423C; →Исходный цвет: color: #fff; →Белый текст: font-weig...") |
No edit summary |
||
| Line 384: | Line 384: | ||
@font-face { font-family: 'MyCustomFont2'; src: url('/nc_assets/fonts/JetBrainsMono.ttf') format('truetype'); font-weight:500; font-style: normal; font-optical-sizing: auto; } | @font-face { font-family: 'MyCustomFont2'; src: url('/nc_assets/fonts/JetBrainsMono.ttf') format('truetype'); font-weight:500; font-style: normal; font-optical-sizing: auto; } | ||
.mw-mmv-post-image { background-color: # | .mw-mmv-post-image { background-color: #fff; } | ||
.mw-ui-button.mw-ui-progressive:not(:disabled) { background-color: #b3a61e; } | .mw-ui-button.mw-ui-progressive:not(:disabled) { background-color: #b3a61e; } | ||
| Line 418: | Line 418: | ||
.custom-table .cell-red { background-color: #FFE281; } | .custom-table .cell-red { background-color: #FFE281; } | ||
.custom-table .cell-photo { background-color: # | .custom-table .cell-photo { background-color: #fff; } | ||
.custom-table .cell-box { background-image:url(/images/1/15/Scaled_no_transparent2.png); } | .custom-table .cell-box { background-image:url(/images/1/15/Scaled_no_transparent2.png); } | ||
| Line 432: | Line 432: | ||
.custom-table .header-grass { background-color: #CECDB1; } | .custom-table .header-grass { background-color: #CECDB1; } | ||
#footer-info li { line-height: 1.4; background: # | #footer-info li { line-height: 1.4; background: #fff; margin-bottom: 4px; text-indent: 5px; } | ||
#footer-places li { float: left; margin-right: 1em; line-height: 2; background: # | #footer-places li { float: left; margin-right: 1em; line-height: 2; background: #fff; text-indent: 5px; text-indent-right: 5px; } | ||
.background-table { background-image: url(/images/3/3b/Clancy_background.png); background-size: cover;} | .background-table { background-image: url(/images/3/3b/Clancy_background.png); background-size: cover;} | ||
| Line 470: | Line 470: | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#content { background-color: # | #content { background-color: #fff; font-family: 'MyCustomFont2', sans-serif; } | ||
/* This is from the background color of the title of the Navigation menu in the left column */ | /* This is from the background color of the title of the Navigation menu in the left column */ | ||
| Line 579: | Line 579: | ||
#p-tb { background-color: #d0d3c6; border-radius: 0px 0px 10px 10px; border: 3px solid #722215; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; } | #p-tb { background-color: #d0d3c6; border-radius: 0px 0px 10px 10px; border: 3px solid #722215; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; } | ||
#p-personal ul { background: # | #p-personal ul { background: #fff; border-radius: 3px 3px; border: 2px solid #7a7656; padding:0.1em 1.5em; height: 23px; } | ||
#mw-head { | #mw-head { | ||
| Line 585: | Line 585: | ||
} | } | ||
.vector-menu-tabs-legacy .selected { background: # | .vector-menu-tabs-legacy .selected { background: #fff } | ||
.vector-menu-checkbox { | .vector-menu-checkbox { | ||
| Line 618: | Line 618: | ||
.skin-vector .uls-search { border-bottom-color: #7A4D1D; } | .skin-vector .uls-search { border-bottom-color: #7A4D1D; } | ||
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,# | .vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#fff 0,#fff 1px,#C1BBB2 100% ); | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#7a7656 33%,#F7572E 66%,rgba(200,204,209,0) 100%); background-position: center bottom; background-repeat: no-repeat; background-size: 100% 1px; font-weight: bold; } | .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#7a7656 33%,#F7572E 66%,rgba(200,204,209,0) 100%); background-position: center bottom; background-repeat: no-repeat; background-size: 100% 1px; font-weight: bold; } | ||