equal
deleted
inserted
replaced
5 |
5 |
6 |
6 |
7 /*------------------------------------------------------------------------------ |
7 /*------------------------------------------------------------------------------ |
8 16.1 - Manage Themes |
8 16.1 - Manage Themes |
9 ------------------------------------------------------------------------------*/ |
9 ------------------------------------------------------------------------------*/ |
|
10 |
|
11 .themes-php { |
|
12 overflow-y: scroll; |
|
13 } |
10 |
14 |
11 body.js .theme-browser.search-loading { |
15 body.js .theme-browser.search-loading { |
12 display: none; |
16 display: none; |
13 } |
17 } |
14 |
18 |
167 padding: 15px 12px; |
171 padding: 15px 12px; |
168 text-align: center; |
172 text-align: center; |
169 border-radius: 3px; |
173 border-radius: 3px; |
170 border: none; |
174 border: none; |
171 transition: opacity 0.1s ease-in-out; |
175 transition: opacity 0.1s ease-in-out; |
|
176 cursor: pointer; |
172 } |
177 } |
173 |
178 |
174 .theme-browser .theme .more-details:focus { |
179 .theme-browser .theme .more-details:focus { |
175 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1; |
180 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1; |
176 } |
181 } |
702 .theme-overlay .theme-description { |
707 .theme-overlay .theme-description { |
703 color: #50575e; |
708 color: #50575e; |
704 font-size: 15px; |
709 font-size: 15px; |
705 font-weight: 400; |
710 font-weight: 400; |
706 line-height: 1.5; |
711 line-height: 1.5; |
707 margin: 30px 0 0 0; |
712 margin: 30px 0 0; |
708 } |
713 } |
709 |
714 |
710 .theme-overlay .theme-tags { |
715 .theme-overlay .theme-tags { |
711 border-top: 3px solid #f0f0f1; |
716 border-top: 3px solid #f0f0f1; |
712 color: #646970; |
717 color: #646970; |
713 font-size: 13px; |
718 font-size: 13px; |
714 font-weight: 400; |
719 font-weight: 400; |
715 margin: 30px 0 0 0; |
720 margin: 30px 0 0; |
716 padding-top: 20px; |
721 padding-top: 20px; |
717 } |
722 } |
718 |
723 |
719 .theme-overlay .theme-tags span { |
724 .theme-overlay .theme-tags span { |
720 color: #3c434a; |
725 color: #3c434a; |
864 .single-theme .theme-wrap { |
869 .single-theme .theme-wrap { |
865 padding: 10px; |
870 padding: 10px; |
866 } |
871 } |
867 |
872 |
868 .theme-browser .theme .theme-actions { |
873 .theme-browser .theme .theme-actions { |
869 padding: 5px 10px 4px 10px; |
874 padding: 5px 10px 4px; |
870 } |
875 } |
871 |
876 |
872 .theme-overlay.small-screenshot .theme-screenshots { |
877 .theme-overlay.small-screenshot .theme-screenshots { |
873 position: static; |
878 position: static; |
874 float: none; |
879 float: none; |
937 .theme-overlay .theme-info { |
942 .theme-overlay .theme-info { |
938 width: 100%; |
943 width: 100%; |
939 } |
944 } |
940 |
945 |
941 .theme-overlay .theme-author { |
946 .theme-overlay .theme-author { |
942 margin: 5px 0 15px 0; |
947 margin: 5px 0 15px; |
943 } |
948 } |
944 |
949 |
945 .theme-overlay .current-label { |
950 .theme-overlay .current-label { |
946 margin-top: 10px; |
951 margin-top: 10px; |
947 font-size: 13px; |
952 font-size: 13px; |
950 .themes-php .wp-filter-search { |
955 .themes-php .wp-filter-search { |
951 float: none; |
956 float: none; |
952 clear: both; |
957 clear: both; |
953 right: 0; |
958 right: 0; |
954 left: 0; |
959 left: 0; |
955 margin: -5px 0 20px 0; |
960 margin: -5px 0 20px; |
956 width: 100%; |
961 width: 100%; |
957 max-width: 280px; |
962 max-width: 280px; |
958 } |
963 } |
959 |
964 |
960 .theme-browser .theme.add-new-theme span:after { |
965 .theme-browser .theme.add-new-theme span:after { |
1846 |
1851 |
1847 .install-theme-info .theme-screenshot { |
1852 .install-theme-info .theme-screenshot { |
1848 margin: 15px 0; |
1853 margin: 15px 0; |
1849 width: 258px; |
1854 width: 258px; |
1850 border: 1px solid #c3c4c7; |
1855 border: 1px solid #c3c4c7; |
|
1856 position: relative; |
|
1857 overflow: hidden; |
|
1858 } |
|
1859 |
|
1860 .install-theme-info .theme-screenshot > img { |
|
1861 width: 100%; |
|
1862 height: auto; |
|
1863 position: absolute; |
|
1864 right: 0; |
|
1865 top: 0; |
|
1866 } |
|
1867 |
|
1868 .install-theme-info .theme-screenshot:after { |
|
1869 content: ""; |
|
1870 display: block; |
|
1871 padding-top: 66.66666666%; |
1851 } |
1872 } |
1852 |
1873 |
1853 .install-theme-info .theme-details { |
1874 .install-theme-info .theme-details { |
1854 overflow: hidden; |
1875 overflow: hidden; |
1855 } |
1876 } |