8,960
edits
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
#p-themes-label .vector-menu-heading-label:before { | |||
content: "Bandito Theme"; | |||
} | |||
#p-themes-label .vector-menu-heading-label { | |||
visibility: hidden; | |||
position: relative; | |||
} | |||
#p-themes-label .vector-menu-heading-label:before { | |||
visibility: visible; | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | |||
.infobox-header-trench { | .infobox-header-trench { | ||
background-color: #007BFF; /* Цвет для темной темы */ | background-color: #007BFF; /* Цвет для темной темы */ | ||
| Line 384: | Line 400: | ||
@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: #EED60B; } | ||
.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 434: | ||
.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: #EED60B; } | ||
.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 448: | ||
.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: #EED60B; 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: #EED60B; 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 460: | Line 476: | ||
/* Change the background color of the bottom and left of eath page, up to behind the logo: */ | /* Change the background color of the bottom and left of eath page, up to behind the logo: */ | ||
body { | body { | ||
background: # | background: #000 url(/images/7/73/Tranck_darck_background.png) no-repeat; | ||
font-family: 'Roboto', Arial, sans-serif; | font-family: 'Roboto', Arial, sans-serif; | ||
position: relative; | position: relative; | ||
| Line 470: | Line 486: | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#content { background-color: # | #content { background-color: #EED60B; 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 595: | ||
#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: #EED60B; border-radius: 3px 3px; border: 2px solid #020202; padding:0.1em 1.5em; height: 23px; } | ||
#mw-head { | #mw-head { | ||
| Line 585: | Line 601: | ||
} | } | ||
.vector-menu-tabs-legacy .selected { background: # | .vector-menu-tabs-legacy .selected { background: #EED60B } | ||
.vector-menu-checkbox { | .vector-menu-checkbox { | ||
| Line 618: | Line 634: | ||
.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,#EED60B 0,#EED60B 1px,#C1BBB2 100% ); | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#020202 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,#020202 33%,#F7572E 66%,rgba(200,204,209,0) 100%); background-position: center bottom; background-repeat: no-repeat; background-size: 100% 1px; font-weight: bold; } | ||