Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Issues #8

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
d901ff3
pushing new github pages stuff
dhg Jun 21, 2012
9d00aba
going to delete this branch
dhg Jun 21, 2012
ed36d58
trying to fix the docs situation
dhg Jul 11, 2012
ee2f853
getting the proper files into the gh-pages
dhg Jul 11, 2012
e9315dd
real moving docs stuff in
dhg Jul 11, 2012
75c0ac7
adding the CNAME for github pages
dhg Jul 11, 2012
9f7b898
trying the new cname to see if it changes tweetcount
dhg Jul 11, 2012
fb16faf
adding a new google analytics tracking code
dhg Jul 16, 2012
4723141
adding the twitter tracking code
dhg Jul 16, 2012
93485bb
removing email from docs...TOO MUCH EMAIL
dhg Sep 20, 2012
7e96745
adding gauges tracking code to skeletonpages
dhg Oct 21, 2012
4e8df03
Update CNAME
dhg Nov 19, 2014
12d4ef2
adding tracking for downloads
dhg Nov 28, 2014
e10e216
Merge branch 'gh-pages' of github.com:dhgamache/Skeleton into gh-pages
dhg Nov 28, 2014
9f681da
right tweet button
dhg Nov 28, 2014
d71b12a
fixing tracking code
dhg Nov 28, 2014
6703419
merging v2.0
dhg Dec 9, 2014
296e005
updating to new docs
dhg Dec 9, 2014
e8d09ec
updating the source link in the examples and the popover pointers to …
dhg Dec 9, 2014
8022490
updating prettify styles link
dhg Dec 9, 2014
85ba620
temporarily removing facebook button since it causes infinite load
dhg Dec 9, 2014
8f56378
updating the language in exmaples
dhg Dec 9, 2014
e9b8560
just changing some language :)
dhg Dec 10, 2014
0c2082b
just changing some language :)
dhg Dec 10, 2014
fab0cfd
removing unused navbar from example page
dhg Dec 10, 2014
608839e
updating grid docs typo for columns > column
dhg Dec 11, 2014
7e26cb7
fixing a silly mistake with the grid offsets where they don't work wi…
dhg Dec 11, 2014
e2c30cd
rolling back since there was another issue
dhg Dec 11, 2014
c6e812c
fixing the docs error with a stray offset and resetting offsets to be…
dhg Dec 11, 2014
ba416ab
updating the license
dhg Dec 11, 2014
6f84d51
updating to the 2.0.1 link on the download button
dhg Dec 11, 2014
871fe5e
fixing the typo of skeleton.css in gh-pages too. Gotta learn how to c…
dhg Dec 11, 2014
325f279
removing the max-scale meta and improving Google fonts protocol in th…
dhg Dec 11, 2014
5f03ab9
fixing the vertical misalignment brought up in issue #185
dhg Dec 11, 2014
a33b0f8
added example ID to example select input
jamesa Dec 15, 2014
d170986
Merge pull request #206 from jamesa/gh-pages
dhg Dec 15, 2014
b1dd498
merging in the v2.0.2 css and removing a few rogue newlines
dhg Dec 16, 2014
da2e1d0
updating landing page to reflect small changes with new containers an…
dhg Dec 16, 2014
11d7af8
adding the 2.0.2 download link to the download button
dhg Dec 16, 2014
a9e4750
Merge branch 'gh-pages' of https://github.com/dhgamache/Skeleton into…
dhg Dec 16, 2014
b85d40e
cleaning up some of the grid documentation and removing a bunch of ro…
dhg Dec 16, 2014
5aa357e
adding extensions to the more dropdown
dhg Dec 16, 2014
d9a3f7a
merging with new CSS
dhg Dec 29, 2014
48c2fb9
stripping rogue whitespace
dhg Dec 29, 2014
ea68c4b
updating css for 2.0.3
dhg Dec 29, 2014
36e2e5e
updating to 2.0.3 link in the docs
dhg Dec 29, 2014
46a3c36
updating to latest version 2.0.5
dhg Dec 29, 2014
4daf69a
updating version numbers after wonkiness
dhg Dec 29, 2014
73fc0df
removing CNAME from Skeleton
acahir Jan 26, 2019
ee08257
Update project website to initial Barebones release (v3.0.0)
acahir Jan 27, 2019
ded4be0
Fix relative links in <head> links
acahir Jan 27, 2019
e3d2a51
Fix additional relative links
acahir Jan 27, 2019
9069db3
Fix non-secure github urls
acahir Jan 27, 2019
270264f
Update intro to mention legacy support and fix type
acahir Jan 27, 2019
0b8c501
Update GA tags
acahir Jan 28, 2019
7de3573
Remove old GA code from download
acahir Jan 28, 2019
b593371
Fix favicon link
acahir Jan 28, 2019
8e6d232
rebuild pages
acahir Jan 28, 2019
4876cec
Add GTM to all html pages
acahir Jan 28, 2019
c23f0bc
Update download link to v3.0.1
acahir Jan 28, 2019
da986c4
Fixed css links
acahir Mar 9, 2020
1181166
Update skeleton.html
acahir Mar 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions 404.html

