Build 0.0.15

This commit is contained in:
Jeremy Thomas 2016-02-21 22:48:11 +00:00
parent 5e35a750a0
commit 5347cc411b
6 changed files with 121 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.14", "version": "0.0.15",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

132
css/bulma.css vendored
View File

@ -794,6 +794,36 @@ table th {
color: rgba(34, 35, 36, 0.3); color: rgba(34, 35, 36, 0.3);
} }
.input.is-dark, .is-dark.textarea {
border-color: #222324;
color: #222324;
}
.input.is-primary, .is-primary.textarea {
border-color: #1fc8db;
color: #1fc8db;
}
.input.is-info, .is-info.textarea {
border-color: #42afe3;
color: #42afe3;
}
.input.is-success, .is-success.textarea {
border-color: #97cd76;
color: #97cd76;
}
.input.is-warning, .is-warning.textarea {
border-color: #fce473;
color: #fce473;
}
.input.is-danger, .is-danger.textarea {
border-color: #ed6c63;
color: #ed6c63;
}
.input[type="search"], [type="search"].textarea { .input[type="search"], [type="search"].textarea {
border-radius: 290486px; border-radius: 290486px;
} }
@ -924,6 +954,36 @@ table th {
color: rgba(34, 35, 36, 0.3); color: rgba(34, 35, 36, 0.3);
} }
.checkbox input.is-dark, .menu-checkbox input.is-dark, .radio input.is-dark {
border-color: #222324;
color: #222324;
}
.checkbox input.is-primary, .menu-checkbox input.is-primary, .radio input.is-primary {
border-color: #1fc8db;
color: #1fc8db;
}
.checkbox input.is-info, .menu-checkbox input.is-info, .radio input.is-info {
border-color: #42afe3;
color: #42afe3;
}
.checkbox input.is-success, .menu-checkbox input.is-success, .radio input.is-success {
border-color: #97cd76;
color: #97cd76;
}
.checkbox input.is-warning, .menu-checkbox input.is-warning, .radio input.is-warning {
border-color: #fce473;
color: #fce473;
}
.checkbox input.is-danger, .menu-checkbox input.is-danger, .radio input.is-danger {
border-color: #ed6c63;
color: #ed6c63;
}
.checkbox input:after, .menu-checkbox input:after, .radio input:after { .checkbox input:after, .menu-checkbox input:after, .radio input:after {
border: 1px solid white; border: 1px solid white;
border-right: 0; border-right: 0;
@ -1047,6 +1107,36 @@ table th {
color: rgba(34, 35, 36, 0.3); color: rgba(34, 35, 36, 0.3);
} }
.select select.is-dark {
border-color: #222324;
color: #222324;
}
.select select.is-primary {
border-color: #1fc8db;
color: #1fc8db;
}
.select select.is-info {
border-color: #42afe3;
color: #42afe3;
}
.select select.is-success {
border-color: #97cd76;
color: #97cd76;
}
.select select.is-warning {
border-color: #fce473;
color: #fce473;
}
.select select.is-danger {
border-color: #ed6c63;
color: #ed6c63;
}
.select select:hover { .select select:hover {
border-color: #aeb1b5; border-color: #aeb1b5;
} }
@ -1076,6 +1166,15 @@ table th {
border-color: #222324; border-color: #222324;
} }
.label {
color: #222324;
display: block;
}
.label:not(:last-child) {
margin-bottom: 5px;
}
.control { .control {
position: relative; position: relative;
text-align: left; text-align: left;
@ -1632,11 +1731,21 @@ table th {
font-weight: 300; font-weight: 300;
} }
.title em,
.subtitle em {
font-weight: 300;
}
.title a:hover, .title a:hover,
.subtitle a:hover { .subtitle a:hover {
border-bottom: 1px solid; border-bottom: 1px solid;
} }
.title .tag,
.subtitle .tag {
vertical-align: bottom;
}
.title { .title {
color: #222324; color: #222324;
font-size: 28px; font-size: 28px;
@ -2996,6 +3105,13 @@ table th {
margin-bottom: 10px; margin-bottom: 10px;
} }
.columns.is-centered {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.columns.is-mobile { .columns.is-mobile {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
@ -3950,21 +4066,6 @@ a.menu-block:hover {
} }
} }
.header-center {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.header-right { .header-right {
-webkit-box-align: stretch; -webkit-box-align: stretch;
-webkit-align-items: stretch; -webkit-align-items: stretch;
@ -4069,7 +4170,6 @@ a.menu-block:hover {
} }
.header.is-centered .header-left, .header.is-centered .header-left,
.header.is-centered .header-center,
.header.is-centered .header-right { .header.is-centered .header-right {
-webkit-box-pack: center; -webkit-box-pack: center;
-webkit-justify-content: center; -webkit-justify-content: center;

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.14", "version": "0.0.15",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"author": "jgthms <bbxdesign@gmail.com>", "author": "jgthms <bbxdesign@gmail.com>",
"description": "Modern CSS framework based on Flexbox", "description": "Modern CSS framework based on Flexbox",