Skip to content

Commit d1245df

Browse files
Tweaked styles
- Update Form styles for Tel & Select fields - Update body font styles to seperate them into their separate components for easier overriding
1 parent 2c47917 commit d1245df

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

style.css

+18-15
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Theme URI: https://skyrocketthemes.com/themes/ephemeris-wordpress-theme
44
Author: ahortin
55
Author URI: https://maddisondesigns.com
66
Description: The Ephemeris theme is a clean, fast and simple platform for creating beautiful, responsive custom WordPress themes. It's a simple starter theme built on HTML5 & CSS3. At its core is a fluid, responsive grid based on percentages, making for a flexible layout. It incorporates a set of common templates, support for WordPress Post Formats and the gorgeous, retina friendly Font Awesome icon font. Ephemeris is a true multi-purpose theme. With its extensive use of hooks, developers will find it a breeze to customise and extend. Ephemeris is WooCommerce and bbPress compatible, Multilingual Ready (WPML), translatable, and provides RTL language support. It's also compatible with a wide range of popular page builders such as Elementor, Divi Builder, Beaver Builder, SiteOrigin Page Builder and Visual Composer. On top of that, if Elementor is your Page Builder of choice, then you also get the ability to use your own custom header and footer templates that you've created with Elementor, rather than the default theme header and footer, if you so choose. Ephemeris also supports the new WordPress Block Editor (Gutenberg). Now that's pretty cool, eh!
7-
Version: 1.5.1
7+
Version: 1.5.2
88
Requires at least: 4.8
9-
Tested up to: 6.4
9+
Tested up to: 6.6
1010
Requires PHP: 5.6
1111
License: GNU General Public License v2 or later
1212
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -43,15 +43,17 @@ td { vertical-align: top; }
4343
========================================================================== */
4444

4545
body {
46-
margin: 0 auto;
47-
padding: 0;
48-
font: 16px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
49-
font-size: 1rem;
50-
font-style: normal;
51-
font-weight: 400;
52-
color: #3a3a3a;
53-
background-color: #fff;
54-
text-align: left;
46+
margin: 0 auto;
47+
padding: 0;
48+
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
49+
font-size: 16px;
50+
font-size: 1rem;
51+
font-style: normal;
52+
font-weight: 400;
53+
line-height: 1.5;
54+
color: #3a3a3a;
55+
background-color: #fff;
56+
text-align: left;
5557
}
5658

5759
canvas {
@@ -654,19 +656,20 @@ input[type="password"],
654656
input[type="email"],
655657
input[type="url"],
656658
input[type="tel"],
657-
textarea {
659+
textarea,
660+
select {
658661
font-family: inherit;
659662
padding: 8px;
660663
padding: 0.5rem;
661-
font-family: inherit;
662664
border: 1px solid #ccc;
663665
border-radius: 0;
666+
background-color: transparent;
664667
}
665668

666669
select {
667670
max-width: 100%;
668-
padding: 5px 0;
669-
padding: 0.3125rem 0;
671+
padding: 8px;
672+
padding: 0.5rem;
670673
border: 1px solid #ccc;
671674
border-radius: 0;
672675
}

0 commit comments

Comments
 (0)