Changeset 11555
- Timestamp:
- 02/15/2022 03:20:14 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11431 r11555 68 68 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 69 69 70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '202 11217' );70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215' ); 71 71 } 72 72 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r11401 r11555 83 83 input[type="submit"] { 84 84 height: auto; 85 }86 87 /* wporg-header overrides */88 #wporg-header input.text {89 font-size: 12px !important;90 padding: 3px;91 box-sizing: content-box;92 }93 94 #wporg-header input[type="submit"] {95 box-shadow: none;96 }97 98 #wporg-header ul li.download {99 float: right;100 height: 34px;101 margin-right: 14px;102 overflow: hidden;103 padding: 0 0 34px;104 }105 106 @media screen and (max-width: 820px) {107 #wporg-header ul li.download {108 display: none;109 }110 }111 112 @media screen and (max-width: 768px) {113 #wporg-header ul li.download {114 display: block;115 float: none;116 margin: 10px 20px 20px;117 padding-bottom: 0;118 height: auto;119 }120 #wporg-header ul li.download a {121 padding: 4px 10px;122 }123 }124 125 #wporg-header ul li.download a {126 margin: 0;127 padding: 0 16px;128 }129 130 #wporg-header ul li.download a:hover {131 color: #eee;132 }133 134 #wporg-header ul li.download.current a,135 #wporg-header ul li.download.current-menu-item a {136 color: #eee;137 85 } 138 86 … … 152 100 } 153 101 102 .wp-block-group.global-header p, 103 .wp-block-group.global-header ul, 104 .wp-block-group.global-header ol { 105 /* Revert styles that should only apply to the content area. */ 106 font-size: inherit; 107 line-height: inherit; 108 } 154 109 155 110 /* site */ … … 812 767 } 813 768 814 @media screen and (min-width: 769px) {815 #wporg-header ul li.current-menu-item:after,816 #wporg-header ul li.current_page_parent:after,817 #wporg-header ul li a.current ~ .uparrow {818 border-bottom-color: #0073aa;819 }820 }821 822 769 .make-welcome { 823 770 background: #eee;
Note: See TracChangeset
for help on using the changeset viewer.