- Timestamp:
- Jul 2, 2017 2:17:59 PM (4 years ago)
- Branches:
- master
- Children:
- d8831151
- Parents:
- afec920
- Location:
- installer/resources/themes
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/classic/console.css
rafec920 r87d6c30 693 693 .routersummary .firewalled { 694 694 background: rgba(255,220,255,0.3); 695 background: repeating-linear-gradient(135deg, rgba(220,255,220,0. 5) 2px, rgba(110,255,110,0.1) 3px, rgba(220,255,220,0.5) 5px);695 background: repeating-linear-gradient(135deg, rgba(220,255,220,0.3) 2px, rgba(255,255,220,0.3) 3px, rgba(220,255,220,0.3) 5px); 696 696 } 697 697 … … 748 748 .routersummary .firewalled::before { 749 749 content: url(/themes/console/images/info/network_status/network_firewalled.png); 750 opacity: 0.8; 750 751 } 751 752 -
installer/resources/themes/console/dark/console.css
rafec920 r87d6c30 5848 5848 .routersummary .firewalled::before { 5849 5849 content: url(/themes/console/images/info/network_status/network_firewalled.png); 5850 filter: drop-shadow(0 1px 1px rgba(255,120,120,0.8)); 5851 padding: 0 4px; 5852 opacity: 0.7; 5850 5853 } 5851 5854 -
installer/resources/themes/console/dark/console_ar.css
rafec920 r87d6c30 458 458 } 459 459 460 .tunnel_peer { 461 text-align: left; 462 } 463 460 464 .tunnel_local { 461 465 margin-right: -4px; 462 466 margin-left: 4px; 467 text-align: center; 463 468 } 464 469 -
installer/resources/themes/console/light/console.css
rafec920 r87d6c30 606 606 content: url(/themes/console/images/info/network_status/network_firewalled.png); 607 607 padding-right: 4px; 608 opacity: 0.8; 608 609 } 609 610 … … 684 685 } 685 686 686 /* end sidebar */ 687 688 /* 689 div.tunnels td:first-child { 690 width: 16px; 691 text-align: left; 692 padding-right: 1px; 693 } 694 695 div.tunnels td:last-child { 696 text-align: right; 697 padding-right: 1px; 698 } 699 700 div.tunnels img, div.tunnels img:hover { 701 opacity: 1 !important; 702 } 703 704 div.tunnels { 705 margin-top: 6px !important; 706 margin-left: -2px !important; 707 margin-bottom: 3px !important; 708 padding-top: 3px !important; 709 } 710 711 div.tunnels table { 712 margin: -7px 0 -5px -4px !important; 713 } 714 715 div.tunnels td, div.tunnels img:first-child { 716 margin: 0 !important; 717 text-transform: capitalize; 718 } 719 720 .tunnels tr { 721 padding: 4px 0 !important; 722 } 723 724 div.refresh { 725 margin-top: 10px !important; 726 margin-bottom: 10px !important; 727 padding: 2px 0 0 0 !important; 728 } 729 730 */ 687 .refresh { 688 padding: 1px 0 0 0 !important; 689 } 731 690 732 691 .routersummary p { 733 692 padding: 0; 734 693 } 694 695 /* end sidebar */ 735 696 736 697 /* proxy error messages */ -
installer/resources/themes/console/light/console_ar.css
rafec920 r87d6c30 894 894 } 895 895 896 .tunnel_peer { 897 text-align: left; 898 } 899 896 900 .tunnel_local { 897 901 margin-right: 0; 898 902 margin-left: 4px; 903 text-align: center; 899 904 } 900 905 -
installer/resources/themes/console/midnight/console.css
rafec920 r87d6c30 6254 6254 .routersummary .firewalled::before { 6255 6255 content: url(/themes/console/images/info/network_status/network_firewalled.png); 6256 opacity: 0.7; 6257 filter: drop-shadow(0 1px 1px rgba(255,120,120,0.8)); 6258 mix-blend-mode: luminosity; 6256 6259 } 6257 6260 -
installer/resources/themes/console/midnight/console_ar.css
rafec920 r87d6c30 462 462 } 463 463 464 .tunnel_peer { 465 text-align: left; 466 } 467 464 468 .tunnel_local { 465 469 margin-right: -4px; 466 470 margin-left: 4px; 471 text-align: center; 467 472 } 468 473 -
installer/resources/themes/snark/dark/snark.css
rafec920 r87d6c30 868 868 } 869 869 870 .snarkTorrentNoneLoaded td {870 .snarkTorrentNoneLoaded td, .snarkTorrentNoneLoaded:hover td { 871 871 text-align: center !important; 872 872 color: #ee9 !important; 873 background: #000 !important; 873 874 } 874 875 -
installer/resources/themes/susidns/classic/susidns.css
rafec920 r87d6c30 520 520 #buttons, .buttons { 521 521 text-align: right; 522 } 523 524 #content + #buttons { 525 margin-top: -10px; 522 526 } 523 527 -
installer/resources/themes/susidns/dark/susidns.css
rafec920 r87d6c30 7 7 background: #000; 8 8 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.45)), url(/themes/console/dark/images/camotile2.png) top left fixed; 9 color: #ee9;9 color: #ee9; 10 10 padding-top: 5px; 11 11 margin: 0 10px; … … 16 16 /* background: transparent !important;*/ 17 17 margin: 0; 18 background: transparent !important; 18 19 } 19 20 … … 652 653 margin-bottom: 15px; 653 654 background: #000; 655 } 656 657 div#content + div#buttons { 658 margin-top: -13px; 654 659 } 655 660 … … 845 850 } 846 851 847 /*848 .destinations textarea {849 width: 100%;850 padding: 1px !important;851 height: 32px;852 resize: none;853 border: none;854 border-left: 1px solid #2a5f29;855 border-right: 1px solid #2a5f29;856 margin: 0 !important;857 border-radius: 0;858 }859 */860 861 852 input:focus, textarea:focus { 862 853 color: #ee9; 863 854 background: #000 !important; 864 855 filter: drop-shadow(0 0 1px #880); 865 transition: ease filter 0.3s 0s;856 transition: ease filter 0.3s; 866 857 outline: none; 867 858 } … … 931 922 932 923 /* hide export button on published addressbook if empty */ 924 933 925 #messages + form[action="export"] { 934 926 display: none; … … 989 981 .names a:active img, .names a:focus img { 990 982 transform: rotate(45deg) scale(0.8); 991 transition: ease all 0.1s 0s;983 transition: ease all 0.1s; 992 984 } 993 985
Note: See TracChangeset
for help on using the changeset viewer.