User:Aneris/vector.css

From RationalWiki
Jump to navigation Jump to search

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#bodyContent sup {
	font-size:smaller;
	vertical-align:baseline;
	position:relative;
	bottom:0.33em
}
#bodyContent sub {
	font-size:smaller;
	vertical-align:baseline;
	position:relative;
	bottom:-0.25em;
}

/* changing the logo with hover effect swap the image URL when you want the blue logo permanently */
#p-logo a,#p-logo a,#p-logo a,#p-logo a {
	background-image:url("http://rationalwiki.org/w/images/5/5f/Rwlogo_crystalbrain_grey.svg") !important
}

#p-logo:hover a,#p-logo a:hover,#p-logo a:hover,#p-logo a:hover {
	background-image:url("http://rationalwiki.org/w/images/8/8a/Rwlogo_crystalbrain_blue.svg") !important 
}


/* Link Colours. */

a:link {
	color:#0561A4 !important 
}
a:hover {
	color:#E03E08 !important 
}

a:active {
	color:#E03E08 !important 
}

a:visited {
	color:#0561A4 !important 
}

.new:link{color:#E03E08 !important 
	}
/* Icon Appendixes per service */
a[href^="http://youtu.be"]:after,
a[href^="http://www.youtu.be"]:after,
a[href^="http://youtube.com"]:after,
a[href^="http://www.youtube.com"]:after,
a[href^="https://youtu.be"]:after,
a[href^="https://www.youtu.be"]:after,
a[href^="https://youtube.com"]:after,
a[href^="https://www.youtube.com"]:after {	
	content: url(http://rationalwiki.org/w/images/d/d1/Link_yt.svg);
  margin: 0 0 0 5px;
}


a[href^="http://www.twitter.com"]:after,
a[href^="http://m.twitter.com"]:after,
a[href^="https://m.twitter.com"]:after,
a[href^="http://twitter.com"]:after, 
a[href^="https://twitter.com"]:after {	
	 content: url(http://rationalwiki.org/w/images/f/fd/Link_twitter.svg);
  margin: 0 0 0 5px;
}


/* Other */

.cquote {
	font:italic 1.1em/1.6em "Times New Roman",Times,serif;
	color:#222
}

#bodyContent {
	text-rendering:optimizelegibility;
	font-feature-settings:"liga";
	font:normal 17px/1.55em "Times New Roman",Times,serif;
	color:#444
}

p,div#content {
	text-rendering:optimizelegibility;
	font-feature-settings:"liga";
	line-height:1.45em;
	margin-bottom:0.6em
}

ul,ol {
	text-rendering:optimizelegibility;
	font-feature-settings:"liga";
	line-height:1.5em;
	margin-bottom:0.4em 
}

/* HEADLINES */

h1 {
	font:bold 34px "Century Schoolbook",Georgia,Times,serif;
	color:#333;
	margin:.2em 0 .4em 0;
	letter-spacing:-1px;
	font-size:40px !important;
	border-bottom:2px dotted #777 !important;
	text-transform:capitalize
}

h2 {
	font:bold 34px font-family:"Times New Roman",Times,serif;
	color:#333;
	margin:.2em 0 .4em 0;
	letter-spacing:-1px;
	font-size:28px !important;
	border-bottom:2px dotted #e2e2e2 !important;
	text-transform:capitalize
}

h3 {
	font-family:"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	font-size:1.2em;
	text-transform:capitalize
}

h4,h5 {
	font-family:"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	font-size:1em 
}

li {
	margin-bottom:0.5em 
}

/* recent changes  
.rcoptions {
	border:none !important;
	background:#e5eef5;
	background:-moz-linear-gradient(top,#f8fbfd 0%,#fefefe 100%);
	background:-webkit-linear-gradient(top,#f8fbfd 0%,#fefefe 100%);
	background:linear-gradient(to bottom,#f8fbfd 0%,#fefefe 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd',endColorstr='#fefefe',GradientType=0 )
} */

legend {
	font:bold 17px/1.55em "Times New Roman",Times,serif !important;
}


/* removes redundant bullet points on recent change list */

.special {
  list-style-image: none;
	}

