From: Gabriel Dunne Date: Sun, 24 Feb 2019 02:39:59 +0000 (-0800) Subject: Updating css X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=cf1ea3c6b3dc475e755fcb5791d5e431c0ef31da;p=aggregate.git Updating css --- diff --git a/style.css b/style.css index 414be54..165f4f7 100644 --- a/style.css +++ b/style.css @@ -1,28 +1,84 @@ +body { + font-family: monospace; + margin: 20px; + margin-left: 30px; + font-size: 12px; + color: #999 +} +#agg div.aggim a { + color: #fff; + text-decoration: none; + font-size: 10px; + padding-top: 10px +} - body { font-family:monospace; margin:20px; margin-left:30px; font-size:12px; color:#999; } - - #agg div.aggim a { color:#fff; text-decoration:none; font-size:10px; padding-top:10px;} - #agg div.aggim:hover a { color:#444; } - #agg div.aggim:hover a:hover { text-decoration:underline; color:#000; } +#agg div.aggim:hover a { + color: #444 +} - #agg { margin:0; } - #agg .aggim { margin-bottom:120px;} +#agg div.aggim:hover a:hover { + text-decoration: underline; + color: #000 +} - a {color:#555; text-decoration:underline; } - a:hover {color:#000; text-decoration:none;} +#agg { + margin: 0 +} - .bin a { font-size:34px; } - .bin { margin-bottom:100px; } - .pages { margin-bottom:40px; line-height:2em; } - .pages a, pages span { padding:2px 6px;} - .pages a:hover { } +#agg .aggim { + margin-bottom: 120px + max-width:90%; +} - #s { display:none; position:absolute; right:20px; top:20px; } - #s form { } +a { + color: #555; + text-decoration: underline +} - pre { margin:0; padding:0; } +a:hover { + color: #000; + text-decoration: none +} - .desc { } +.bin a { + font-size: 34px +} - .ed input[type='text']{ width:400px; } \ No newline at end of file +.bin { + margin-bottom: 100px +} + +.pages { + margin-bottom: 40px; + line-height: 2em +} + +.pages a, pages span { + padding: 2px 6px +} + +.pages a:hover { +} + +#s { + display: none; + position: absolute; + right: 20px; + top: 20px +} + +#s form { +} + +pre { + margin: 0; + padding: 0 +} + +.desc { +} + +.ed input[type='text'] { + width: 400px +}