www.reddit.com
one year ago by p1rat
5 2
html body, div.thing, div.sitetable {
background: none;
background-color: #fff;
}
/*** header ***/
#header-bottom-left {
height: 70px;
overflow: hidden;
background: none;
padding: 0;
box-shadow: 0 0 0 transparent;
}
#header-bottom-left span {
display: none;
}
#header-bottom-left ul.tabmenu li a {
color: #369;
}
#header-bottom-left #header-img {
max-width: 120px;
max-height: 40px;
margin-top: 25px;
margin-left: 6px;
}
#header {
border: 0;
border-bottom: 1px solid #B8CBDE;
height: 70px;
background: #CEE3F8;
}
/*** Tabmenu ***/
ul.tabmenu {
position: absolute;
margin: 0;
padding: 0;
top: 87px;
left: 10px;
border: 0;
}
ul.tabmenu li {
border: 1px solid #E1E1E1;
border-left: 0;
padding: 5px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
margin: 0;
}
ul.tabmenu li:first-child {
border-left: 1px solid #E1E1E1;
border-radius: 3px 0 0 3px;
}
#header ul.tabmenu li:last-child {
border-radius: 0 3px 3px 0;
}
#header ul.tabmenu li a {
background: transparent;
font-size: 11px;
border: 0;
}
#header ul.tabmenu li.selected a {
border: 0;
color: #fff;
}
ul.tabmenu li.selected {
background: #FF453A;
border: 1px solid #BF332C;
}
/*** Posts ***/
.content {
margin-top: 50px;
background: none;
}
.midcol {
width: 60px;
}
.thing {
padding-bottom: 25px;
}
div.score {
margin: 10px 0 10px -2px;
color: #8C8C8C;
font-size: 12pt;
}
a {
color: #336699;
}
span.rank {
display: none;
}
.entry {
padding: 5px;
}
.keyHighlight {
outline: 1px solid #E1E1E1;
background: #EBF2FC;
}
ul.flat-list.buttons li a {
color: #8C8C8C;
}
.tagline a {
color: #8C8C8C;
}
p.title a.title {
color: #369;
}
p.title a.title:visited {
color: #62A;
}
/*** Topmenu ***/
#sr-header-area {
position: absolute;
width: 100%;
padding: 3px;
margin: 0;
background: #2D2D2D;
color: #CCC;
}
#sr-header-area a, #sr-header-area div, #sr-header-area div a {
background: #2D2D2D;
color: #CCC;
}
span.hover.pagename.redditname a {
display: none;
}
/*** User menu ***/
#header-bottom-right {
margin: 0;
top: 27px;
background: none;
right: 0;
}
#header-bottom-right span, #header-bottom-right div, #header-bottom-right ui, #header-bottom-right a {
float: right;
outline: 0px solid red;
width: 20px;
height: 20px;
margin: 5px;
overflow: hidden;
}
#header-bottom-right a {
color: #8C8C8C;
text-shadow: transparent 0 0 0;
}
#header-bottom-right span.separator {
display: none;
}
/*hide menu*/
#header-bottom-right #userbarToggle {
color: transparent;
background: url('http://i.imgur.com/HCjHt.png')no-repeat top left;
}
/*user*/
#header-bottom-right span.user {
width: 250px;
height: 26px;
margin-top: -1px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EFF7FF));
color: transparent;
box-shadow: inset 0 0 1px 1px #bebebe;
border-radius: 4px;
}
#header-bottom-right span.user a, #header-bottom-right span.user b {
color: gray;
font-weight: bold;
font-size: 12px;
line-height: 26px;
margin: 0;
}
#header-bottom-right span.user a {
float: left;
margin-left: 7px;
width: 100px;
}
#header-bottom-right span.user img {
display: none;
}
#header-bottom-right span.user b {
float: right;
width: 45px;
}
/*message*/
#header-bottom-right .nohavemail {
color: transparent;
/* background: url('http://i.imgur.com/ml7zJ.jpg')no-repeat top left;*/
}
/*settings*/
#header-bottom-right .flat-list a {
color: transparent;
background: url('http://i.imgur.com/EzT2o.png')no-repeat top left;
}
/*RES settings*/
#header-bottom-right #openRESPrefs {
color: transparent;
background: url('http://i.imgur.com/eKZ8s.png')no-repeat top left;
}
/*toogle color theme*/
#header-bottom-right #lightSwitch {
color: transparent;
background: url('http://i.imgur.com/HVrnP.png')no-repeat top left;
}
/*logout*/
#header-bottom-right .logout a {
color: transparent;
background: url('http://i.imgur.com/xouxY.png')no-repeat top left;
}
/*** Side menu ***/
.side, .side .spacer .titlebox {
padding: 0;
background: #fff;
margin-top: -2px;
}
.side .spacer .titlebox h1 a {
background: none;
}
.side div.spacer, .side div.morelink, .side div.nub {
position: relative;
background: none;
border: 0;
padding: 0;
color: #8C8C8C;
}
.side div.morelink a, #search {
top: 70px;
border: 1px solid #E1E1E1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
letter-spacing: 1px;
width: 200px;
border-radius: 3px;
color: #8C8C8C;
display: block;
padding: 3px;
font-size: 9pt;
line-height: 16pt;
font-weight: normal;
right: 0;
margin-top: 12px;
}
.side .spacer #search input[type="text"] {
position: relative;
background: transparent;
}
#search input {
border: 0;
width: 192px;
color: #8C8C8C;
font: small verdana, arial, helvetica, sans-serif;
}
ol li a {
display: none;
}
hackaday.com
one year ago by p1rat
0 0
div.snap_nopreview.sharing.robots-nocontent, div.postmeta, #subcontent, #footer, form, #respond {
display: none;
}
a {
border: none;
color: #aaa;
}
a:hover {
background: none;
text-decoration: underline;
}
#content {
width: 500px;
margin: auto;
text-align: center;
float: none;
border: 0;
}
p:nth-child(n+2) {
text-align: left;
}
div.post {
margin-bottom: 100px;
}