Skip to content

Instantly share code, notes, and snippets.

@prahladyeri
Created June 16, 2018 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prahladyeri/7c7fa03d747af1cd30533eb295549170 to your computer and use it in GitHub Desktop.
Save prahladyeri/7c7fa03d747af1cd30533eb295549170 to your computer and use it in GitHub Desktop.
Stylesheet for the /r/FreelanceProgramming subreddit.
div.sidebox.submit.submit-link a,
div.sidebox.submit.submit-text a,
div.sidebox.create div.morelink a
{
background-color: teal;
color: white;
font-family: monospace, mono, "Courier New", Courier;
letter-spacing: 0.1em;
}
div.morelink div.nub {
display: none;
}
div.srdrop span.selected.title {
color:white;
font-size: 10px;
font-weight: bold;
}
#sr-header-area {
background-color: crimson;
}
#sr-header-area .sr-list a {
color: white;
font-family: arial;
font-size: 10px;
font-weight: bold;
}
#sr-header-area { border-bottom: 1px dotted rgba(0,0,0,0.3); }
a#header-img {
width: 35px !important;
}
#header-bottom-left,
#header-bottom-right
{
background-color: crimson;
color: white;
font-family: monospace, mono,"Courier New", Courier;
}
#header-bottom-left {
font-size: 14px;
padding-top: 25px;
}
#header-bottom-right,
#header-bottom-right span,
#header-bottom-right a
{
font-size: 12px;
font-family: arial;
font-weight: bold;
color: white;
}
span.redditname a {
font-size:21px;
color: white;
}
span.redditname a:before{
content: "{}";
}
ul.tabmenu li a {
background-color: tomato;
color: white;
}
div.thing {
max-width: 1020px;
margin: 5px 0px 5px 0px;
padding: 7px 0px 7px 0px;
background-color: #FAFAFA;
border: 1px solid #aeaeae;
}
div.thing.stickied {
background-color: aliceblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment