User:Psl631/vector.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
div#simpleSearch #searchInput {
	font-family: 'Comic Sans MS', sans-serif;
}


 #content, #content table
 #p-cactions ul li a { background: #fcfffc; }

 .usermessage {
 background: #00E400;
 border: 1.1px dashed #060;
 }

 pre { border: 1px dashed #060; }

 #catlinks {
 border: 1px dotted #272;
 background-color: #fdfffd;
 padding: 4px;
 }
 #siteNotice {
  display: none;
 }
 select {
  border: 1px solid #2f6f2f; 
 }
 input {
 background-color: #fdfffd;
 }
 textarea {
  font-family: Courier;
  font-size: 14px;
 }

/****************
 * Custom Fonts *
 ****************/
body {
  font-family: Segoe UI;
  font-size:15px;
}

#content {
font-family:Verdana
}

a { color: #080; text-decoration: none; }
a:visited { color: #050; }
a:active { color: #111; }
#p-personal a.new { color: #b00; }
#p-personal a.new:visited { color:#800; }
#bodyContent a.external { color: #0a0; }
#bodyContent a.extiw:active { color: #020; }

/** Fixes **/


/* Stop the visited links in [[Special:ListUsers]] and similar pages from seeming like red links */
.curse_account .a, a:visited {
	color: #0b0080;
}

/* Re-style the "You have new messages" text while my user talk page is edited */
#pt-mytalk a.mw-echo-alert {
	color:#FF00FF; font-family:Courier; font-size:13px;
}


/* Add [[File:Grid Golden Pickaxe.png]] to my userlinks */
.mw-userlink[title="User:Psl85"],
.mw.userlink[title="User:psl85"] {
	padding-left: 19px;
	background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/thumb/3/3f/Grid_Golden_Pickaxe.png/16px-Grid_Golden_Pickaxe.png) no-repeat left center;


/* Label anonymous userlinks (IPs) differently from others */
.mw-anonuserlink {
    background-color: #CCC;
    font-family: "Courier";
}

/** Courtesy of [[User:Majr/hydra.css]] **/

/* Make the "changed since your last visit" on page history have a cyan background and darker cyan outline
   Basically a cyan version of the "You have new messages" box */
.updatedmarker {
    background: #00FFFF;
    border: 1px solid #00BEFF;
    padding: 1px;
}

/* Hide diff markers, the colours make it obvious */
td.diff-marker {
	visibility: hidden;
}
table.diff col.diff-marker {
	width: 0;
}
table.diff col.diff-content {
	width: 50%;
}

/* Stop pre (often used for code blocks) from breaking out the page */
pre {
	overflow-x: auto;
}

/* Make redirect links purple while reading a page, to easily see links who are redirects */
body.action-view .mw-redirect,
body.action-view .mw-redirect:link,
body.action-view .mw-redirect:visited {
	color: #800080;
}

/* Prism syntax highlighting */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

pre,
code,
tt,
kbd,
samp,
.mw-code {
	font-family: Courier, monospace;
}

code[class*="language-"],
pre[class*="language-"],
pre[class*="mw-code"] {
	color: black;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
	
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
	hyphens: none;
}

.token.comment {
	color: #45A946;
	font-style: normal;
}

.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
	font-style: normal;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.regex {
	color: #1E66B1;
}

.token.operator,
.token.entity,
.token.url {
	color: #a67f59;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #DD0058;
}

.token.number,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}

/* Make links in code keep their syntax highlighting colours
 * but add an underline so it's still obvious they're clickable */
.mw-code a:not(:hover) {
	color: inherit;
	text-decoration: underline;
}

/* Remove the <code> tag borders */
pre code {
	border-style: none;
 	padding: 0;
}

/** Testing stuff **/

input, select, option, button, textarea {
font-family: Lucida Console
}