summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-19 13:32:44 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-19 13:32:44 +0200
commit732dd3618db4bd4d522ef25033b15e6ed8073e0f (patch)
treec76f15c5add627105e2647d1c8c651aa766fe95b /static
parentrvmrc conf (diff)
downloadlumberjaph-732dd3618db4bd4d522ef25033b15e6ed8073e0f.tar.gz
some css elements for stargit
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css34
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;
+}