Created
August 21, 2013 20:46
-
-
Save AstDerek/6300044 to your computer and use it in GitHub Desktop.
Sin colores, para techoBlanco
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { color: #666; } | |
h1, h2, h3 { color: #000; } | |
body { | |
background-color: #fff; | |
color: #000; | |
} | |
#header { | |
background-color: #fff; | |
border: none; | |
} | |
#header-bottom-left, | |
.content, | |
#siteTable { background-color: #fff; } | |
.content .md { | |
color: #000; | |
font-family: arial; | |
font-size: 1.2em; | |
line-height: 1.6em; | |
background-color: #fff; | |
border: none; | |
} | |
.tabmenu li a, | |
.tabmenu li.selected a { | |
border: none; | |
padding: 6px 12px; | |
background-color: #fff; | |
color: #666; | |
} | |
.pagename a:after { content: ": SoloVino"; } | |
.pagename a { | |
font-size: 2em; | |
padding: 3px 8px; | |
} | |
.midcol { | |
float: right; | |
margin: auto 7px auto 4px; | |
} | |
.midcol.likes .score { color: #0c6; } | |
.midcol.dislikes .score { color: #c06; } | |
.listing-page .thing.link.self .midcol { display: none; } | |
.thing { background-color: transparent; } | |
.thing .rank { | |
font-family: arial; | |
font-size: medium; | |
line-height: 1.6em; | |
margin: 0; | |
text-align: center; | |
} | |
.entry { position: relative; } | |
.entry p.title, .content .md { | |
border: none; | |
padding: 6px; | |
} | |
.entry .title { | |
font-family: arial; | |
font-size: large; | |
background-color: #fff; | |
} | |
.entry .title:first-letter { font-size: 2em; } | |
.thing .title, .thing .title.loggedin { color: #666; } | |
.thing .title:visited, .thing .title.click:visited, .thing .title.loggedin:visited, .thing .title.loggedin.click:visited { color: #66c; } | |
.domain, .domain a { color: #666; } | |
.entry .buttons li a { color: #666; } | |
.entry .flat-list { | |
display: inline-block; | |
width: auto; | |
} | |
.entry .flat-list li { float: right; } | |
.comment .child, .comment .showreplies { | |
border: none; | |
margin-left: 50px; | |
} | |
.comment .tagline { | |
display: inline-block; | |
margin: 1px; | |
padding: 3px; | |
background-color: #fff; | |
} | |
.comment .entry.unvoted .score.unvoted, | |
.comment .entry.likes .score.likes, | |
.comment .entry.dislikes .score.dislikes { | |
display: inline-block; | |
padding: 3px; | |
border: none; | |
color: #fff; | |
background-color: #666; | |
} | |
.tagline a { color: #666; } | |
.tagline .submitter { color: #666; } | |
.tagline .author.submitter { | |
display: inline-block; | |
padding: 3px; | |
border: none; | |
background-color: #666; | |
color: #fff; | |
font-weight: normal; | |
} | |
.side { | |
padding: 340px 5px 0; | |
font-family: arial; | |
position: relative; | |
} | |
.side .subscribers .word, | |
.side .users-online .word { display: none; } | |
.side .subscribers .number:after { content: " mexicanos bien informados"; } | |
.side .users-online .number:after { content: " compatriotas que no procrastinan"; } | |
.side .titlebox .redditname { | |
display: block; | |
font-family: arial; | |
margin: 8px; | |
position: absolute; | |
text-align: center; | |
top: 0; | |
} | |
.side .titlebox .md { | |
font-size: 100%; | |
height: 250px; | |
margin: 0 10px; | |
padding: 20px; | |
position: absolute; | |
top: 40px; | |
color: #000; | |
background-color: #fff; | |
border: none; | |
} | |
.side .sidebox.create { display: none; } | |
.comment .userattrs+span { display:none; } | |
#siteTable:before { | |
content: "Tema inspirado por comentarios de pedrow"; | |
text-align: center; | |
font-weight: bold; | |
font-size: x-large; | |
padding: 5em; | |
color: #666; | |
cursor: pointer; | |
} | |
.link .usertext .md { | |
background-color: #fff; | |
border: none; | |
} | |
.usertext-body, | |
.new-comment .usertext-body { | |
background: transparent; | |
border: none; | |
} | |
.usertext-edit textarea { font-family: arial; } | |
.stamp acronym, | |
.tagline .stickied-tagline { | |
color: #fff; | |
background-color: #333; | |
font-weight: bold; | |
padding: 3px; | |
position: absolute; | |
left: 5em; | |
top: 0; | |
width: 20em; | |
text-align: center; | |
border: none!important; | |
} | |
.stamp.nsfw-stamp acronym { background-color: #666; } | |
.tagline .stickied-tagline { background-color: #666; } | |
a[href*=extrapalapaquetl] { | |
display: inline-block; | |
vertical-align: middle; | |
width: 500px; | |
height: 500px; | |
background: transparent url(%%extrapalapaquetl%%) 0 0 no-repeat; | |
text-indent: -9999px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment