Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from yorch/master
Browse files Browse the repository at this point in the history
Spacelab theme updated to 2.1.1.
  • Loading branch information
maxim committed Oct 17, 2012
2 parents e9a6aac + 4f08ddd commit b97d7b1
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 141 deletions.
295 changes: 210 additions & 85 deletions vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss
@@ -1,169 +1,294 @@
// Bootswatch.less
// Swatch: Spacelab
// Version: 2.0.2
// Version: 2.1.1
// -----------------------------------------------------

// TYPOGRAPHY
// -----------------------------------------------------

@import url('http://fonts.googleapis.com/css?family=Muli');

// SCAFFOLDING
// -----------------------------------------------------

// NAVBAR
// -----------------------------------------------------

// navbar style
.navbar {
border-bottom: 1px solid #CACACA;

.navbar-inner {
border-bottom: 1px solid #CACACA;
@include box-shadow(0 1px 0 rgba(255,255,255,0.4));
}

.brand {
font-size: 20px;
font-weight: bold;
color: $textColor;

text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

&:hover {
color: $linkColor;
}
}
}

// navbar dropshadow
.navbar .navbar-inner {
@include box-shadow(0 1px 0 rgba(255,255,255,0.4));
@include box-shadow(0 0 10px rgba(0,0,0,0.1));
}
.nav > li > a {
padding: 11px 10px 9px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

// nav item typography
.navbar .nav > li > a {
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.navbar-text {
margin-top: 2px;
padding: 0 10px;
line-height: 38px;
}

.navbar .nav .active > a {
background-color: transparent;
color: $textColor;
.navbar-search .search-query,
.navbar-search .search-query:hover {
margin-bottom: 0;
line-height: normal;
color: $grayLight;
@include placeholder($grayLight);
@include box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5));

&:hover {
background-color: transparent;
color: $linkColor;
&:focus,
&.focused {
@include box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5));
color: $textColor;
}
}
}

.navbar .nav > li > a:hover,
.navbar .nav .open.dropdown .dropdown-toggle {
color: $linkColor !important;
}
.navbar-inverse {
.brand {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);

.navbar .nav .dropdown-toggle .caret {
border-top-color: $textColor;
opacity: 1;
}
&:hover {
color: $white;
}
}

