aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/css/shaarli.css')
-rw-r--r--tpl/default/css/shaarli.css77
1 files changed, 72 insertions, 5 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 73fade5f..3391fa05 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -211,7 +211,7 @@ body, .pure-g [class*="pure-u"] {
211 } 211 }
212} 212}
213 213
214#search, #search-linklist { 214#search, #search-linklist, #search-tagcloud {
215 text-align: center; 215 text-align: center;
216 width: 100%; 216 width: 100%;
217} 217}
@@ -234,6 +234,7 @@ body, .pure-g [class*="pure-u"] {
234} 234}
235 235
236#search button, 236#search button,
237#search-tagcloud button,
237#search-linklist button { 238#search-linklist button {
238 background: transparent; 239 background: transparent;
239 border: none; 240 border: none;
@@ -251,6 +252,9 @@ body, .pure-g [class*="pure-u"] {
251#search-linklist button:hover { 252#search-linklist button:hover {
252 color: #fff; 253 color: #fff;
253} 254}
255#search-tagcloud button:hover {
256 color: #d0d0d0;
257}
254 258
255#search-linklist { 259#search-linklist {
256 padding: 5px 0; 260 padding: 5px 0;
@@ -275,6 +279,19 @@ body, .pure-g [class*="pure-u"] {
275 } 279 }
276} 280}
277 281
282.subheader-form a.button {
283 color: #f5f5f5;
284 font-weight: bold;
285 text-decoration: none;
286 border: 2px solid #f5f5f5;
287 border-radius: 5px;
288 padding: 3px 10px;
289}
290
291.linklist-item-editbuttons .delete-checkbox {
292 display: none;
293}
294
278#header-login-form input[type="text"], #header-login-form input[type="password"] { 295#header-login-form input[type="text"], #header-login-form input[type="password"] {
279 width: 200px; 296 width: 200px;
280} 297}
@@ -522,8 +539,8 @@ body, .pure-g [class*="pure-u"] {
522 color: #1b926c; 539 color: #1b926c;
523} 540}
524 541
525.linklist-item-title .linklist-link:visited { 542.linklist-item-title a:visited .linklist-link {
526 color: #1b926c; 543 color: #555555;
527} 544}
528 545
529.linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{ 546.linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{
@@ -734,10 +751,11 @@ body, .pure-g [class*="pure-u"] {
734.page-form a { 751.page-form a {
735 color: #1b926c; 752 color: #1b926c;
736 font-weight: bold; 753 font-weight: bold;
754 text-decoration: none;
737} 755}
738 756
739.page-form p { 757.page-form p {
740 padding: 0 10px; 758 padding: 5px 10px;
741 margin: 0; 759 margin: 0;
742} 760}
743 761
@@ -1053,7 +1071,7 @@ form[name="linkform"].page-form {
1053} 1071}
1054 1072
1055#cloudtag, #cloudtag a { 1073#cloudtag, #cloudtag a {
1056 color: #000; 1074 color: #252525;
1057 text-decoration: none; 1075 text-decoration: none;
1058} 1076}
1059 1077
@@ -1062,6 +1080,42 @@ form[name="linkform"].page-form {
1062} 1080}
1063 1081
1064/** 1082/**
1083 * TAG LIST
1084 */
1085#taglist {
1086 padding: 0 10px;
1087}
1088
1089#taglist a {
1090 color: #252525;
1091 text-decoration: none;
1092}
1093
1094#taglist .count {
1095 display: inline-block;
1096 width: 35px;
1097 text-align: right;
1098 color: #7f7f7f;
1099}
1100
1101#taglist .rename-tag-form {
1102 display: none;
1103}
1104
1105#taglist .delete-tag {
1106 color: #ac2925;
1107 display: none;
1108}
1109
1110#taglist .rename-tag {
1111 color: #0b5ea6;
1112}
1113
1114#taglist .validate-rename-tag {
1115 color: #1b926c;
1116}
1117
1118/**
1065 * Picture wall CSS 1119 * Picture wall CSS
1066 */ 1120 */
1067#picwall_container { 1121#picwall_container {
@@ -1210,3 +1264,16 @@ form[name="linkform"].page-form {
1210.pure-button { 1264.pure-button {
1211 -moz-user-select: auto; 1265 -moz-user-select: auto;
1212} 1266}
1267
1268.tag-sort {
1269 margin-top: 30px;
1270 text-align: center;
1271}
1272
1273.tag-sort a {
1274 display: inline-block;
1275 margin: 0 15px;
1276 color: white;
1277 text-decoration: none;
1278 font-weight: bold;
1279}