Skip to content

Instantly share code, notes, and snippets.

@greatghoul
Created July 6, 2015 01:20
Show Gist options
  • Save greatghoul/527cbec91288f35ea50f to your computer and use it in GitHub Desktop.
Save greatghoul/527cbec91288f35ea50f to your computer and use it in GitHub Desktop.
微博WAP
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