|
|
| Line 2: |
Line 2: |
|
| |
|
| /* 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 { background: #C12713;} | | body { background: #B0E0E6;} |
|
| |
|
| /* background color of the content and title of pages */ | | /* background color of the content and title of pages */ |
| #content { background-color: #EF7264; } | | #content { background-color: #E0FFFF; } |
|
| |
|
| /* 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 */ |
| #p-navigation { background-color: #F2503E; color: #FFFFFF; } | | #p-navigation { background-color: #F0FFFF; } |
|
| |
|
| /* This is from the background color of the title of the Twenty one pilots menu in the left column */ | | /* This is from the background color of the title of the Twenty one pilots menu in the left column */ |
| #p-Twenty_one_pilots { background-color: #F2503E; color: #FFFFFF; } | | #p-Twenty_one_pilots { background-color: #F0FFFF; } |
|
| |
|
| /* This is from the background color of the title of the Members menu in the left column */ | | /* This is from the background color of the title of the Members menu in the left column */ |
| #p-Members { background-color: #F2503E; color: #FFFFFF; } | | #p-Members { background-color: #F0FFFF; } |
|
| |
|
| .vectorTabs span a { background-color: #C12713; } | | .vectorTabs span a { background-color: #B0E0E6; } |
|
| |
|
| #mw-head { background-color: #C12713; } | | #mw-head { background-color: #B0E0E6; } |
|
| |
|
| #content { color: #FFFFFF; }
| | #p-logo { background-color: #C12713; } |
| | |
| #content p { color: #FFFFFF; }
| |
| | |
| #content h1 { color: #FFFFFF; }
| |
| | |
| #content h2 { color: #FFFFFF; }
| |
| | |
| #mw-panel #p-tb h3 { color: #FFFFFF; }
| |
| | |
| #content a.external { color: #FFCF32; }
| |
| | |
| #catlinks { background-color: #FCC0BA; }
| |
| | |
| #p-logo { background-color: #F2ABA2; } | |
| | |
| #p-tb { background-color: #F2503E; }
| |
| | |
| .ns-1 #content { background-color: #F46853; }
| |
| | |
| .vector-menu-tabs-legacy .selected { background: #EF7264 }
| |
| | |
| .vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#FFFFFF 0,#F74A30 1px,#EF7264 100% );
| |
| | |
| .mw-body {
| |
| margin-top: -1px;
| |
| border: 1px solid #6B0A00;
| |
| border-right-width: 0;
| |
| }
| |
| | |
| #pt-userpage a {
| |
| background-position: left 0.33333333em;
| |
| background-image: url(/skins/Vector/resources/skins.vector.styles.legacy/images/user-avatar.svg?b7f58);
| |
| background-repeat: no-repeat;
| |
| background-size: 1.16666667em 1.16666667em;
| |
| padding-top: 0.5em;
| |
| padding-left: 1.5em;
| |
| }
| |
| | |
| /* standard link colors */
| |
| .mw-body-content a:link { color: #D6CFFF; } /* normal unvisited links */
| |
| .mw-body-content a:link:visited { color: #0B0080; } /* visited links */
| |
| .mw-body-content a:link:active { color: #FF0000; } /* active links */
| |
| .mw-body-content a:link.new { color: #FF0000; } /* new links */
| |
| .mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
| |
| .mw-body-content a:link.external { color: #3366BB; } /* external links */
| |
| .mw-body-content a:link.stub { color: #772233; } /* hovered links */
| |
| | |
| .mw-body-content a:link {color: #FF0000}
| |
| .mw-body-content a:visited {color: #00FF00}
| |
| .mw-body-content a:hover {color: #FF00FF}
| |
| .mw-body-content a:active {color: #0000FF}
| |
| | |
| #li a { color: #FFFFFF; }
| |
|
| |
|
| .imagelink_telegram a { | | .imagelink_telegram a { |