Skip to content

Commit

Permalink
unco
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed May 9, 2015
1 parent 529ab15 commit 429d590
Show file tree
Hide file tree
Showing 39 changed files with 2,173 additions and 241 deletions.
6 changes: 5 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ gulp.task 'coffee', ->
gulp.task 'compass', ->
gulp.src 'src/sass/*.sass'
.pipe plumber()
.pipe compass compassArgs
.pipe compass(compassArgs).on 'error', (err) ->
notifier.notify
title: "[sass] compile error"
message:"#{err.fileName}"
sound: true
.pipe gulp.dest 'public/css'

reload = bsync.reload
Expand Down
357 changes: 357 additions & 0 deletions public/assets/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
/* line 25, ../sass/_tables.scss */
th {
font-weight: 600;
}

/* line 29, ../sass/_tables.scss */
td,
th {
border-bottom: 1.08px solid #ccc;
padding: 14.85px 18px;
}

/* line 35, ../sass/_tables.scss */
thead th {
border-bottom-width: 2.16px;
padding-bottom: 6.3px;
}

/* line 40, ../sass/_tables.scss */
table {
display: block;
max-width: 100%;
overflow-x: auto;
}

/* line 25, ../sass/_forms.scss */
input,
textarea,
select,
button {
display: block;
padding: 9.9px;
}

/* line 33, ../sass/_forms.scss */
label {
display: block;
margin-bottom: 14.76px;
}

/* line 38, ../sass/_forms.scss */
input[type="submit"],
input[type="reset"],
button {
background: #b3b3b3;
border-radius: 3.6px;
color: #fff;
cursor: pointer;
display: inline;
margin-bottom: 18px;
margin-right: 7.2px;
padding: 6.525px 23.4px;
text-align: center;
}
/* line 51, ../sass/_forms.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
background: #a6a6a6;
color: #bfbfbf;
}

/* line 57, ../sass/_forms.scss */
input[type="submit"],
button[type="submit"] {
background: #367ac3;
color: #fff;
}
/* line 62, ../sass/_forms.scss */
input[type="submit"]:hover,
button[type="submit"]:hover {
background: #255587;
color: #bfbfbf;
}

/* line 68, ../sass/_forms.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
select,
textarea {
border: 1px solid #ccc;
margin-bottom: 18px;
padding: 5.4px 6.3px;
}

/* line 91, ../sass/_forms.scss */
input[type="checkbox"] {
float: left;
line-height: 36px;
margin-right: 9px;
margin-top: 8.1px;
}

/* line 25, ../sass/_pre.scss */
pre,
code,
kbd,
samp,
var,
output {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 16.2px;
}

/* line 35, ../sass/_pre.scss */
pre {
border-left: 1.8px solid #96bbe2;
line-height: 25.2px;
margin-top: 29.7px;
overflow: auto;
padding-left: 18px;
}
/* line 42, ../sass/_pre.scss */
pre code {
background: none;
border: 0;
line-height: 29.7px;
padding: 0;
}

/* line 50, ../sass/_pre.scss */
code {
background: #ededed;
border: 1.8px solid #cccccc;
border-radius: 3.6px;
display: inline-block;
line-height: 18px;
padding: 3px 6px 2px;
}

/* line 25, ../sass/_headers.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
margin-bottom: 18px;
}

/* line 35, ../sass/_headers.scss */
h1 {
font-size: 36px;
font-weight: 500;
margin-top: 36px;
}

/* line 41, ../sass/_headers.scss */
h2 {
font-size: 25.2px;
font-weight: 400;
margin-top: 27px;
}

/* line 47, ../sass/_headers.scss */
h3 {
font-size: 21.6px;
margin-top: 21.6px;
}

/* line 52, ../sass/_headers.scss */
h4 {
font-size: 18px;
margin-top: 18px;
}

/* line 57, ../sass/_headers.scss */
h5 {
font-size: 14.4px;
font-weight: bold;
margin-top: 18px;
text-transform: uppercase;
}

/* line 64, ../sass/_headers.scss */
h6 {
color: #ccc;
font-size: 14.4px;
font-weight: bold;
margin-top: 18px;
text-transform: uppercase;
}

/* line 25, ../sass/_typography.scss */
a {
color: #367ac3;
text-decoration: none;
}
/* line 29, ../sass/_typography.scss */
a:hover {
text-decoration: underline;
}

/* line 34, ../sass/_typography.scss */
hr {
border-bottom: 1px solid #ccc;
}

/* line 38, ../sass/_typography.scss */
small {
font-size: 15.3px;
}

/* line 42, ../sass/_typography.scss */
em,
i {
font-style: italic;
}

/* line 47, ../sass/_typography.scss */
strong,
b {
font-weight: 600;
}

/* line 23, ../sass/_grid.scss */
* {
border: 0;
border-collapse: separate;
border-spacing: 0;
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-stretch: normal;
font-style: normal;
font-weight: 300;
line-height: 29.7px;
margin: 0;
outline: 0;
padding: 0;
text-align: left;
vertical-align: baseline;
}

/* line 41, ../sass/_grid.scss */
html,
body {
height: 100%;
width: 100%;
}

/* line 47, ../sass/_grid.scss */
body {
background: whitesmoke;
color: #1a1a1a;
padding: 36px;
}

/* line 53, ../sass/_grid.scss */
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
margin-bottom: 29.7px;
}

/* line 68, ../sass/_grid.scss */
section {
margin-left: auto;
margin-right: auto;
max-width: 100%;
width: 900px;
}

/* line 75, ../sass/_grid.scss */
article {
background: #fff;
border: 1.8px solid #d9d9d9;
border-radius: 7.2px;
padding: 43.2px;
}

/* line 82, ../sass/_grid.scss */
header {
margin-bottom: 36px;
}

/* line 86, ../sass/_grid.scss */
footer {
margin-top: 36px;
}

/* line 90, ../sass/_grid.scss */
nav {
text-align: center;
}
/* line 93, ../sass/_grid.scss */
nav ul {
list-style: none;
text-align: center;
}
/* line 97, ../sass/_grid.scss */
nav ul li {
display: inline;
margin-left: 9px;
margin-right: 9px;
}

@media (max-width: 767px) {
/* line 24, ../sass/_responsive.scss */
body {
padding: 18px;
}

/* line 28, ../sass/_responsive.scss */
article {
border-radius: 0;
margin: -18px;
padding: 18px;
}

/* line 34, ../sass/_responsive.scss */
textarea,
input,
select {
max-width: 100%;
}

/* line 40, ../sass/_responsive.scss */
fieldset {
min-width: 0;
}

@-moz-document url-prefix() {
/* line 51, ../sass/_responsive.scss */
fieldset {
display: table-cell;
}
}
/* line 56, ../sass/_responsive.scss */
section {
width: auto;
}
}
Loading

0 comments on commit 429d590

Please sign in to comment.