Created
July 6, 2015 01:20
-
-
Save greatghoul/527cbec91288f35ea50f to your computer and use it in GitHub Desktop.
微博WAP
This file contains 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
html, body, p, form, div, table, textarea, input, span, select { | |
font-size: 24px; | |
line-height: 1.5em; | |
} | |
html { | |
background-color: #2A2727; | |
} | |
body { | |
max-width: 800px; | |
margin: 0 auto; | |
} | |
textarea { | |
width: 100%; | |
box-sizing: border-box; | |
display: block; | |
} | |
br { | |
display: none; | |
} | |
.c, .n, .u, .pms, .pa, .pm { | |
padding: 10px 20px !important; | |
} | |
.c:hover { | |
background-color: #f1f3f3; | |
} | |
a img { | |
display: block; | |
margin: 10px; | |
} | |
.ut a img { | |
display: none; | |
} | |
.c > div:has('.cmt') { | |
border: 1px solid #dddddd; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment