User:Keegan/global.css: Difference between revisions
Appearance
Content deleted Content added
blank for testing |
|||
| Line 1: | Line 1: | ||
body { |
|||
background-color: #fff; |
|||
} |
|||
#mw-page-base { |
|||
background-image: none; |
|||
} |
|||
div#content { |
|||
border: 1px solid #fff; |
|||
} |
|||
div.vectorTabs ul li { |
|||
background-image: none; |
|||
background-color: #fff; |
|||
} |
|||
#p-views, #p-views *, #p-namespaces, #p-namespaces * { |
|||
background-image: none; |
|||
} |
|||
div.vectorTabs ul li.selected { |
|||
border-bottom: 2px solid #347bff; |
|||
} |
|||
div.vectorTabs ul li span a:hover { |
|||
text-decoration: none; |
|||
} |
|||
#catlinks { |
|||
border:none; |
|||
padding:10px; |
|||
} |
|||
.mw-headline-anchor {display: none;} |
|||