Difference between revisions of "User:ElStrages/common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* removed for now */ | /* removed for now */ | ||
/* make the background behind the content area and the tabs a light grey */ | /* make the background behind the content area and the tabs a light grey */ | ||
− | #content, #content table | + | #content, #content table |
#p-cactions ul li a { background: #AAAAAA; } | #p-cactions ul li a { background: #AAAAAA; } | ||
body { | body { | ||
− | background-color: # | + | background-color: #29293D; |
border: 1px solid #6600CC; | border: 1px solid #6600CC; | ||
} | } | ||
Line 13: | Line 13: | ||
background-color: #DDDDDD; | background-color: #DDDDDD; | ||
border: 1px solid #6600CC; | border: 1px solid #6600CC; | ||
+ | text-color: #000000; | ||
} | } | ||
Line 18: | Line 19: | ||
font-family: Arial; | font-family: Arial; | ||
font-size: 11px; | font-size: 11px; | ||
+ | color: #EEEEEE; | ||
} | } | ||
/* Fix sidebar */ | /* Fix sidebar */ | ||
div#mw-panel { position: fixed; | div#mw-panel { position: fixed; | ||
+ | |||
overflow: auto; | overflow: auto; | ||
top: 0px; | top: 0px; | ||
Line 27: | Line 30: | ||
height: 100%; | height: 100%; | ||
/* Prevent content overlay when sidewards scrolling */ | /* Prevent content overlay when sidewards scrolling */ | ||
− | background-color: # | + | background-color: #29293D; |
border-right: 1px solid #6600CC; | border-right: 1px solid #6600CC; | ||
} | } |
Revision as of 11:57, 5 March 2015
/* removed for now */ /* make the background behind the content area and the tabs a light grey */ #content, #content table #p-cactions ul li a { background: #AAAAAA; } body { background-color: #29293D; border: 1px solid #6600CC; } /* changes the background of pre areas */ pre { background-color: #DDDDDD; border: 1px solid #6600CC; text-color: #000000; } a { font-family: Arial; font-size: 11px; color: #EEEEEE; } /* Fix sidebar */ div#mw-panel { position: fixed; overflow: auto; top: 0px; bottom: 0px; height: 100%; /* Prevent content overlay when sidewards scrolling */ background-color: #29293D; border-right: 1px solid #6600CC; } /* Prevent sidewards scrolling in pre elements */ pre { overflow: auto; max-height: 25em; }