Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
f3f379de
Commit
f3f379de
authored
Oct 05, 2012
by
Thomas Park
Browse files
all: add horizontalComponentOffset, better match variables.less, closes #34, thanks @prymitive
parent
6c44471f
Changes
11
Hide whitespace changes
Inline
Side-by-side
amelia/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Amelia
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: normal; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: lighten(#147E88, 10%); // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: rgba(255, 255, 255, 0.4); // for hover
@tableBorder: lighten(#147E88, 12%); // table and cell border
// Buttons
// -------------------------
@btnBackground: @grayLighter;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @red;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @red;
@dropdownLinkBackgroundHover: @red;
...
...
@@ -149,6 +144,11 @@
@hrBorder: transparent;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: #3CB9C6;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 50px;
@navbarBackground: @red;
@navbarBackgroundHighlight: @red;
@navbarBackground: @red;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @white;
...
...
cerulean/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Cerulean
// Version: 2.1.1
// --------------------------------------------------
// GLOBAL VALUES
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: #317EAC; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: #f5f5f5;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 50px;
@navbarBackground: @blue;
@navbarBackgroundHighlight: lighten(@navbarBackground, 8%);
@navbarBackground: @blue;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @grayLighter;
...
...
cyborg/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Cyborg
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: normal; // instead of browser default, bold
@headingsColor: @white; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: @grayDark; // for hover
@tableBorder: #222; // table and cell border
// Buttons
// -------------------------
@btnBackground: darken(@gray, 20%);
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: #222;
@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @linkColor;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @linkColor;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @gray;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: #131517;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarBackground: @grayDarker;
@navbarBackgroundHighlight: @grayDarker;
@navbarBackground: @grayDarker;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @grayLight;
...
...
journal/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Journal
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: @black; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: @grayLighter; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @grayLighter;
@dropdownLinkColor: @headingsColor;
@dropdownLinkColorHover: @headingsColor;
@dropdownLinkBackgroundHover: @grayLighter;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @dropdownLinkBackgroundHover;
@dropdownLinkBackgroundHover: @grayLighter;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: @grayLighter;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 60px;
@navbarBackground: @bodyBackground;
@navbarBackgroundHighlight: @bodyBackground;
@navbarBackground: @bodyBackground;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @textColor;
...
...
readable/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Readable
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: darken(@bodyBackground, 4%); // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @linkColor;
@dropdownLinkColorHover: @linkColorHover;
@dropdownLinkBackgroundHover: rgba(255,255,255,0);
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: rgba(255,255,255,0);
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: @white;
...
...
simplex/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Simplex
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @textColor;
@dropdownLinkBackgroundHover: #FBEBE9;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: #FBEBE9;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: @white;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarBackground: #fefefe;
@navbarBackgroundHighlight: @navbarBackground;
@navbarBackground: #fefefe;
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @gray;
...
...
slate/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Slate
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: @grayDark; // for hover
@tableBorder: darken(@grayDarker, 5%); // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: darken(@grayDarker, 5%);
@dropdownLinkColor: @grayLight;
@dropdownLinkColorHover: @grayLighter;
@dropdownLinkBackgroundHover: @grayDarker;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @grayDarker;
@dropdownLinkBackgroundHover: @grayDarker;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: darken(@grayDarker, 3%);
...
...
spacelab/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Spacelab
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: normal; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: #f5f5f5;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarBackground: @grayLight;
@navbarBackgroundHighlight: #eee;
@navbarBackground: @grayLight;
@navbarBorder: darken(@navbarBackground, 5%);
@navbarText: @textColor;
...
...
spruce/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Spruce
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: 700; // instead of browser default, bold
@headingsColor: #F5F3DC; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: #C3C7AE; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: darken(#C3C7AE, 10%); // for hover
@tableBorder: @headingsColor; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @bodyBackground;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: darken(@bodyBackground, 10%);
@dropdownLinkColorActive: @dropdownLinkColorHover;
@dropdownLinkBackgroundActive: @dropdownLinkBackgroundHover;
@dropdownLinkBackgroundHover: darken(@bodyBackground, 10%);
...
...
@@ -149,6 +144,11 @@
@hrBorder: @linkColor;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: darken(@bodyBackground, 10%);
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 50px;
@navbarBackground: @blueDark;
@navbarBackgroundHighlight: @navbarBackground;
@navbarBackground: @blueDark;
@navbarBorder: darken(@navbarBackground, 5%);
@navbarText: @grayLight;
...
...
superhero/variables.less
View file @
f3f379de
//
// Variables
// Swatch: Superhero
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
// Grays
// -------------------------
...
...
@@ -55,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: @orange; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: darken(@blue, 3%); // overall background-color
...
...
@@ -63,7 +64,6 @@
@tableBackgroundHover: lighten(@blue, 5%); // for hover
@tableBorder: transparent; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -105,12 +105,11 @@
@dropdownDividerBottom: @blue;
@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
...
@@ -145,6 +144,11 @@
@hrBorder: transparent;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: @blue;
...
...
@@ -155,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 70px;
@navbarBackground: @blueDark;
@navbarBackgroundHighlight: @navbarBackground;
@navbarBackground: @blueDark;
@navbarBorder: darken(@navbarBackground, 5%);
@navbarText: @grayLight;
...
...
united/variables.less
View file @
f3f379de
//
// Variables
// Swatch: United
// Version: 2.1.1
// --------------------------------------------------
// Global values
// --------------------------------------------------
...
...
@@ -59,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
...
...
@@ -67,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
...
...
@@ -109,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownLinkColor: @linkColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
...
@@ -149,6 +144,11 @@
@hrBorder: @grayLighter;
// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset: 180px;
// Wells
// -------------------------
@wellBackground: #f5f5f5;
...
...
@@ -159,8 +159,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarBackground: @orange;
@navbarBackgroundHighlight: #CE4213;
@navbarBackground: @orange;
@navbarBorder: darken(@navbarBackground, 5%);
@navbarText: @white;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment