Ticket #4269: #4269.diff
File #4269.diff, 4.2 KB (added by , 6 years ago) |
---|
-
trunk/wordpress.org/public_html/style/wp4-rtl.css
4 4 th,td { margin: 0; padding: 0; } 5 5 fieldset,img,abbr { border: 0; } 6 6 address,caption,cite,code,dfn,h1,h2,h3, 7 h4,h5,h6,th,var { font-style: normal; font-weight: normal; }7 h4,h5,h6,th,var { font-style: normal; font-weight: 400; } 8 8 caption,th { text-align: right; } 9 9 q:before,q:after { content: ''; } 10 10 a { text-decoration: none; } … … 39 39 overflow: auto; 40 40 } 41 41 42 pre a { font-weight: normal; }42 pre a { font-weight: 400; } 43 43 44 44 a, 45 45 #wporg-footer ul li a { 46 46 color: #21759b; 47 47 text-decoration: none; 48 font-weight: normal;48 font-weight: 400; 49 49 } 50 50 51 51 strong a { 52 font-weight: bold;52 font-weight: 700; 53 53 } 54 54 55 55 a:visited, … … 59 59 60 60 p a { border-bottom: 1px solid #dfdfdf; } 61 61 62 h3 a { font-weight: bold; }62 h3 a { font-weight: 700; } 63 63 64 64 .button a, .button a:hover, #headline a:not(.button), #headline a:not(.button):hover, #sidebar a:not(.button), #sidebar a:not(.button):hover, .frontpageheatmap a, .frontpageheatmap a:hover, .col-3 a, .col-3 a:hover { border: none !important; } 65 65 … … 80 80 } 81 81 82 82 strong { 83 font-weight: bold;83 font-weight: 700; 84 84 } 85 85 86 86 em, cite { … … 332 332 } 333 333 334 334 #wporg-header ul li a.subcurrent { 335 font-weight: bold;335 font-weight: 700; 336 336 } 337 337 338 338 #wporg-header .nav-submenu { … … 411 411 vertical-align: top; 412 412 text-align: center; 413 413 text-decoration: inherit; 414 font-weight: normal;414 font-weight: 400; 415 415 font-style: normal; 416 416 font-size: 16px; 417 417 font-family: 'dashicons'; … … 681 681 } 682 682 683 683 #home-welcome p.intro strong { 684 font-weight: normal;684 font-weight: 400; 685 685 } 686 686 687 687 p.intro a { 688 font-weight: normal;688 font-weight: 400; 689 689 } 690 690 691 691 /* WordPress-style Buttons … … 1178 1178 h3 { 1179 1179 font-size: 14px; 1180 1180 color: #23282d; 1181 font-weight: bold;1181 font-weight: 700; 1182 1182 margin: -1px 0 1px 0; 1183 1183 } 1184 1184 1185 1185 h4, h3.head { 1186 font-weight: bold;1186 font-weight: 700; 1187 1187 font-size: 14px; 1188 1188 border-bottom: 1px solid #dedede; 1189 1189 padding-bottom: 4px; … … 1192 1192 } 1193 1193 1194 1194 h5 { 1195 font-weight: bold;1195 font-weight: 700; 1196 1196 font-size: 1em; 1197 1197 margin-bottom: 12px; 1198 1198 } … … 1203 1203 } 1204 1204 1205 1205 #home-below h4 a { 1206 font-weight: bold;1206 font-weight: 700; 1207 1207 } 1208 1208 1209 1209 #home-below h5 { … … 1423 1423 1424 1424 #pagebody .submenu li.current { 1425 1425 background: url(//s.w.org/style/images/arrow.png) center left no-repeat; 1426 font-weight: bold;1426 font-weight: 700; 1427 1427 } 1428 1428 1429 1429 #pagebody .submenu li:last-child { … … 1483 1483 } 1484 1484 1485 1485 #pagebody p.intro a { 1486 font-weight: normal;1486 font-weight: 400; 1487 1487 } 1488 1488 1489 1489 .feed { … … 1675 1675 } 1676 1676 1677 1677 #pagebody .books h3 a, #otherbooks h3 a { 1678 font-weight: normal;1678 font-weight: 400; 1679 1679 } 1680 1680 1681 1681 .features .col-5 li { … … 1773 1773 #pagebody table.widefat thead { 1774 1774 background-color: #cfcfcf; 1775 1775 color: #000; 1776 font-weight: bold;1776 font-weight: 700; 1777 1777 } 1778 1778 1779 1779 #pagebody table.widefat th { … … 1816 1816 text-align: right; 1817 1817 padding: 10px; 1818 1818 width: 150px; 1819 font-weight: bold;1819 font-weight: 700; 1820 1820 border-bottom-width: 8px; 1821 1821 border-bottom-style: solid; 1822 1822 } … … 1919 1919 font-style: italic; 1920 1920 font-family: "Lucida Sans"; 1921 1921 color: #888; 1922 font-weight: normal;1922 font-weight: 400; 1923 1923 } 1924 1924 1925 1925 .heatmap { … … 1928 1928 } 1929 1929 1930 1930 .heatmap a { 1931 font-weight: normal;1931 font-weight: 400; 1932 1932 } 1933 1933 1934 1934 .col-10 .col-5 { … … 1990 1990 clear: both; 1991 1991 padding-top: 20px; 1992 1992 font-size:22px; 1993 font-weight: normal;1993 font-weight: 400; 1994 1994 color: #999; 1995 1995 padding-bottom: 6px; 1996 1996 } … … 2016 2016 2017 2017 ul.logo li a span { 2018 2018 color: #999; 2019 font-weight: normal;2019 font-weight: 400; 2020 2020 } 2021 2021 2022 2022 ul.logo li a { -
trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
50 50 51 51 caption, th, td { 52 52 text-align: left; 53 font-weight: normal;53 font-weight: 400; 54 54 } 55 55 56 56 blockquote:before, blockquote:after, … … 151 151 } 152 152 153 153 strong { 154 font-weight: bold;154 font-weight: 700; 155 155 } 156 156 157 157 h1, h2, h3, h4, h5, h6 {