.nav .open.dropdown .caret,
.nav .dropdown-toggle:hover .caret {
border-top-color: $linkColor !important;
}
.nav > li > a {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

div.subnav .nav > li > a {
font-weight: bold;
color: #777;
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown:hover > .dropdown-toggle .caret,
.nav li.dropdown.open:hover > .dropdown-toggle .caret {
border-top-color: $white;
}

.navbar-search .search-query,
.navbar-search .search-query:hover {

&:hover {
color: $linkColor;
color: $white;

@include placeholder($grayLighter);
}
}

div.subnav .nav > li.active > a {
color: $textColor;
@media (max-width: $navbarCollapseWidth) {

&:hover {
color: $grayDark;
.navbar .nav-collapse {

.nav li > a:hover {
background-color: $linkColor;
color: $white;
text-shadow: none;
}

.navbar-search {
border-top: none;
border-bottom: none;
}
}
}

div.subnav .nav > li > .dropdown-toggle {
background-color: transparent;
color: $linkColor;
.navbar-inverse .nav-collapse {

.nav li > a {
color: $grayLighter;

&:hover {
background-color: $linkColor !important;
}
}

.nav-header {
color: $grayLighter;
}
}
}

.navbar-search .search-query,
.navbar-search .search-query:hover {
border: none;
color: $grayLight;
@include placeholder($grayLight);
@include box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5));
div.subnav {

.nav > li > a {

&:focus,
&.focused {
@include box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5));
color: $textColor;

&:hover {
color: $linkColor;
}
}
}

.navbar .nav-collapse.in > .nav li > a {
.nav > li.active > a {

color: $textColor;
color: $textColor;

.caret {
border-top-color: $grayLight;
&:hover {
color: $textColor;
}
}

.nav > li.dropdown > .dropdown-toggle {
background-color: transparent;
}

.nav > li.dropdown.open > .dropdown-toggle {

border-left: 1px solid whiteSmoke;
border-right: 1px solid #E5E5E5;
color: $textColor;

&:hover {
color: $linkColor;
}
}
}

// NAV
// -----------------------------------------------------

.navbar .nav-collapse.in > .nav li > a:hover {
text-shadow: none;
color: $linkColor;
background-color: transparent;
.nav > li.dropdown > .dropdown-toggle,
.nav > li.dropdown.active > .dropdown-toggle,
.nav > li.dropdown.open > .dropdown-toggle,
.nav > li.dropdown.open.active > .dropdown-toggle {

.caret {
border-top-color: $white;
border-top: 4px solid $textColor;
border-top-color: $textColor;
opacity: 1;
}

&:hover .caret {
border-top: 4px solid $linkColorHover;
border-top-color: $linkColorHover;
}
}

// BUTTON
// BUTTONS
// -----------------------------------------------------

.btn {
@include buttonBackground(#F4F4F4, #ECECEC);
.btn-info {
&:hover,
&.disabled {

color: $textColor;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);

.caret {
border-top-color: $textColor;
border-bottom-color: $textColor;
}
}
}

/*.btn {
.buttonBackground(#F4F4F4, #ECECEC);
color: $textColor;
text-shadow: none;
&:hover,
&:active,
&.active,
&.disabled,
&[disabled] {
color: $grayDark;
}
}
.btn-primary {
@include buttonBackground(#909090, #3F3F3F);
.buttonBackground(#909090, #3F3F3F);
}
.btn-warning {
@include buttonBackground(lighten($yellow, 15%), $yellow);
.buttonBackground(adjust-hue($yellow, 15%), $yellow);
}
.btn-danger {
@include buttonBackground(lighten(#DA2D2D, 15%), #DA2D2D);
.buttonBackground(adjust-hue(#DA2D2D, 15%), #DA2D2D);
}
.btn-success {
@include buttonBackground(#8ADD6D, #60B044);
.buttonBackground(#8ADD6D, #60B044);
}
.btn-info {
@include buttonBackground(lighten(#4488BB, 15%), #4488BB);
.buttonBackground(adjust-hue(#4488BB, 15%), #4488BB);
}
.btn-inverse {
@include buttonBackground(lighten($purple, 5%), $purple);
}
.buttonBackground(adjust-hue($purple, 5%), $purple);
}*/

// TABLES
// -----------------------------------------------------

// FORMS
// -----------------------------------------------------

.control-group.warning {
@include formFieldState(#E29235, #E29235, $warningBackground);
@include formFieldState(#E29235, #E29235, $warningBackground);
}

.control-group.error {
@include formFieldState(#C00, #C00, $errorBackground);
@include formFieldState(#C00, #C00, $errorBackground);
}

.control-group.success {
@include formFieldState(#2BA949, #2BA949, $successBackground);
@include formFieldState(#2BA949, #2BA949, $successBackground);
}

// DROPDOWNS
// -----------------------------------------------------

// ALERTS, LABELS, BADGES
// -----------------------------------------------------

.alert {
color: $white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.label, .badge {
padding-top: 4px;

// LABELS
}
.label-important, .badge-important{
background-color: $red;
}

.label-warning, .badge-warning {
background-color: $orange;
}

.label-success, .badge-success {
background-color: $green;
}

.label-info, .badge-info {
background-color: $blue;
}

// MISC
// -----------------------------------------------------

.label-important { background-color: #BD2C00; }
.label-warning { background-color: #E3E84D; }
.label-success { background-color: #6CC644; }
.label-info { background-color: #4183C4; }
.well {
background-color: $grayLighter;
}

.hero-unit {
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
border: 1px solid rgba(0,0,0,.05);
}

// MEDIA QUERIES
// -----------------------------------------------------

0 comments on commit b97d7b1

Please sign in to comment.