diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-19 13:32:44 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-19 13:32:44 +0200 |
| commit | 732dd3618db4bd4d522ef25033b15e6ed8073e0f (patch) | |
| tree | c76f15c5add627105e2647d1c8c651aa766fe95b | |
| parent | rvmrc conf (diff) | |
| download | lumberjaph-732dd3618db4bd4d522ef25033b15e6ed8073e0f.tar.gz | |
some css elements for stargit
Signed-off-by: franck cuny <franck@lumberjaph.net>
| -rw-r--r-- | static/css/screen.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 3dd13fa..87f5391 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -258,3 +258,37 @@ ul.posts span { margin-left: 30px; -webkit-box-shadow: 5px 5px 10px #262526; -moz-box-shadow: 5px 5px 10px #262526; box-shadow: 5px 5px 10px #262526; } + +/* stargit */ +ul.actions { + display: block; + list-style-type: none; + overflow: hidden; + padding: 0; +} + +ul.actions li { + float: left; + font-size: 1.2em; + margin-left: 0.6em; +} + +.minibutton input { + background-color: #f7f7f7; + border: 1px solid #d4d4d4; + color: #333; + display: block; + font-weight: bold; + margin: 0; + padding: 0.4em 1em; + height: 2em; + + text-shadow: 0 1px 0 #fff; + + background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec)); + background: -moz-linear-gradient(top, #f4f4f4, #ececec); + + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} |
