aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-03-01 17:38:57 +0100
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:36 +0200
commitc2c0df8dd5a2d659db19ff898696524f4923207a (patch)
treeecf8f23a9894f77ad4016dd7ca4bb5a8c6d33862 /tpl/default
parent2b31afdff472984687e6ec1bab0e7f243cd1d140 (diff)
downloadShaarli-c2c0df8dd5a2d659db19ff898696524f4923207a.tar.gz
Shaarli-c2c0df8dd5a2d659db19ff898696524f4923207a.tar.zst
Shaarli-c2c0df8dd5a2d659db19ff898696524f4923207a.zip
Add Fira Sans font
Diffstat (limited to 'tpl/default')
-rw-r--r--tpl/default/css/shaarli.css39
1 files changed, 35 insertions, 4 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index 34abc130..eeff5151 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -443,7 +443,7 @@ body {
443 */ 443 */
444.linklist-item { 444.linklist-item {
445 margin: 15px 0; 445 margin: 15px 0;
446 background: #fff; 446 background: #f5f5f5;
447 box-shadow: 2px 2px 0.5em #797979; 447 box-shadow: 2px 2px 0.5em #797979;
448} 448}
449 449
@@ -458,23 +458,31 @@ body {
458} 458}
459 459
460.linklist-item-title h2 { 460.linklist-item-title h2 {
461 padding: 2px 10px; 461 padding: 3px 10px 0 10px;
462 line-height: 25px; 462 line-height: 25px;
463} 463}
464 464
465.linklist-item-title a { 465.linklist-item-title a {
466 font-size: 0.6em; 466 font-size: 0.7em;
467 color: #d0fff0; 467 color: #d0fff0;
468 text-decoration: none; 468 text-decoration: none;
469 vertical-align: middle; 469 vertical-align: middle;
470 font-family: Roboto Slab, Arial, sans-serif;
470} 471}
471 472
472.linklist-item-title a:hover { 473.linklist-item-title .linklist-link:visited {
474 color: #ddd;
475}
476
477.linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{
473 color: #fff; 478 color: #fff;
474} 479}
475 480
481
476.linklist-item-title .label-private { 482.linklist-item-title .label-private {
477 border: solid 1px #d0fff0; 483 border: solid 1px #d0fff0;
484 font-family: Arial, sans-serif;
485 font-size: 0.65em;
478} 486}
479 487
480.linklist-item-title .fold-button { 488.linklist-item-title .fold-button {
@@ -492,6 +500,20 @@ body {
492 500
493.linklist-item-description { 501.linklist-item-description {
494 padding: 10px; 502 padding: 10px;
503 font-family: Roboto Slab, Arial, sans-serif;
504}
505
506.linklist-item-description a {
507 text-decoration: none;
508 color: #1b926c;
509}
510
511.linklist-item-description a:hover {
512 text-shadow: 1px 1px #ddd;
513}
514
515.linklist-item-description a:visited {
516 color: #20b988;
495} 517}
496 518
497.linklist-item-infos { 519.linklist-item-infos {
@@ -512,6 +534,10 @@ body {
512 color: #000; 534 color: #000;
513} 535}
514 536
537.linklist-item-tags {
538 margin: 0 0 5px 0;
539}
540
515.linklist-item-infos .label-tag { 541.linklist-item-infos .label-tag {
516 border: 1px solid #505050; 542 border: 1px solid #505050;
517 font-size: 0.9em; 543 font-size: 0.9em;
@@ -521,6 +547,11 @@ body {
521 border: 1px solid #000; 547 border: 1px solid #000;
522} 548}
523 549
550.linklist-plugin-icon {
551 width: 13px;
552 height: 13px;
553}
554
524.linklist-item-infos-url { 555.linklist-item-infos-url {
525 text-align: right; 556 text-align: right;
526 white-space: nowrap; 557 white-space: nowrap;