2018-06-03 01:11:00 +03:00
|
|
|
body { background:#f4f4f4; padding:0px; margin:0px; }
|
2018-07-04 04:23:41 +03:00
|
|
|
body div { display:block; background: #ddd;min-height: calc(100vh - 60px);width: calc(100vw - 60px);margin: 15px;color: #555;padding: 15px;font-family:'input_mono_regular', 'Monospaced','Courier New',courier;font-size:11px; position: relative; border-radius: 2px }
|
2018-06-03 01:11:00 +03:00
|
|
|
body div #icon { display: block;width: 30px;height: 30px;background-image: url(../icon.white.svg);background-size: cover;background-repeat: no-repeat;position: absolute;bottom: 10px;right:10px;background-position: center;padding:0px }
|
2018-07-04 04:23:41 +03:00
|
|
|
body div p { display:block; padding:0px 5px; line-height: 20px}
|
|
|
|
body div p a { color:black; text-decoration: none; text-decoration: underline;}
|
2018-06-03 01:11:00 +03:00
|
|
|
body div p a:hover { text-decoration: underline; }
|
2018-07-04 04:23:41 +03:00
|
|
|
body div p b { font-weight: normal; color:#000; font-family: 'input_mono_medium' }
|
2018-06-03 01:11:00 +03:00
|
|
|
body div p.readme { max-width:500px; }
|
|
|
|
body div list { display:block; max-width: 800px; columns:3; border-bottom: 2px solid white;padding-bottom: 15px;margin-bottom:15px; overflow: hidden;}
|
2018-07-04 04:23:41 +03:00
|
|
|
body div list ln { width: 22em; display:block; padding-left:5px; overflow: hidden; text-overflow: ellipsis; }
|
|
|
|
body div list ln a { line-height: 20px; display: inline-block; color:#000; padding:0px 5px; text-decoration: none;}
|
|
|
|
body div list ln a:visited { color:#999; text-decoration: none;}
|
|
|
|
body div list ln a:hover { background:#ccc; color:#000; text-decoration: none; border-radius: 2px }
|