aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/css')
-rw-r--r--tpl/default/css/shaarli.css104
1 files changed, 90 insertions, 14 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 8fcd13af..28920648 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -35,14 +35,29 @@ pre {
35} 35}
36 36
37@font-face { 37@font-face {
38 font-family: 'Roboto Slab'; 38 font-family: 'Roboto';
39 font-weight: 400; 39 font-weight: 400;
40 font-style: normal; 40 font-style: normal;
41 src: 41 src:
42 local('Fira Sans'), 42 local('Roboto'),
43 local('Fira-Sans-regular'), 43 local('Roboto-Regular'),
44 url('../fonts/Fira-Sans-regular.woff2') format('woff2'), 44 url('../fonts/Roboto-Regular.woff2') format('woff2'),
45 url('../fonts/Fira-Sans-regular.woff') format('woff'); 45 url('../fonts/Roboto-Regular.woff') format('woff');
46}
47
48@font-face {
49 font-family: 'Roboto';
50 font-weight: 700;
51 font-style: normal;
52 src:
53 local('Roboto'),
54 local('Roboto-Bold'),
55 url('../fonts/Roboto-Bold.woff2') format('woff2'),
56 url('../fonts/Roboto-Bold.woff') format('woff');
57}
58
59body, .pure-g [class*="pure-u"] {
60 font-family: Roboto, Arial, sans-serif;
46} 61}
47 62
48/** 63/**
@@ -68,10 +83,6 @@ pre {
68 .pure-u-xl-visible { display: inline-block !important; } 83 .pure-u-xl-visible { display: inline-block !important; }
69} 84}
70 85
71.pure-g [class*="pure-u"]{
72 font-family: Roboto Slab, Arial, sans-serif;
73}
74
75/** 86/**
76 * Make pure-extras alert closable. 87 * Make pure-extras alert closable.
77 */ 88 */
@@ -200,7 +211,7 @@ pre {
200 } 211 }
201} 212}
202 213
203#search, #search-linklist { 214#search, #search-linklist, #search-tagcloud {
204 text-align: center; 215 text-align: center;
205 width: 100%; 216 width: 100%;
206} 217}
@@ -223,6 +234,7 @@ pre {
223} 234}
224 235
225#search button, 236#search button,
237#search-tagcloud button,
226#search-linklist button { 238#search-linklist button {
227 background: transparent; 239 background: transparent;
228 border: none; 240 border: none;
@@ -240,6 +252,9 @@ pre {
240#search-linklist button:hover { 252#search-linklist button:hover {
241 color: #fff; 253 color: #fff;
242} 254}
255#search-tagcloud button:hover {
256 color: #d0d0d0;
257}
243 258
244#search-linklist { 259#search-linklist {
245 padding: 5px 0; 260 padding: 5px 0;
@@ -264,6 +279,19 @@ pre {
264 } 279 }
265} 280}
266 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
267#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"] {
268 width: 200px; 296 width: 200px;
269} 297}
@@ -504,7 +532,6 @@ pre {
504 color: #252525; 532 color: #252525;
505 text-decoration: none; 533 text-decoration: none;
506 vertical-align: middle; 534 vertical-align: middle;
507 font-family: Roboto Slab, Arial, sans-serif;
508} 535}
509 536
510.linklist-item-title .linklist-link { 537.linklist-item-title .linklist-link {
@@ -560,7 +587,6 @@ pre {
560.linklist-item-description { 587.linklist-item-description {
561 position: relative; 588 position: relative;
562 padding: 10px; 589 padding: 10px;
563 font-family: Roboto Slab, Arial, sans-serif;
564 word-wrap: break-word; 590 word-wrap: break-word;
565 color: #252525; 591 color: #252525;
566 line-height: 1.3em; 592 line-height: 1.3em;
@@ -725,10 +751,11 @@ pre {
725.page-form a { 751.page-form a {
726 color: #1b926c; 752 color: #1b926c;
727 font-weight: bold; 753 font-weight: bold;
754 text-decoration: none;
728} 755}
729 756
730.page-form p { 757.page-form p {
731 padding: 0 10px; 758 padding: 5px 10px;
732 margin: 0; 759 margin: 0;
733} 760}
734 761
@@ -1044,7 +1071,7 @@ form[name="linkform"].page-form {
1044} 1071}
1045 1072
1046#cloudtag, #cloudtag a { 1073#cloudtag, #cloudtag a {
1047 color: #000; 1074 color: #252525;
1048 text-decoration: none; 1075 text-decoration: none;
1049} 1076}
1050 1077
@@ -1053,6 +1080,42 @@ form[name="linkform"].page-form {
1053} 1080}
1054 1081
1055/** 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/**
1056 * Picture wall CSS 1119 * Picture wall CSS
1057 */ 1120 */
1058#picwall_container { 1121#picwall_container {
@@ -1201,3 +1264,16 @@ form[name="linkform"].page-form {
1201.pure-button { 1264.pure-button {
1202 -moz-user-select: auto; 1265 -moz-user-select: auto;
1203} 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}