This file was deleted.

318 changes: 318 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,318 @@
/* ---- Themes ---- */
/* using data-theme attributes to allow switching via javascript */
html[data-theme="dark"] {
/* dark theme: light background, dark text, blue accent */
--theme-hue: 0; /* black */
--accent-hue: 194; /* blue */

--text-color-richer: hsl(var(--theme-hue), 0%, 95%); /* */
--text-color-normal: hsl(var(--theme-hue), 0%, 80%); /* text color; button:hover:focus color */
--text-color-softer: hsl(var(--theme-hue), 0%, 67%); /* button color; button:hover border */

--accent-color: hsl(var(--accent-hue), 76%, 49%); /* link; button-primary bg+border; textarea,select:focus border */
--accent-color-hover: hsl(var(--accent-hue), 86%, 57%); /* link hover; button-primary:hover:focus bg+border */

--border-color: hsl(var(--theme-hue), 0%, 27%); /* button border */
--border-color-softer: hsl(var(--theme-hue), 0%, 20%); /* textarea,select,code,td,hr border */

--background-color: hsl(var(--theme-hue), 0%, 12%); /* body background; textarea,select background */
--background-color-softer: hsl(var(--theme-hue), 0%, 18%);
--code-background: hsl(var(--theme-hue), 0%, 5%); /* code background*/

--button-primary-color: white;
}

/* when prefers-color-scheme supported, these can be in single media query with above */
html[data-theme="dark"] img.value-img {
filter: invert(0.8);
}
html[data-theme="dark"] img {
opacity: .90;
transition: opacity .5s ease-in-out;
}

/* add a transition to ease into new themes */
/* looks best in Mozilla, text transitions late in Safari/Chrome */
html.transition-theme,
html.transition-theme *,
html.transition-theme *:before,
html.transition-theme *:after {
transition: all 650ms !important;
transition-delay: 0 !important;
}


/* ---- General ---- */
.container {
max-width: 800px; }
.docs-header {
text-transform: uppercase;
letter-spacing: .2rem;
font-weight: 600; }
.docs-section {
border-top: 1px solid var(--border-color-softer);
padding: 4rem 0;
margin-bottom: 0;}
ul {
margin-left: 2rem;
}
.docs-example .row, .docs-example.row, .docs-example form {
margin-bottom: 0; }
.docs-example h1, .docs-example h2, .docs-example h3,
.docs-example h4, .docs-example h5, .docs-example h6 {
margin-bottom: 1rem; }
.heading-font-size {
font-size: 1.2rem;
color: #999;
letter-spacing: normal; }
.example {
position: relative;
margin-top: 4rem; }
.example-header {
font-weight: 600;
margin-top: 1.5rem;
margin-bottom: .5rem; }

@media (min-width: 600px) {
.example-grid .column,
.example-grid .columns {
margin-bottom: 1.5rem; }
.docs-section {
padding: 6rem 0; }
.example-send-yourself-copy {
float: right;
margin-top: 12px; }
}


/* ---- Header ---- */
.header {
margin-top: 6rem;
text-align: center; }
.value-prop {
margin-top: 1rem; }
.value-props {
margin-top: 4rem;
margin-bottom: 4rem; }
i.fas, i.fab {
font-size: 5rem;
display: block;
margin: 0 auto 2rem;}
/* grids to 3 columns above mobile sizes */
@media (min-width: 600px) {
.header {
margin-top: 18rem; }
.value-header {
grid-column: 1 / span 3;
margin-top: 2rem; }
.value-props {
margin-top: 9rem;
margin-bottom: 7rem; }
.value-img {
margin-bottom: 1rem; }
}

/* ---- Grid ---- */
/* selects all grid-items (direct children of a grid container) */
.grid-container-example > * {
background: var(--background-color-softer);
border-radius: 0.4rem;
font-size: 1.2rem;
text-transform: uppercase;
line-height: 2.4em;
height: 2.4em;
}

