Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f8c0efbc
Commit
f8c0efbc
authored
Jan 02, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0-wip' of
https://github.com/twitter/bootstrap
into 2.0-wip
Conflicts: bootstrap.css
parents
2d092dfe
553030ca
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
170 additions
and
295 deletions
+170
-295
Makefile
Makefile
+1
-1
bootstrap.css
bootstrap.css
+58
-128
bootstrap.min.css
bootstrap.min.css
+15
-23
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-0
docs/base-css.html
docs/base-css.html
+14
-5
docs/components.html
docs/components.html
+1
-1
lib/forms.less
lib/forms.less
+6
-27
lib/mixins.less
lib/mixins.less
+8
-2
lib/modals.less
lib/modals.less
+2
-1
lib/pagination.less
lib/pagination.less
+7
-1
lib/patterns.less
lib/patterns.less
+25
-100
lib/print.less
lib/print.less
+18
-0
lib/responsive.less
lib/responsive.less
+13
-1
lib/tables.less
lib/tables.less
+1
-5
No files found.
Makefile
View file @
f8c0efbc
...
@@ -42,7 +42,7 @@ watch:
...
@@ -42,7 +42,7 @@ watch:
echo
"Watching less files..."
;
\
echo
"Watching less files..."
;
\
watchr
-e
"watch('lib/.*
\.
less') { system 'make' }"
;
\
watchr
-e
"watch('lib/.*
\.
less') { system 'make' }"
;
\
else
\
else
\
echo
"You must have the watchr installed in order to watch Bootstrap
l
ess files."
;
\
echo
"You must have the watchr installed in order to watch Bootstrap
L
ess files."
;
\
echo
"You can install it by running: gem install watchr"
;
\
echo
"You can install it by running: gem install watchr"
;
\
fi
fi
...
...
bootstrap.css
View file @
f8c0efbc
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date:
Sun Dec 25 21:24:32 PST 2011
* Date:
Mon Jan 2 16:04:30 PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -491,7 +491,7 @@ address {
...
@@ -491,7 +491,7 @@ address {
}
}
code
,
pre
{
code
,
pre
{
padding
:
0
3px
2px
;
padding
:
0
3px
2px
;
font-family
:
"Menlo"
,
Monaco
,
Courier
New
,
monospace
;
font-family
:
Menlo
,
Monaco
,
Courier
New
,
monospace
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#404040
;
color
:
#404040
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
...
@@ -602,8 +602,9 @@ select, input[type=file] {
...
@@ -602,8 +602,9 @@ select, input[type=file] {
}
}
select
{
select
{
background-color
:
#ffffff
;
background-color
:
#ffffff
;
vertical-align
:
middle
;
}
}
select
[
multiple
]
{
select
[
multiple
]
,
select
[
size
]
{
height
:
inherit
;
height
:
inherit
;
}
}
input
[
type
=
image
]
{
input
[
type
=
image
]
{
...
@@ -904,23 +905,20 @@ textarea[readonly] {
...
@@ -904,23 +905,20 @@ textarea[readonly] {
display
:
block
;
display
:
block
;
max-width
:
600px
;
max-width
:
600px
;
}
}
.inline-inputs
{
.input-prepend
,
.input-append
{
color
:
#808080
;
zoom
:
1
;
}
.inline-inputs
span
,
.inline-inputs
input
{
display
:
inline-block
;
}
.inline-inputs
input
.mini
{
width
:
60px
;
}
.inline-inputs
input
.small
{
width
:
90px
;
}
}
.inline-inputs
span
{
.input-prepend
:before
,
padding
:
0
2px
0
1px
;
.input-append
:before
,
.input-prepend
:after
,
.input-append
:after
{
display
:
table
;
*
display
:
inline
;
content
:
""
;
zoom
:
1
;
}
}
.input-prepend
,
.input-append
{
.input-prepend
:after
,
.input-append
:after
{
overflow
:
hidden
;
clear
:
both
;
}
}
.input-prepend
input
,
.input-append
input
{
.input-prepend
input
,
.input-append
input
{
-webkit-border-radius
:
0
3px
3px
0
;
-webkit-border-radius
:
0
3px
3px
0
;
...
@@ -928,8 +926,6 @@ textarea[readonly] {
...
@@ -928,8 +926,6 @@ textarea[readonly] {
border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
}
}
.input-prepend
.add-on
,
.input-append
.add-on
{
.input-prepend
.add-on
,
.input-append
.add-on
{
position
:
relative
;
z-index
:
2
;
float
:
left
;
float
:
left
;
display
:
block
;
display
:
block
;
width
:
auto
;
width
:
auto
;
...
@@ -1004,7 +1000,7 @@ th, td {
...
@@ -1004,7 +1000,7 @@ th, td {
padding
:
8px
;
padding
:
8px
;
line-height
:
18px
;
line-height
:
18px
;
text-align
:
left
;
text-align
:
left
;
border-
bottom
:
1px
solid
#ddd
;
border-
top
:
1px
solid
#ddd
;
}
}
th
{
th
{
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -1013,9 +1009,6 @@ th {
...
@@ -1013,9 +1009,6 @@ th {
td
{
td
{
vertical-align
:
top
;
vertical-align
:
top
;
}
}
tbody
tr
:last-child
th
,
tbody
tr
:last-child
td
{
border-bottom
:
0
;
}
.condensed-table
th
,
.condensed-table
td
{
.condensed-table
th
,
.condensed-table
td
{
padding
:
4px
5px
;
padding
:
4px
5px
;
}
}
...
@@ -1206,10 +1199,6 @@ table {
...
@@ -1206,10 +1199,6 @@ table {
-moz-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
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
}
.navbar
a
{
color
:
#bfbfbf
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
}
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
color
:
#ffffff
;
color
:
#ffffff
;
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -1234,6 +1223,9 @@ table {
...
@@ -1234,6 +1223,9 @@ table {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.navbar
.btn
{
margin-top
:
5px
;
}
.navbar-search
{
.navbar-search
{
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
...
@@ -1315,7 +1307,9 @@ table {
...
@@ -1315,7 +1307,9 @@ table {
float
:
none
;
float
:
none
;
padding
:
10px
10px
11px
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
line-height
:
19px
;
color
:
#bfbfbf
;
text-decoration
:
none
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
}
}
.nav
a
:hover
{
.nav
a
:hover
{
color
:
#ffffff
;
color
:
#ffffff
;
...
@@ -1383,104 +1377,6 @@ table {
...
@@ -1383,104 +1377,6 @@ table {
.topbar
ul
.dropdown-menu
li
a
{
.topbar
ul
.dropdown-menu
li
a
{
padding
:
4px
15px
;
padding
:
4px
15px
;
}
}
.dropdown
{
position
:
relative
;
}
.dropdown-toggle
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
content
:
"↓"
;
}
.dropdown
:hover
.dropdown-toggle
:after
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
}
.dropdown-menu
{
position
:
absolute
;
top
:
40px
;
z-index
:
900
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
6px
0
;
margin-left
:
0
;
margin-right
:
0
;
background-color
:
#ffffff
;
border-color
:
#999
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
0
1px
1px
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;
zoom
:
1
;
}
.dropdown-menu
li
{
float
:
none
;
display
:
block
;
background-color
:
none
;
}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
0
;
overflow
:
hidden
;
background-color
:
#eee
;
border-bottom
:
1px
solid
#ffffff
;
}
.topbar
.dropdown-menu
a
,
.dropdown-menu
a
{
display
:
block
;
padding
:
4px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#808080
;
text-shadow
:
0
1px
0
#ffffff
;
}
.topbar
.dropdown-menu
a
:hover
,
.dropdown-menu
a
:hover
{
color
:
#404040
;
text-decoration
:
none
;
background-color
:
#dddddd
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#eeeeee
),
to
(
#dddddd
));
background-image
:
-moz-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-ms-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#eeeeee
),
color-stop
(
100%
,
#dddddd
));
background-image
:
-webkit-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-o-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#eeeeee'
,
endColorstr
=
'#dddddd'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);
}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);
}
.dropdown.open
.dropdown-menu
{
display
:
block
;
}
.hero-unit
{
.hero-unit
{
padding
:
60px
;
padding
:
60px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
...
@@ -1732,6 +1628,23 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -1732,6 +1628,23 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-border-radius-bottomright
:
4px
;
-moz-border-radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;
border-bottom-right-radius
:
4px
;
}
}
.btn-group
.btn.large
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
6px
;
-moz-border-radius-topleft
:
6px
;
border-top-left-radius
:
6px
;
-webkit-border-bottom-left-radius
:
6px
;
-moz-border-radius-bottomleft
:
6px
;
border-bottom-left-radius
:
6px
;
}
.btn-group
.btn.large
:last-child
{
-webkit-border-top-right-radius
:
6px
;
-moz-border-radius-topright
:
6px
;
border-top-right-radius
:
6px
;
-webkit-border-bottom-right-radius
:
6px
;
-moz-border-radius-bottomright
:
6px
;
border-bottom-right-radius
:
6px
;
}
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
z-index
:
2
;
z-index
:
2
;
}
}
...
@@ -2327,7 +2240,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2327,7 +2240,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
margin
:
18px
0
;
margin
:
18px
0
;
}
}
.pagination
ul
{
.pagination
ul
{
float
:
left
;
display
:
inline-block
;
*
display
:
inline
;
/* IE7 inline-block hack */
*
zoom
:
1
;
margin
:
0
;
margin
:
0
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
...
@@ -2363,6 +2280,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2363,6 +2280,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.pagination
.next
a
{
.pagination
.next
a
{
border
:
0
;
border
:
0
;
}
}
.pagination.centered
{
text-align
:
center
;
}
.modal-backdrop
{
.modal-backdrop
{
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
...
@@ -2694,6 +2614,16 @@ a.thumbnail:hover {
...
@@ -2694,6 +2614,16 @@ a.thumbnail:hover {
.horizontal-form
.form-actions
{
.horizontal-form
.form-actions
{
padding-left
:
0
;
padding-left
:
0
;
}
}
.modal
{
position
:
fixed
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
}
.modal
.close
{
padding
:
10px
;
}
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.container
{
.container
{
...
@@ -2703,7 +2633,7 @@ a.thumbnail:hover {
...
@@ -2703,7 +2633,7 @@ a.thumbnail:hover {
.row
{
.row
{
margin-left
:
0
;
margin-left
:
0
;
}
}
[
class
*=
"span"
]
{
.row
>
[
class
*=
"span"
]
{
float
:
none
;
float
:
none
;
display
:
block
;
display
:
block
;
width
:
auto
;
width
:
auto
;
...
...
bootstrap.min.css
View file @
f8c0efbc
...
@@ -87,7 +87,7 @@ blockquote{padding-left:15px;margin-bottom:18px;border-left:5px solid #eee;}bloc
...
@@ -87,7 +87,7 @@ blockquote{padding-left:15px;margin-bottom:18px;border-left:5px solid #eee;}bloc
blockquote
small
{
display
:
block
;
line-height
:
18px
;
color
:
#bfbfbf
;}
blockquote
small
:before
{
content
:
'\2014 \00A0'
;}
blockquote
small
{
display
:
block
;
line-height
:
18px
;
color
:
#bfbfbf
;}
blockquote
small
:before
{
content
:
'\2014 \00A0'
;}
blockquote
.pull-right
{
float
:
right
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
blockquote
.pull-right
{
float
:
right
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
"Menlo"
,
Monaco
,
Courier
New
,
monospace
;
font-size
:
12px
;
color
:
#404040
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
Courier
New
,
monospace
;
font-size
:
12px
;
color
:
#404040
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
{
padding
:
1px
3px
;
background-color
:
#fee9cc
;}
code
{
padding
:
1px
3px
;
background-color
:
#fee9cc
;}
pre
{
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
white-space
:
pre
;
white-space
:
pre-wrap
;
word-break
:
break-all
;}
pre
.prettyprint
{
margin-bottom
:
18px
;}
pre
{
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
white-space
:
pre
;
white-space
:
pre-wrap
;
word-break
:
break-all
;}
pre
.prettyprint
{
margin-bottom
:
18px
;}
pre
code
{
padding
:
0
;
background-color
:
transparent
;}
pre
code
{
padding
:
0
;
background-color
:
transparent
;}
...
@@ -100,8 +100,8 @@ input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto;
...
@@ -100,8 +100,8 @@ input[type=image],input[type=checkbox],input[type=radio]{width:auto;height:auto;
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
width
:
auto
;
height
:
auto
;}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
width
:
auto
;
height
:
auto
;}
select
,
input
[
type
=
file
]
{
height
:
27px
;
*
margin-top
:
4px
;
line-height
:
27px
;}
select
,
input
[
type
=
file
]
{
height
:
27px
;
*
margin-top
:
4px
;
line-height
:
27px
;}
select
{
background-color
:
#ffffff
;}
select
{
background-color
:
#ffffff
;
vertical-align
:
middle
;
}
select
[
multiple
]
{
height
:
inherit
;}
select
[
multiple
]
,
select
[
size
]
{
height
:
inherit
;}
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
textarea
{
height
:
auto
;}
textarea
{
height
:
auto
;}
input
,
textarea
{
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-ms-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;}
input
,
textarea
{
-webkit-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-ms-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;}
...
@@ -146,12 +146,10 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
...
@@ -146,12 +146,10 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.help-text
{
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#bfbfbf
;}
.help-text
{
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#bfbfbf
;}
.help-inline
{
*
position
:
relative
;
*
top
:
-5px
;
display
:
inline
;
padding-left
:
5px
;}
.help-inline
{
*
position
:
relative
;
*
top
:
-5px
;
display
:
inline
;
padding-left
:
5px
;}
.help-block
{
display
:
block
;
max-width
:
600px
;}
.help-block
{
display
:
block
;
max-width
:
600px
;}
.inline-inputs
{
color
:
#808080
;}
.inline-inputs
span
,
.inline-inputs
input
{
display
:
inline-block
;}
.input-prepend
,
.input-append
{
zoom
:
1
;}
.input-prepend
:before
,
.input-append
:before
,
.input-prepend
:after
,
.input-append
:after
{
display
:
table
;
*
display
:
inline
;
content
:
""
;
zoom
:
1
;}
.inline-inputs
input
.mini
{
width
:
60px
;}
.input-prepend
:after
,
.input-append
:after
{
clear
:
both
;}
.inline-inputs
input
.small
{
width
:
90px
;}
.input-prepend
input
,
.input-append
input
{
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.inline-inputs
span
{
padding
:
0
2px
0
1px
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
float
:
left
;
display
:
block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
margin-right
:
-1px
;
padding
:
4px
4px
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#bfbfbf
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
,
.input-append
{
overflow
:
hidden
;}
.input-prepend
input
,
.input-append
input
{
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
position
:
relative
;
z-index
:
2
;
float
:
left
;
display
:
block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
margin-right
:
-1px
;
padding
:
4px
4px
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#bfbfbf
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#a9dba9
;
border-color
:
#46a546
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#a9dba9
;
border-color
:
#46a546
;}
.input-prepend
.add-on
{
*
margin-top
:
1px
;}
.input-prepend
.add-on
{
*
margin-top
:
1px
;}
.input-append
input
{
float
:
left
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-append
input
{
float
:
left
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
...
@@ -164,10 +162,9 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
...
@@ -164,10 +162,9 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.horizontal-form
.control-list
{
padding-top
:
6px
;}
.horizontal-form
.control-list
{
padding-top
:
6px
;}
.horizontal-form
.form-actions
{
padding-left
:
150px
;}
.horizontal-form
.form-actions
{
padding-left
:
150px
;}
table
{
width
:
100%
;
margin-bottom
:
18px
;}
table
{
width
:
100%
;
margin-bottom
:
18px
;}
th
,
td
{
padding
:
8px
;
line-height
:
18px
;
text-align
:
left
;
border-
bottom
:
1px
solid
#ddd
;}
th
,
td
{
padding
:
8px
;
line-height
:
18px
;
text-align
:
left
;
border-
top
:
1px
solid
#ddd
;}
th
{
font-weight
:
bold
;
vertical-align
:
bottom
;}
th
{
font-weight
:
bold
;
vertical-align
:
bottom
;}
td
{
vertical-align
:
top
;}
td
{
vertical-align
:
top
;}
tbody
tr
:last-child
th
,
tbody
tr
:last-child
td
{
border-bottom
:
0
;}
.condensed-table
th
,
.condensed-table
td
{
padding
:
4px
5px
;}
.condensed-table
th
,
.condensed-table
td
{
padding
:
4px
5px
;}
.bordered-table
{
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.bordered-table
th
+
th
,
.bordered-table
td
+
td
,
.bordered-table
th
+
td
,
.bordered-table
td
+
th
{
border-left
:
1px
solid
#ddd
;}
.bordered-table
{
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.bordered-table
th
+
th
,
.bordered-table
td
+
td
,
.bordered-table
th
+
td
,
.bordered-table
td
+
th
{
border-left
:
1px
solid
#ddd
;}
.bordered-table
thead
:first-child
tr
:first-child
th
:first-child
,
.bordered-table
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
-moz-border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;}
.bordered-table
thead
:first-child
tr
:first-child
th
:first-child
,
.bordered-table
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
-moz-border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;}
...
@@ -177,10 +174,10 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
...
@@ -177,10 +174,10 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
.striped-table
tbody
tr
:nth-child
(
odd
)
td
,
.striped-table
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#f9f9f9
;}
.striped-table
tbody
tr
:nth-child
(
odd
)
td
,
.striped-table
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#f9f9f9
;}
.navbar
{
overflow
:
visible
;}
.navbar
{
overflow
:
visible
;}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-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
);}
.navbar
a
{
color
:
#bfbfbf
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);}
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#333333
;
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}
.navbar
.brand
a
:hover
,
.navbar
ul
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#333333
;
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
.btn
{
margin-top
:
5px
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#444
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#e6e6e6
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#bfbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#bfbfbf
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
...
@@ -189,7 +186,7 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
...
@@ -189,7 +186,7 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
10000
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
10000
;}
.nav
{
position
:
relative
;
left
:
0
;
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
.nav
>
li
{
display
:
block
;
float
:
left
;}
.nav
{
position
:
relative
;
left
:
0
;
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
.nav
>
li
{
display
:
block
;
float
:
left
;}
.nav
a
{
display
:
block
;
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
text-decoration
:
none
;}
.nav
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;}
.nav
a
{
display
:
block
;
float
:
none
;
padding
:
10px
10px
11px
;
line-height
:
19px
;
color
:
#bfbfbf
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
)
;}
.nav
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;}
.nav
.active
>
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.nav
.active
>
a
{
background-color
:
#222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.nav
.divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;}
.nav
.divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222
;
border-right
:
1px
solid
#444
;}
.nav.secondary-nav
{
float
:
right
;
margin-left
:
10px
;
margin-right
:
0
;}
.nav.secondary-nav
.dropdown-menu
{
right
:
0
;
border
:
0
;}
.nav.secondary-nav
{
float
:
right
;
margin-left
:
10px
;
margin-right
:
0
;}
.nav.secondary-nav
.dropdown-menu
{
right
:
0
;
border
:
0
;}
...
@@ -199,14 +196,6 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
...
@@ -199,14 +196,6 @@ tbody tr:last-child th,tbody tr:last-child td{border-bottom:0;}
.nav
.dropdown-menu
.active
a
{
color
:
#ffffff
;}
.nav
.dropdown-menu
.active
a
{
color
:
#ffffff
;}
.nav
.dropdown-menu
.divider
{
background-color
:
#222
;
border-color
:
#444
;}
.nav
.dropdown-menu
.divider
{
background-color
:
#222
;
border-color
:
#444
;}
.topbar
ul
.dropdown-menu
li
a
{
padding
:
4px
15px
;}
.topbar
ul
.dropdown-menu
li
a
{
padding
:
4px
15px
;}
.dropdown
{
position
:
relative
;}
.dropdown-toggle
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
content
:
"↓"
;}
.dropdown
:hover
.dropdown-toggle
:after
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.dropdown-menu
{
position
:
absolute
;
top
:
40px
;
z-index
:
900
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
6px
0
;
margin-left
:
0
;
margin-right
:
0
;
background-color
:
#ffffff
;
border-color
:
#999
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
0
1px
1px
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;
zoom
:
1
;}
.dropdown-menu
li
{
float
:
none
;
display
:
block
;
background-color
:
none
;}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
0
;
overflow
:
hidden
;
background-color
:
#eee
;
border-bottom
:
1px
solid
#ffffff
;}
.topbar
.dropdown-menu
a
,
.dropdown-menu
a
{
display
:
block
;
padding
:
4px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#808080
;
text-shadow
:
0
1px
0
#ffffff
;}
.topbar
.dropdown-menu
a
:hover
,
.dropdown-menu
a
:hover
{
color
:
#404040
;
text-decoration
:
none
;
background-color
:
#dddddd
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#eeeeee
),
to
(
#dddddd
));
background-image
:
-moz-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-ms-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#eeeeee
),
color-stop
(
100%
,
#dddddd
));
background-image
:
-webkit-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
-o-linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-image
:
linear-gradient
(
top
,
#eeeeee
,
#dddddd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#eeeeee'
,
endColorstr
=
'#dddddd'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
0
rgba
(
0
,
0
,
0
,
0.025
),
inset
0
-1px
rgba
(
0
,
0
,
0
,
0.025
);}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);}
.dropdown.open
.dropdown-menu
{
display
:
block
;}
.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
{
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
;}
.hero-unit
p
{
font-size
:
18px
;
font-weight
:
200
;
line-height
:
27px
;}
footer
{
padding-top
:
17px
;
margin-top
:
17px
;
border-top
:
1px
solid
#eee
;}
footer
{
padding-top
:
17px
;
margin-top
:
17px
;
border-top
:
1px
solid
#eee
;}
...
@@ -232,6 +221,8 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
...
@@ -232,6 +221,8 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.btn-group
:after
{
clear
:
both
;}
.btn-group
:after
{
clear
:
both
;}
.btn-group
.btn
{
position
:
relative
;
float
:
left
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
.btn
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-bottom-left-radius
:
4px
;}
.btn-group
.btn
{
position
:
relative
;
float
:
left
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
.btn
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-bottom-left-radius
:
4px
;}
.btn-group
.btn
:last-child
{
-webkit-border-top-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
-webkit-border-bottom-right-radius
:
4px
;
-moz-border-radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;}
.btn-group
.btn
:last-child
{
-webkit-border-top-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
-webkit-border-bottom-right-radius
:
4px
;
-moz-border-radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;}
.btn-group
.btn.large
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
6px
;
-moz-border-radius-topleft
:
6px
;
border-top-left-radius
:
6px
;
-webkit-border-bottom-left-radius
:
6px
;
-moz-border-radius-bottomleft
:
6px
;
border-bottom-left-radius
:
6px
;}
.btn-group
.btn.large
:last-child
{
-webkit-border-top-right-radius
:
6px
;
-moz-border-radius-topright
:
6px
;
border-top-right-radius
:
6px
;
-webkit-border-bottom-right-radius
:
6px
;
-moz-border-radius-bottomright
:
6px
;
border-bottom-right-radius
:
6px
;}
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
z-index
:
2
;}
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
z-index
:
2
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
13.5px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
13.5px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;}
.alert-message
{
position
:
relative
;
padding
:
7px
15px
;
margin-bottom
:
18px
;
color
:
#404040
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
background-color
:
#eedc94
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#fceec1
),
to
(
#eedc94
));
background-image
:
-moz-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-ms-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#fceec1
),
color-stop
(
100%
,
#eedc94
));
background-image
:
-webkit-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-o-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fceec1'
,
endColorstr
=
'#eedc94'
,
GradientType
=
0
);
border-color
:
#eedc94
#eedc94
#e4c652
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border-width
:
1px
;
border-style
:
solid
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);}
.alert-message
.close
{
*
margin-top
:
3px
;}
.alert-message
{
position
:
relative
;
padding
:
7px
15px
;
margin-bottom
:
18px
;
color
:
#404040
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
background-color
:
#eedc94
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#fceec1
),
to
(
#eedc94
));
background-image
:
-moz-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-ms-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#fceec1
),
color-stop
(
100%
,
#eedc94
));
background-image
:
-webkit-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
-o-linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-image
:
linear-gradient
(
top
,
#fceec1
,
#eedc94
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#fceec1'
,
endColorstr
=
'#eedc94'
,
GradientType
=
0
);
border-color
:
#eedc94
#eedc94
#e4c652
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);
border-width
:
1px
;
border-style
:
solid
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.25
);}
.alert-message
.close
{
*
margin-top
:
3px
;}
...
@@ -304,12 +295,13 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
...
@@ -304,12 +295,13 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#bfbfbf
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#bfbfbf
;}
.breadcrumb
.active
a
{
color
:
#404040
;}
.breadcrumb
.active
a
{
color
:
#404040
;}
.pagination
{
height
:
36px
;
margin
:
18px
0
;}
.pagination
ul
{
float
:
left
;
margin
:
0
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.pagination
{
height
:
36px
;
margin
:
18px
0
;}
.pagination
ul
{
display
:
inline-block
;
*
display
:
inline
;
*
zoom
:
1
;
margin
:
0
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.pagination
li
{
display
:
inline
;}
.pagination
li
{
display
:
inline
;}
.pagination
a
{
float
:
left
;
padding
:
0
14px
;
line-height
:
34px
;
text-decoration
:
none
;
border-right
:
1px
solid
;
border-right-color
:
#ddd
;
border-right-color
:
rgba
(
0
,
0
,
0
,
0.15
);
*
border-right-color
:
#ddd
;}
.pagination
a
{
float
:
left
;
padding
:
0
14px
;
line-height
:
34px
;
text-decoration
:
none
;
border-right
:
1px
solid
;
border-right-color
:
#ddd
;
border-right-color
:
rgba
(
0
,
0
,
0
,
0.15
);
*
border-right-color
:
#ddd
;}
.pagination
a
:hover
,
.pagination
.active
a
{
background-color
:
#c7eefe
;}
.pagination
a
:hover
,
.pagination
.active
a
{
background-color
:
#c7eefe
;}
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
color
:
#bfbfbf
;
background-color
:
transparent
;}
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
color
:
#bfbfbf
;
background-color
:
transparent
;}
.pagination
.next
a
{
border
:
0
;}
.pagination
.next
a
{
border
:
0
;}
.pagination.centered
{
text-align
:
center
;}
.modal-backdrop
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
10000
;
background-color
:
#000000
;}
.modal-backdrop.fade
{
opacity
:
0
;}
.modal-backdrop
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
10000
;
background-color
:
#000000
;}
.modal-backdrop.fade
{
opacity
:
0
;}
.modal-backdrop
,
.modal-backdrop.fade.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
.modal-backdrop
,
.modal-backdrop.fade.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
11000
;
max-height
:
500px
;
overflow
:
auto
;
width
:
560px
;
margin
:
-250px
0
0
-250px
;
background-color
:
#ffffff
;
border
:
1px
solid
#999
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
*
border
:
1px
solid
#999
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.modal
.close
{
margin-top
:
7px
;}
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
11000
;
max-height
:
500px
;
overflow
:
auto
;
width
:
560px
;
margin
:
-250px
0
0
-250px
;
background-color
:
#ffffff
;
border
:
1px
solid
#999
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
*
border
:
1px
solid
#999
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.modal
.close
{
margin-top
:
7px
;}
...
@@ -353,4 +345,4 @@ a.thumbnail:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105,
...
@@ -353,4 +345,4 @@ a.thumbnail:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel
.item
{
display
:
none
;}
.carousel
.item
{
display
:
none
;}
.carousel
.active
{
display
:
block
;}
.carousel
.active
{
display
:
block
;}
.hidden
{
display
:
none
;
visibility
:
hidden
;}
.hidden
{
display
:
none
;
visibility
:
hidden
;}
@media
(
max-width
:
480px
){
.modal
{
width
:
auto
;
margin
:
0
;}
.horizontal-form
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.horizontal-form
.controls
{
margin-left
:
0
;}
.horizontal-form
.control-list
{
padding-top
:
0
;}
.horizontal-form
.form-actions
{
padding-left
:
0
;}
}
@media
(
max-width
:
768px
){
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.nav
,
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.nav
>
li
{
float
:
none
;
display
:
none
;}
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
ul
.active
>
a
{
background-color
:
transparent
;}
.nav
>
.active
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
content
:
"↓"
;}
.nav
>
.active
a
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
64px
;}
.offset2
{
margin-left
:
128px
;}
.offset3
{
margin-left
:
192px
;}
.offset4
{
margin-left
:
256px
;}
.offset5
{
margin-left
:
320px
;}
.offset6
{
margin-left
:
384px
;}
.offset7
{
margin-left
:
448px
;}
.offset8
{
margin-left
:
512px
;}
.offset9
{
margin-left
:
576px
;}
.offset10
{
margin-left
:
640px
;}
.offset11
{
margin-left
:
704px
;}
.offset12
{
margin-left
:
768px
;}}
@media
(
max-width
:
480px
){
.modal
{
width
:
auto
;
margin
:
0
;}
.horizontal-form
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.horizontal-form
.controls
{
margin-left
:
0
;}
.horizontal-form
.control-list
{
padding-top
:
0
;}
.horizontal-form
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
fixed
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;}
.modal
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>
[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.nav
,
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.nav
>
li
{
float
:
none
;
display
:
none
;}
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
ul
.active
>
a
{
background-color
:
transparent
;}
.nav
>
.active
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
content
:
"↓"
;}
.nav
>
.active
a
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.05
);}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
64px
;}
.offset2
{
margin-left
:
128px
;}
.offset3
{
margin-left
:
192px
;}
.offset4
{
margin-left
:
256px
;}
.offset5
{
margin-left
:
320px
;}
.offset6
{
margin-left
:
384px
;}
.offset7
{
margin-left
:
448px
;}
.offset8
{
margin-left
:
512px
;}
.offset9
{
margin-left
:
576px
;}
.offset10
{
margin-left
:
640px
;}
.offset11
{
margin-left
:
704px
;}
.offset12
{
margin-left
:
768px
;}}
docs/assets/css/docs.css
View file @
f8c0efbc
...
@@ -22,6 +22,7 @@ body {
...
@@ -22,6 +22,7 @@ body {
body
>
.navbar-fixed
.brand
{
body
>
.navbar-fixed
.brand
{
padding-right
:
0
;
padding-right
:
0
;
padding-left
:
0
;
padding-left
:
0
;
margin-left
:
20px
;
float
:
right
;
float
:
right
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#000
;
color
:
#000
;
...
...
docs/base-css.html
View file @
f8c0efbc
...
@@ -646,25 +646,24 @@
...
@@ -646,25 +646,24 @@
<tr>
<tr>
<td>
1
</td>
<td>
1
</td>
<td
colspan=
"2"
>
Some One
</td>
<td
colspan=
"2"
>
Some One
</td>
<td>
English
</td>
<td>
HTML
</td>
</tr>
</tr>
<tr>
<tr>
<td>
2
</td>
<td>
2
</td>
<td>
Joe
</td>
<td>
Joe
</td>
<td>
Sixpack
</td>
<td>
Sixpack
</td>
<td
>
English
</td>
<td
rowspan=
"2"
>
Javascript
</td>
</tr>
</tr>
</tr>
</tr>
<td>
3
</td>
<td>
3
</td>
<td>
Joe
</td>
<td>
Joe
</td>
<td>
Sixpack
</td>
<td>
Sixpack
</td>
<td>
English
</td>
</tr>
</tr>
<tr>
<tr>
<td>
3
</td>
<td>
3
</td>
<td>
Stu
</td>
<td>
Stu
</td>
<td>
Dent
</td>
<td>
Dent
</td>
<td>
C
ode
</td>
<td>
C
SS
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -894,7 +893,17 @@ Form states
...
@@ -894,7 +893,17 @@ Form states
<span
class=
"add-on"
>
@
</span>
<span
class=
"add-on"
>
@
</span>
<input
class=
"input-small"
id=
"prependedInput"
name=
"prependedInput"
size=
"16"
type=
"text"
>
<input
class=
"input-small"
id=
"prependedInput"
name=
"prependedInput"
size=
"16"
type=
"text"
>
</div>
</div>
<span
class=
"help-block"
>
Here's some help text
</span>
<p
class=
"help-block"
>
Here's some help text
</p>
</div>
</fieldset>
<fieldset
class=
"control-group"
>
<label
class=
"control-label"
for=
"appendedInput"
>
Appended text
</label>
<div
class=
"controls"
>
<div
class=
"input-append"
>
<input
class=
"input-small"
id=
"appendedInput"
name=
"appendedInput"
size=
"16"
type=
"text"
>
<span
class=
"add-on"
>
.00
</span>
</div>
<p
class=
"help-block"
>
Here's more help text
</p>
</div>
</div>
</fieldset>
</fieldset>
<fieldset
class=
"control-group"
>
<fieldset
class=
"control-group"
>
...
...
docs/components.html
View file @
f8c0efbc
...
@@ -716,7 +716,7 @@
...
@@ -716,7 +716,7 @@
<p><a
class=
"btn js-btn"
href=
"./javascript.html#modal"
>
Get the javascript
»
</a></p>
<p><a
class=
"btn js-btn"
href=
"./javascript.html#modal"
>
Get the javascript
»
</a></p>
</div>
</div>
<div
class=
"span9"
>
<div
class=
"span9"
>
<div
class=
"well"
style=
"background-color: #888; border: none;
padding: 40px;
"
>
<div
class=
"well"
style=
"background-color: #888; border: none; "
>
<!-- Modal -->
<!-- Modal -->
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
...
...
lib/forms.less
View file @
f8c0efbc
...
@@ -93,13 +93,15 @@ input[type=file] {
...
@@ -93,13 +93,15 @@ input[type=file] {
line-height: @baseLineHeight * 1.5;
line-height: @baseLineHeight * 1.5;
}
}
// Chrome on Linux
needs background
color
// Chrome on Linux
and Mobile Safari need background-
color
select {
select {
background-color: @white;
background-color: @white;
vertical-align: middle;
}
}
// Make multiple select elements height not fixed
// Make multiple select elements height not fixed
select[multiple] {
select[multiple],
select[size] {
height: inherit;
height: inherit;
}
}
...
@@ -218,7 +220,7 @@ textarea[readonly] {
...
@@ -218,7 +220,7 @@ textarea[readonly] {
border-color: @borderColor;
border-color: @borderColor;
&:focus {
&:focus {
border-color: darken(@borderColor, 10%);
border-color: darken(@borderColor, 10%);
.box-shadow(0 0 6px lighten(@borderColor, 20%);
.box-shadow(0 0 6px lighten(@borderColor, 20%)
)
;
}
}
}
}
// Give a small background color for input-prepend/-append
// Give a small background color for input-prepend/-append
...
@@ -298,40 +300,17 @@ textarea[readonly] {
...
@@ -298,40 +300,17 @@ textarea[readonly] {
// INLINE FIELDS
// -------------
.inline-inputs {
color: @gray;
span, input {
display: inline-block;
}
input.mini {
width: 60px;
}
input.small {
width: 90px;
}
span {
padding: 0 2px 0 1px;
}
}
// INPUT GROUPS
// INPUT GROUPS
// ------------
// ------------
// Allow us to put symbols and text within the input field for a cleaner look
// Allow us to put symbols and text within the input field for a cleaner look
.input-prepend,
.input-prepend,
.input-append {
.input-append {
overflow: hidden;
.clearfix(); // Clear the float to prevent wrapping
input {
input {
.border-radius(0 3px 3px 0);
.border-radius(0 3px 3px 0);
}
}
.add-on {
.add-on {
position: relative;
z-index: 2;
float: left;
float: left;
display: block;
display: block;
width: auto;
width: auto;
...
...
lib/mixins.less
View file @
f8c0efbc
...
@@ -25,6 +25,12 @@
...
@@ -25,6 +25,12 @@
margin-right: auto;
margin-right: auto;
}
}
// IE7 inline-block
.ie7-inline-block() {
*display: inline; /* IE7 inline-block hack */
*zoom: 1;
}
// Sizing shortcuts
// Sizing shortcuts
.size(@height: 5px, @width: 5px) {
.size(@height: 5px, @width: 5px) {
width: @width;
width: @width;
...
@@ -48,13 +54,13 @@
...
@@ -48,13 +54,13 @@
#font {
#font {
#family {
#family {
.serif() {
.serif() {
font-family:
"Georgia", Times New Roman
, Times, serif;
font-family:
Georgia, "Times New Roman"
, Times, serif;
}
}
.sans-serif() {
.sans-serif() {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
}
.monospace() {
.monospace() {
font-family:
"Menlo"
, Monaco, Courier New, monospace;
font-family:
Menlo
, Monaco, Courier New, monospace;
}
}
}
}
.shorthand(@size: @baseFontSize, @weight: normal, @lineHeight: @baseLineHeight) {
.shorthand(@size: @baseFontSize, @weight: normal, @lineHeight: @baseLineHeight) {
...
...
lib/modals.less
View file @
f8c0efbc
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
&.fade { opacity: 0; }
&.fade { opacity: 0; }
}
}
.modal-backdrop, .modal-backdrop.fade.in {
.modal-backdrop,
.modal-backdrop.fade.in {
.opacity(80);
.opacity(80);
}
}
...
...
lib/pagination.less
View file @
f8c0efbc
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
height: @baseLineHeight * 2;
height: @baseLineHeight * 2;
margin: @baseLineHeight 0;
margin: @baseLineHeight 0;
ul {
ul {
float: left;
display: inline-block;
.ie7-inline-block();
margin: 0;
margin: 0;
border: 1px solid #ddd;
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.15);
border: 1px solid rgba(0,0,0,.15);
...
@@ -37,4 +38,9 @@
...
@@ -37,4 +38,9 @@
.next a {
.next a {
border: 0;
border: 0;
}
}
// Centered
&.centered {
text-align: center;
}
}
}
lib/patterns.less
View file @
f8c0efbc
...
@@ -24,11 +24,6 @@
...
@@ -24,11 +24,6 @@
}
}
// Text and links
// Text and links
.navbar {
.navbar {
// Links get text-shadow
a {
color: @grayLight;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
// Hover and active states
// Hover and active states
.brand a:hover,
.brand a:hover,
ul .active > a {
ul .active > a {
...
@@ -57,6 +52,10 @@
...
@@ -57,6 +52,10 @@
background-color: transparent;
background-color: transparent;
}
}
}
}
// Buttons in navbar
.btn {
margin-top: 5px; // make buttons vertically centered in navbar
}
}
}
// Navbar search
// Navbar search
...
@@ -146,7 +145,9 @@
...
@@ -146,7 +145,9 @@
float: none;
float: none;
padding: 10px 10px 11px;
padding: 10px 10px 11px;
line-height: 19px;
line-height: 19px;
color: @grayLight;
text-decoration: none;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
&:hover {
&:hover {
color: @white;
color: @white;
text-decoration: none;
text-decoration: none;
...
@@ -213,101 +214,6 @@
...
@@ -213,101 +214,6 @@
padding: 4px 15px;
padding: 4px 15px;
}
}
// Dropdown Menus
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropdown {
position: relative;
}
// The link that is clicked to toggle the dropdown
.dropdown-toggle:after {
display: inline-block;
width: 0;
height: 0;
margin-top: 8px;
margin-left: 6px;
text-indent: -99999px;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid @white;
.opacity(30);
content: "↓";
}
.dropdown:hover .dropdown-toggle:after {
.opacity(100);
}
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;
top: 40px;
z-index: 900;
float: left;
display: none; // None by default, but block on "open" of the menu
min-width: 160px;
max-width: 220px;
_width: 160px;
padding: 6px 0;
margin-left: 0; // override default ul styles
margin-right: 0;
background-color: @white;
border-color: #999;
border-color: rgba(0,0,0,.2);
border-style: solid;
border-width: 0 1px 1px;
.border-radius(0 0 6px 6px);
.box-shadow(0 2px 4px rgba(0,0,0,.2));
.background-clip(padding-box);
zoom: 1; // do we need this?
// Unfloat any li's to make them stack
li {
float: none;
display: block;
background-color: none;
}
// Dividers (basically an hr) within the dropdown
.divider {
height: 1px;
margin: 5px 0;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid @white;
}
}
.topbar .dropdown-menu, .dropdown-menu {
// Links within the dropdown menu
a {
display: block;
padding: 4px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: @gray;
text-shadow: 0 1px 0 @white;
// Hover state
&:hover {
color: @grayDark;
text-decoration: none;
#gradient > .vertical(#eeeeee, #dddddd);
@shadow: inset 0 1px 0 rgba(0,0,0,.025), inset 0 -1px rgba(0,0,0,.025);
.box-shadow(@shadow);
}
}
}
// Open state for the dropdown
.dropdown.open {
.dropdown-toggle {
color: @white;
background: #ccc;
background: rgba(0,0,0,.3);
}
.dropdown-menu {
display: block;
}
}
...
@@ -493,6 +399,7 @@ input[type=submit].btn {
...
@@ -493,6 +399,7 @@ input[type=submit].btn {
float: left;
float: left;
margin-left: -1px;
margin-left: -1px;
.border-radius(0);
.border-radius(0);
// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
&:first-child {
&:first-child {
margin-left: 0;
margin-left: 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
...
@@ -510,6 +417,24 @@ input[type=submit].btn {
...
@@ -510,6 +417,24 @@ input[type=submit].btn {
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
// Reset corners for large buttons
&.large:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
&.large:last-child {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
}
}
}
// On hover/focus/active, bring the proper btn to front
// On hover/focus/active, bring the proper btn to front
.btn-group .btn:hover,
.btn-group .btn:hover,
...
...
lib/print.less
0 → 100644
View file @
f8c0efbc
/*!
* Bootstrap @VERSION for Print
*
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: @DATE
*/
// HIDE UNECESSARY COMPONENTS
// --------------------------
.navbar-fixed {
display: none;
}
\ No newline at end of file
lib/responsive.less
View file @
f8c0efbc
...
@@ -43,6 +43,18 @@
...
@@ -43,6 +43,18 @@
.horizontal-form .form-actions {
.horizontal-form .form-actions {
padding-left: 0;
padding-left: 0;
}
}
// Modals
.modal {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
width: auto;
.close {
padding: 10px;
}
}
}
}
...
@@ -60,7 +72,7 @@
...
@@ -60,7 +72,7 @@
margin-left: 0;
margin-left: 0;
}
}
// Make all columns even
// Make all columns even
[class*="span"] {
.row >
[class*="span"] {
float: none;
float: none;
display: block;
display: block;
width: auto;
width: auto;
...
...
lib/tables.less
View file @
f8c0efbc
...
@@ -17,7 +17,7 @@ td {
...
@@ -17,7 +17,7 @@ td {
padding: 8px;
padding: 8px;
line-height: @baseLineHeight;
line-height: @baseLineHeight;
text-align: left;
text-align: left;
border-
bottom
: 1px solid #ddd;
border-
top
: 1px solid #ddd;
}
}
th {
th {
font-weight: bold;
font-weight: bold;
...
@@ -26,10 +26,6 @@ th {
...
@@ -26,10 +26,6 @@ th {
td {
td {
vertical-align: top;
vertical-align: top;
}
}
tbody tr:last-child th,
tbody tr:last-child td {
border-bottom: 0;
}
// CONDENSED TABLE W/ HALF PADDING
// CONDENSED TABLE W/ HALF PADDING
...
...
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