Changeset 2767 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 03/17/2016 09:47:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r2570 r2767 955 955 margin: 24px 0; 956 956 padding-left: 100px; 957 a { 958 margin-left: -100px; 959 color: #24831d; 960 font-family: $code-font; 961 font-size: 20px; 962 .hook-func { 963 color: #888888; 964 } 965 .arg-type { 966 color: #cd2f23; 967 font-style: italic; 968 } 969 .arg-name { 970 color: #0f55c8; 971 } 972 .arg-default { 973 color: #000000; 974 } 957 text-indent: -100px; 958 color: #24831d; 959 font-family: $code-font; 960 font-size: 20px; 961 .hook-func { 962 color: #888888; 963 } 964 .arg-type { 965 color: #cd2f23; 966 font-style: italic; 967 } 968 .arg-name { 969 color: #0f55c8; 970 } 971 .arg-default { 972 color: #000000; 975 973 } 976 974 a:hover { … … 1042 1040 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 1043 1041 h1 { 1044 a { 1045 font-family: $body-font; 1046 color: #21759b; 1047 font-weight: normal; 1048 } 1042 font-family: $body-font; 1043 color: #21759b; 1044 font-weight: normal; 1049 1045 } 1050 1046 div { … … 1560 1556 h1 { 1561 1557 padding-left: 45px; 1562 a { 1563 margin-left: -45px; 1564 } 1558 text-indent: -45px; 1565 1559 } 1566 1560 } … … 1592 1586 padding-left: 20px; 1593 1587 line-height: 2rem; 1594 1595 a { 1596 margin-left: -20px; 1597 font-size: 16px; 1598 } 1588 text-indent: -20px; 1589 font-size: 16px; 1599 1590 } 1600 1591 }
Note: See TracChangeset
for help on using the changeset viewer.