Files
greptweet/www/style.css
2015-10-02 19:04:35 +08:00

19 lines
484 B
CSS

body {
font-family: "San Francisco", sans-serif;
max-width: 50em;
position: relative;
margin: 0 auto 0;
padding: 0 1.5em 3%;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
body > * { max-width: inherit; overflow: auto; -webkit-overflow-scrolling: touch; }
#source li a img { width: 4em; background-color: silver; }
ul { margin: 0; padding: 0 }
ul li { list-style-type: none; display: inline; }
input, button { font-size: 1.3em; max-width: 10em;}