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
75714827
Commit
75714827
authored
Aug 22, 2012
by
Thomas Park
Browse files
cerulean: base font-size and navbar text-shadow tweaks
parent
a8df25a5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
75714827
This diff is collapsed.
Click to expand it.
cerulean/bootstrap.min.css
View file @
75714827
This diff is collapsed.
Click to expand it.
cerulean/bootswatch.less
View file @
75714827
...
...
@@ -14,10 +14,11 @@
.navbar {
font-family: @headingsFontFamily;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
.brand {
padding: 16px 20px 14px;
text-shadow:
0 1px 0 rgba(255, 255, 255, 0.1)
;
text-shadow:
inherit
;
}
li {
...
...
@@ -26,7 +27,7 @@
.nav > li > a {
padding: 16px 10px 14px;
text-shadow:
0 1px 0 rgba(255, 255, 255, 0.1)
;
text-shadow:
inherit
;
}
.search-query {
...
...
@@ -41,14 +42,9 @@
padding: 19px 10px 18px;
line-height: 13px;
color: rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.
25
);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.
3
);
}
// .nav li.dropdown.active > .dropdown-toggle,
// .nav li.dropdown.active.open > .dropdown-toggle {
// background-color: @navbarLinkBackgroundActive;
// }
.nav-collapse.collapse {
.nav li > a {
...
...
@@ -82,6 +78,8 @@
&-inverse {
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
.nav-collapse.collapse {
.nav li > a {
...
...
@@ -96,11 +94,17 @@
background-color: rgba(0, 0, 0, 0.1);
}
}
.navbar-search .search-query {
color: @textColor;
}
}
}
div.subnav {
font-family: @headingsFontFamily;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
&-fixed {
top: @navbarHeight;
...
...
cerulean/variables.less
View file @
75714827
...
...
@@ -40,7 +40,7 @@
// Links
// -------------------------
@linkColor: #
369BD
7;
@linkColor: #
2FA4E
7;
@linkColorHover: darken(@linkColor, 15%);
...
...
@@ -50,9 +50,9 @@
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
@baseFontSize: 1
3
px;
@baseFontSize: 1
4
px;
@baseFontFamily: @sansFontFamily;
@baseLineHeight:
18
px;
@baseLineHeight:
20
px;
@altFontFamily: @monoFontFamily;
@headingsFontFamily: 'Telex', sans-serif; // empty to use BS default, @baseFontFamily
...
...
@@ -164,10 +164,10 @@
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @grayLighter;
@navbarLinkColor: @
grayLigh
te
r
;
@navbarLinkColor: @
whi
te;
@navbarLinkColorHover: @white;
@navbarLinkColorActive: @navbarLinkColorHover;
@navbarLinkBackgroundHover:
transparent
;
@navbarLinkBackgroundHover:
rgba(0,0,0,.2)
;
@navbarLinkBackgroundActive: rgba(0,0,0,.2);
@navbarBrandColor: @navbarLinkColor;
...
...
@@ -179,10 +179,10 @@
@navbarInverseText: @textColor;
@navbarInverseLinkColor: @textColor;
@navbarInverseLinkColorHover: @
headings
Color;
@navbarInverseLinkColorActive: @
headings
Color;
@navbarInverseLinkBackgroundHover:
transparent
;
@navbarInverseLinkBackgroundActive:
@navbarInverseBackground
;
@navbarInverseLinkColorHover: @
text
Color;
@navbarInverseLinkColorActive: @
text
Color;
@navbarInverseLinkBackgroundHover:
rgba(0,0,0,.05)
;
@navbarInverseLinkBackgroundActive:
rgba(0,0,0,.05)
;
@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);
@navbarInverseSearchBackgroundFocus: @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