8,960
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| 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: # | body { background: #C12713;} | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#content { background-color: # | #content { background-color: #EF7264; } | ||
/* 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: # | #p-navigation { background-color: #F2503E; color: #FFFFFF; } | ||
/* 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: # | #p-Twenty_one_pilots { background-color: #F2503E; color: #FFFFFF; } | ||
/* 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: # | #p-Members { background-color: #F2503E; color: #FFFFFF; } | ||
.vectorTabs span a { background-color: # | .vectorTabs span a { background-color: #C12713; } | ||
#mw-head { background-color: # | #mw-head { background-color: #C12713; } | ||
#p- | #content { color: #FFFFFF; } | ||
#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; } | |||
#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 { | ||