aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-xthemes/baggy/css/main.css64
1 files changed, 57 insertions, 7 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 586501b0..ba4b7c7f 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -534,32 +534,78 @@ footer a {
534 display: none; 534 display: none;
535} 535}
536 536
537/* ==========================================================================
538 2.1 = "save a link" popup div related styles
539 ========================================================================== */
540
537#bagit-form { 541#bagit-form {
538 background: rgba(0,0,0,0.8); 542 background: rgba(0,0,0,0.5);
539 position: fixed; 543 position: absolute;
540 top: 0; 544 top: 0;
541 left: 10em; 545 left: 10em;
542 z-index: 20; 546 z-index: 20;
543 height: 100%; 547 height: 100%;
544 width: 100%; 548 width: 100%;
545 margin: 0; 549 margin: 0;
550 margin-top: -30%;
546 padding: 2em; 551 padding: 2em;
547 display: none; 552 display: none;
553 border-left: 1px #EEE solid;
548} 554}
549 555
550#bagit-form form { 556#bagit-form form {
551 background: #FFF; 557 background: #FFF;
552 position: absolute; 558 position: absolute;
553 top: 50%; 559 top: 0;
554 left: 50%; 560 left: 0;
555 z-index: 20; 561 z-index: 20;
556 border: 10px solid #000; 562 border: 10px solid #000;
557 width: 600px; 563 width: 400px;
558 height: 300px; 564 height: 200px;
559 margin: -150px 0 0 -300px; 565 /* margin: -150px 0 0 -300px; */
560 padding: 2em; 566 padding: 2em;
561} 567}
562 568
569a#bagit-form-close {
570 background: #000;
571 color: #FFF;
572 padding: 0.2em 0.5em;
573 text-decoration: none;
574 display: inline-block;
575 float: right;
576 font-size: 0.6em;
577}
578a#bagit-form-close:hover {
579 background: #999;
580 color: #000;
581}
582
583.active-current {
584 background-color: #999;
585}
586
587.active-current:after {
588 content: "";
589 width: 0;
590 height: 0;
591 position: absolute;
592 border-style: solid;
593 border-width: 10px;
594 border-color: transparent #EEE transparent transparent;
595 right: 0;
596 top: 50%;
597 margin-top: -10px;
598}
599
600.opacity03 {
601 opacity: 0.3;
602}
603
604.add-to-wallabag-link-after {
605 background-color: #000;
606 color: #fff;
607 padding: 0 3px 2px 3px;
608}
563 609
564/* ========================================================================== 610/* ==========================================================================
565 3 = Pictos 611 3 = Pictos
@@ -920,4 +966,8 @@ blockquote {
920 #display-mode { 966 #display-mode {
921 display: none; 967 display: none;
922 } 968 }
969
970 #bagit-form {
971 left: 0;
972 }
923} 973}