Making WordPress.org

Changeset 4777


Ignore:
Timestamp:
01/25/2017 12:42:48 AM (8 years ago)
Author:
mapk
Message:

Plugin Directory: Added back deleted CSS.

Didn't have correct Sass file when compiling, so lost some CSS. I corrected it now.

File:
1 edited

Legend:

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

    r4775 r4777  
    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
     
    21732179}
    21742180
     2181.plugin-favorite .plugin-favorite-heart:focus {
     2182  outline: thin dotted;
     2183}
     2184
    21752185.plugin-favorite .plugin-favorite-heart:hover, .plugin-favorite .plugin-favorite-heart:focus {
    21762186  text-decoration: none;
     
    22232233}
    22242234
     2235.contributors-list {
     2236  list-style: none;
     2237  margin: 0;
     2238  font-size: 0.9em;
     2239}
     2240
     2241.contributors-list li {
     2242  padding-bottom: 0.5em;
     2243}
     2244
    22252245.plugin-developers {
    22262246  list-style-type: none;
     
    22482268}
    22492269
    2250 .plugin-faqs h2:first-of-type {
     2270#faq h2:first-of-type {
    22512271  font-size: 20px;
    22522272  font-size: 1.25rem;
     
    22612281}
    22622282
    2263 .plugin-faqs dl {
     2283#faq dl {
    22642284  border-bottom: 1px solid #eee;
    22652285}
    22662286
    2267 .plugin-faqs dt {
     2287#faq dt {
    22682288  border-top: 1px solid #eee;
    22692289  cursor: pointer;
     
    22752295}
    22762296
    2277 .plugin-faqs dt:before {
     2297#faq dt:before {
    22782298  content: "\f347";
    22792299  float: right;
     
    22832303}
    22842304
    2285 .plugin-faqs dt.open:before {
     2305#faq dt.open:before {
    22862306  content: "\f343";
    22872307}
    22882308
    2289 .plugin-faqs dd {
     2309#faq dd {
    22902310  display: none;
    22912311  margin: 0 0 16px;
     
    22932313}
    22942314
    2295 .plugin-faqs dd p {
     2315#faq dd p {
    22962316  margin: 0;
    22972317}
    22982318
    2299 .plugin-faqs dd p + p {
     2319#faq dd p + p {
    23002320  margin-top: 16px;
    23012321  margin-top: 1rem;
    23022322}
    23032323
    2304 .no-js .plugin-faqs dd {
     2324.no-js #faq dd {
    23052325  display: block;
    23062326}
     
    24882508
    24892509.image-gallery-slide img {
    2490   width: 100%;
     2510  display: block;
     2511  margin: 0 auto;
    24912512}
    24922513
     
    25932614}
    25942615
    2595 .plugin-screenshots .image-gallery-thumbnails-container {
    2596   max-height: 100px;
    2597 }
    2598 
    25992616.plugin-screenshots .image-gallery-thumbnail {
    26002617  vertical-align: top;
    26012618}
    26022619
    2603 .read-more {
     2620.plugin-screenshots .image-gallery-thumbnail img {
     2621  max-height: 100px;
     2622}
     2623
     2624.plugin-screenshots .image-gallery-thumbnails {
     2625  overflow: hidden;
     2626}
     2627
     2628.section.read-more {
    26042629  border-bottom: 2px solid #eee;
    26052630  max-height: 200px;
     
    26082633}
    26092634
    2610 .read-more#reviews {
     2635.section.read-more#description {
     2636  max-height: 400px;
     2637}
     2638
     2639.section.read-more#description.toggled {
    26112640  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 {
     2641}
     2642
     2643.section.read-more.toggled {
     2644  max-height: none;
     2645}
     2646
     2647.section h1, .section h2, .section h3 {
    26202648  font-size: 16px;
    26212649  font-size: 1rem;
     
    26262654}
    26272655
    2628 .read-more h1:nth-child(2), .read-more h2:nth-child(2), .read-more h3:nth-child(2) {
     2656.section h1:nth-child(2), .section h2:nth-child(2), .section h3:nth-child(2) {
    26292657  margin-top: 0;
    26302658}
    26312659
    2632 .read-more h4, .read-more h5, .read-more h6 {
     2660.section h4, .section h5, .section h6 {
    26332661  font-size: 12.8px;
    26342662  font-size: 0.8rem;
     
    26392667}
    26402668
    2641 .read-more h4:nth-child(2), .read-more h5:nth-child(2), .read-more h6:nth-child(2) {
     2669.section h4:nth-child(2), .section h5:nth-child(2), .section h6:nth-child(2) {
    26422670  margin-top: 0;
    26432671}
    26442672
    2645 .read-more h2:first-of-type {
     2673.section h2:first-of-type {
    26462674  font-size: 20px;
    26472675  font-size: 1.25rem;
     
    26532681}
    26542682
    2655 .read-more p:first-child {
     2683.section p:first-child {
    26562684  margin-top: 0;
    2657 }
    2658 
    2659 .read-more.toggled {
    2660   max-height: none;
    2661 }
    2662 
    2663 #screenshots.read-more {
    2664   border-bottom: none;
    26652685}
    26662686
     
    28002820
    28012821.search-form .button-search {
     2822  border-top: none;
    28022823  border-left: none;
    28032824  -webkit-border-radius: 0 2px 2px 0;
     
    28082829  right: auto;
    28092830  top: auto;
     2831  vertical-align: top;
    28102832}
    28112833
     
    28662888.site-header:not(.home) .search-form .search-field {
    28672889  border: 0;
    2868   -webkit-border-radius: 2px;
    2869   border-radius: 2px;
     2890  -webkit-border-radius: 2px 0 0 2px;
     2891  border-radius: 2px 0 0 2px;
    28702892  display: inline-block;
    28712893  font-size: 16px;
     
    28732895  padding: 5px 10px;
    28742896  position: relative;
    2875   width: 100%;
     2897  width: auto;
    28762898}
    28772899
    28782900@media screen and (min-width: 48em) {
    28792901  .site-header:not(.home) .search-form .search-field {
    2880     -webkit-border-radius: 2px 0 0 2px;
    2881     border-radius: 2px 0 0 2px;
    28822902    font-size: 0.64rem;
    28832903    width: 7rem;
     
    29132933  margin: 32px 0;
    29142934  margin: 2rem 0;
     2935}
     2936
     2937nav .nav-links {
     2938  text-align: center;
     2939}
     2940
     2941nav .nav-links .page-numbers {
     2942  background-color: #f9f9f9;
     2943  min-width: 2em;
     2944  padding: 8px;
     2945  display: inline-block;
     2946  cursor: hand;
     2947}
     2948
     2949nav .nav-links .page-numbers.next, nav .nav-links .page-numbers.prev, nav .nav-links .page-numbers.dots {
     2950  width: auto;
     2951  font-size: 0.9em;
     2952  background: none;
     2953}
     2954
     2955nav .nav-links .page-numbers.dots {
     2956  cursor: inherit;
     2957}
     2958
     2959nav .nav-links span.page-numbers {
     2960  font-weight: bold;
     2961  background-color: #f7f7f7;
    29152962}
    29162963
     
    33153362}
    33163363
     3364.entry-meta .widget-title {
     3365  font-size: 20px;
     3366  font-size: 1.25rem;
     3367  border: none;
     3368  color: #32373c;
     3369  font-weight: 600;
     3370  padding: 0;
     3371}
     3372
    33173373.plugin-support {
    33183374  font-size: 12.8px;
Note: See TracChangeset for help on using the changeset viewer.