1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-01-16 20:28:26 +01:00

54 Commits

Author SHA1 Message Date
Rob
9d18129c15 Update README with 0.1.1 jsdelivr link and integrity. 2020-03-08 17:00:56 -07:00
Rob
03ba3378c6 Update package.json for 0.1.1. Oops. 0.1.1 2020-03-08 16:47:42 -07:00
Rob
9cdcbad728 README: 0.1.0 -> 0.1.1 2020-03-08 16:37:22 -07:00
Rob
400ec8e232 Add a CHANGELOG file with release notes. 2020-03-08 16:33:12 -07:00
Rob
90686f5f43 Try a new CSS minifier to fix GH issue #9. 2020-03-08 15:57:25 -07:00
Rob
dd2ea33000 Add missing "and" keywords in media queries.
Fixes GH issue #10, thank you for the report.
2020-03-08 15:46:14 -07:00
Rob
897ae6a473 Update README with npm and jsdelivr instructions. 2020-01-15 18:18:41 -08:00
Rob
b0467d948f Add filename to package.json for cdnjs. 2020-01-15 17:49:20 -08:00
Rob
737bb3878b Update description in package.json to better explain what this thing does. 2020-01-15 17:43:04 -08:00
Rob
0c176db4a7 Update package.json for cdnjs compatibility. (Indentation...) 2020-01-15 17:13:26 -08:00
Rob
51cee57264 Update package.json for 0.1.0 release. 0.1.0 2020-01-15 16:48:56 -08:00
Rob
4d44be6874 Update README with size comparison vs. milligram and skeleton. 2020-01-15 12:47:56 -08:00
Rob
58dacc74bc Remove "documentation coming soon" from "Using sscaffold" section in README. 2020-01-15 12:26:56 -08:00
Rob
503dbc04d7 Add minified version. 2020-01-15 12:05:43 -08:00
Rob
bcf7288b7b Update "documentation" section of README with a link to the complete documentation site. 2020-01-14 14:17:28 -08:00
Rob
7a4a19448e Update year in LICENSE. 2020-01-13 19:38:49 -08:00
Rob
f81fa68acb Move a couple of theme layout elements into the proper subsection of the theme section. 2020-01-13 16:32:52 -08:00
Rob
a0197e37dd Move the prefers-reduced-motion media query up to the top of the global resets for compatibility with in-progress documentation. 2020-01-12 17:05:55 -08:00
Rob
c47787eb88 Remove a redundant reset rule.
<h1> elements get their margins and font sizes handled by the default theme portion of the file.
2020-01-12 13:16:14 -08:00
Rob
67eb61247c Replace the calc() functions with static declarations.
calc() scaling is really cool but it utterly broke cross browser testing.
2020-01-11 16:56:16 -08:00
Rob
f7ac4f7b08 Add font and layout scaling on the html element with calc() formulas for different resolutions. 2020-01-11 16:20:57 -08:00
Rob
ae7b80dd25 Minor syntax cleanup here and there. 2020-01-08 09:26:05 -08:00
Rob
4605893ae5 Fix an embarrassing oops that made it through testing -- header and body font stacks were reversed. 2020-01-07 18:45:41 -08:00
Rob
2817e1c6a5 Update font stacks to use Open Sans for the body and Montserrat for headings only. Further darken text color for WCAG AAA conformance.
Font changes were prompted by complaints that Montserrat was a bad choice for body text.
2020-01-07 18:34:37 -08:00
Rob
9459a75905 Add a package.json file for npm/bower compatibility.
Merges pull request from @cjpatoilo. Thank you!
2020-01-07 17:09:09 -08:00
CJ Patoilo
403ba0f941
Create package.json 2020-01-07 09:22:34 -03:00
Rob
735097ea1c Update body color to #767676 on advice from ~deltron3030 on HN.
There have been multiple complaints about the color and readability of the text, I need to dig into some guidelines for contrast for body text in different color schemes.
2020-01-04 10:09:18 -08:00
Rob
12a4d8ec82 Merge branch 'vladdoster-patch-1' 2020-01-04 10:05:04 -08:00
Vlad Doster
cddfe35561
Update README.md
Make LICENSE link to repository LICENSE so you don't have to scroll back up.
2020-01-03 22:18:25 -05:00
Rob
d186a1ebb9 Update readme with current release status. 2020-01-03 09:56:14 -08:00
Rob
63fd917f8e Multiple minor adjustments for display in webkit, small iPhone, and desktop browser configurations. 2020-01-02 23:13:01 -08:00
Rob
fdf7f7a361 Adjust body font sizing for mobile displays; add an @media rule for larger displays. 2020-01-02 11:30:46 -08:00
Rob
8bfefc22b9 Add credit to https://github.com/othneildrew/Best-README-Template/ 2019-12-27 17:24:45 -08:00
Rob
09cfd54c1d Update README with badges and acknowledgements. 2019-12-27 17:23:34 -08:00
Rob
b68d42bd7c Remove redundant tagline under logo. 2019-12-27 17:14:24 -08:00
Rob
c18594bbac Add the LICENSE and README.md files for publishing to GitHub. 2019-12-27 17:08:59 -08:00
Rob
917240f9db Fix text vertical alignment for buttons inside other elements. 2019-12-27 16:16:54 -08:00
Rob
c0950b1413 Fix a padding conflict between skeleton's and milligram's grids. 2019-12-27 14:44:25 -08:00
Rob
fa104cf458 Add a layout section for the "sticky footer" rules. Customize the base theme to differentiate it from milligram. 2019-12-27 14:29:30 -08:00
Rob
dd24b4959a Fix the media query for the skeleton grid to match milligram's; adjust the layout and centering of child elements of the <article> and <section> tags so that an <article> or <section> can have its own color scheme and fill all of its available space. 2019-12-24 14:58:15 -08:00
Rob
178ff3fe76 Fix alignment. I can't figure out why milligram extended .row elements beyond the edges of their parent and the git history for milligram offers no clues. I'm removing it for now until a clear need appears. 2019-12-24 14:40:37 -08:00
Rob
ed56b79db2 Integrate skeleton.css's 12-column grid styles. 2019-12-24 14:31:14 -08:00
Rob
85cdb8d8ee Reorganize the 'base theme' section into subsections for typography, layout, and colors. 2019-12-23 15:35:03 -08:00
Rob
d9f19e180a Fine tune text alignment for table cells, add another reference,and improve the comments for the <html> selector near the top. 2019-12-23 13:56:31 -08:00
Rob
a6cd1cfc55 Incorporate some suggestions from https://hankchizljaw.com/wrote/a-modern-css-reset/ 2019-12-23 13:19:10 -08:00
Rob
334030d13b Minor comment updates. 2019-12-22 20:17:13 -08:00
Rob
ed91ebb7b7 Fix the rendering of inline code blocks. 2019-12-22 16:24:22 -08:00
Rob
74eb72c06b Update comments on box-sizing to include a reference to https://css-tricks.com/box-sizing/ 2019-12-22 16:13:26 -08:00
Rob
0a74779fde Starting with Chrome 72, svg data-uris can no longer contain certain characters. Base64-encoding these uris fixes this issue.
See also https://stackoverflow.com/questions/54453987/did-chrome-72-break-dataimage-svgxmlutf8-for-css-background-svgs
2019-12-22 16:04:14 -08:00
Rob
07446b5bd9 Add a missing 70% column to the column values from milligram's flexbox layout. 2019-12-22 15:34:53 -08:00