Created
August 21, 2013 20:20
-
-
Save AstDerek/6299691 to your computer and use it in GitHub Desktop.
Colores pastel de 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
body { background: transparent url(%%sensitive-much-20%%) 50% 28px fixed; } | |
#header { | |
background: transparent url(%%sensitive-much%%) 50% 28px fixed; | |
border: none; | |
height: 300px; | |
} | |
#header-img { visibility: hidden; } | |
#header-bottom-left, .content, #siteTable { background-color: transparent; } | |
.content .md { | |
color: #8b4513; | |
font-family: Georgia, "Times New Roman", Times, serif; | |
font-size: 1.2em; | |
line-height: 1.2em; | |
background-color: #fff; | |
} | |
.tabmenu li a, .tabmenu li.selected a { | |
border-radius: 3px; | |
border: 1px solid #000; | |
padding: 6px 12px; | |
background-color: #fff; | |
} | |
.pagename a:after { content: ": SoloVino"; } | |
.pagename a { | |
background-color: #000; | |
color: #fff; | |
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: Georcia, "Times New Roman", Times, serif; | |
font-size: medium; | |
line-height: 1.6em; | |
margin: 0; | |
text-align: center; | |
border-bottom: 1px solid #000; | |
} | |
.entry { position: relative; } | |
.entry p.title, .content .md { | |
border: 1px solid #000; | |
border-radius: 6px; | |
padding: 6px; | |
} | |
.entry .title { | |
font-family: Georgia, "Times New Roman", Times, serif; | |
font-size: large; | |
background-color: #fff; | |
} | |
.entry .title:first-letter { font-size: 2em; } | |
.thing .title, .thing .title.loggedin { color: #b22222; } | |
.thing .title:visited, .thing .title.click:visited, .thing .title.loggedin:visited, .thing .title.loggedin.click:visited { color: #3c6f99; } | |
.domain, .domain a { color: #964b00; } | |
.entry .buttons li a { color: #67403a; } | |
.entry .flat-list { | |
display: inline-block; | |
width: auto; | |
} | |
.entry .flat-list li { float: right; } | |
.comment .child, .comment .showreplies { | |
border-left: 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-radius: 3px; | |
color: #fff; | |
background-color: #0c6; | |
} | |
.tagline .author { | |
display: inline-block; | |
padding: 3px; | |
border-radius: 3px; | |
background-color: #69c; | |
color: #fff; | |
font-weight: normal; | |
} | |
.side { | |
padding: 340px 5px 0; | |
font-family: Georgia, "Times New Roman", Times, serif; | |
box-shadow: -3px 3px 6px #ccc; | |
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: Georgia,"Times New Roman",Times,serif; | |
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: #fff; | |
background-color: #69c; | |
border-radius: 6px; | |
} | |
.side .sidebox.create { display: none; } | |
.comment .userattrs+span { display:none; } | |
#siteTable:before { | |
content: "TecharemosD-"; | |
text-align: center; | |
font-weight: bold; | |
font-size: x-large; | |
padding: 5em; | |
color: #369; | |
cursor: pointer; | |
} | |
.link .usertext .md { background-color: #fff; } | |
.usertext-body, | |
.new-comment .usertext-body { | |
background: transparent; | |
border: none; | |
} | |
.usertext-edit textarea { font-family: "Chalkduster","Comic Sans MS","Comic Sans"; } | |
.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; | |
border-radius: 10px; | |
border-top-left-radius: 0px; | |
border-top-right-radius: 0px; | |
} | |
.stamp.nsfw-stamp acronym { background-color: #f33; } | |
.tagline .stickied-tagline { background-color: #282; } | |
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