From: Gabriel Dunne Date: Mon, 19 Dec 2011 01:49:15 +0000 (-0800) Subject: Added some new style, and relative timestamp X-Git-Tag: v0.1~33 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=f6870f0bf44b4c3901098bd89d8b64973e77c672;p=clmpr.git Added some new style, and relative timestamp --- diff --git a/get.php b/get.php index c37c600..a2168e1 100644 --- a/get.php +++ b/get.php @@ -106,32 +106,12 @@ function deleteClump( id, elem ) { ?>
  • - - 0 || $user['user'] == $row['user']) : ?> - + - - - -   - - */ ?> - - - - - by - - - - - - × - +
    @@ -148,6 +128,17 @@ function deleteClump( id, elem ) {
    + + + ago by + + + + + + × + +
  • diff --git a/output.php b/output.php new file mode 100644 index 0000000..1fda99c --- /dev/null +++ b/output.php @@ -0,0 +1,23 @@ + - +    logout diff --git a/style.css b/style.css index 6f2afa1..df4e08c 100644 --- a/style.css +++ b/style.css @@ -1,18 +1,17 @@ body { color: #444444; - font-family: Monaco, monospace; - font-size: 12px; + font-family: Georgia, sans-serif; + font-size: 13px; line-height: 1.3em; } a { text-decoration:none; } a:hover { - color: #000099; - text-decoration: underline; + color: #000099 !important; } ul { - padding: 0pt; + padding: 0pt; } li { list-style-type: none; @@ -33,6 +32,7 @@ hr { color: #000000; } + #signin { position:absolute; top:0; @@ -43,47 +43,43 @@ hr { display: inline-block; } + ul.links li { - margin-top:0.35em; - margin-bottom:0.35em; + margin-top:1.5em; + margin-bottom:1.5em; } -ul.links li span.url { +ul.links li span.url a { display:inline-block; } +ul.links li span.url a { + text-decoration:underline; + color:#000; +} +ul.links li span.url a:hover { + text-decoration:none; +} ul.links li span.meta { color:#bbb; + font-style:italic; + font-size:12px; } ul.links li span.meta a { color:#999; } ul.links li .desc { - margin-left:1em; + color:#009; } ul.links li .expand { color:#aaa; } -ul.links li.expand .expand { - display:block; -} ul.links li .desc { display:inline-block; } ul.links li .tags { - display:inline-block; -} -ul.links li .less { - display:none; -} -ul.links li .more { - display:inline; -} -ul.links li.expand .more { - display:none; -} -ul.links li.expand .less { - display:inline; + display:block; } + .ui { color:#99f; text-decoration:none; @@ -98,6 +94,7 @@ ul.links li.expand .less { .ui.edit { } + form.new input[type="text"] { width:100%; } @@ -105,14 +102,22 @@ form.new input[type="text"] { ul.tags, ul.tags li { - display:inline; + font-style:italic; + display:inline-block; + font-size:12px; } ul.tags li { - background:#eef; - padding:0 4px; - margin:0 1px; + margin:0 1px 0 0; } ul.tags li a { - color:#aaf; + color:#aaa; + text-decoration:none; } - +ul.tags li a:hover { +} +ul.tags li:after { + content:", " +} +ul.tags li:last-child:after { + content:""; +} \ No newline at end of file