User:Mordillo/uncyclopedia.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/* Colour changes */
.newpage { color : #990000; }
.minor { color : #AAAAAA; }
#bodyContent a.external:visited { color: #7755dd; }
#bodyContent a.extiw:visited { color: #7755dd; }
#p-cactions .new a:visited { color: #ba6644; }
#p-cactions li a:visited { color: #492FAF; }
ul.special li a[title="User:Mordillo"] { color:green; font-weight:bold }

/* Modified stuff */
#bodyContent a.new { color: inherit !important; text-decoration: none; border-bottom: dashed 1px #cc2200 }
#bodyContent a.new:hover { color: inherit !important; text-decoration: none; border-bottom: solid 1px #cc2200 }
#bodyContent .nounderlinelink a.new { border-bottom: none }
#deleteconfirm { position: absolute; top: 130px; left: 150px; }
li#ca-watch, li#ca-unwatch { margin-right: 1.6em; margin-left: .05em; }
li#ca-talk { margin-right: .4em; }
.forumlist td.forum_edited a { color: black; text-decoration: underline }
.templatesUsed li { font-size: smaller }
#insertusername { border-bottom: 2px dashed black; font-weight: bold; font-family: comic sans MS }
div.namespacesettings { float: right; clear: none; position: relative; top: -8em; width: 175px; border: 1px dotted #AAAAAA; padding: 4px; }
#tab-search-google { margin-left: 1em !important }

/* Change how diff pages display */
td.diff-addedline { border: 2px solid #CCFFCC; color: black; background-color: #F5F5F5 }
td ins.diffchange { color: black; background-color: #BBEEBB; font-size: 110%; font-weight: bold; text-decoration: none }
td.diff-deletedline { border: 2px solid yellow; color: black; background-color: #F5F5F5 }
td del.diffchange { color: white; background-color: #F08080; font-size: 110%; font-weight: bold; text-decoration: none }
td.diff-context { font-size: 85% }
.diff-context, .diff-deletedline, .diff-addedline { overflow: auto; display: block }

/* Blue message box */
.usermessage { background-color: #cedff2; border: 1px solid #AAA; color: #696969; font-weight: bold;    margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle; }
.usermessage a:link, .usermessage a:visited {color: #000;}

/* Round corners */
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
#content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }

/* Hidden stuff */
#editpage-copywarn { display: none !important; }
#editpage-tools { display: none !important; }
#custom-advert { visibility: hidden !important; display: none !important; }
#projects { visibility: hidden !important; display: none !important; }
#footer {display:none !important;}
#toolbar span a[title="Upload and insert an image inline"] { display: none }
#column-one > a { display: none } 
#graphicalspotlight1 { display: none; }

/* Auto delete box css */
#delete-dropdown {display: none; color: black; background-color: white; border: 1px solid red; -moz-border-radius-bottomleft: 1em; -moz-border-radius-bottomright: 1em; -moz-border-radius-topright: 1em; }
#delete-dropdown a {display: block; width: auto; font-weight: bold; color: black !important; -moz-border-radius: 1em; }
#delete-dropdown a:hover  { background-color: snow; }
#ca-delete:hover #delete-dropdown {display: block }
a[href*="setdelconfirm=wpConfirmB"] { display: none } 

/* Short Newpages css */
.new-long { background-color: yellow }
.new-shortish { background-color: #fdd }
.new-short { background-color: #fbb }
.new-shortest { background-color: #f44 }

/* Mark as voted */
a:link .vfhvoted { display: none }
a:visited .vfhvoted { display: inline !important; color: green }
a:link .vfhnotvoted { display: inline !important; font-size: 92% }
a:visited .vfhnotvoted { display: none }

/* Feature code */
.featurecode { display: inline !important }