Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,199 @@
|
||||
// Sandstone 3.3.7
|
||||
// Bootswatch
|
||||
// -----------------------------------------------------
|
||||
|
||||
@web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
|
||||
|
||||
.web-font(@path) {
|
||||
@import url("@{path}");
|
||||
}
|
||||
.web-font(@web-font-path);
|
||||
|
||||
// Navbar =====================================================================
|
||||
|
||||
.sandstone {
|
||||
font-size: 11px;
|
||||
line-height: 22px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
.nav > li > a {
|
||||
.sandstone;
|
||||
}
|
||||
|
||||
&-form input,
|
||||
&-form .form-control {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Buttons ====================================================================
|
||||
|
||||
.btn {
|
||||
border: none;
|
||||
.sandstone;
|
||||
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
&-lg {
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
&-default {
|
||||
&:hover {
|
||||
background-color: @navbar-default-link-active-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Typography =================================================================
|
||||
|
||||
// Tables =====================================================================
|
||||
|
||||
// Forms ======================================================================
|
||||
|
||||
input,
|
||||
.form-control {
|
||||
.box-shadow(none);
|
||||
|
||||
&:focus {
|
||||
border-color: @input-border;
|
||||
.box-shadow(none);
|
||||
}
|
||||
}
|
||||
|
||||
// Navs =======================================================================
|
||||
|
||||
.nav {
|
||||
.sandstone;
|
||||
|
||||
.open > a,
|
||||
.open > a:hover,
|
||||
.open > a:focus {
|
||||
border-color: @gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
|
||||
& > li > a {
|
||||
background-color: @gray-lighter;
|
||||
border-color: @nav-tabs-border-color;
|
||||
color: @gray;
|
||||
}
|
||||
|
||||
> li.disabled > a:hover {
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
a {
|
||||
color: @gray;
|
||||
}
|
||||
|
||||
li > a {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
li.active > a,
|
||||
li > a:hover {
|
||||
border-color: @gray-light;
|
||||
}
|
||||
|
||||
li.disabled > a {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
.sandstone;
|
||||
|
||||
border: 1px solid @gray-light;
|
||||
|
||||
a {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
|
||||
.pagination {
|
||||
.sandstone;
|
||||
}
|
||||
|
||||
.pager {
|
||||
.sandstone;
|
||||
|
||||
li > a {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
& > li > a {
|
||||
.sandstone;
|
||||
}
|
||||
}
|
||||
|
||||
// Indicators =================================================================
|
||||
|
||||
.alert {
|
||||
|
||||
a,
|
||||
.alert-link {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
.sandstone;
|
||||
}
|
||||
|
||||
// Progress bars ==============================================================
|
||||
|
||||
.progress {
|
||||
border-radius: 10px;
|
||||
background-color: @gray-light;
|
||||
.box-shadow(none);
|
||||
|
||||
&-bar {
|
||||
.box-shadow(none);
|
||||
}
|
||||
}
|
||||
|
||||
// Containers =================================================================
|
||||
|
||||
.list-group {
|
||||
&-item {
|
||||
padding: 16px 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.well {
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
.panel {
|
||||
.box-shadow(none);
|
||||
|
||||
.panel-heading,
|
||||
.panel-title {
|
||||
.sandstone;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
.sandstone;
|
||||
}
|
||||
|
||||
&-default {
|
||||
.panel-heading,
|
||||
.panel-title,
|
||||
.panel-footer {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user