@@ -551,16 +551,19 @@ button:hover {
551551 width : 25px !important ;
552552 height : 25px !important ;
553553}
554+
554555.relative {
555556 position : relative;
556557}
558+
557559.sortbutton {
558560 margin-top : 10px ;
559561 font-size : x-large;
560562 background : # dbffeb ;
561563 padding : 5px ;
562564 box-shadow : 0px 0px 5px 2px rgba (0 , 0 , 0 , 0.10 );
563565}
566+
564567button .legacyview {
565568 color : gray;
566569 margin : 5px ;
@@ -573,6 +576,7 @@ button.legacyview {
573576 transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
574577 box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% );
575578}
579+
576580button .legacyview : hover {
577581 box-shadow : 0px 2px 4px -1px rgb (0 0 0 / 20% ), 0px 4px 5px 0px rgb (0 0 0 / 14% ), 0px 1px 10px 0px rgb (0 0 0 / 12% );
578582}
@@ -586,42 +590,52 @@ button.loadmore {
586590 box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% );
587591
588592}
593+
589594button .loadmore : hover {
590595 box-shadow : 0px 2px 4px -1px rgb (0 0 0 / 20% ), 0px 4px 5px 0px rgb (0 0 0 / 14% ), 0px 1px 10px 0px rgb (0 0 0 / 12% );
591596}
597+
592598# searchterm {
593599 transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
594600}
601+
595602# searchterm : hover {
596603 box-shadow : 0px 2px 4px -1px rgb (0 0 0 / 20% ), 0px 4px 5px 0px rgb (0 0 0 / 14% ), 0px 1px 10px 0px rgb (0 0 0 / 12% );
597604}
598605
599606tr {
600607 background-color : # 9fe29b ;
601608}
609+
602610.history .centered form {
603611 display : flex;
604612 justify-content : center;
605613}
614+
606615.history .centered input {
607616 margin-right : 5px ;
608617 border : 0px ;
609618}
619+
610620.centered form # views button {
611621 box-shadow : 0px 0px 5px 2px rgba (0 , 0 , 0 , 0.10 );
612622 margin : 2px ;
613623 transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
614624 box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% );
615625}
626+
616627.centered form # views button : hover {
617628 box-shadow : 0px 2px 4px -1px rgb (0 0 0 / 20% ), 0px 4px 5px 0px rgb (0 0 0 / 14% ), 0px 1px 10px 0px rgb (0 0 0 / 12% );
618629}
630+
619631input {
620632 box-shadow : 0px 0px 17px 1px rgba (0 , 0 , 0 , 0.10 );
621633}
634+
622635dialog {
623636 border : none;
624637}
638+
625639dialog ::backdrop {
626640 background : repeating-linear-gradient (
627641 30deg ,
@@ -632,12 +646,14 @@ dialog::backdrop {
632646 );
633647 backdrop-filter : blur (1px )
634648}
649+
635650.centered_image_container {
636651 font-size : 19px !important ;
637652 display : inline-block;
638653 position : relative;
639654 margin-bottom : 3px ;
640655}
656+
641657.centered_image_container img .img1 {
642658 transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
643659 box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% );
@@ -649,19 +665,27 @@ dialog::backdrop {
649665 border-radius : 5px ;
650666 width : unset;
651667}
668+
652669.centered_image_container img .img1 : hover {
653670 opacity : 0.8 ;
654671 box-shadow : 0px 2px 4px -1px rgb (0 0 0 / 20% ), 0px 4px 5px 0px rgb (0 0 0 / 14% ), 0px 1px 10px 0px rgb (0 0 0 / 12% );
655672}
673+
656674.centered_image_container * {
657675 font-size : 19px !important ;
658676}
677+
659678.centered_image_container form {
660679 margin-bottom : 0px ;
661680}
681+
662682.brbanner {
663683 padding : 15px ;
664684 background-color : rgb (159 , 226 , 155 );
665685 text-align : center;
666686 font-size : large;
687+ }
688+
689+ # gain .centered {
690+ margin-bottom : 10px ;
667691}
0 commit comments