.selected {
	background:#e5eef5;
	background:-moz-linear-gradient(top,azure 0%,#f8fbfd 100%);
	background:-webkit-linear-gradient(top,azure 0%,#f8fbfd 100%);
	background:linear-gradient(to bottom,azure 0%,#f8fbfd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='azure',endColorstr='#fefefe',GradientType=0 ) 
}

#pagehistory li {
	list-style-image:none;
	border-bottom:2px dotted #ccc;
}

#pagehistory abbr[title] {
	float:left; 
	padding-right: 7px;
	font:small-caps 1.5em/1em "Times New Roman",Times,serif !important
}

li.mw-line-even,li.mw-line-odd {
	border-bottom:2px dotted #ccc;
	padding:6px;
	width:100%;
	font:normal 13px/1.6em sans;
}

li.mw-line-even {
	background:#FFF
}
li.mw-line-odd {
	background:#e5eef5;
	background:-moz-linear-gradient(top,#f8fbfd 0%,#fefefe 100%);
	background:-webkit-linear-gradient(top,#f8fbfd 0%,#fefefe 100%);
	background:linear-gradient(to bottom,#f8fbfd 0%,#fefefe 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd',endColorstr='#fefefe',GradientType=0 ) 
}

li.mw-line-even a, li.mw-line-odd a  {
	font:normal 1em sans;
}

/* MAKES RECENT CHANGES M/N/! signs:
inabbr[title] {	float:left;	margin-right: 20px;	font:small-caps 2.5em/1em "Times New Roman",Times,serif !important;}  */

abbr.minoredit {color:green;}
abbr.newpage {color: #B68200;}
abbr.unpatrolled {	color:#0561A4 ;}
abbr.bot {	color:gray;}

.mw-watched a  {
			color:#E03E08 !important ;
		  font:bold 18px/1.55em "Times New Roman",Times,serif !important;
	}

.comment a:link:after {
	content: ' (jump to) '
	}

/* Table of Contents */
.toclevel-1 {
	font-family:Verdana,Geneva,sans-serif;
	margin-bottom:0.1em 
}

table.infobox,.toclevel-2,.toclevel-3,.toclevel-4,.toclevel-5 {
	font-family:Verdana,Geneva,sans-serif;
	font-size:0.9em;
	margin-bottom:0em 
}

ul.references,ol.references {
	font-family:Verdana,Geneva,sans-serif;
	font-size:0.9em;
	margin-bottom:0.1em 
}


.editsection {
	font:normal 16px/1.6em "Times New Roman",Times,serif !Important
}

ol,ul {
	margin-left:0px;
	padding-right:0px;
	list-style-type:none 
}

ol li {
	counter-increment:step-counter 
}

ol li::before {
	content:counter(step-counter) ;
	margin-right:7px;
	font-size:85%;
	color:#999 
}

#toctitle,#toc h2 {
	padding-right:70px;
	text-align:left;
	clear:both;
	color:#186ba7 ;
	letter-spacing: 0px;
	text-transform:capitalize 
}

/* Table of Contents */

#toc h2 {
	text-align:left;
	font:bold 23px/1.6em "Times New Roman",Times,serif !Important;
	border-bottom:0px dotted !important 
}

.toc {
	margin-top:33px !important;
	margin-bottom:33px !important;
	border-left:none !important;
	border-right:none !important;
	border-top:2px dotted #777 !important;
	border-bottom:1px dotted #AAA !important;
	background: #e5eef5;
	background: -moz-linear-gradient(top,  #f8fbfd 0%, #fefefe 100%);
	background: -webkit-linear-gradient(top,  #f8fbfd 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #f8fbfd 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd', endColorstr='#fefefe',GradientType=0 );


}

.thumbinner, .threadheader {
	border:none !important;
	background: #e5eef5;
        background: -moz-linear-gradient(top,  #f8fbfd 0%, #fefefe 100%);
        background: -webkit-linear-gradient(top,  #f8fbfd 0%,#fefefe 100%);
        background: linear-gradient(to bottom,  #f8fbfd 0%,#fefefe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd', endColorstr='#fefefe',GradientType=0 );

}
.thumb {
	font:italic 17px/1.55em "Times New Roman",Times,serif !important;
	border:none !important
}
dd {
	border-left:2px solid #EEE;
	padding-left:5px
}


/* Justify? Remove this when you want left-aligned */
body {
   text-align: justify;
}
 
blockquote {
	font-size: 0.875em;
}
 
#pt-userpage {
  background-position: left center;
}
 
#mw-head {
  font-variant: small-caps;
}
 
div.vectorTabs li a, div.vectorMenu h3 span {
  font-size: 0.9em;
}
 
div.vectorTabs span a {
  padding-top: 0.9em;
	margin-top: 0.51em;
}

/* found this one elsewhere, no idea where it shows up, but many users had it */
	
.lqt_thread a:target + input + .lqt-post-wrapper {
    border-color: Aquamarine ;
    background-color: PowderBlue ;
}

/* spaces out the top right corner "personal stuff" links */
	
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-newmessages, #pt-mycontris, #pt-logout {
	 padding-right: 10px;
}

/* remove tiny icon next to user-link */
li#pt-userpage { background: none }

.mw-rollback-link {
 display: none ! important;
}
	
/*makes WIGO nicer */
	.vote {
	border-bottom: 2px dotted #ccc;
	padding: 8px;
}

.vote td:nth-child(3) {
  width:100%;
}

/* hide donate button */
#n-Donate {visibility: hidden;}

/* hide little lines in left nav */
div#mw-panel div.portal div.body {
		background-image: none;
}