Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Feb 17, 2017
1 parent e4e707d commit c11784a
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 183 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ THEMES=$(filter-out scss/_main.scss, $(wildcard scss/*.scss))
all:
python3 -mscss -C scss/sakura.scss > css/sakura.css
python3 -mscss -C scss/sakura-dark.scss > css/sakura-dark.css
python3 -mscss -C scss/sakura-light.scss > css/sakura-light.css
python3 -mscss -C scss/sakura-earthly.scss > css/sakura-earthly.css
python3 -mscss -C scss/sakura-vader.scss > css/sakura-vader.css
# python3 -mscss scss/sakura.scss > css/sakura.min.css

48 changes: 34 additions & 14 deletions css/sakura-dark.css
Original file line number Diff line number Diff line change
@@ -1,41 +1,60 @@
html {
font-size: 62.5%;
font-family: serif;
font-size: 18px;
}
body {
font-size: 1.8rem;
line-height: 1.618;
max-width: 684px;
max-width: 38em;
margin: auto;
color: #c9c9c9;
background-color: #222222;
}
@media (max-width: 684px) {
body {
font-size: 1.53rem;
}
}
@media (max-width: 382px) {
body {
font-size: 1.35rem;
}
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.41;
line-height: 1.15;
margin-bottom: 0em;
font-family: sans-serif;
margin-bottom: 14.4px;
margin-top: 39.6px;
font-weight: 500;
letter-spacing: -0.9px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h1 {
font-size: 45px;
font-size: 2.35em;
}
h2 {
font-size: 38.7px;
font-size: 2em;
}
h3 {
font-size: 31.5px;
font-size: 1.75em;
}
h4 {
font-size: 27px;
font-size: 1.5em;
}
h5 {
font-size: 22.5px;
font-size: 1.25em;
}
h6 {
font-size: 18px;
font-size: 1em;
}
small, sub, sup {
font-size: 65%;
font-size: 75%;
}
hr {
border-color: #ffffff;
Expand All @@ -56,6 +75,7 @@ li {
}
blockquote {
font-style: italic;
margin-left: 1.5em;
padding-left: 1em;
border-left: 3px solid #ffffff;
}
Expand All @@ -69,7 +89,7 @@ pre {
overflow-x: scroll;
}
code {
font-size: 90%;
font-size: 0.9em;
padding: 0 0.5em;
background-color: #4a4a4a;
white-space: pre-wrap;
Expand All @@ -85,7 +105,7 @@ table {
border-collapse: collapse;
}
td, th {
padding: 8px;
padding: 0.5em;
border-bottom: 1px solid #4a4a4a;
}
input, textarea {
Expand Down
159 changes: 159 additions & 0 deletions css/sakura-earthly.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
html {
font-size: 62.5%;
font-family: serif;
}
body {
font-size: 1.8rem;
line-height: 1.618;
max-width: 38em;
margin: auto;
color: #4a4a4a;
background-color: #f9f9f9;
}
@media (max-width: 684px) {
body {
font-size: 1.53rem;
}
}
@media (max-width: 382px) {
body {
font-size: 1.35rem;
}
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.15;
margin-bottom: 0em;
font-family: sans-serif;
font-weight: 500;
letter-spacing: -0.9px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h1 {
font-size: 2.35em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.75em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.25em;
}
h6 {
font-size: 1em;
}
small, sub, sup {
font-size: 75%;
}
hr {
border-color: #338618;
}
a {
text-decoration: none;
color: #338618;
}
a:hover {
color: #5e5e5e;
border-bottom: 2px solid #4a4a4a;
}
ul {
padding-left: 1.4em;
}
li {
margin-bottom: 0.4em;
}
blockquote {
font-style: italic;
margin-left: 1.5em;
padding-left: 1em;
border-left: 3px solid #338618;
}
img {
max-width: 100%;
}
pre {
background-color: #C7E3BE;
display: block;
padding: 1em;
overflow-x: scroll;
}
code {
font-size: 0.9em;
padding: 0 0.5em;
background-color: #C7E3BE;
white-space: pre-wrap;
}
pre > code {
padding: 0;
background-color: transparent;
white-space: pre;
}
table {
text-align: justify;
width: 100%;
border-collapse: collapse;
}
td, th {
padding: 0.5em;
border-bottom: 1px solid #C7E3BE;
}
input, textarea {
border: 1px solid #4a4a4a;
}
input:focus, textarea:focus {
border: 1px solid #338618;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
display: inline-block;
padding: 0 30px;
color: #4a4a4a;
text-align: center;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #4a4a4a;
cursor: pointer;
box-sizing: border-box;
}
.button:focus, .button:hover, button:focus, button:hover,
input[type="submit"]:focus, input[type="submit"]:hover, input[type="reset"]:focus,
input[type="reset"]:hover, input[type="button"]:focus, input[type="button"]:hover {
background-color: #5e5e5e;
border-color: #338618;
outline: 0;
}
textarea, select, input[type] {
color: #4a4a4a;
padding: 6px 10px;
margin-bottom: 10px;
background-color: #C7E3BE;
border: 1px solid #C7E3BE;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
textarea:focus, select:focus, input[type]:focus {
border: 1px solid #338618;
outline: 0;
}
label, legend, fieldset {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
}
Loading

0 comments on commit c11784a

Please sign in to comment.