This style will have a “wireframe” feel, while still being clean enough to actually use if you change the font and colors. It would not be groundbreaking in design, but better than most of similar sites with minimal effort. Inspiration is pulled from wireframes and plain “dummy” design without any specific styles.
This would also be the default style within the theme. Additional styles could be adjusted in Child Themes.
On a general note we will try to stay within the utility classes of Tailwind, while also keeping a general ruleset. (Please give me a heads up if this is not ideal.)
Rules
We should try to keep the block settings for this concistent, so blocks inherit based on the styleguide.
Primary
#000
Secondary
#444
Accent
#000
Headings
#000
Normal Text
#111
Shade 1
#DBDBDB
Shade 2
#EFEFEF
Shade 3
#F9F9F9
UI Positive
#78DB2F
UI Negative
#FF6235
UI Information
#FFF63C
Text sizing is mainly controlled by Tailwind. Including headings and misc. objc. All sizes set by REM, with the base theme size being 16px.
This style will be using “Source Sans Pro” as the primary font family. A simple and legible font family.
This style will not be using a secondary font family.
.text-6xl font-size: 4rem;
.text-5xl font-size: 3rem;
.text-4xl font-size: 2.25rem;
.text-3xl font-size: 1.875rem;
.text-2xl font-size: 1.5rem;
.text-xl font-size: 1.25rem;
.text-lg font-size: 1.125rem;
Not sure how we should define this? But this would but this would prob. be smart to have defined? Or this a more per module setting? Scenario: I want to create a “fluid and white space heavy” style. Would this be best set at a top level?
Data: N/A