Making WordPress.org

Changeset 4440


Ignore:
Timestamp:
11/28/2016 08:13:10 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Rebuild the styles after the last style commit was made with stale files.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css

    r4425 r4440  
    378378big {
    379379  font-size: 125%;
     380}
     381
     382.feedback-survey {
     383  background: #fff;
     384  -webkit-border-radius: 0 3px 3px 0;
     385  border-radius: 0 3px 3px 0;
     386  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
     387  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
     388  display: block;
     389  font-size: 12.8px;
     390  font-size: 0.8rem;
     391  padding: 5px 10px;
     392  position: fixed;
     393  left: 0;
     394  top: 200px;
     395  width: 40px;
     396  z-index: 100;
     397}
     398
     399.feedback-survey .survey-msg {
     400  display: none;
     401}
     402
     403.feedback-survey:hover {
     404  width: auto;
     405}
     406
     407.feedback-survey:hover .survey-msg {
     408  display: inline-block;
     409}
     410
     411.feedback-survey a:hover {
     412  text-decoration: none;
     413}
     414
     415.feedback-survey .dashicons-megaphone {
     416  margin: 2px 0 0 10px;
    380417}
    381418
     
    18521889  background-color: #f9f9f9;
    18531890  margin-bottom: 4%;
    1854   padding: 8px 8px 0 8px;
     1891  padding: 15px 15px 8px;
    18551892  vertical-align: top;
    18561893}
     
    18971934
    18981935.plugin-card .entry-excerpt p {
    1899   margin: 0 0 8px;
     1936  margin: 0;
    19001937}
    19011938
    19021939.plugin-card hr {
    19031940  background-color: #fff;
    1904   margin: auto;
     1941  margin: 15px -15px 8px;
    19051942}
    19061943
     
    19201957  margin-left: 6.4px;
    19211958  margin-left: 0.4rem;
     1959}
     1960
     1961.plugin-card footer span.last-updated {
     1962  display: none;
     1963}
     1964
     1965.plugin-card footer span.plugin-author {
     1966  width: 100%;
    19221967}
    19231968
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r4437 r4440  
    20482048.site-main.single .plugin-rating .rating-count {
    20492049  display: none;
     2050}
     2051
     2052.plugin-rating .rating-count a {
     2053  color: inherit;
     2054  cursor: hand;
     2055  text-decoration: none;
    20502056}
    20512057
     
    22482254}
    22492255
    2250 .plugin-faqs h2:first-of-type {
     2256#faq h2:first-of-type {
    22512257  font-size: 20px;
    22522258  font-size: 1.25rem;
     
    22612267}
    22622268
    2263 .plugin-faqs dl {
     2269#faq dl {
    22642270  border-bottom: 1px solid #eee;
    22652271}
    22662272
    2267 .plugin-faqs dt {
     2273#faq dt {
    22682274  border-top: 1px solid #eee;
    22692275  cursor: pointer;
     
    22752281}
    22762282
    2277 .plugin-faqs dt:before {
     2283#faq dt:before {
    22782284  content: "\f347";
    22792285  float: right;
     
    22832289}
    22842290
    2285 .plugin-faqs dt.open:before {
     2291#faq dt.open:before {
    22862292  content: "\f343";
    22872293}
    22882294
    2289 .plugin-faqs dd {
     2295#faq dd {
    22902296  display: none;
    22912297  margin: 0 0 16px;
     
    22932299}
    22942300
    2295 .plugin-faqs dd p {
     2301#faq dd p {
    22962302  margin: 0;
    22972303}
    22982304
    2299 .plugin-faqs dd p + p {
     2305#faq dd p + p {
    23002306  margin-top: 16px;
    23012307  margin-top: 1rem;
    23022308}
    23032309
    2304 .no-js .plugin-faqs dd {
     2310.no-js #faq dd {
    23052311  display: block;
    23062312}
     
    26012607}
    26022608
    2603 .read-more {
     2609.section.read-more {
    26042610  border-bottom: 2px solid #eee;
    26052611  max-height: 200px;
     
    26082614}
    26092615
    2610 .read-more#reviews {
     2616.section.read-more#description {
     2617  max-height: 400px;
     2618}
     2619
     2620.section.read-more#description.toggled {
    26112621  max-height: none;
    2612   overflow: auto;
    2613 }
    2614 
    2615 .read-more:nth-of-type(1) {
    2616   max-height: 400px;
    2617 }
    2618 
    2619 .read-more h1, .read-more h2, .read-more h3 {
     2622}
     2623
     2624.section.read-more.toggled {
     2625  max-height: none;
     2626}
     2627
     2628.section h1, .section h2, .section h3 {
    26202629  font-size: 16px;
    26212630  font-size: 1rem;
     
    26262635}
    26272636
    2628 .read-more h1:nth-child(2), .read-more h2:nth-child(2), .read-more h3:nth-child(2) {
     2637.section h1:nth-child(2), .section h2:nth-child(2), .section h3:nth-child(2) {
    26292638  margin-top: 0;
    26302639}
    26312640
    2632 .read-more h4, .read-more h5, .read-more h6 {
     2641.section h4, .section h5, .section h6 {
    26332642  font-size: 12.8px;
    26342643  font-size: 0.8rem;
     
    26392648}
    26402649
    2641 .read-more h4:nth-child(2), .read-more h5:nth-child(2), .read-more h6:nth-child(2) {
     2650.section h4:nth-child(2), .section h5:nth-child(2), .section h6:nth-child(2) {
    26422651  margin-top: 0;
    26432652}
    26442653
    2645 .read-more h2:first-of-type {
     2654.section h2:first-of-type {
    26462655  font-size: 20px;
    26472656  font-size: 1.25rem;
     
    26532662}
    26542663
    2655 .read-more p:first-child {
     2664.section p:first-child {
    26562665  margin-top: 0;
    2657 }
    2658 
    2659 .read-more.toggled {
    2660   max-height: none;
    2661 }
    2662 
    2663 #screenshots.read-more {
    2664   border-bottom: none;
    26652666}
    26662667
     
    29152916}
    29162917
     2918nav .nav-links {
     2919  text-align: center;
     2920}
     2921
     2922nav .nav-links .page-numbers {
     2923  background-color: #f9f9f9;
     2924  min-width: 2em;
     2925  padding: 8px;
     2926  display: inline-block;
     2927  cursor: hand;
     2928}
     2929
     2930nav .nav-links .page-numbers.next, nav .nav-links .page-numbers.prev, nav .nav-links .page-numbers.dots {
     2931  width: auto;
     2932  font-size: 0.9em;
     2933  background: none;
     2934}
     2935
     2936nav .nav-links .page-numbers.dots {
     2937  cursor: inherit;
     2938}
     2939
     2940nav .nav-links span.page-numbers {
     2941  font-weight: bold;
     2942  background-color: #f7f7f7;
     2943}
     2944
    29172945.main-navigation {
    29182946  background: #0073aa;
     
    33583386  }
    33593387}
    3360 /*# sourceMappingURL=style.css.map */
Note: See TracChangeset for help on using the changeset viewer.