Changeset 592
- Timestamp:
- 05/02/2014 09:47:06 PM (12 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
-
scss/main.scss (modified) (8 diffs)
-
stylesheets/main.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r591 r592 10 10 -webkit-box-sizing: border-box; 11 11 box-sizing: border-box; 12 } 13 #content, #content-area { 14 padding: 0 10px; 12 15 } 13 16 #content-area, … … 379 382 color: #606060; 380 383 } 381 .breadcrumb {382 .active {383 font-weight: 600;384 }385 386 font-size: 14px;387 font-size: 1.4rem;388 389 }390 391 384 .site-title { 392 385 color: #555555; … … 400 393 } 401 394 395 } 396 .breadcrumb { 397 .active { 398 font-weight: 600; 399 } 400 font-size: 13px; 401 font-size: 1.3rem; 402 402 } 403 403 .breadcrumb-trail { … … 658 658 659 659 } 660 .reference-landing .box ul { 661 padding: 0; 662 } 660 663 661 664 .three-columns .box { … … 705 708 color: #fff; 706 709 } 710 } 711 712 .view-all-new-in { 713 font-style: italic; 707 714 } 708 715 … … 736 743 h1 { 737 744 margin: 24px 0; 745 padding-left: 100px; 738 746 a { 747 margin-left: -100px; 739 748 color: #24831d; 740 749 font-family: $code-font; 741 750 font-size: 20px; 751 .hook-func { 752 color: #888888; 753 } 742 754 .arg-type { 743 755 color: #cd2f23; … … 933 945 width: 100%; 934 946 947 #content, 935 948 #content-area, 936 949 .inner-wrap { 937 950 max-width: 100%; 938 padding: 0 1 %;951 padding: 0 13px; 939 952 .has-sidebar { 940 953 width: 100%; 941 954 } 955 } 956 .site-branding .site-title { 957 padding-left: 0; 942 958 } 943 959 } … … 989 1005 } 990 1006 991 .horizontal-list li { 992 display: block; 993 a { 994 border-left: none; 995 } 996 } 997 998 .horizontal-list li:first-child a { 999 padding: 0 40px; 1000 padding: 0 4rem; 1001 } 1002 1003 1004 .reference-landing .searchform input[type="text"], 1005 .reference-landing .searchform input[type="submit"] { 1006 width: 100%; 1007 margin-right: 0; 1008 margin-bottom: 1em; 1009 float: none; 1010 clear: both; 1007 .devhub-wrap { 1008 .horizontal-list li { 1009 display: block; 1010 a { 1011 border-left: none; 1012 } 1013 } 1014 1015 .horizontal-list li:first-child a { 1016 padding: 0 40px; 1017 padding: 0 4rem; 1018 } 1019 1020 .reference-landing .searchform input[type="text"], 1021 .reference-landing .searchform input[type="submit"] { 1022 width: 100%; 1023 margin-right: 0; 1024 margin-bottom: 1em; 1025 float: none; 1026 clear: both; 1027 } 1028 1029 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 1030 h1 { 1031 padding-left: 45px; 1032 a { 1033 margin-left: -45px; 1034 } 1035 } 1036 } 1037 1038 .two-columns .box { 1039 width: 99%; 1040 } 1011 1041 } 1012 1042 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r591 r592 303 303 box-sizing: border-box; 304 304 } 305 .devhub-wrap #content, .devhub-wrap #content-area { 306 padding: 0 10px; 307 } 305 308 .devhub-wrap #content-area, 306 309 .devhub-wrap .inner-wrap { … … 647 650 color: #606060; 648 651 } 649 .devhub-wrap .site-branding .breadcrumb {650 font-size: 14px;651 font-size: 1.4rem;652 }653 .devhub-wrap .site-branding .breadcrumb .active {654 font-weight: 600;655 }656 652 .devhub-wrap .site-branding .site-title { 657 653 color: #555555; … … 663 659 text-shadow: 0 1px 0 #FFFFFF; 664 660 font-weight: 300; 661 } 662 .devhub-wrap .breadcrumbs { 663 font-size: 13px; 664 font-size: 1.3rem; 665 } 666 .devhub-wrap .breadcrumbs .active { 667 font-weight: 600; 665 668 } 666 669 .devhub-wrap .breadcrumb-trail { … … 881 884 padding: 2em; 882 885 } 886 .devhub-wrap .reference-landing .box ul { 887 padding: 0; 888 } 883 889 .devhub-wrap .reference-landing .box .widget-title, 884 890 .devhub-wrap .sidebar .box .widget-title, … … 926 932 padding-left: 0; 927 933 border-left: none; 934 } 935 .devhub-wrap .view-all-new-in { 936 font-style: italic; 928 937 } 929 938 .devhub-wrap .box.transparent { … … 963 972 .devhub-wrap .wp-parser-class h1, .devhub-wrap .wp-parser-function h1, .devhub-wrap .wp-parser-hook h1, .devhub-wrap .wp-parser-method h1 { 964 973 margin: 24px 0; 974 padding-left: 100px; 965 975 } 966 976 .devhub-wrap .wp-parser-class h1 a, .devhub-wrap .wp-parser-function h1 a, .devhub-wrap .wp-parser-hook h1 a, .devhub-wrap .wp-parser-method h1 a { 977 margin-left: -100px; 967 978 color: #24831d; 968 979 font-family: monospace; 969 980 font-size: 20px; 981 } 982 .devhub-wrap .wp-parser-class h1 a .hook-func, .devhub-wrap .wp-parser-function h1 a .hook-func, .devhub-wrap .wp-parser-hook h1 a .hook-func, .devhub-wrap .wp-parser-method h1 a .hook-func { 983 color: #888888; 970 984 } 971 985 .devhub-wrap .wp-parser-class h1 a .arg-type, .devhub-wrap .wp-parser-function h1 a .arg-type, .devhub-wrap .wp-parser-hook h1 a .arg-type, .devhub-wrap .wp-parser-method h1 a .arg-type { … … 1101 1115 width: 100%; 1102 1116 } 1117 .devhub-wrap #content, 1103 1118 .devhub-wrap #content-area, 1104 1119 .devhub-wrap .inner-wrap { 1105 1120 max-width: 100%; 1106 padding: 0 1 %;1121 padding: 0 13px; 1107 1122 } 1108 1123 .devhub-wrap #content-area .has-sidebar, 1109 1124 .devhub-wrap .inner-wrap .has-sidebar { 1110 1125 width: 100%; 1126 } 1127 .devhub-wrap .site-branding .site-title { 1128 padding-left: 0; 1111 1129 } 1112 1130 } … … 1153 1171 } 1154 1172 1155 . horizontal-list li {1173 .devhub-wrap .horizontal-list li { 1156 1174 display: block; 1157 1175 } 1158 . horizontal-list li a {1176 .devhub-wrap .horizontal-list li a { 1159 1177 border-left: none; 1160 1178 } 1161 1179 1162 . horizontal-list li:first-child a {1180 .devhub-wrap .horizontal-list li:first-child a { 1163 1181 padding: 0 40px; 1164 1182 padding: 0 4rem; 1165 1183 } 1166 1184 1167 .reference-landing .searchform input[type="text"], 1168 .reference-landing .searchform input[type="submit"] { 1185 .devhub-wrap .reference-landing .searchform { 1186 text-alignment: center; 1187 } 1188 .devhub-wrap .reference-landing .searchform input[type="text"], 1189 .devhub-wrap .reference-landing .searchform input[type="submit"] { 1169 1190 width: 100%; 1170 1191 margin-right: 0; … … 1173 1194 clear: both; 1174 1195 } 1175 } 1196 .devhub-wrap .wp-parser-class h1, .devhub-wrap .wp-parser-function h1, .devhub-wrap .wp-parser-hook h1, .devhub-wrap .wp-parser-method h1 { 1197 padding-left: 45px; 1198 } 1199 .devhub-wrap .wp-parser-class h1 a, .devhub-wrap .wp-parser-function h1 a, .devhub-wrap .wp-parser-hook h1 a, .devhub-wrap .wp-parser-method h1 a { 1200 margin-left: -45px; 1201 } 1202 .devhub-wrap .two-columns .box { 1203 width: 99%; 1204 } 1205 }
Note: See TracChangeset
for help on using the changeset viewer.