Skip to content

Commit ebf08df

Browse files
author
Mitesh Shah
committed
Version 1.0 Released
1 parent 99ce69e commit ebf08df

5 files changed

Lines changed: 57 additions & 57 deletions

File tree

css/sakura-dark.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* $color-text: #dedce5; */
2-
/* Sakura.css v0.6.2
2+
/* Sakura.css v1.0.0
33
* ================
44
* Minimal css theme.
55
* Project: https://github.com/oxalorg/sakura
@@ -15,7 +15,8 @@ body {
1515
max-width: 38em;
1616
margin: auto;
1717
color: #c9c9c9;
18-
background-color: #222222; }
18+
background-color: #222222;
19+
padding: 13px; }
1920

2021
@media (max-width: 684px) {
2122
body {
@@ -87,7 +88,7 @@ pre {
8788
background-color: #4a4a4a;
8889
display: block;
8990
padding: 1em;
90-
overflow-x: scroll; }
91+
overflow-x: auto; }
9192

9293
code {
9394
font-size: 0.9em;
@@ -116,29 +117,28 @@ input, textarea {
116117
input:focus, textarea:focus {
117118
border: 1px solid #ffffff; }
118119

120+
textarea {
121+
width: 100%; }
122+
119123
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
120124
display: inline-block;
121-
padding: 0 0.5em;
122-
margin-bottom: 0.5rem;
125+
padding: 5px 10px;
123126
text-align: center;
124-
text-transform: uppercase;
125127
text-decoration: none;
126-
font-weight: 600;
127128
white-space: nowrap;
128-
color: #ffffff;
129-
background-color: transparent;
130-
border-radius: 0.5em;
131-
border: 0.2em solid #ffffff;
132-
height: 2em;
129+
background-color: #ffffff;
130+
color: #222222;
131+
border-radius: 1px;
132+
border: 1px solid #ffffff;
133133
cursor: pointer;
134134
box-sizing: border-box; }
135135
.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
136136
cursor: default;
137137
opacity: .5; }
138138
.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 {
139-
background-color: transparent;
139+
background-color: #c9c9c9;
140140
border-color: #c9c9c9;
141-
color: #c9c9c9;
141+
color: #222222;
142142
outline: 0; }
143143

144144
textarea, select, input[type] {

css/sakura-earthly.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Sakura.css v0.6.2
1+
/* Sakura.css v1.0.0
22
* ================
33
* Minimal css theme.
44
* Project: https://github.com/oxalorg/sakura
@@ -14,7 +14,8 @@ body {
1414
max-width: 38em;
1515
margin: auto;
1616
color: #4a4a4a;
17-
background-color: #f9f9f9; }
17+
background-color: #f9f9f9;
18+
padding: 13px; }
1819

1920
@media (max-width: 684px) {
2021
body {
@@ -86,7 +87,7 @@ pre {
8687
background-color: #C7E3BE;
8788
display: block;
8889
padding: 1em;
89-
overflow-x: scroll; }
90+
overflow-x: auto; }
9091

9192
code {
9293
font-size: 0.9em;
@@ -115,29 +116,28 @@ input, textarea {
115116
input:focus, textarea:focus {
116117
border: 1px solid #338618; }
117118

119+
textarea {
120+
width: 100%; }
121+
118122
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
119123
display: inline-block;
120-
padding: 0 0.5em;
121-
margin-bottom: 0.5rem;
124+
padding: 5px 10px;
122125
text-align: center;
123-
text-transform: uppercase;
124126
text-decoration: none;
125-
font-weight: 600;
126127
white-space: nowrap;
127-
color: #338618;
128-
background-color: transparent;
129-
border-radius: 0.5em;
130-
border: 0.2em solid #338618;
131-
height: 2em;
128+
background-color: #338618;
129+
color: #f9f9f9;
130+
border-radius: 1px;
131+
border: 1px solid #338618;
132132
cursor: pointer;
133133
box-sizing: border-box; }
134134
.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
135135
cursor: default;
136136
opacity: .5; }
137137
.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 {
138-
background-color: transparent;
138+
background-color: #5e5e5e;
139139
border-color: #5e5e5e;
140-
color: #5e5e5e;
140+
color: #f9f9f9;
141141
outline: 0; }
142142

143143
textarea, select, input[type] {

css/sakura-vader.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* $color-text: #dedce5; */
2-
/* Sakura.css v0.6.2
2+
/* Sakura.css v1.0.0
33
* ================
44
* Minimal css theme.
55
* Project: https://github.com/oxalorg/sakura
@@ -15,7 +15,8 @@ body {
1515
max-width: 38em;
1616
margin: auto;
1717
color: #d9d8dc;
18-
background-color: #120c0e; }
18+
background-color: #120c0e;
19+
padding: 13px; }
1920

2021
@media (max-width: 684px) {
2122
body {
@@ -87,7 +88,7 @@ pre {
8788
background-color: #40363a;
8889
display: block;
8990
padding: 1em;
90-
overflow-x: scroll; }
91+
overflow-x: auto; }
9192

9293
code {
9394
font-size: 0.9em;
@@ -116,29 +117,28 @@ input, textarea {
116117
input:focus, textarea:focus {
117118
border: 1px solid #eb99a1; }
118119

120+
textarea {
121+
width: 100%; }
122+
119123
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
120124
display: inline-block;
121-
padding: 0 0.5em;
122-
margin-bottom: 0.5rem;
125+
padding: 5px 10px;
123126
text-align: center;
124-
text-transform: uppercase;
125127
text-decoration: none;
126-
font-weight: 600;
127128
white-space: nowrap;
128-
color: #eb99a1;
129-
background-color: transparent;
130-
border-radius: 0.5em;
131-
border: 0.2em solid #eb99a1;
132-
height: 2em;
129+
background-color: #eb99a1;
130+
color: #120c0e;
131+
border-radius: 1px;
132+
border: 1px solid #eb99a1;
133133
cursor: pointer;
134134
box-sizing: border-box; }
135135
.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
136136
cursor: default;
137137
opacity: .5; }
138138
.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 {
139-
background-color: transparent;
139+
background-color: #DA4453;
140140
border-color: #DA4453;
141-
color: #DA4453;
141+
color: #120c0e;
142142
outline: 0; }
143143

144144
textarea, select, input[type] {

css/sakura.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Sakura.css v0.6.2
1+
/* Sakura.css v1.0.0
22
* ================
33
* Minimal css theme.
44
* Project: https://github.com/oxalorg/sakura
@@ -14,7 +14,8 @@ body {
1414
max-width: 38em;
1515
margin: auto;
1616
color: #4a4a4a;
17-
background-color: #f9f9f9; }
17+
background-color: #f9f9f9;
18+
padding: 13px; }
1819

1920
@media (max-width: 684px) {
2021
body {
@@ -86,7 +87,7 @@ pre {
8687
background-color: #f1f1f1;
8788
display: block;
8889
padding: 1em;
89-
overflow-x: scroll; }
90+
overflow-x: auto; }
9091

9192
code {
9293
font-size: 0.9em;
@@ -115,29 +116,28 @@ input, textarea {
115116
input:focus, textarea:focus {
116117
border: 1px solid #2c8898; }
117118

119+
textarea {
120+
width: 100%; }
121+
118122
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
119123
display: inline-block;
120-
padding: 0 0.5em;
121-
margin-bottom: 0.5rem;
124+
padding: 5px 10px;
122125
text-align: center;
123-
text-transform: uppercase;
124126
text-decoration: none;
125-
font-weight: 600;
126127
white-space: nowrap;
127-
color: #2c8898;
128-
background-color: transparent;
129-
border-radius: 0.5em;
130-
border: 0.2em solid #2c8898;
131-
height: 2em;
128+
background-color: #2c8898;
129+
color: #f9f9f9;
130+
border-radius: 1px;
131+
border: 1px solid #2c8898;
132132
cursor: pointer;
133133
box-sizing: border-box; }
134134
.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
135135
cursor: default;
136136
opacity: .5; }
137137
.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 {
138-
background-color: transparent;
138+
background-color: #982c61;
139139
border-color: #982c61;
140-
color: #982c61;
140+
color: #f9f9f9;
141141
outline: 0; }
142142

143143
textarea, select, input[type] {

scss/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Sakura.css v0.6.2
1+
/* Sakura.css v1.0.0
22
* ================
33
* Minimal css theme.
44
* Project: https://github.com/oxalorg/sakura

0 commit comments

Comments
 (0)