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
1ae3a88f
Commit
1ae3a88f
authored
Mar 10, 2012
by
Thomas Park
Browse files
style for btn-inverse
parent
235fc721
Changes
26
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
1ae3a88f
...
...
@@ -3480,6 +3480,21 @@ a.thumbnail:hover {
font-weight
:
200
;
line-height
:
27px
;
}
.pull-right
{
float
:
right
;
}
.pull-left
{
float
:
left
;
}
.hide
{
display
:
none
;
}
.show
{
display
:
block
;
}
.invisible
{
visibility
:
hidden
;
}
h1
,
h2
,
h3
,
...
...
@@ -3725,21 +3740,30 @@ h6 {
.btn-info
:active
,
.btn-info.active
{
background-color
:
#7d4898
\
9
;
}
i
[
class
^=
"icon-"
]
{
opacity
:
0.8
;
}
.pull-right
{
float
:
right
;
}
.pull-left
{
float
:
left
;
.btn-inverse
{
background-color
:
#f8b93b
;
background-image
:
-moz-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-ms-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f8bd45
),
to
(
#f7b42c
));
background-image
:
-webkit-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-o-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f8bd45'
,
endColorstr
=
'#f7b42c'
,
GradientType
=
0
);
border-color
:
#f7b42c
#f7b42c
#cf8d08
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
}
.hide
{
display
:
none
;
.btn-inverse
:hover
,
.btn-inverse
:active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
background-color
:
#f7b42c
;
}
.
show
{
display
:
block
;
.
btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#e79e09
\
9
;
}
.invisible
{
visibility
:
hidden
;
i
[
class
^=
"icon-"
]
{
opacity
:
0.8
;
}
cerulean/bootstrap.min.css
View file @
1ae3a88f
...
...
@@ -626,6 +626,11 @@ a.thumbnail:hover{border-color:#369bd7;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
letter-spacing
:
-1px
;}
.hero-unit
p
{
font-size
:
18px
;
font-weight
:
200
;
line-height
:
27px
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
.hide
{
display
:
none
;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.navbar
,
.subnav
{
font-family
:
'Telex'
,
sans-serif
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
#317eac
;}
.navbar-inner
{
background-color
:
#3f9fd9
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#369bd7
),
color-stop
(
90%
,
#369bd7
),
to
(
#61b0df
));
background-image
:
-webkit-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-moz-linear-gradient
(
top
,
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-ms-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
-o-linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-image
:
linear-gradient
(
#369bd7
,
#369bd7
90%
,
#61b0df
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#369bd7'
,
endColorstr
=
'#61b0df'
,
GradientType
=
0
);}
...
...
@@ -655,9 +660,6 @@ h1,h2,h3,h4,h5,h6{color:#317eac;}
.btn-success
:active
,
.btn-success.active
{
background-color
:
#59822c
\
9
;}
.btn-info
{
background-color
:
#9e6ab8
;
background-image
:
-moz-linear-gradient
(
top
,
#a271bb
,
#9760b3
);
background-image
:
-ms-linear-gradient
(
top
,
#a271bb
,
#9760b3
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#a271bb
),
to
(
#9760b3
));
background-image
:
-webkit-linear-gradient
(
top
,
#a271bb
,
#9760b3
);
background-image
:
-o-linear-gradient
(
top
,
#a271bb
,
#9760b3
);
background-image
:
linear-gradient
(
top
,
#a271bb
,
#9760b3
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a271bb'
,
endColorstr
=
'#9760b3'
,
GradientType
=
0
);
border-color
:
#9760b3
#9760b3
#6f4086
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-info
:hover
,
.btn-info
:active
,
.btn-info.active
,
.btn-info.disabled
,
.btn-info
[
disabled
]
{
background-color
:
#9760b3
;}
.btn-info
:active
,
.btn-info.active
{
background-color
:
#7d4898
\
9
;}
.btn-inverse
{
background-color
:
#f8b93b
;
background-image
:
-moz-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-ms-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f8bd45
),
to
(
#f7b42c
));
background-image
:
-webkit-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
-o-linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-image
:
linear-gradient
(
top
,
#f8bd45
,
#f7b42c
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f8bd45'
,
endColorstr
=
'#f7b42c'
,
GradientType
=
0
);
border-color
:
#f7b42c
#f7b42c
#cf8d08
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-inverse
:hover
,
.btn-inverse
:active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
background-color
:
#f7b42c
;}
.btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#e79e09
\
9
;}
i
[
class
^=
"icon-"
]
{
opacity
:
0.8
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
.hide
{
display
:
none
;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
cerulean/bootswatch.less
View file @
1ae3a88f
...
...
@@ -87,28 +87,31 @@ h1,h2,h3,h4,h5,h6 {
}
}
// Set the backgrounds
// -------------------------
.btn-primary {
.buttonBackground(lighten(@linkColor, 5%), @linkColor);
}
// Warning appears are orange
.btn-warning {
.buttonBackground(lighten(@orange, 5%), @orange);
}
// Danger and error appear as red
.btn-danger {
.buttonBackground(lighten(@red, 5%), @red);
}
// Success appears as green
.btn-success {
.buttonBackground(lighten(@green, 5%), @green);
}
// Info appears as a neutral blue
.btn-info {
.buttonBackground(lighten(@purple, 5%), @purple);
}
.btn-inverse {
.buttonBackground(lighten(@yellow, 5%), @yellow);
}
// ICONS
// -----------------------------------------------------
...
...
cerulean/index.html
View file @
1ae3a88f
...
...
@@ -321,6 +321,26 @@
</div>
<!-- /btn-group -->
</td>
</tr>
<tr>
<td><a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-large"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-small"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse disabled"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse"
href=
"#"
><i
class=
"icon-remove icon-white"
></i>
Inverse
</a></td>
<td>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</td>
</tr>
</tbody>
</table>
...
...
cyborg/bootstrap.css
View file @
1ae3a88f
...
...
@@ -3926,6 +3926,30 @@ select,
.btn-info
:active
,
.btn-info.active
{
background-color
:
#000000
\
9
;
}
.btn-inverse
{
background-color
:
#9f3fcf
;
background-image
:
-moz-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-ms-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#a347d1
),
to
(
#9933cc
));
background-image
:
-webkit-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-o-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a347d1'
,
endColorstr
=
'#9933cc'
,
GradientType
=
0
);
border-color
:
#9933cc
#9933cc
#6b248f
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
}
.btn-inverse
:hover
,
.btn-inverse
:active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
background-color
:
#9933cc
;
}
.btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#7a29a3
\
9
;
}
.btn-group
.btn
:first-child
{
-webkit-border-top-left-radius
:
3px
;
-moz-border-top-left-radius
:
3px
;
...
...
cyborg/bootstrap.min.css
View file @
1ae3a88f
...
...
@@ -694,6 +694,8 @@ input,textarea,select,.uneditable-input{color:#282828;}
.btn-success
:active
,
.btn-success.active
{
background-color
:
#446600
\
9
;}
.btn-info
{
background-color
:
#292929
;
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#191919
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#191919
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#333333
),
to
(
#191919
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#191919
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#191919
);
background-image
:
linear-gradient
(
top
,
#333333
,
#191919
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#191919'
,
GradientType
=
0
);
border-color
:
#191919
#191919
#000000
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-info
:hover
,
.btn-info
:active
,
.btn-info.active
,
.btn-info.disabled
,
.btn-info
[
disabled
]
{
background-color
:
#191919
;}
.btn-info
:active
,
.btn-info.active
{
background-color
:
#000000
\
9
;}
.btn-inverse
{
background-color
:
#9f3fcf
;
background-image
:
-moz-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-ms-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#a347d1
),
to
(
#9933cc
));
background-image
:
-webkit-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
-o-linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-image
:
linear-gradient
(
top
,
#a347d1
,
#9933cc
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#a347d1'
,
endColorstr
=
'#9933cc'
,
GradientType
=
0
);
border-color
:
#9933cc
#9933cc
#6b248f
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-inverse
:hover
,
.btn-inverse
:active
,
.btn-inverse.active
,
.btn-inverse.disabled
,
.btn-inverse
[
disabled
]
{
background-color
:
#9933cc
;}
.btn-inverse
:active
,
.btn-inverse.active
{
background-color
:
#7a29a3
\
9
;}
.btn-group
.btn
:first-child
{
-webkit-border-top-left-radius
:
3px
;
-moz-border-top-left-radius
:
3px
;
border-top-left-radius
:
3px
;
-webkit-border-bottom-left-radius
:
3px
;
-moz-border-bottom-left-radius
:
3px
;
border-bottom-left-radius
:
3px
;}
.btn-group
.btn
:last-child
,
.btn-group
.dropdown-toggle
{
-webkit-border-top-right-radius
:
3px
;
-moz-border-top-right-radius
:
3px
;
border-top-right-radius
:
3px
;
-webkit-border-bottom-right-radius
:
3px
;
-moz-border-bottom-right-radius
:
3px
;
border-bottom-right-radius
:
3px
;}
.btn
.caret
{
border-top
:
4px
solid
black
;
opacity
:
0.3
;}
...
...
cyborg/bootswatch.less
View file @
1ae3a88f
...
...
@@ -348,28 +348,30 @@ input, textarea, select, .uneditable-input {
}
}
// Set the backgrounds
// -------------------------
.btn-primary {
.buttonBackground(@blueDark, darken(@blueDark, 10%));
}
// Warning appears are orange
.btn-warning {
.buttonBackground(lighten(@orange, 10%), @orange);
}
// Danger and error appear as red
.btn-danger {
.buttonBackground(lighten(@red, 10%), @red);
}
// Success appears as green
.btn-success {
.buttonBackground(lighten(@green, 10%), @green);
}
// Info appears as a neutral blue
.btn-info {
.buttonBackground(darken(@gray, 40%), darken(@gray, 50%));
}
.btn-inverse {
.buttonBackground(lighten(@purple, 5%), @purple);
}
.btn-group .btn:first-child {
-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius: 3px;
...
...
cyborg/index.html
View file @
1ae3a88f
...
...
@@ -321,6 +321,26 @@
</div>
<!-- /btn-group -->
</td>
</tr>
<tr>
<td><a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-large"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-small"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse disabled"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse"
href=
"#"
><i
class=
"icon-remove icon-white"
></i>
Inverse
</a></td>
<td>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</td>
</tr>
</tbody>
</table>
...
...
default/index.html
View file @
1ae3a88f
...
...
@@ -318,6 +318,26 @@
</div>
<!-- /btn-group -->
</td>
</tr>
<tr>
<td><a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-large"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-small"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse disabled"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse"
href=
"#"
><i
class=
"icon-remove icon-white"
></i>
Inverse
</a></td>
<td>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</td>
</tr>
</tbody>
</table>
...
...
journal/bootstrap.css
View file @
1ae3a88f
...
...
@@ -2442,15 +2442,15 @@ button.btn.small, input[type="submit"].btn.small {
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
background-color
:
#f
afafc
;
background-image
:
-moz-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-ms-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
afafc
),
to
(
#f
afafc
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-o-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-color
:
#f
cfbfd
;
background-image
:
-moz-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-ms-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
cfbfd
),
to
(
#f
cfbfd
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-o-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
afafc
'
,
endColorstr
=
'#f
afafc
'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
cfbfd
'
,
endColorstr
=
'#f
cfbfd
'
,
GradientType
=
0
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
...
...
@@ -2464,16 +2464,16 @@ button.btn.small, input[type="submit"].btn.small {
padding
:
7px
10px
;
margin-left
:
5px
;
margin-right
:
5px
;
background-color
:
#f
afafc
;
background-image
:
-moz-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-ms-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
afafc
),
to
(
#f
afafc
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-o-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-color
:
#f
cfbfd
;
background-image
:
-moz-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-ms-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
cfbfd
),
to
(
#f
cfbfd
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-o-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
afafc
'
,
endColorstr
=
'#f
afafc
'
,
GradientType
=
0
);
border-color
:
#f
afafc
#fafafc
#cacadf
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
cfbfd
'
,
endColorstr
=
'#f
cfbfd
'
,
GradientType
=
0
);
border-color
:
#f
cfbfd
#fcfbfd
#d6c8e4
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);
...
...
@@ -2485,10 +2485,10 @@ button.btn.small, input[type="submit"].btn.small {
.btn-navbar.active
,
.btn-navbar.disabled
,
.btn-navbar
[
disabled
]
{
background-color
:
#f
afafc
;
background-color
:
#f
cfbfd
;
}
.btn-navbar
:active
,
.btn-navbar.active
{
background-color
:
#
dadae9
\
9
;
background-color
:
#
e3d9ec
\
9
;
}
.btn-navbar
.icon-bar
{
display
:
block
;
...
...
@@ -2657,15 +2657,15 @@ button.btn.small, input[type="submit"].btn.small {
.navbar
.nav
.active
>
a
,
.navbar
.nav
.active
>
a
:hover
{
color
:
#222222
;
text-decoration
:
none
;
background-color
:
#f
afafc
;
background-color
:
#f
cfbfd
;
}
.navbar
.divider-vertical
{
height
:
40px
;
width
:
1px
;
margin
:
0
9px
;
overflow
:
hidden
;
background-color
:
#f
afafc
;
border-right
:
1px
solid
#f
afafc
;
background-color
:
#f
cfbfd
;
border-right
:
1px
solid
#f
cfbfd
;
}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
...
...
@@ -3480,8 +3480,23 @@ a.thumbnail:hover {
font-weight
:
200
;
line-height
:
27px
;
}
.pull-right
{
float
:
right
;
}
.pull-left
{
float
:
left
;
}
.hide
{
display
:
none
;
}
.show
{
display
:
block
;
}
.invisible
{
visibility
:
hidden
;
}
body
{
background-color
:
#f
afafc
!important
;
background-color
:
#f
cfbfd
!important
;
}
a
{
text-decoration
:
underline
;
...
...
@@ -3569,7 +3584,7 @@ form.navbar-form, form.navbar-search {
color
:
#888888
;
}
.dropdown-menu
{
background-color
:
#f
afafc
;
background-color
:
#f
cfbfd
;
}
.dropdown-menu
a
{
color
:
#222222
;
...
...
@@ -3579,7 +3594,7 @@ form.navbar-form, form.navbar-search {
color
:
#222222
;
}
div
.subnav
{
background-color
:
#f
afafc
;
background-color
:
#f
cfbfd
;
background-image
:
none
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
...
...
@@ -3626,18 +3641,3 @@ pre.prettyprint,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#eeeeee
;
}
.pull-right
{
float
:
right
;
}
.pull-left
{
float
:
left
;
}
.hide
{
display
:
none
;
}
.show
{
display
:
block
;
}
.invisible
{
visibility
:
hidden
;
}
journal/bootstrap.min.css
View file @
1ae3a88f
...
...
@@ -479,9 +479,9 @@ button.btn.small,input[type="submit"].btn.small{*padding-top:3px;*padding-bottom
.tabs-right
.nav-tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#eeeeee
#eeeeee
#dddddd
;}
.tabs-right
.nav-tabs
.active
>
a
,
.tabs-right
.nav-tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;
*
border-left-color
:
#ffffff
;}
.navbar
{
overflow
:
visible
;
margin-bottom
:
18px
;}
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
background-color
:
#f
afafc
;
background-image
:
-moz-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-ms-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
afafc
),
to
(
#f
afafc
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-o-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
afafc
'
,
endColorstr
=
'#f
afafc
'
,
GradientType
=
0
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
.btn-navbar
{
display
:
none
;
float
:
right
;
padding
:
7px
10px
;
margin-left
:
5px
;
margin-right
:
5px
;
background-color
:
#f
afafc
;
background-image
:
-moz-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-ms-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
afafc
),
to
(
#f
afafc
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
-o-linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-image
:
linear-gradient
(
top
,
#f
afafc
,
#fafafc
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
afafc
'
,
endColorstr
=
'#f
afafc
'
,
GradientType
=
0
);
border-color
:
#f
afafc
#fafafc
#cacadf
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);}
.btn-navbar
:hover
,
.btn-navbar
:active
,
.btn-navbar.active
,
.btn-navbar.disabled
,
.btn-navbar
[
disabled
]
{
background-color
:
#f
afafc
;}
.btn-navbar
:active
,
.btn-navbar.active
{
background-color
:
#
dadae9
\
9
;}
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
background-color
:
#f
cfbfd
;
background-image
:
-moz-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-ms-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
cfbfd
),
to
(
#f
cfbfd
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-o-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
cfbfd
'
,
endColorstr
=
'#f
cfbfd
'
,
GradientType
=
0
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
.btn-navbar
{
display
:
none
;
float
:
right
;
padding
:
7px
10px
;
margin-left
:
5px
;
margin-right
:
5px
;
background-color
:
#f
cfbfd
;
background-image
:
-moz-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-ms-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f
cfbfd
),
to
(
#f
cfbfd
));
background-image
:
-webkit-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
-o-linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-image
:
linear-gradient
(
top
,
#f
cfbfd
,
#fcfbfd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f
cfbfd
'
,
endColorstr
=
'#f
cfbfd
'
,
GradientType
=
0
);
border-color
:
#f
cfbfd
#fcfbfd
#d6c8e4
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.1
),
0
1px
0
rgba
(
255
,
255
,
255
,
0.075
);}
.btn-navbar
:hover
,
.btn-navbar
:active
,
.btn-navbar.active
,
.btn-navbar.disabled
,
.btn-navbar
[
disabled
]
{
background-color
:
#f
cfbfd
;}
.btn-navbar
:active
,
.btn-navbar.active
{
background-color
:
#
e3d9ec
\
9
;}
.btn-navbar
.icon-bar
{
display
:
block
;
width
:
18px
;
height
:
2px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
1px
;
-moz-border-radius
:
1px
;
border-radius
:
1px
;
-webkit-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.btn-navbar
.icon-bar
+
.icon-bar
{
margin-top
:
3px
;}
.nav-collapse.collapse
{
height
:
auto
;}
...
...
@@ -507,8 +507,8 @@ button.btn.small,input[type="submit"].btn.small{*padding-top:3px;*padding-bottom
.navbar
.nav
>
li
{
display
:
block
;
float
:
left
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
color
:
#222222
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.navbar
.nav
>
li
>
a
:hover
{
background-color
:
transparent
;
color
:
#222222
;
text-decoration
:
none
;}
.navbar
.nav
.active
>
a
,
.navbar
.nav
.active
>
a
:hover
{
color
:
#222222
;
text-decoration
:
none
;
background-color
:
#f
afafc
;}
.navbar
.divider-vertical
{
height
:
40px
;
width
:
1px
;
margin
:
0
9px
;
overflow
:
hidden
;
background-color
:
#f
afafc
;
border-right
:
1px
solid
#f
afafc
;}
.navbar
.nav
.active
>
a
,
.navbar
.nav
.active
>
a
:hover
{
color
:
#222222
;
text-decoration
:
none
;
background-color
:
#f
cfbfd
;}
.navbar
.divider-vertical
{
height
:
40px
;
width
:
1px
;
margin
:
0
9px
;
overflow
:
hidden
;
background-color
:
#f
cfbfd
;
border-right
:
1px
solid
#f
cfbfd
;}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;}
.navbar
.dropdown-menu
{
margin-top
:
1px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#ffffff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;}
...
...
@@ -626,7 +626,12 @@ a.thumbnail:hover{border-color:#222222;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.hero-unit
{
padding
:
60px
;
margin-bottom
:
30px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
.hero-unit
h1
{
margin-bottom
:
0
;
font-size
:
60px
;
line-height
:
1
;
letter-spacing
:
-1px
;}
.hero-unit
p
{
font-size
:
18px
;
font-weight
:
200
;
line-height
:
27px
;}
body
{
background-color
:
#fafafc
!important
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
.hide
{
display
:
none
;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
body
{
background-color
:
#fcfbfd
!important
;}
a
{
text-decoration
:
underline
;}
.nav
a
,
.navbar
.brand
,
.subnav
a
,
a
.btn
{
text-decoration
:
none
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.brand
,
.navbar
,
.subnav
a
,
blockquote
>
p
{
font-family
:
'Open Sans'
,
sans-serif
;
color
:
#222222
;}
...
...
@@ -641,15 +646,10 @@ h1,h2,h3,h4,h5,h6,.brand{font-weight:700;}
form
.navbar-form
,
form
.navbar-search
{
border-top
:
0px
solid
#eee
;
border-bottom
:
0px
solid
#eee
;}
.navbar-search
.search-query
,
.navbar-search
.search-query
:hover
{
border
:
1px
solid
#eeeeee
;
color
:
#222222
;}
.navbar-search
.search-query
:-moz-placeholder
,
.navbar-search
.search-query
:hover
:-moz-placeholder
{
color
:
#888888
;}
.navbar-search
.search-query
::-webkit-input-placeholder
,
.navbar-search
.search-query
:hover::-webkit-input-placeholder
{
color
:
#888888
;}
.dropdown-menu
{
background-color
:
#f
afafc
;}
.dropdown-menu
a
{
color
:
#222222
;}
.dropdown-menu
{
background-color
:
#f
cfbfd
;}
.dropdown-menu
a
{
color
:
#222222
;}
.dropdown-menu
li
:hover
>
a
{
background-color
:
#eee
;
color
:
#222222
;}
div
.subnav
{
background-color
:
#f
afafc
;
background-image
:
none
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);}
div
.subnav
{
background-color
:
#f
cfbfd
;
background-image
:
none
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
);}
.navbar
.nav-collapse
.nav
li
>
a
,
div
.subnav
.nav
>
li
>
a
:hover
,
div
.subnav
.nav
>
.active
>
a
,
div
.subnav
.nav
>
.active
>
a
:hover
{
color
:
#222222
;
text-decoration
:
none
;
font-weight
:
normal
;}
.btn-primary
{
background-color
:
#2a2a2a
;
background-image
:
-moz-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#2f2f2f
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-image
:
linear-gradient
(
top
,
#2f2f2f
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#2f2f2f'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
border-color
:
#222222
#222222
#000000
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);}
.btn-primary
:hover
,
.btn-primary
:active
,
.btn-primary.active
,
.btn-primary.disabled
,
.btn-primary
[
disabled
]
{
background-color
:
#222222
;}
.btn-primary
:active
,
.btn-primary.active
{
background-color
:
#080808
\
9
;}
code
,
pre
,
pre
.prettyprint
,
.well
,
.form-actions
,
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#eeeeee
;}
.pull-right
{
float
:
right
;}
.pull-left
{
float
:
left
;}
.hide
{
display
:
none
;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
journal/index.html
View file @
1ae3a88f
...
...
@@ -321,6 +321,26 @@
</div>
<!-- /btn-group -->
</td>
</tr>
<tr>
<td><a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-large"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse btn-small"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse disabled"
href=
"#"
>
Inverse
</a></td>
<td><a
class=
"btn btn-inverse"
href=
"#"
><i
class=
"icon-remove icon-white"
></i>
Inverse
</a></td>
<td>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</td>
</tr>
</tbody>
</table>
...
...
journal/variables.less
View file @
1ae3a88f
...
...
@@ -7,7 +7,7 @@
// CUSTOM VALUES
// -----------------------------------------------------
@baseBackgroundColor: #F
AFAFC
;
@baseBackgroundColor: #F
CFBFD
;
...
...
js/bootswatch.js
View file @
1ae3a88f
...
...
@@ -6,6 +6,7 @@ var menu = '<ul class="nav"> \
<ul class="dropdown-menu">
\
<li><a href="/default">Default</a></li>
\
<li class="divider"></li>
\
<li><a href="/amelia">Amelia</a></li>
\
<li><a href="/cerulean">Cerulean</a></li>
\
<li><a href="/cyborg">Cyborg</a></li>
\
<li><a href="/journal">Journal</a></li>
\
...
...
simplex/bootstrap.css
View file @
1ae3a88f
...
...
@@ -3479,6 +3479,21 @@ a.thumbnail:hover {
font-weight
:
200
;
line-height
:
27px
;
}
.pull-right
{
float
:
right
;
}
.pull-left
{
float
:
left
;
}
.hide
{
display
:
none
;
}
.show
{
display
:
block
;
}
.invisible
{
visibility
:
hidden
;
}
h1
,
h2
,
h3
,