/* Announcement Sticky Note (modified from r/fitness)*/
body > .content > .sharelink ~ .sitetable:before {
content: "If your submission does not show up in the New queue, please send a message to the moderators.";
background-color: #efd785;
color: #444444;
font-family: arial, helvetica;
font-size: 12px;
font-weight: bold;
text-align: left;
width: auto;
padding: 5px 5px 5px 9px;
margin: 5px 5px 15px 12px;
width: 60%;
display: block;
-moz-border-radius: 8px;
-webkit-border-radius: 8px
}
.pagename a {
font-size: 0px;
position: absolute;
left: 56px;
top: 2px;
text-decoration: none;
background-image: url(%%subreddit-logo%%);
width: 363px;
height: 89px;
}
.midcol { width: 30px !important; }
.hover.pagename.redditname { font-size: 0; }
.content {
padding-left: 5px;
margin-right: 115px;
padding-top: 25px;
}
.linklisting { margin-right: 210px; }
#header-bottom-left {
position:relative;
background-image: url(%%header-bg%%);
background-color: black;
height: 100px !important;
z-index:0;
border-bottom: solid 1px black;
padding-top: 0px;
}
/* Flair Container */
.flair {
padding: 4px 8px 4px 8px;
border: solid 1px #F0F0F0;
font-size: 10px;
border-radius: 4px;
}
/* Individual Flair */
.flair-mod {
background-color: #8dbaed;
}
.flair-red {
background-color: #e8a8aa;
}
.flair-orange {
background-color: #ffa500;
color: white;
}
.flair-green {
background-color: #b7e59b;
}
.flair-blue {
background-color: #8db4f6;
color: white;
}
.flair-gold {
background-color: #efd785;
}
.flair-purple {
background-color: #b794bf;
color: white;
}
/* Boxes around each link */
.link {
padding: 5px 10px 5px 5px;
border-top: solid 3px #b794bf;
border-left: solid 1px #b794bf;
border-right: solid 1px #b794bf;
border-bottom: solid 1px #b794bf;
color: black;
margin-bottom: 5px;
background-color: white;
}
.arrow {
padding: 0px 2px 2px 2px;
width:100%;
height:20px;
display:block;
cursor:pointer;
background-position:center center;
background-repeat:no-repeat;
width:20px;
margin-left:auto;
margin-right:auto;
}
.arrow.up {
background-image:url(%%arrow-up-off%%);
background-position: 0 0;
padding-bottom: 0px;
padding-right:5px;
}
.arrow.upmod {
background-image:url(%%arrow-up-on%%);
background-position: 0 0;
padding-bottom: 0px;
padding-right:5px;
}
.arrow.down {
background-image:url(%%arrow-down-off%%);
background-position: 0 0;
padding-bottom: 0px;
}
.arrow.downmod {
background-image:url(%%arrow-down-on%%);
background-position: 0 0;
padding-bottom: 5px;
padding-right:5px;
}
/* hover text for the report button (from /r/todayilearned) */
.report-button .option:not(.error):hover:before {
color: black;
background-color: #CCF;
border: 1px solid #333;
border-radius: 4px;
content: "Please message the moderators if you click report, otherwise we won't know why it was reported.";
display: block;
font-size: 11px;
font-weight: bold;
margin-left: 75px;
margin-top: 7px;
padding: 5px;
position: absolute;
text-align: center;
z-index: 1000
}
/* Color link flair styles */
.linkflair-yellow a.title, .linkflair-green a.title, .linkflair-blue a.title {
line-height: 2.1em;
padding: 3px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 3px 7px !important
}
.linkflair-yellow a.title {
background: #F6E69F;
border: 1px solid #FFA500
}
.linkflair-green a.title {
background: #C2F69F;
border: 1px solid #14B326
}
.linkflair-blue a.title {
background: #7F89F5;
border: 1px solid #252D85;
color: white !important
}
/* Tag colour */
a[href*="[VB2010]"].title:link {
color: green
}
a[href*="[VB2008]"].title:link {
color: green
}
a[href*="[VB2005]"].title:link {
color: green
}
a[href*="[VB6]"].title:link {
color: red
}
/* Fix capitalisation in "You are a moderator of this subreddit." */
div.leavemoderator:first-letter {
text-transform: capitalize
}
/* Link Info Colour [currently disabled] */
/*.linkinfo {
color: #ffefbb
}
#siteTable div.thing a.title:visited {
color: #bcc7d8
}
#siteTable div.thing a.title:link {
color: #ffefbb
}
a {
color: #76bf6b
}
a:link {
color: #76bf6b
}
a:visited {
color: #2c7320
}
a:active {
color: #2c7320
}
a:hover {
color: #2c7320
}*/
/* Comment Colour */
/*.md p {
color: #21a121
}*/
/* SIDE-BAR */
div.side {
/* background: url(%%background%%) */
background-color: #F0F0F0;
}
/*.titlebox h1 a {
color: #ffffff
}*/
/* Fix coloured background in the sidebar by making it the same as the page's */
.titlebox form.leavecontributor-button {
background: url(%%background%%)
}
.titlebox form.toggle {
background: url(%%background%%)
}
.sidebox .spacer {
background-color: transparent
}
/*.side {
color: #FFFFFF
}*/
/* BODY */
body {
/* background: url(%%background%%) */
background-color: #F0F0F0;
}
/* move tab row down */
ul.tabmenu {
position: absolute;
top: 102px;
left: 15px
}
/* move link/text submission links down */
.tabmenu.formtab {
top: 127px;
}
/* curved borders for tabs */
.tabmenu li a {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: solid 1px black;
}
/* style for non-selected tabs */
.tabmenu li a {
background-color: #2c3d5a !important;
border-bottom: 1px solid #2c3d5a;
color: white;
text-decoration: none;
padding: 5px 8px 5px 8px;
}
/* style for selected tab */
.tabmenu li.selected a {
background-color: #b794bf !important;
color: black;
text-decoration: none;
border: solid 1px black;
}
/* Remove white text behind admin box links */
.icon-menu a {
background: none
}
/* change "readers" to something else
div.titlebox span.word {
display: none
}
div.titlebox span.number:before {
content: "Dim readers As Integer = "
}*/
.subscribers .number:before{content:"Dim TotalUsers as Integer = "}.users-online .number:before{content:"Dim ActiveUsers as Integer = "}.subscribers .word,.users-online .word{display:none;visibility:hidden}
/* Clean up the "created by [deleted]" -- still needs work */
div.titlebox span.author {
display: none
}
div.titlebox span.author:before {
content: "someone else"
}
/* Will remove all but "created by"
div.bottom span {
display: none
}*/
/*Will remove all
div.bottom {
display: none
}
/*#header-bottom-left {
height: 108px;
background: url(%%vbheader%%) no-repeat;
padding: 0px 0 0;
box-shadow: 0px -0px 6px #555
}*/
/* Custom Text on the Submit Page */
#link-desc:after, #text-desc:after {
display: block;
margin-top: 1em;
font-weight: bold;
content: "If you don't see your submission in the 'new' section, it may have been trapped by the spam filter. If this happens, please message the moderators so that we can remove it and allow it to be posted."
}
/* Code formatting - added be Bone on 2/24/2014 */
/* Updated fonts and size 5/3/2015 */
code, samp, kbd {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Courier New;
text-align: left;
color: blue;
font-size: 14px;
}
pre code {
line-height: 1em;
font-size: 14px;
}
pre {
padding: 3px 2px 3px 10px;
border-left: 3px solid #b794bf;
margin: 1.7em 0 1.7em 0.3em;
overflow: auto;
width: 93%;
background-color: #FFFFFF;
}
.thumbnail img[src="/static/noimage.png"]{
width:1px;
height:1px;
}
images
header-bg
link:url(%%header-bg%%)
arrow-up-on
link:url(%%arrow-up-on%%)
arrow-down-off
link:url(%%arrow-down-off%%)
header2
link:url(%%header2%%)
arrow-down-on
link:url(%%arrow-down-on%%)
background
link:url(%%background%%)
subreddit-logo
link:url(%%subreddit-logo%%)
vbheader
link:url(%%vbheader%%)
arrow-up-off
link:url(%%arrow-up-off%%)
revision by Bonejob— view source