Mercury is a modern and responsive child theme for WordPress's P2. The planet Mercury was "named Mercurius by the Romans because it appears to move so swiftly," a little like P2.
This is my first attempt at a child theme, and the first open source project I've worked on, so please be gentle!
-
header.php- Viewport meta tag added to support zooming.
- Stylesheet link to Google Open Sans was added.
- The sidebar div was removed from the header.
-
footer.php- The sidebar div was added to the footer.
-
functions.php- Removes the native P2 iPhone styles and the viewport meta tag that disabled zooming.
-
style.css- Lots of high specificity rules to override the parent theme. It's written mobile first, with media queries immediately following their default values.
View a demo of the theme at ryansommers.com/mercury.
You can download Mercury at github.com/ryansommers/mercury or wordpress.org/themes/mercury.
style.css- Minor bug fix.
-
style.css- Changed theme description
- Fixed a margin issue when hovering over avatars on small screens
- Added a margin to
.respond-wrapon post pages.
-
readme.md- Added link to Mercury on WordPress.org
-
screenshot.png- Modified screenshot per WordPress's guidelines
-
style.css- Changed theme description
-
readme.md- Changed title
- Changed formatting
More updates for WordPress.org Theme Approval
-
functions.php- Enqueued Google Fonts
-
header.php- Removed Google Fonts
-
style.css- Changed Template name to just 'p2'
- Added required license and tags
- Added styles for display of P2 recent comments avatars
- Misc cleanup
-
screenshot.png- Removed screenshot.jpg, replaced with screenshot.png
-
style.css- Updated for WordPress Unit Test styles.
- Added styles for P2's mobile navigation.
-
readme.md- Updated with better styles.
- Initial release.