Changeset 798 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 08/14/2014 08:08:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r784 r798 1 1 @import "reset"; 2 2 @import "global"; 3 4 .home .devhub-wrap { 5 #content { 6 padding: 0; 7 } 8 .site-header { 9 margin-bottom: 0; 10 } 11 } 3 12 4 13 .devhub-wrap { … … 49 58 h1 { 50 59 font-size: 28px; 51 font-size: 2.8rem;60 font-size: 3rem; 52 61 line-height: 32px; 53 62 line-height: 3.2rem; 63 font-weight: 300; 64 margin-bottom: 1.5rem; 54 65 } 55 66 h2 { … … 58 69 line-height: 26px; 59 70 line-height: 2.6rem; 71 font-weight: 300; 60 72 } 61 73 h3 { … … 64 76 line-height: 24px; 65 77 line-height: 2.4rem; 78 font-weight: 300; 66 79 } 67 80 h4 { … … 71 84 line-height: 2.2rem; 72 85 border-bottom: none; 86 font-weight: 300; 73 87 74 88 .dashicons { … … 82 96 width: 2.2rem; 83 97 } 98 } 99 100 main { 101 font-size: 1.5rem; 84 102 } 85 103 … … 336 354 ----------------------------------------------- */ 337 355 338 .widget {339 margin: 0 0 1.5em;340 }341 342 356 /* Make sure select elements fit in widgets */ 343 357 .widget select { … … 638 652 .reference-landing { 639 653 padding: 1em 0; 654 640 655 .section { 641 656 max-width: 700px; … … 688 703 } 689 704 #sidebar { 690 padding:0;691 bo rder: 2px solid #cecece;692 background-color: #f 4f3f3;705 border: 1px solid #d0d0d0; 706 box-shadow: 0px 0px 5px #d0d0d0; 707 background-color: #f0f0f0; 693 708 & > ul { 694 709 padding: 0; … … 697 712 li { 698 713 h2.widgettitle { 699 background-color: # cecece;714 background-color: #d0d0d0; 700 715 color: #8a8989; 701 716 text-align: center; … … 706 721 ul { 707 722 list-style-type: none; 708 margin -left:10px;723 margin: 0 10px; 709 724 padding: 15px 0; 710 725 counter-reset: item; … … 713 728 content: counter(item); 714 729 counter-increment: item; 715 background-color: # cecece;730 background-color: #d0d0d0; 716 731 width: 25px; 717 732 display: inline-block; … … 724 739 } 725 740 a { 726 font-size: 1 4px;741 font-size: 16px; 727 742 color: #4b4b4b; 728 743 font-weight: bold; … … 731 746 list-style-type: none; 732 747 padding: 0; 733 margin -left: 44px;748 margin: 0 0 0 35px; 734 749 li { 735 750 &:before { … … 738 753 a { 739 754 font-weight: normal; 755 font-size: 14px; 740 756 } 741 757 ul { … … 748 764 } 749 765 } 766 .current-menu-item a { 767 font-weight: bold !important; 768 color: #246998; 769 } 770 } 771 772 .menu-item-has-children { 773 padding-bottom: 15px; 750 774 } 751 775 … … 1099 1123 } 1100 1124 } 1125 1126 .table-of-contents { 1127 float: right; 1128 width: 200px; 1129 background: #f5f5f5; 1130 border: 1px solid #d6d6d6; 1131 margin: 0 0 0 10px; 1132 z-index: 1; 1133 position: relative; 1134 1135 h2 { 1136 margin: 0; 1137 padding-bottom: 3px; 1138 text-align: center; 1139 text-transform: uppercase; 1140 font-size: 1em; 1141 letter-spacing: 3px; 1142 background: #d0d0d0; 1143 color: #8a8989; 1144 } 1145 1146 ul, 1147 ol { 1148 margin: 10px 20px; 1149 } 1150 } 1151 1152 ul.items { 1153 margin-bottom: 8px !important; 1154 list-style-type: none !important; 1155 padding-right: 10px; 1156 1157 li { 1158 padding-bottom: 6px !important; 1159 1160 ul li, 1161 ul li ul li { 1162 padding-bottom: 0 !important; 1163 } 1164 1165 a { 1166 color: #555 !important; 1167 } 1168 } 1169 } 1101 1170 } 1102 1171
Note: See TracChangeset
for help on using the changeset viewer.