Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: Reddit for voat
Submitted on November 25, 2017 at 06:56 AM

@import url(https://voat.co/css/min/voat-light.min.css);
body, html {
	font: x-small verdana,arial,helvetica,sans-serif;
	background: #fff 
}

.even, .odd, .submission {
	background: white;
}

.title:link {
	color: #00f !important;
	font-weight: normal !important;
}

.tagline {
	font-size: x-small !important;
}

.comments:link, .comments:visited, .savelink {
	color: #888 !important;
	font-weight: bold !important;
}

.thumbnail {
	border: none;
	border-radius: 0;
	background: transparent !important;
	height: 70px;
	width: 70px;
}

.thumbnail > img {
	height: width 100% !important;
}

#container {
	max-width: 100%;
	background: #FFF;
	border: none !important;
	border-top: 1px solid #5F99CF !important;
}

#header-banner {
	max-width: none;
	background: #CEE3F8;
}

#header-container { 
	border-top: 1px solid #CEE3F8;
}

#dashboard-menu {
	z-index: 99999999 !important;
	position:  absolute;
}

#header {
	background: #CEE3F8;
	margin: 0 0 0 !important;
	position: relative;
	height: 64px
}

.pagename a {
	color: black !important;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15px;
	position: relative;
	bottom: -12px;
	padding: 0;
}

.pagename a:hover {
	text-decoration: underline !important;
}

.tabmenu { 
	position: relative !important;
	bottom: -19px
}

.tabmenu > li > a {
	border-radius: none !important;
	font-weight: bold;
}

.tabmenu > li {
	margin: 0 3px
}

.tabmenu > .selected > a {
	background: white !important;
	color: #FF4500 !important;
	border-color: #5F99CF #5F99CF #FFF !important;
	padding: 2px 6px 0px;
	border-radius: 0 !important;
}

.tabmenu > .disabled > .contribute {
	display: none
}

.tabmenu > .disabled > a {
	color: #369 !important;
	background: #EFF7FF;
	border-radius: 0 !important;
	padding: 2px 6px 0px
}

.tabmenu > .disabled {
	background: #EFF7FF !important;
}


#header-img {
 -moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:120px;
	background: url(https://upload.wikimedia.org/wikipedia/en/thumb/8/82/Reddit_logo_and_wordmark.svg/1200px-Reddit_logo_and_wordmark.svg.png);
	background-size: 120px 40px;
	background-repeat:no-repeat;
	height:40px !important;
	width:120px !important;
	margin:auto;
	position:relative;
	top:1px;
}

.btn-whoaverse {
	margin: 0;
	padding: 0;
	background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll 0px -278px !important;
	border: 1px solid #C4DBF1 !important;
	line-height: 29px;
	height: 29px;
	color: #369 !important;
	width: 100%;
	height: 100%;
	font-size: 150%
}

.scorebar {
	display: none
}

.link > .entry:before  {
	background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll 0px -1043px !important;
	height: 50px;
	width: 70px;
	display: block;
	float: left;
	content: "";
}

.thumbnail + .entry:before {
	display: none;
}

.self > .entry:before  {
	background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll 0px -1267px !important;
	height: 50px;
	width: 70px;
	display: block;
	float: left;
	content: "";
}

.thumbnail + .entry:before {
	display: none;
}

.arrow-upvote { 
  background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll -84px -1618px !important;
	width: 16px !important;
	height: 16px !important;


}
.arrow-downvote { 
  background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll -42px -1618px !important;
	width: 16px !important;
	height: 16px !important;
}
.arrow-upvoted {
	background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll -105px -1618px !important;
	width: 16px !important;
	height: 16px !important;
}
.arrow-downvoted {
	background: #FFF url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll -63px -1618px !important;
	width: 16px !important;
	height: 16px !important;

}
.likes {
	color: #FF8B60 !important;
}

.btn-whoaverse-paging, .btn-whoaverse-paging:hover {
	font-size: larger;
	background: #EEE none repeat scroll 0% 0%;
	border: 1px solid #DDD;
	box-shadow: none;
	font-weight: bold
}
.btn-whoaverse-paging:hover {
		border: 1px solid #369;
}

.btn-whoaverse-paging > a {
	color: #369 !important;
}

.pagination-container:before {
	content: "view more:";
	color: #808080;
	font-size: larger;
}

.pagination-container > ul {
	width: unset;
	display: inline !important;
}

.top-bar, #dashboard-menu, .top-bar > nav {
	background: #F0F0F0 !important;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #808080;
	font-size: 9px;
	text-transform: uppercase;
}

.top-bar > nav > ul > li > a {
	color: black !important;
}

#header-account {
	position: relative;
	bottom: -37px;
	
	border-radius: none !important;
}

.logged-in {
	border: 0px solid;
	background: #EFF7FF !important;
	border-radius: 0px !important;
	border-top-left-radius: 7px !important;;
	border-right: none;
	padding: 4px;
	border-bottom: none;
	margin: 0 0 0 !important;
	height: 20px;
}

.logged-in > * {
	font-size: x-small;
	position: relative;
	top: -7px
}

.user > a {
		color: #369 !important;
}

a[href="javascript:document.getElementById('logoutForm').submit()"] {
	color: #369 !important;
}

.userkarma { 
	color: #808080 !important;
	font-weight: bold !important;
}

.whoaversename > a {
	color: black !important;
}

.whoaversename:hover {
	text-decoration: underline !important;
	color: black !important;
}

.btn-unsub, .btn-unsub:hover, .btn-sub, .btn-sub:hover {
	background: url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll 0px -182px !important;
	line-height: 18px;
	border-radius: 3px;
	font-size: 10px;
	border: 1px solid #444;
	padding: 1px 6px;
}

.btn-sub, .btn-sub:hover {
		background: url("https://www.redditstatic.com/sprite-reddit.6Om8v6KMv28.png") repeat scroll 0px 0 !important;

}

p {
	color: black
}

.leavemoderator {
	display: none
}

.side > .spacer > div > .content {
	background: white !important;
}

.userattrs {
	display: none
}

.alert-h1 {
	color: #808080;
	font-weight: normal;
}

.md p {
	line-height: 100%;
}

.author {
	color: #369 !important;
}

.comment a.author {
	margin: unset !important;

}

.commentvotesratio {
		display: none;

}

.comment {
		border: none !important;
	border-left: 1px dotted #DDF !important;
	margin-left: 15px;
	margin-top: 10px;
}

#nightmodetoggle {
	top: -2px !important;
}

.link {
	padding: 5px 5px;
}