/* ---- Nav ---- */
.navbar {
display: none; }
@media (min-width: 600px) {
.navbar + .docs-section {
border-top-width: 0; }
.navbar,
.navbar-spacer {
display: block;
width: 100%;
height: 5rem;
background: var(--background-color);
z-index: 99;
border-top: 1px solid var(--border-color-softer);
border-bottom: 1px solid var(--border-color-softer); }
.navbar-spacer {
display: none; }
.navbar > .container {
width: 100%; }
.navbar-list {
list-style: none;
margin-bottom: 0; }
.navbar-item {
position: relative;
float: left;
margin-bottom: 0; }
.navbar-link {
text-transform: uppercase;
font-size: 1.3rem;
font-weight: 600;
letter-spacing: .2rem;
margin-right: 35px;
text-decoration: none;
line-height: 5rem;
color: var(--text-color-normal); }
.navbar-link.active {
color: var(--accent-color); }
.has-docked-nav .navbar {
position: fixed;
top: 0;
left: 0; }
.has-docked-nav .navbar-spacer {
display: block; }
/* Re-overiding the width 100% declaration to match size of % based container */
.has-docked-nav .navbar > .container {
width: 80%; }
}


/* ---- Buttons ---- */
@media (min-width: 600px) {
#buttons .grid-container.quarters {
grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
#buttons .grid-container.quarters {
grid-template-columns: repeat(4, 1fr);
}
}


/* ---- Code ---- */
pre.code-example {
margin-top: 1.5rem;
margin-bottom: 0;
}


/* ---- Legacy ---- */
.example-grid .column,
.example-grid .columns {
background: var(--background-color-softer);
text-align: center;
border-radius: 4px;
font-size: 1rem;
text-transform: uppercase;
height: 30px;
line-height: 30px;
margin-bottom: .75rem;
font-weight: 600;
letter-spacing: .1rem; }


/* ---- Examples ---- */
#examples .grid-container {
grid-auto-rows: 22rem; }
#examples .grid-container > div {
overflow: hidden;
border-radius: 1rem; }
#examples .grid-container > div.coming-soon {
border: 1px solid var(--background-color-softer); }
#examples .coming-soon-bg {
background: var(--background-color-softer);
margin: 5px;
border-radius: 0.8rem;
height: calc(100% - 10px); }
.examples-img {
object-fit: contain;
width: 100%; }
@media (min-width: 600px) {
#examples .grid-container {
grid-auto-rows: 26rem;
font-size: 1.5rem; }
}
@media (min-width: 900px) {
#examples .grid-container {
grid-auto-rows: 22rem;
font-size: 1.6rem;
}
}


@media (min-width: 600px) {
.example-grid .column,
.example-grid .columns {
margin-bottom: 1.5rem; }
.docs-section {
padding: 6rem 0; }
.example-send-yourself-copy {
float: right;
margin-top: 12px; }
}


/* ---- Popovers ---- */
@media (min-width: 600px) {
.popover.open {
display: block;
}
.popover {
display: none;
position: absolute;
top: 0;
left: 0;
background: var(--background-color);
border: 1px solid var(--border-color-softer);
border-radius: 4px;
top: 92%;
left: -50%;
-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
-moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
.popover-item:first-child .popover-link:after,
.popover-item:first-child .popover-link:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.popover-item:first-child .popover-link:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: var(--background-color);
border-width: 10px;
margin-left: -10px; }
.popover-item:first-child .popover-link:before {
border-color: rgba(238, 238, 238, 0);
border-bottom-color: var(--border-color-softer);
border-width: 11px;
margin-left: -11px; }
.popover-list {
padding: 0;
margin: 0;
list-style: none; }
.popover-item {
padding: 0;
margin: 0; }
.popover-link {
position: relative;
color: var(--text-color-normal);
display: block;
padding: 8px 20px;
border-bottom: 1px solid var(--border-color-softer);
text-decoration: none;
text-transform: uppercase;
font-size: 1.0rem;
font-weight: 600;
text-align: center;
letter-spacing: .1rem; }
.popover-item:first-child .popover-link {
border-radius: 4px 4px 0 0; }
.popover-item:last-child .popover-link {
border-radius: 0 0 4px 4px;
border-bottom-width: 0; }
.popover-link:hover {
color: var(--button-primary-color);
background: var(--accent-color); }
.popover-link:hover,
.popover-item:first-child .popover-link:hover:after {
border-bottom-color: var(--accent-color); }
}
Loading