User:Pcu123456789/broken/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* /* Autolink style */ a.autolink { text-decoration: none; border-bottom: dotted 1px #66f; } /* /* Syntax highlighting style */ pre span.idselector { color: red; } pre span.classselector { color: green; } pre span.property { color: blue; } pre span.value { color: orange; } pre span.comment { font-weight: bold; background-color: #eee; } pre { background: white; } /* Extreme Syntax highlighting style */ /* Main style for the table */ .dp-highlighter { width: 100%; overflow: auto; line-height: 100% !important; margin: 18px 0px 18px 0px; padding:3px 0 3px 0;} .dp-highlighter table {width: 100%; margin: 2px 0px 2px 0px; border-collapse: collapse; border-bottom: 2px solid #eee; background-color: #fff;} .dp-highlighter td { font-family: Courier New; font-size: 11px;} /* Gutter with line number */ .dp-highlighter .gutter { padding-right: 5px; padding-left: 10px; width: 5px; background-color: #eee; border-right: 1px solid gray; color: gray; text-align: right; vertical-align: top;} /* Single line style */ .dp-highlighter .line1, .line2 { padding-left: 10px; border-bottom: 1px solid #F7F7F7; white-space:nowrap;} .dp-highlighter .line2 { background-color: #F7F7F7;} /* Language specific styles */ .dp-c .comment { color: green; } .dp-c .string { color: #69C; } .dp-c .preprocessor { color: gray; } .dp-c .keyword { color: blue; } .dp-c .vars { color: #d00; } /* Fix the sidebar's position while you scroll */ div[id=column-one] { /* Using the attribute selector hides this from IE */ position: fixed; height: 100%; /* If you shrink the browser too small, the side column will */ overflow: auto; /* become scrollable, so stuff is always accessible, albeit ugly */ z-index: 2; } #p-lang .pBody ul{ /* Sets the language box to a fixed height and scrollable if too long to fit */ height: 10em; overflow: auto; } body { /* Fix the background image, too, so it looks nice as you scroll */ background-attachment: fixed; } #footer { /* Fix the footer so it looks nice and doesn't overlap the sidebar */ margin-left: 13.6em; border-left: solid 1px rgb(250, 189, 35); /* Uncomment this if you use rounded edges: */ /* -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; */ }

