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