diff options
Diffstat (limited to 'shaarli.css')
-rw-r--r-- | shaarli.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shaarli.css b/shaarli.css index 0b261852..8dd8b14a 100644 --- a/shaarli.css +++ b/shaarli.css | |||
@@ -30,7 +30,8 @@ background-image: -ms-linear-gradient(top, #6A6A6A, #303030); /* IE10 */ | |||
30 | background-image: -o-linear-gradient(top, #6A6A6A, #303030); /* Opera 11.10+ */ | 30 | background-image: -o-linear-gradient(top, #6A6A6A, #303030); /* Opera 11.10+ */ |
31 | background-image: linear-gradient(top, #6A6A6A, #303030); | 31 | background-image: linear-gradient(top, #6A6A6A, #303030); |
32 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A6A6A', EndColorStr='#303030'); /* IE6-IE9 */ | 32 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A6A6A', EndColorStr='#303030'); /* IE6-IE9 */ |
33 | padding-bottom: 5px; | 33 | padding: 0 10 5 10; |
34 | margin: auto; | ||
34 | } | 35 | } |
35 | #pageheader a:link { color:#bbb; text-decoration:none;} | 36 | #pageheader a:link { color:#bbb; text-decoration:none;} |
36 | #pageheader a:visited { color:#bbb; text-decoration:none;} | 37 | #pageheader a:visited { color:#bbb; text-decoration:none;} |
@@ -41,7 +42,7 @@ padding-bottom: 5px; | |||
41 | .paging a:visited { color:#ccc; } | 42 | .paging a:visited { color:#ccc; } |
42 | .paging a:hover { color:#FFFFC9; } | 43 | .paging a:hover { color:#FFFFC9; } |
43 | .paging a:active { color:#fff; } | 44 | .paging a:active { color:#fff; } |
44 | #headerform { padding:5 5 5 15; } | 45 | #headerform { padding:5 5 5 5; } |
45 | #editlinkform { padding:5 5 5 15px; width:80%; } | 46 | #editlinkform { padding:5 5 5 15px; width:80%; } |
46 | #linklist li { padding:4 10 8 20; border-bottom: 1px solid #bbb;} | 47 | #linklist li { padding:4 10 8 20; border-bottom: 1px solid #bbb;} |
47 | #linklist li.private { background-color: #ccc; border-left:8px solid #888; } | 48 | #linklist li.private { background-color: #ccc; border-left:8px solid #888; } |
@@ -64,3 +65,5 @@ border-bottom:1px solid #aaa; border-right:1px solid #aaa; } | |||
64 | /* Minimal customisation for jQuery widgets */ | 65 | /* Minimal customisation for jQuery widgets */ |
65 | .ui-autocomplete { background-color:#fff; padding-left:5px;} | 66 | .ui-autocomplete { background-color:#fff; padding-left:5px;} |
66 | .ui-state-hover { background-color: #604dff; color:#fff; } | 67 | .ui-state-hover { background-color: #604dff; color:#fff; } |
68 | |||
69 | } \ No newline at end of file | ||