mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-26 23:54:23 +01:00
Merge branch 'master' of github.com:twitter/bootstrap into js-examples
Conflicts: bootstrap-1.2.0.css bootstrap-1.2.0.min.css lib/patterns.less lib/scaffolding.less
This commit is contained in:
commit
0e13f8dca1
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
DATE=$(shell DATE)
|
DATE=$(shell DATE)
|
||||||
BOOTSTRAP = ./bootstrap-1.1.1.css
|
BOOTSTRAP = ./bootstrap-1.2.0.css
|
||||||
BOOTSTRAP_MIN = ./bootstrap-1.1.1.min.css
|
BOOTSTRAP_MIN = ./bootstrap-1.2.0.min.css
|
||||||
BOOTSTRAP_LESS = ./lib/bootstrap.less
|
BOOTSTRAP_LESS = ./lib/bootstrap.less
|
||||||
LESS_COMPESSOR ?= `which lessc`
|
LESS_COMPESSOR ?= `which lessc`
|
||||||
WATCHR ?= `which watchr`
|
WATCHR ?= `which watchr`
|
||||||
|
20
README.md
20
README.md
@ -18,11 +18,29 @@ Here's what the LESS version looks like:
|
|||||||
|
|
||||||
Or if you prefer, the standard css way:
|
Or if you prefer, the standard css way:
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="bootstrap-1.1.1.css">
|
<link rel="stylesheet" type="text/css" href="bootstrap-1.2.0.css">
|
||||||
|
|
||||||
For more info, refer to the docs!
|
For more info, refer to the docs!
|
||||||
|
|
||||||
|
|
||||||
|
Versioning
|
||||||
|
----------
|
||||||
|
|
||||||
|
For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
|
||||||
|
|
||||||
|
Releases will be numbered with the follow format:
|
||||||
|
|
||||||
|
`<major>.<minor>.<patch>`
|
||||||
|
|
||||||
|
And constructed with the following guidelines:
|
||||||
|
|
||||||
|
* Breaking backwards compatibility bumps the major
|
||||||
|
* New additions without breaking backwards compatibility bumps the minor
|
||||||
|
* Bug fixes and misc changes bump the patch
|
||||||
|
|
||||||
|
For more information on SemVer, please visit http://semver.org/.
|
||||||
|
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
601
bootstrap-1.1.1.css → bootstrap-1.2.0.css
vendored
601
bootstrap-1.1.1.css → bootstrap-1.2.0.css
vendored
@ -1,12 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap v1.1.1
|
* Bootstrap v1.2.0
|
||||||
*
|
*
|
||||||
* Copyright 2011 Twitter, Inc
|
* Copyright 2011 Twitter, Inc
|
||||||
* Licensed under the Apache License v2.0
|
* Licensed under the Apache License v2.0
|
||||||
* 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.
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.css
|
||||||
* Date: Sun Aug 28 17:50:10 PDT 2011
|
* Date: Sun Aug 28 17:50:10 PDT 2011
|
||||||
|
=======
|
||||||
|
* Date: Fri Sep 2 15:07:03 PDT 2011
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.css
|
||||||
*/
|
*/
|
||||||
/* Reset.less
|
/* Reset.less
|
||||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||||
@ -167,10 +171,6 @@ textarea {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
/* Preboot.less
|
/* Preboot.less
|
||||||
* Variables and mixins to pre-ignite any new web development project
|
* Variables and mixins to pre-ignite any new web development project
|
||||||
* ------------------------------------------------------------------ */
|
* ------------------------------------------------------------------ */
|
||||||
@ -232,6 +232,7 @@ table {
|
|||||||
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
||||||
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
||||||
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
background-image: linear-gradient(top, #ee5f5b, #c43c35);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-color: #c43c35 #c43c35 #882a25;
|
border-color: #c43c35 #c43c35 #882a25;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
@ -246,6 +247,7 @@ table {
|
|||||||
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
||||||
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
||||||
background-image: linear-gradient(top, #62c462, #57a957);
|
background-image: linear-gradient(top, #62c462, #57a957);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-color: #57a957 #57a957 #3d773d;
|
border-color: #57a957 #57a957 #3d773d;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
@ -260,6 +262,7 @@ table {
|
|||||||
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
||||||
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
||||||
background-image: linear-gradient(top, #5bc0de, #339bb9);
|
background-image: linear-gradient(top, #5bc0de, #339bb9);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-color: #339bb9 #339bb9 #22697d;
|
border-color: #339bb9 #339bb9 #22697d;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
@ -280,22 +283,7 @@ table {
|
|||||||
.row:after {
|
.row:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.row .span1,
|
.row [class^="span"] {
|
||||||
.row .span2,
|
|
||||||
.row .span3,
|
|
||||||
.row .span4,
|
|
||||||
.row .span5,
|
|
||||||
.row .span6,
|
|
||||||
.row .span7,
|
|
||||||
.row .span8,
|
|
||||||
.row .span9,
|
|
||||||
.row .span10,
|
|
||||||
.row .span11,
|
|
||||||
.row .span12,
|
|
||||||
.row .span13,
|
|
||||||
.row .span14,
|
|
||||||
.row .span15,
|
|
||||||
.row .span16 {
|
|
||||||
display: inline;
|
display: inline;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@ -384,6 +372,18 @@ table {
|
|||||||
.row .offset12 {
|
.row .offset12 {
|
||||||
margin-left: 740px;
|
margin-left: 740px;
|
||||||
}
|
}
|
||||||
|
.row .span-one-third {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
.row .span-two-thirds {
|
||||||
|
width: 620px;
|
||||||
|
}
|
||||||
|
.row .offset-one-third {
|
||||||
|
margin-left: 340px;
|
||||||
|
}
|
||||||
|
.row .offset-two-thirds {
|
||||||
|
margin-left: 660px;
|
||||||
|
}
|
||||||
html, body {
|
html, body {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
@ -394,7 +394,6 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: 940px;
|
width: 940px;
|
||||||
@ -412,11 +411,11 @@ body {
|
|||||||
.container-fluid:after {
|
.container-fluid:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.container-fluid .sidebar {
|
.container-fluid > .sidebar {
|
||||||
float: left;
|
float: left;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
.container-fluid .content {
|
.container-fluid > .content {
|
||||||
min-width: 700px;
|
min-width: 700px;
|
||||||
max-width: 1180px;
|
max-width: 1180px;
|
||||||
margin-left: 240px;
|
margin-left: 240px;
|
||||||
@ -666,23 +665,47 @@ div.input {
|
|||||||
input[type=checkbox], input[type=radio] {
|
input[type=checkbox], input[type=radio] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input[type=text],
|
input,
|
||||||
input[type=password],
|
|
||||||
textarea,
|
textarea,
|
||||||
select,
|
select,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 210px;
|
width: 210px;
|
||||||
|
height: 18px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
height: 18px;
|
|
||||||
color: #808080;
|
color: #808080;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
/* mini reset for non-html5 file types */
|
||||||
|
input[type=checkbox], input[type=radio] {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
padding: 0;
|
||||||
|
margin: 3px 0;
|
||||||
|
*margin-top: 0;
|
||||||
|
/* IE6-7 */
|
||||||
|
|
||||||
|
line-height: normal;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
input[type=file] {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: initial;
|
||||||
|
border: initial;
|
||||||
|
line-height: 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;
|
||||||
|
}
|
||||||
select, input[type=file] {
|
select, input[type=file] {
|
||||||
height: 27px;
|
height: 27px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
@ -704,10 +727,7 @@ textarea {
|
|||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
input[type=text],
|
input, select, textarea {
|
||||||
input[type=password],
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||||
-moz-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;
|
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||||
@ -717,7 +737,7 @@ textarea {
|
|||||||
-moz-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);
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
input:focus, textarea:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: rgba(82, 168, 236, 0.8);
|
border-color: rgba(82, 168, 236, 0.8);
|
||||||
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
|
||||||
@ -735,13 +755,13 @@ form div.error {
|
|||||||
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
|
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
|
||||||
color: #9d261d;
|
color: #9d261d;
|
||||||
}
|
}
|
||||||
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
|
form div.error input, form div.error textarea {
|
||||||
border-color: #c87872;
|
border-color: #c87872;
|
||||||
-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
||||||
-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
||||||
box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
||||||
}
|
}
|
||||||
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
|
form div.error input:focus, form div.error textarea:focus {
|
||||||
border-color: #b9554d;
|
border-color: #b9554d;
|
||||||
-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
||||||
-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
||||||
@ -838,7 +858,7 @@ input[readonly]:focus, textarea[readonly]:focus, input.disabled {
|
|||||||
.inline-inputs {
|
.inline-inputs {
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
.inline-inputs span, .inline-inputs input[type=text] {
|
.inline-inputs span, .inline-inputs input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.inline-inputs input.mini {
|
.inline-inputs input.mini {
|
||||||
@ -850,10 +870,7 @@ input[readonly]:focus, textarea[readonly]:focus, input.disabled {
|
|||||||
.inline-inputs span {
|
.inline-inputs span {
|
||||||
padding: 0 2px 0 1px;
|
padding: 0 2px 0 1px;
|
||||||
}
|
}
|
||||||
.input-prepend input[type=text],
|
.input-prepend input, .input-append input {
|
||||||
.input-append input[type=text],
|
|
||||||
.input-prepend input[type=password],
|
|
||||||
.input-append input[type=password] {
|
|
||||||
-webkit-border-radius: 0 3px 3px 0;
|
-webkit-border-radius: 0 3px 3px 0;
|
||||||
-moz-border-radius: 0 3px 3px 0;
|
-moz-border-radius: 0 3px 3px 0;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
@ -886,7 +903,7 @@ input[readonly]:focus, textarea[readonly]:focus, input.disabled {
|
|||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
.input-append input[type=text], .input-append input[type=password] {
|
.input-append input {
|
||||||
float: left;
|
float: left;
|
||||||
-webkit-border-radius: 3px 0 0 3px;
|
-webkit-border-radius: 3px 0 0 3px;
|
||||||
-moz-border-radius: 3px 0 0 3px;
|
-moz-border-radius: 3px 0 0 3px;
|
||||||
@ -1106,26 +1123,11 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.topbar .fill {
|
|
||||||
background: #222;
|
|
||||||
background-color: #222222;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
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);
|
|
||||||
-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);
|
|
||||||
}
|
|
||||||
.topbar a {
|
.topbar a {
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.topbar a:hover, .topbar ul li.active a {
|
.topbar a:hover, .topbar ul .active a {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -1153,14 +1155,13 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
-moz-opacity: 1;
|
-moz-opacity: 1;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.topbar form input {
|
.topbar input {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
background-color: rgba(255, 255, 255, 0.3);
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: normal;
|
font-size: normal;
|
||||||
font-weight: 13px;
|
font-weight: 13px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
width: 220px;
|
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
color: rgba(255, 255, 255, 0.75);
|
color: rgba(255, 255, 255, 0.75);
|
||||||
@ -1177,18 +1178,18 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
-o-transition: none;
|
-o-transition: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
.topbar form input:-moz-placeholder {
|
.topbar input:-moz-placeholder {
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.topbar form input::-webkit-input-placeholder {
|
.topbar input::-webkit-input-placeholder {
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.topbar form input:hover {
|
.topbar input:hover {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.topbar form input:focus, .topbar form input.focused {
|
.topbar input:focus, .topbar input.focused {
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
@ -1199,49 +1200,136 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
||||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
.topbar ul {
|
.topbar-inner, .topbar .fill {
|
||||||
|
background-color: #222;
|
||||||
|
background-color: #222222;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
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);
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
.topbar div > ul, .nav {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.topbar ul.secondary-nav {
|
.topbar div > ul > li, .nav > li {
|
||||||
float: right;
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
.topbar ul li {
|
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 13px;
|
|
||||||
}
|
}
|
||||||
.topbar ul li a {
|
.topbar div > ul a, .nav a {
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
padding: 10px 10px 11px;
|
padding: 10px 10px 11px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.topbar ul li a:hover {
|
.topbar div > ul a:hover, .nav a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.topbar ul li.active a {
|
.topbar div > ul .active a, .nav .active a {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
.topbar ul.primary-nav li ul {
|
.topbar div > ul.secondary-nav, .nav.secondary-nav {
|
||||||
left: 0;
|
float: right;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.topbar ul.secondary-nav li ul {
|
.topbar div > ul.secondary-nav .menu-dropdown,
|
||||||
|
.nav.secondary-nav .menu-dropdown,
|
||||||
|
.topbar div > ul.secondary-nav .dropdown-menu,
|
||||||
|
.nav.secondary-nav .dropdown-menu {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
.topbar ul li.menu {
|
.topbar div > ul a.menu:hover,
|
||||||
|
.nav a.menu:hover,
|
||||||
|
.topbar div > ul li.open .menu,
|
||||||
|
.nav li.open .menu,
|
||||||
|
.topbar div > ul .dropdown-toggle:hover,
|
||||||
|
.nav .dropdown-toggle:hover,
|
||||||
|
.topbar div > ul .dropdown.open .dropdown-toggle,
|
||||||
|
.nav .dropdown.open .dropdown-toggle {
|
||||||
|
background: #444;
|
||||||
|
background: rgba(255, 255, 255, 0.05);
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown,
|
||||||
|
.nav .menu-dropdown,
|
||||||
|
.topbar div > ul .dropdown-menu,
|
||||||
|
.nav .dropdown-menu {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown a.menu,
|
||||||
|
.nav .menu-dropdown a.menu,
|
||||||
|
.topbar div > ul .dropdown-menu a.menu,
|
||||||
|
.nav .dropdown-menu a.menu,
|
||||||
|
.topbar div > ul .menu-dropdown .dropdown-toggle,
|
||||||
|
.nav .menu-dropdown .dropdown-toggle,
|
||||||
|
.topbar div > ul .dropdown-menu .dropdown-toggle,
|
||||||
|
.nav .dropdown-menu .dropdown-toggle {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown a.menu.open,
|
||||||
|
.nav .menu-dropdown a.menu.open,
|
||||||
|
.topbar div > ul .dropdown-menu a.menu.open,
|
||||||
|
.nav .dropdown-menu a.menu.open,
|
||||||
|
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
|
||||||
|
.nav .menu-dropdown .dropdown-toggle.open,
|
||||||
|
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
|
||||||
|
.nav .dropdown-menu .dropdown-toggle.open {
|
||||||
|
background: #444;
|
||||||
|
background: rgba(255, 255, 255, 0.05);
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown li a,
|
||||||
|
.nav .menu-dropdown li a,
|
||||||
|
.topbar div > ul .dropdown-menu li a,
|
||||||
|
.nav .dropdown-menu li a {
|
||||||
|
color: #999;
|
||||||
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown li a:hover,
|
||||||
|
.nav .menu-dropdown li a:hover,
|
||||||
|
.topbar div > ul .dropdown-menu li a:hover,
|
||||||
|
.nav .dropdown-menu li a:hover {
|
||||||
|
background-color: #191919;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
|
||||||
|
background-image: -moz-linear-gradient(top, #292929, #191919);
|
||||||
|
background-image: -ms-linear-gradient(top, #292929, #191919);
|
||||||
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
|
||||||
|
background-image: -webkit-linear-gradient(top, #292929, #191919);
|
||||||
|
background-image: -o-linear-gradient(top, #292929, #191919);
|
||||||
|
background-image: linear-gradient(top, #292929, #191919);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.topbar div > ul .menu-dropdown .divider,
|
||||||
|
.nav .menu-dropdown .divider,
|
||||||
|
.topbar div > ul .dropdown-menu .divider,
|
||||||
|
.nav .dropdown-menu .divider {
|
||||||
|
background-color: #222;
|
||||||
|
border-color: #444;
|
||||||
|
}
|
||||||
|
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
|
||||||
|
padding: 4px 15px;
|
||||||
|
}
|
||||||
|
li.menu, .dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.topbar ul li.menu a.menu:after {
|
a.menu:after, .dropdown-toggle:after {
|
||||||
width: 0px;
|
width: 0;
|
||||||
height: 0px;
|
height: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "↓";
|
content: "↓";
|
||||||
text-indent: -99999px;
|
text-indent: -99999px;
|
||||||
@ -1256,34 +1344,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
-moz-opacity: 0.5;
|
-moz-opacity: 0.5;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.topbar ul li.menu.open a.menu, .topbar ul li.menu.open a:hover {
|
.menu-dropdown, .dropdown-menu {
|
||||||
background-color: #444;
|
background-color: #fff;
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
|
||||||
*background-color: #444;
|
|
||||||
/* IE6-7 */
|
|
||||||
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.topbar ul li.menu.open ul {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.topbar ul li.menu.open ul li a {
|
|
||||||
background-color: transparent;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
.topbar ul li.menu.open ul li a:hover {
|
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
|
||||||
*background-color: #444;
|
|
||||||
/* IE6-7 */
|
|
||||||
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.topbar ul li.menu.open ul li.active a {
|
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.topbar ul li ul {
|
|
||||||
background-color: #333;
|
|
||||||
float: left;
|
float: left;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1293,53 +1355,159 @@ table .headerSortUp.purple, table .headerSortDown.purple {
|
|||||||
_width: 160px;
|
_width: 160px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 0;
|
padding: 6px 0;
|
||||||
text-align: left;
|
|
||||||
border: 0;
|
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
-webkit-border-radius: 0 0 5px 5px;
|
border-color: #999;
|
||||||
-moz-border-radius: 0 0 5px 5px;
|
border-color: rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 0 0 5px 5px;
|
border-style: solid;
|
||||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
border-width: 0 1px 1px;
|
||||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
-webkit-border-radius: 0 0 6px 6px;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
-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;
|
||||||
}
|
}
|
||||||
.topbar ul li ul li {
|
.menu-dropdown li, .dropdown-menu li {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both;
|
|
||||||
display: block;
|
display: block;
|
||||||
background: none;
|
background-color: none;
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
.topbar ul li ul li a {
|
.menu-dropdown .divider, .dropdown-menu .divider {
|
||||||
|
height: 1px;
|
||||||
|
margin: 5px 0;
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: #eee;
|
||||||
|
border-bottom: 1px solid #fff;
|
||||||
|
}
|
||||||
|
.topbar .dropdown-menu a, .dropdown-menu a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 6px 15px;
|
padding: 4px 15px;
|
||||||
clear: both;
|
clear: both;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 19px;
|
line-height: 18px;
|
||||||
color: #bbb;
|
|
||||||
}
|
|
||||||
.topbar ul li ul li a:hover {
|
|
||||||
background-color: #333;
|
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.topbar ul li ul li.divider {
|
|
||||||
height: 1px;
|
|
||||||
overflow: hidden;
|
|
||||||
background: #222;
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
.topbar ul li ul li span {
|
|
||||||
clear: both;
|
|
||||||
display: block;
|
|
||||||
background: rgba(0, 0, 0, 0.2);
|
|
||||||
padding: 6px 15px;
|
|
||||||
cursor: default;
|
|
||||||
color: #808080;
|
color: #808080;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
text-shadow: 0 1px 0 #fff;
|
||||||
|
}
|
||||||
|
.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
|
||||||
|
background-color: #dddddd;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
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);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
|
||||||
|
color: #404040;
|
||||||
|
text-decoration: none;
|
||||||
|
-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);
|
||||||
|
}
|
||||||
|
.open .menu,
|
||||||
|
.dropdown.open .menu,
|
||||||
|
.open .dropdown-toggle,
|
||||||
|
.dropdown.open .dropdown-toggle {
|
||||||
|
color: #fff;
|
||||||
|
background: #ccc;
|
||||||
|
background: rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
.open .menu-dropdown,
|
||||||
|
.dropdown.open .menu-dropdown,
|
||||||
|
.open .dropdown-menu,
|
||||||
|
.dropdown.open .dropdown-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.tabs, .pills {
|
||||||
|
margin: 0 0 20px;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
zoom: 1;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
.tabs:before,
|
||||||
|
.pills:before,
|
||||||
|
.tabs:after,
|
||||||
|
.pills:after {
|
||||||
|
display: table;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.tabs:after, .pills:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.tabs > li, .pills > li {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.tabs > li > a, .pills > li > a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.tabs {
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
.tabs > li {
|
||||||
|
position: relative;
|
||||||
|
top: 1px;
|
||||||
|
}
|
||||||
|
.tabs > li > a {
|
||||||
|
margin-right: 2px;
|
||||||
|
padding: 0 15px;
|
||||||
|
line-height: 35px;
|
||||||
|
-webkit-border-radius: 4px 4px 0 0;
|
||||||
|
-moz-border-radius: 4px 4px 0 0;
|
||||||
|
border-radius: 4px 4px 0 0;
|
||||||
|
}
|
||||||
|
.tabs > li > a:hover {
|
||||||
|
background-color: #eee;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.tabs > li.active > a {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 0 14px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
border-bottom: 0;
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
.tabs .menu-dropdown, .tabs .dropdown-menu {
|
||||||
|
top: 35px;
|
||||||
|
border-width: 1px;
|
||||||
|
-webkit-border-radius: 0 6px 6px 6px;
|
||||||
|
-moz-border-radius: 0 6px 6px 6px;
|
||||||
|
border-radius: 0 6px 6px 6px;
|
||||||
|
}
|
||||||
|
.tabs a.menu:after, .tabs .dropdown-toggle:after {
|
||||||
|
border-top-color: #999;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
|
||||||
|
border-top-color: #555;
|
||||||
|
}
|
||||||
|
.pills a {
|
||||||
|
margin: 5px 3px 5px 0;
|
||||||
|
padding: 0 15px;
|
||||||
|
text-shadow: 0 1px 1px #fff;
|
||||||
|
line-height: 30px;
|
||||||
|
-webkit-border-radius: 15px;
|
||||||
|
-moz-border-radius: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
.pills a:hover {
|
||||||
|
background: #0050a3;
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
.pills .active a {
|
||||||
|
background: #0069d6;
|
||||||
|
color: #fff;
|
||||||
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.hero-unit {
|
.hero-unit {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
@ -1381,12 +1549,13 @@ footer {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||||
background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
|
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||||
background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
|
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
|
||||||
background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
|
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||||
background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
|
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||||
background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
|
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
||||||
padding: 5px 14px 6px;
|
padding: 5px 14px 6px;
|
||||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -1422,30 +1591,39 @@ footer {
|
|||||||
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
|
||||||
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
|
||||||
background-image: linear-gradient(top, #049cdb, #0064cd);
|
background-image: linear-gradient(top, #049cdb, #0064cd);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-color: #0064cd #0064cd #003f81;
|
border-color: #0064cd #0064cd #003f81;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.btn:active {
|
||||||
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
.btn.disabled {
|
.btn.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||||
filter: alpha(opacity=65);
|
filter: alpha(opacity=65);
|
||||||
-khtml-opacity: 0.65;
|
-khtml-opacity: 0.65;
|
||||||
-moz-opacity: 0.65;
|
-moz-opacity: 0.65;
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.btn:disabled {
|
.btn[disabled] {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||||
filter: alpha(opacity=65);
|
filter: alpha(opacity=65);
|
||||||
-khtml-opacity: 0.65;
|
-khtml-opacity: 0.65;
|
||||||
-moz-opacity: 0.65;
|
-moz-opacity: 0.65;
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
}
|
-webkit-box-shadow: none;
|
||||||
.btn:active {
|
-moz-box-shadow: none;
|
||||||
-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
|
box-shadow: none;
|
||||||
-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
||||||
box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
||||||
}
|
}
|
||||||
.btn.large {
|
.btn.large {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -1459,6 +1637,9 @@ footer {
|
|||||||
padding: 7px 9px 7px;
|
padding: 7px 9px 7px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
:root .alert-message, :root .btn {
|
||||||
|
border-radius: 0 \0;
|
||||||
|
}
|
||||||
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -1473,6 +1654,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
|
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
|
||||||
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
|
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
|
||||||
background-image: linear-gradient(top, #fceec1, #eedc94);
|
background-image: linear-gradient(top, #fceec1, #eedc94);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
border-color: #eedc94 #eedc94 #e4c652;
|
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-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
@ -1528,6 +1710,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
.alert-message.block-message {
|
.alert-message.block-message {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #fdf5d9;
|
background-color: #fdf5d9;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
border-color: #fceec1;
|
border-color: #fceec1;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
@ -1556,73 +1739,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
background-color: #ddf4fb;
|
background-color: #ddf4fb;
|
||||||
border-color: #c6edf9;
|
border-color: #c6edf9;
|
||||||
}
|
}
|
||||||
.tabs, .pills {
|
|
||||||
margin: 0 0 20px;
|
|
||||||
padding: 0;
|
|
||||||
zoom: 1;
|
|
||||||
margin-bottom: 18px;
|
|
||||||
}
|
|
||||||
.tabs:before,
|
|
||||||
.pills:before,
|
|
||||||
.tabs:after,
|
|
||||||
.pills:after {
|
|
||||||
display: table;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
.tabs:after, .pills:after {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.tabs li, .pills li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.tabs li a, .pills li a {
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
.tabs {
|
|
||||||
width: 100%;
|
|
||||||
border-bottom: 1px solid #bfbfbf;
|
|
||||||
}
|
|
||||||
.tabs li a {
|
|
||||||
margin-bottom: -1px;
|
|
||||||
margin-right: 2px;
|
|
||||||
padding: 0 15px;
|
|
||||||
line-height: 35px;
|
|
||||||
-webkit-border-radius: 3px 3px 0 0;
|
|
||||||
-moz-border-radius: 3px 3px 0 0;
|
|
||||||
border-radius: 3px 3px 0 0;
|
|
||||||
}
|
|
||||||
.tabs li a:hover {
|
|
||||||
background-color: #e6e6e6;
|
|
||||||
border-bottom: 1px solid #bfbfbf;
|
|
||||||
}
|
|
||||||
.tabs li.active a {
|
|
||||||
background-color: #fff;
|
|
||||||
padding: 0 14px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-bottom: 0;
|
|
||||||
color: #808080;
|
|
||||||
}
|
|
||||||
.pills li a {
|
|
||||||
margin: 5px 3px 5px 0;
|
|
||||||
padding: 0 15px;
|
|
||||||
text-shadow: 0 1px 1px #fff;
|
|
||||||
line-height: 30px;
|
|
||||||
-webkit-border-radius: 15px;
|
|
||||||
-moz-border-radius: 15px;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
.pills li a:hover {
|
|
||||||
background: #0050a3;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
.pills li.active a {
|
|
||||||
background: #0069d6;
|
|
||||||
color: #fff;
|
|
||||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
.pagination {
|
.pagination {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin: 18px 0;
|
margin: 18px 0;
|
||||||
@ -1639,10 +1755,10 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
-moz-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);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
.pagination ul li {
|
.pagination li {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.pagination ul li a {
|
.pagination a {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
@ -1654,14 +1770,14 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.pagination ul li a:hover, .pagination ul li.active a {
|
.pagination a:hover, .pagination .active a {
|
||||||
background-color: #c7eefe;
|
background-color: #c7eefe;
|
||||||
}
|
}
|
||||||
.pagination ul li.disabled a, .pagination ul li.disabled a:hover {
|
.pagination .disabled a, .pagination .disabled a:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
.pagination ul li.next a {
|
.pagination .next a {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.well {
|
.well {
|
||||||
@ -1719,11 +1835,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
-moz-background-clip: padding-box;
|
-moz-background-clip: padding-box;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
.modal .modal-header {
|
.modal-header {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
}
|
}
|
||||||
.modal .modal-header .close {
|
.modal-header .close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
@ -1731,10 +1847,10 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.modal .modal-body {
|
.modal-body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
.modal .modal-footer {
|
.modal-footer {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding: 14px 20px 15px;
|
padding: 14px 20px 15px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
@ -1748,14 +1864,14 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.modal .modal-footer:before, .modal .modal-footer:after {
|
.modal-footer:before, .modal-footer:after {
|
||||||
display: table;
|
display: table;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
.modal .modal-footer:after {
|
.modal-footer:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.modal .modal-footer .btn {
|
.modal-footer .btn {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
@ -1803,7 +1919,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
border-bottom: 5px solid transparent;
|
border-bottom: 5px solid transparent;
|
||||||
border-right: 5px solid #000000;
|
border-right: 5px solid #000000;
|
||||||
}
|
}
|
||||||
.twipsy .twipsy-inner {
|
.twipsy-inner {
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1814,7 +1930,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.twipsy .twipsy-arrow {
|
.twipsy-arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
@ -1865,11 +1981,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
.popover .inner {
|
.popover .inner {
|
||||||
background-color: #333;
|
background: #333;
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
*background-color: #333;
|
|
||||||
/* IE 6-7 */
|
|
||||||
|
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 280px;
|
width: 280px;
|
124
bootstrap-1.1.1.min.css → bootstrap-1.2.0.min.css
vendored
124
bootstrap-1.1.1.min.css → bootstrap-1.2.0.min.css
vendored
@ -19,19 +19,18 @@ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:poin
|
|||||||
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
|
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
|
||||||
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
|
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
|
||||||
textarea{overflow:auto;vertical-align:top;}
|
textarea{overflow:auto;vertical-align:top;}
|
||||||
table{border-collapse:collapse;border-spacing:0;}
|
|
||||||
.clearfix{zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
|
.clearfix{zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
|
||||||
.clearfix:after{clear:both;}
|
.clearfix:after{clear:both;}
|
||||||
.center-block{display:block;margin:0 auto;}
|
.center-block{display:block;margin:0 auto;}
|
||||||
.container{width:940px;margin:0 auto;zoom:1;margin-bottom:18px;}.container:before,.container:after{display:table;content:"";}
|
.container{width:940px;margin:0 auto;zoom:1;margin-bottom:18px;}.container:before,.container:after{display:table;content:"";}
|
||||||
.container:after{clear:both;}
|
.container:after{clear:both;}
|
||||||
.btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;}
|
.btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;}
|
||||||
.btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
.btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||||
.btn.success,.alert-message.success{background-color:#57a957;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#57a957 #57a957 #3d773d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
.btn.success,.alert-message.success{background-color:#57a957;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#57a957 #57a957 #3d773d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||||
.btn.info,.alert-message.info{background-color:#339bb9;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#339bb9 #339bb9 #22697d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
.btn.info,.alert-message.info{background-color:#339bb9;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#339bb9 #339bb9 #22697d;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||||
.row{zoom:1;margin-bottom:18px;margin-left:-20px;}.row:before,.row:after{display:table;content:"";}
|
.row{zoom:1;margin-bottom:18px;margin-left:-20px;}.row:before,.row:after{display:table;content:"";}
|
||||||
.row:after{clear:both;}
|
.row:after{clear:both;}
|
||||||
.row .span1,.row .span2,.row .span3,.row .span4,.row .span5,.row .span6,.row .span7,.row .span8,.row .span9,.row .span10,.row .span11,.row .span12,.row .span13,.row .span14,.row .span15,.row .span16{display:inline;float:left;margin-left:20px;}
|
.row [class^="span"]{display:inline;float:left;margin-left:20px;}
|
||||||
.row .span1{width:40px;}
|
.row .span1{width:40px;}
|
||||||
.row .span2{width:100px;}
|
.row .span2{width:100px;}
|
||||||
.row .span3{width:160px;}
|
.row .span3{width:160px;}
|
||||||
@ -60,15 +59,24 @@ table{border-collapse:collapse;border-spacing:0;}
|
|||||||
.row .offset10{margin-left:620px;}
|
.row .offset10{margin-left:620px;}
|
||||||
.row .offset11{margin-left:680px;}
|
.row .offset11{margin-left:680px;}
|
||||||
.row .offset12{margin-left:740px;}
|
.row .offset12{margin-left:740px;}
|
||||||
|
.row .span-one-third{width:300px;}
|
||||||
|
.row .span-two-thirds{width:620px;}
|
||||||
|
.row .offset-one-third{margin-left:340px;}
|
||||||
|
.row .offset-two-thirds{margin-left:660px;}
|
||||||
html,body{background-color:#fff;}
|
html,body{background-color:#fff;}
|
||||||
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#808080;text-rendering:optimizeLegibility;}
|
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#808080;}
|
||||||
.container{width:940px;margin:0 auto;}
|
.container{width:940px;margin:0 auto;}
|
||||||
.container-fluid{padding:0 20px;zoom:1;margin-bottom:18px;}.container-fluid:before,.container-fluid:after{display:table;content:"";}
|
.container-fluid{padding:0 20px;zoom:1;margin-bottom:18px;}.container-fluid:before,.container-fluid:after{display:table;content:"";}
|
||||||
.container-fluid:after{clear:both;}
|
.container-fluid:after{clear:both;}
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.min.css
|
||||||
.container-fluid .sidebar{float:left;width:220px;}
|
.container-fluid .sidebar{float:left;width:220px;}
|
||||||
.container-fluid .content{min-width:700px;max-width:1180px;margin-left:240px;}
|
.container-fluid .content{min-width:700px;max-width:1180px;margin-left:240px;}
|
||||||
.hide{display:none;}
|
.hide{display:none;}
|
||||||
.show{display:block;}
|
.show{display:block;}
|
||||||
|
=======
|
||||||
|
.container-fluid>.sidebar{float:left;width:220px;}
|
||||||
|
.container-fluid>.content{min-width:700px;max-width:1180px;margin-left:240px;}
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.min.css
|
||||||
a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:hover{color:#0050a3;text-decoration:underline;}
|
a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:hover{color:#0050a3;text-decoration:underline;}
|
||||||
p{font-size:13px;font-weight:normal;line-height:18px;margin-bottom:9px;}p small{font-size:11px;color:#bfbfbf;}
|
p{font-size:13px;font-weight:normal;line-height:18px;margin-bottom:9px;}p small{font-size:11px;color:#bfbfbf;}
|
||||||
h1,h2,h3,h4,h5,h6{font-weight:bold;color:#404040;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#bfbfbf;}
|
h1,h2,h3,h4,h5,h6{font-weight:bold;color:#404040;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#bfbfbf;}
|
||||||
@ -105,16 +113,24 @@ label,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-se
|
|||||||
label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
|
label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
|
||||||
div.input{margin-left:150px;}
|
div.input{margin-left:150px;}
|
||||||
input[type=checkbox],input[type=radio]{cursor:pointer;}
|
input[type=checkbox],input[type=radio]{cursor:pointer;}
|
||||||
input[type=text],input[type=password],textarea,select,.uneditable-input{display:inline-block;width:210px;padding:4px;font-size:13px;line-height:18px;height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;font-size:13px;line-height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
||||||
|
input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;border:none;}
|
||||||
|
input[type=file]{background-color:#fff;padding:initial;border:initial;line-height: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;}
|
||||||
select,input[type=file]{height:27px;line-height:27px;}
|
select,input[type=file]{height:27px;line-height:27px;}
|
||||||
textarea{height:auto;}
|
textarea{height:auto;}
|
||||||
.uneditable-input{background-color:#eee;display:block;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);}
|
.uneditable-input{background-color:#eee;display:block;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);}
|
||||||
:-moz-placeholder{color:#bfbfbf;}
|
:-moz-placeholder{color:#bfbfbf;}
|
||||||
::-webkit-input-placeholder{color:#bfbfbf;}
|
::-webkit-input-placeholder{color:#bfbfbf;}
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.min.css
|
||||||
input[type=text],input[type=password],select,textarea{-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;-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);}
|
input[type=text],input[type=password],select,textarea{-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;-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);}
|
||||||
input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}
|
input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}
|
||||||
|
=======
|
||||||
|
input,select,textarea{-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;-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);}
|
||||||
|
input:focus,textarea:focus{outline:none;border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);}
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.min.css
|
||||||
form div.error{background:#fae5e3;padding:10px 0;margin:-10px 0 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}form div.error>label,form div.error span.help-inline,form div.error span.help-block{color:#9d261d;}
|
form div.error{background:#fae5e3;padding:10px 0;margin:-10px 0 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}form div.error>label,form div.error span.help-inline,form div.error span.help-block{color:#9d261d;}
|
||||||
form div.error input[type=text],form div.error input[type=password],form div.error textarea{border-color:#c87872;-webkit-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);-moz-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);box-shadow:0 0 3px rgba(171, 41, 32, 0.25);}form div.error input[type=text]:focus,form div.error input[type=password]:focus,form div.error textarea:focus{border-color:#b9554d;-webkit-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);-moz-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);box-shadow:0 0 6px rgba(171, 41, 32, 0.5);}
|
form div.error input,form div.error textarea{border-color:#c87872;-webkit-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);-moz-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);box-shadow:0 0 3px rgba(171, 41, 32, 0.25);}form div.error input:focus,form div.error textarea:focus{border-color:#b9554d;-webkit-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);-moz-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);box-shadow:0 0 6px rgba(171, 41, 32, 0.5);}
|
||||||
form div.error .input-prepend span.add-on,form div.error .input-append span.add-on{background:#f4c8c5;border-color:#c87872;color:#b9554d;}
|
form div.error .input-prepend span.add-on,form div.error .input-append span.add-on{background:#f4c8c5;border-color:#c87872;color:#b9554d;}
|
||||||
.input-mini,input.mini,textarea.mini,select.mini{width:60px;}
|
.input-mini,input.mini,textarea.mini,select.mini{width:60px;}
|
||||||
.input-small,input.small,textarea.small,select.small{width:90px;}
|
.input-small,input.small,textarea.small,select.small{width:90px;}
|
||||||
@ -128,15 +144,15 @@ input[readonly]:focus,textarea[readonly]:focus,input.disabled{background:#f5f5f5
|
|||||||
.help-inline,.help-block{font-size:12px;line-height:18px;color:#bfbfbf;}
|
.help-inline,.help-block{font-size:12px;line-height:18px;color:#bfbfbf;}
|
||||||
.help-inline{padding-left:5px;*position:relative;*top:-5px;}
|
.help-inline{padding-left:5px;*position:relative;*top:-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[type=text]{display:inline-block;}
|
.inline-inputs{color:#808080;}.inline-inputs span,.inline-inputs input{display:inline-block;}
|
||||||
.inline-inputs input.mini{width:60px;}
|
.inline-inputs input.mini{width:60px;}
|
||||||
.inline-inputs input.small{width:90px;}
|
.inline-inputs input.small{width:90px;}
|
||||||
.inline-inputs span{padding:0 2px 0 1px;}
|
.inline-inputs span{padding:0 2px 0 1px;}
|
||||||
.input-prepend input[type=text],.input-append input[type=text],.input-prepend input[type=password],.input-append input[type=password]{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
|
.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{background:#f5f5f5;float:left;display:block;width:auto;min-width:16px;padding:4px 4px 4px 5px;color:#bfbfbf;font-weight:normal;line-height:18px;height:18px;text-align:center;text-shadow:0 1px 0 #fff;border:1px solid #ccc;border-right-width:0;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
|
.input-prepend .add-on,.input-append .add-on{background:#f5f5f5;float:left;display:block;width:auto;min-width:16px;padding:4px 4px 4px 5px;color:#bfbfbf;font-weight:normal;line-height:18px;height:18px;text-align:center;text-shadow:0 1px 0 #fff;border:1px solid #ccc;border-right-width:0;-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:#a9dba9;border-color:#46a546;}
|
.input-prepend .active,.input-append .active{background:#a9dba9;border-color:#46a546;}
|
||||||
.input-prepend .add-on{*margin-top:1px;}
|
.input-prepend .add-on{*margin-top:1px;}
|
||||||
.input-append input[type=text],.input-append input[type=password]{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;}
|
||||||
.input-append .add-on{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;border-right-width:1px;border-left-width:0;}
|
.input-append .add-on{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;border-right-width:1px;border-left-width:0;}
|
||||||
.inputs-list{margin:0 0 5px;width:100%;}.inputs-list li{display:block;padding:0;width:100%;}.inputs-list li label{display:block;float:none;width:auto;padding:0;line-height:18px;text-align:left;white-space:normal;}.inputs-list li label strong{color:#808080;}
|
.inputs-list{margin:0 0 5px;width:100%;}.inputs-list li{display:block;padding:0;width:100%;}.inputs-list li label{display:block;float:none;width:auto;padding:0;line-height:18px;text-align:left;white-space:normal;}.inputs-list li label strong{color:#808080;}
|
||||||
.inputs-list li label small{font-size:12px;font-weight:normal;}
|
.inputs-list li label small{font-size:12px;font-weight:normal;}
|
||||||
@ -171,10 +187,10 @@ table .orange{color:#f89406;border-bottom-color:#f89406;}
|
|||||||
table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc;}
|
table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc;}
|
||||||
table .purple{color:#7a43b6;border-bottom-color:#7a43b6;}
|
table .purple{color:#7a43b6;border-bottom-color:#7a43b6;}
|
||||||
table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0;}
|
table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0;}
|
||||||
.topbar{height:40px;position:fixed;top:0;left:0;right:0;z-index:10000;overflow:visible;}.topbar .fill{background:#222;background-color:#222222;background-repeat:repeat-x;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);-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);}
|
.topbar{height:40px;position:fixed;top:0;left:0;right:0;z-index:10000;overflow:visible;}.topbar a{color:#bfbfbf;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
|
||||||
.topbar a{color:#bfbfbf;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
|
.topbar a:hover,.topbar ul .active a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;}
|
||||||
.topbar a:hover,.topbar ul li.active a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;}
|
|
||||||
.topbar h3{position:relative;}.topbar h3 a{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;}
|
.topbar h3{position:relative;}.topbar h3 a{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;}
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.min.css
|
||||||
.topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;}.topbar form input{background-color:#444;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;width:220px;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.topbar form input:-moz-placeholder{color:#e6e6e6;}
|
.topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;}.topbar form input{background-color:#444;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;width:220px;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.topbar form input:-moz-placeholder{color:#e6e6e6;}
|
||||||
.topbar form input::-webkit-input-placeholder{color:#e6e6e6;}
|
.topbar form input::-webkit-input-placeholder{color:#e6e6e6;}
|
||||||
.topbar form input:hover{background-color:#bfbfbf;background-color:rgba(255, 255, 255, 0.5);color:#fff;}
|
.topbar form input:hover{background-color:#bfbfbf;background-color:rgba(255, 255, 255, 0.5);color:#fff;}
|
||||||
@ -191,41 +207,80 @@ table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0
|
|||||||
.topbar ul li ul{background-color:#333;float:left;display:none;position:absolute;top:40px;min-width:160px;max-width:220px;_width:160px;margin-left:0;margin-right:0;padding:0;text-align:left;border:0;zoom:1;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.topbar ul li ul li{float:none;clear:both;display:block;background:none;font-size:12px;}.topbar ul li ul li a{display:block;padding:6px 15px;clear:both;font-weight:normal;line-height:19px;color:#bbb;}.topbar ul li ul li a:hover{background-color:#333;background-color:rgba(255, 255, 255, 0.25);color:#fff;}
|
.topbar ul li ul{background-color:#333;float:left;display:none;position:absolute;top:40px;min-width:160px;max-width:220px;_width:160px;margin-left:0;margin-right:0;padding:0;text-align:left;border:0;zoom:1;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.topbar ul li ul li{float:none;clear:both;display:block;background:none;font-size:12px;}.topbar ul li ul li a{display:block;padding:6px 15px;clear:both;font-weight:normal;line-height:19px;color:#bbb;}.topbar ul li ul li a:hover{background-color:#333;background-color:rgba(255, 255, 255, 0.25);color:#fff;}
|
||||||
.topbar ul li ul li.divider{height:1px;overflow:hidden;background:#222;background:rgba(0, 0, 0, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.1);margin:5px 0;}
|
.topbar ul li ul li.divider{height:1px;overflow:hidden;background:#222;background:rgba(0, 0, 0, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.1);margin:5px 0;}
|
||||||
.topbar ul li ul li span{clear:both;display:block;background:rgba(0, 0, 0, 0.2);padding:6px 15px;cursor:default;color:#808080;border-top:1px solid rgba(0, 0, 0, 0.2);}
|
.topbar ul li ul li span{clear:both;display:block;background:rgba(0, 0, 0, 0.2);padding:6px 15px;cursor:default;color:#808080;border-top:1px solid rgba(0, 0, 0, 0.2);}
|
||||||
|
=======
|
||||||
|
.topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;}
|
||||||
|
.topbar input{background-color:#444;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;transition:none;}.topbar input:-moz-placeholder{color:#e6e6e6;}
|
||||||
|
.topbar input::-webkit-input-placeholder{color:#e6e6e6;}
|
||||||
|
.topbar input:hover{background-color:#bfbfbf;background-color:rgba(255, 255, 255, 0.5);color:#fff;}
|
||||||
|
.topbar input:focus,.topbar input.focused{outline:none;background-color:#fff;color:#404040;text-shadow:0 1px 0 #fff;border:0;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);}
|
||||||
|
.topbar-inner,.topbar .fill{background-color:#222;background-color:#222222;background-repeat:repeat-x;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);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);}
|
||||||
|
.topbar div>ul,.nav{display:block;float:left;margin:0 10px 0 0;position:relative;left:0;}.topbar div>ul>li,.nav>li{display:block;float:left;}
|
||||||
|
.topbar div>ul a,.nav a{display:block;float:none;padding:10px 10px 11px;line-height:19px;text-decoration:none;}.topbar div>ul a:hover,.nav a:hover{color:#fff;text-decoration:none;}
|
||||||
|
.topbar div>ul .active a,.nav .active a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);}
|
||||||
|
.topbar div>ul.secondary-nav,.nav.secondary-nav{float:right;margin-left:10px;margin-right:0;}.topbar div>ul.secondary-nav .menu-dropdown,.nav.secondary-nav .menu-dropdown,.topbar div>ul.secondary-nav .dropdown-menu,.nav.secondary-nav .dropdown-menu{right:0;}
|
||||||
|
.topbar div>ul a.menu:hover,.nav a.menu:hover,.topbar div>ul li.open .menu,.nav li.open .menu,.topbar div>ul .dropdown-toggle:hover,.nav .dropdown-toggle:hover,.topbar div>ul .dropdown.open .dropdown-toggle,.nav .dropdown.open .dropdown-toggle{background:#444;background:rgba(255, 255, 255, 0.05);}
|
||||||
|
.topbar div>ul .menu-dropdown,.nav .menu-dropdown,.topbar div>ul .dropdown-menu,.nav .dropdown-menu{background-color:#333;}.topbar div>ul .menu-dropdown a.menu,.nav .menu-dropdown a.menu,.topbar div>ul .dropdown-menu a.menu,.nav .dropdown-menu a.menu,.topbar div>ul .menu-dropdown .dropdown-toggle,.nav .menu-dropdown .dropdown-toggle,.topbar div>ul .dropdown-menu .dropdown-toggle,.nav .dropdown-menu .dropdown-toggle{color:#fff;}.topbar div>ul .menu-dropdown a.menu.open,.nav .menu-dropdown a.menu.open,.topbar div>ul .dropdown-menu a.menu.open,.nav .dropdown-menu a.menu.open,.topbar div>ul .menu-dropdown .dropdown-toggle.open,.nav .menu-dropdown .dropdown-toggle.open,.topbar div>ul .dropdown-menu .dropdown-toggle.open,.nav .dropdown-menu .dropdown-toggle.open{background:#444;background:rgba(255, 255, 255, 0.05);}
|
||||||
|
.topbar div>ul .menu-dropdown li a,.nav .menu-dropdown li a,.topbar div>ul .dropdown-menu li a,.nav .dropdown-menu li a{color:#999;text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);}.topbar div>ul .menu-dropdown li a:hover,.nav .menu-dropdown li a:hover,.topbar div>ul .dropdown-menu li a:hover,.nav .dropdown-menu li a:hover{background-color:#191919;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));background-image:-moz-linear-gradient(top, #292929, #191919);background-image:-ms-linear-gradient(top, #292929, #191919);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));background-image:-webkit-linear-gradient(top, #292929, #191919);background-image:-o-linear-gradient(top, #292929, #191919);background-image:linear-gradient(top, #292929, #191919);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);color:#fff;}
|
||||||
|
.topbar div>ul .menu-dropdown .divider,.nav .menu-dropdown .divider,.topbar div>ul .dropdown-menu .divider,.nav .dropdown-menu .divider{background-color:#222;border-color:#444;}
|
||||||
|
.topbar ul .menu-dropdown li a,.topbar ul .dropdown-menu li a{padding:4px 15px;}
|
||||||
|
li.menu,.dropdown{position:relative;}
|
||||||
|
a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;content:"↓";text-indent:-99999px;vertical-align:top;margin-top:8px;margin-left:4px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;filter:alpha(opacity=50);-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;}
|
||||||
|
.menu-dropdown,.dropdown-menu{background-color:#fff;float:left;display:none;position:absolute;top:40px;min-width:160px;max-width:220px;_width:160px;margin-left:0;margin-right:0;padding:6px 0;zoom:1;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;}.menu-dropdown li,.dropdown-menu li{float:none;display:block;background-color:none;}
|
||||||
|
.menu-dropdown .divider,.dropdown-menu .divider{height:1px;margin:5px 0;overflow:hidden;background-color:#eee;border-bottom:1px solid #fff;}
|
||||||
|
.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 #fff;}.topbar .dropdown-menu a:hover,.dropdown-menu a:hover{background-color:#dddddd;background-repeat:repeat-x;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);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);color:#404040;text-decoration:none;-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);}
|
||||||
|
.open .menu,.dropdown.open .menu,.open .dropdown-toggle,.dropdown.open .dropdown-toggle{color:#fff;background:#ccc;background:rgba(0, 0, 0, 0.3);}
|
||||||
|
.open .menu-dropdown,.dropdown.open .menu-dropdown,.open .dropdown-menu,.dropdown.open .dropdown-menu{display:block;}
|
||||||
|
.tabs,.pills{margin:0 0 20px;padding:0;list-style:none;zoom:1;margin-bottom:18px;}.tabs:before,.pills:before,.tabs:after,.pills:after{display:table;content:"";}
|
||||||
|
.tabs:after,.pills:after{clear:both;}
|
||||||
|
.tabs>li,.pills>li{float:left;}.tabs>li>a,.pills>li>a{display:block;}
|
||||||
|
.tabs{width:100%;border-bottom:1px solid #ddd;}.tabs>li{position:relative;top:1px;}.tabs>li>a{margin-right:2px;padding:0 15px;line-height:35px;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.tabs>li>a:hover{background-color:#eee;border-bottom:1px solid #ddd;text-decoration:none;}
|
||||||
|
.tabs>li.active>a{background-color:#fff;padding:0 14px;border:1px solid #ddd;border-bottom:0;color:#808080;}
|
||||||
|
.tabs .menu-dropdown,.tabs .dropdown-menu{top:35px;border-width:1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
|
||||||
|
.tabs a.menu:after,.tabs .dropdown-toggle:after{border-top-color:#999;margin-top:15px;margin-left:5px;}
|
||||||
|
.tabs li.open a.menu:after,.tabs .dropdown.open .dropdown-toggle:after{border-top-color:#555;}
|
||||||
|
.pills a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #fff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills a:hover{background:#0050a3;color:#fff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
|
||||||
|
.pills .active a{background:#0069d6;color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.min.css
|
||||||
.hero-unit{background-color:#f5f5f5;margin-top:60px;margin-bottom:30px;padding:60px;-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{background-color:#f5f5f5;margin-top:60px;margin-bottom:30px;padding:60px;-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{margin-top:17px;padding-top:17px;border-top:1px solid #eee;}
|
footer{margin-top:17px;padding-top:17px;border-top:1px solid #eee;}
|
||||||
.page-header{margin-bottom:17px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}.page-header h1{margin-bottom:8px;}
|
.page-header{margin-bottom:17px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}.page-header h1{margin-bottom:8px;}
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.min.css
|
||||||
.btn{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
|
.btn{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
|
||||||
.btn.primary{color:#fff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
.btn.primary{color:#fff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||||
.btn.disabled{cursor:default;background-image:none;filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;}
|
.btn.disabled{cursor:default;background-image:none;filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;}
|
||||||
.btn:disabled{cursor:default;background-image:none;filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;}
|
.btn:disabled{cursor:default;background-image:none;filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;}
|
||||||
.btn:active{-webkit-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);}
|
.btn:active{-webkit-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 3px 7px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.05);}
|
||||||
|
=======
|
||||||
|
.btn{cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px 14px 6px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#333;font-size:13px;line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;transition:0.1s linear all;}.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
|
||||||
|
.btn.primary{color:#fff;background-color:#0064cd;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));background-image:-moz-linear-gradient(top, #049cdb, #0064cd);background-image:-ms-linear-gradient(top, #049cdb, #0064cd);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));background-image:-webkit-linear-gradient(top, #049cdb, #0064cd);background-image:-o-linear-gradient(top, #049cdb, #0064cd);background-image:linear-gradient(top, #049cdb, #0064cd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#0064cd #0064cd #003f81;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||||
|
.btn:active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);}
|
||||||
|
.btn.disabled{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
|
||||||
|
.btn[disabled]{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.min.css
|
||||||
.btn.large{font-size:16px;line-height:normal;padding:9px 14px 9px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
|
.btn.large{font-size:16px;line-height:normal;padding:9px 14px 9px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
|
||||||
.btn.small{padding:7px 9px 7px;font-size:11px;}
|
.btn.small{padding:7px 9px 7px;font-size:11px;}
|
||||||
|
:root .alert-message,:root .btn{border-radius:0 \0;}
|
||||||
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;}
|
button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;border:0;}
|
||||||
.alert-message{background-color:#eedc94;background-repeat:repeat-x;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);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);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);margin-bottom:18px;padding:7px 14px;color:#404040;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);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 h5{line-height:18px;}
|
.alert-message{background-color:#eedc94;background-repeat:repeat-x;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);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);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);margin-bottom:18px;padding:7px 14px;color:#404040;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);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 h5{line-height:18px;}
|
||||||
.alert-message p{margin-bottom:0;}
|
.alert-message p{margin-bottom:0;}
|
||||||
.alert-message div{margin-top:5px;margin-bottom:2px;line-height:28px;}
|
.alert-message div{margin-top:5px;margin-bottom:2px;line-height:28px;}
|
||||||
.alert-message .btn{-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);}
|
.alert-message .btn{-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);}
|
||||||
.alert-message .close{float:right;margin-top:-2px;color:#000000;font-size:20px;font-weight:bold;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=20);-khtml-opacity:0.2;-moz-opacity:0.2;opacity:0.2;}.alert-message .close:hover{color:#000000;text-decoration:none;filter:alpha(opacity=40);-khtml-opacity:0.4;-moz-opacity:0.4;opacity:0.4;}
|
.alert-message .close{float:right;margin-top:-2px;color:#000000;font-size:20px;font-weight:bold;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=20);-khtml-opacity:0.2;-moz-opacity:0.2;opacity:0.2;}.alert-message .close:hover{color:#000000;text-decoration:none;filter:alpha(opacity=40);-khtml-opacity:0.4;-moz-opacity:0.4;opacity:0.4;}
|
||||||
.alert-message.block-message{background-image:none;background-color:#fdf5d9;padding:14px;border-color:#fceec1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.alert-message.block-message p{margin-right:30px;}
|
.alert-message.block-message{background-image:none;background-color:#fdf5d9;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);padding:14px;border-color:#fceec1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.alert-message.block-message p{margin-right:30px;}
|
||||||
.alert-message.block-message .alert-actions{margin-top:5px;}
|
.alert-message.block-message .alert-actions{margin-top:5px;}
|
||||||
.alert-message.block-message.error,.alert-message.block-message.success,.alert-message.block-message.info{color:#404040;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
|
.alert-message.block-message.error,.alert-message.block-message.success,.alert-message.block-message.info{color:#404040;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
|
||||||
.alert-message.block-message.error{background-color:#fddfde;border-color:#fbc7c6;}
|
.alert-message.block-message.error{background-color:#fddfde;border-color:#fbc7c6;}
|
||||||
.alert-message.block-message.success{background-color:#d1eed1;border-color:#bfe7bf;}
|
.alert-message.block-message.success{background-color:#d1eed1;border-color:#bfe7bf;}
|
||||||
.alert-message.block-message.info{background-color:#ddf4fb;border-color:#c6edf9;}
|
.alert-message.block-message.info{background-color:#ddf4fb;border-color:#c6edf9;}
|
||||||
.tabs,.pills{margin:0 0 20px;padding:0;zoom:1;margin-bottom:18px;}.tabs:before,.pills:before,.tabs:after,.pills:after{display:table;content:"";}
|
.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);}
|
||||||
.tabs:after,.pills:after{clear:both;}
|
.pagination li{display:inline;}
|
||||||
.tabs li,.pills li{display:inline;}.tabs li a,.pills li a{float:left;width:auto;}
|
.pagination a{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);*border-right-color:#ddd;text-decoration:none;}
|
||||||
.tabs{width:100%;border-bottom:1px solid #bfbfbf;}.tabs li a{margin-bottom:-1px;margin-right:2px;padding:0 15px;line-height:35px;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}.tabs li a:hover{background-color:#e6e6e6;border-bottom:1px solid #bfbfbf;}
|
.pagination a:hover,.pagination .active a{background-color:#c7eefe;}
|
||||||
.tabs li.active a{background-color:#fff;padding:0 14px;border:1px solid #ccc;border-bottom:0;color:#808080;}
|
.pagination .disabled a,.pagination .disabled a:hover{background-color:transparent;color:#bfbfbf;}
|
||||||
.pills li a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #fff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills li a:hover{background:#0050a3;color:#fff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
|
.pagination .next a{border:0;}
|
||||||
.pills li.active a{background:#0069d6;color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);}
|
|
||||||
.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 ul li{display:inline;}.pagination ul li a{float:left;padding:0 14px;line-height:34px;border-right:1px solid;border-right-color:#ddd;border-right-color:rgba(0, 0, 0, 0.15);*border-right-color:#ddd;text-decoration:none;}
|
|
||||||
.pagination ul li a:hover,.pagination ul li.active a{background-color:#c7eefe;}
|
|
||||||
.pagination ul li.disabled a,.pagination ul li.disabled a:hover{background-color:transparent;color:#bfbfbf;}
|
|
||||||
.pagination ul li.next a{border:0;}
|
|
||||||
.well{background-color:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}
|
.well{background-color:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}
|
||||||
|
<<<<<<< HEAD:bootstrap-1.1.1.min.css
|
||||||
.modal-backdrop{background-color:#000;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}.modal-backdrop.fade{opacity:0;}
|
.modal-backdrop{background-color:#000;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}.modal-backdrop.fade{opacity:0;}
|
||||||
.modal-backdrop,.modal-backdrop.fade.in{filter:alpha(opacity=50);-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;}
|
.modal-backdrop,.modal-backdrop.fade.in{filter:alpha(opacity=50);-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;}
|
||||||
.modal{position:fixed;top:50%;left:50%;z-index:2000;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 .modal-header{border-bottom:1px solid #eee;padding:5px 20px;}.modal .modal-header .close{position:absolute;right:10px;top:10px;color:#999;line-height:10px;font-size:18px;}
|
.modal{position:fixed;top:50%;left:50%;z-index:2000;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 .modal-header{border-bottom:1px solid #eee;padding:5px 20px;}.modal .modal-header .close{position:absolute;right:10px;top:10px;color:#999;line-height:10px;font-size:18px;}
|
||||||
@ -233,18 +288,27 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
|
|||||||
.modal .modal-footer{background-color:#f5f5f5;padding:14px 20px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:18px;margin-bottom:0;}.modal .modal-footer:before,.modal .modal-footer:after{display:table;content:"";}
|
.modal .modal-footer{background-color:#f5f5f5;padding:14px 20px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:18px;margin-bottom:0;}.modal .modal-footer:before,.modal .modal-footer:after{display:table;content:"";}
|
||||||
.modal .modal-footer:after{clear:both;}
|
.modal .modal-footer:after{clear:both;}
|
||||||
.modal .modal-footer .btn{float:right;margin-left:10px;}
|
.modal .modal-footer .btn{float:right;margin-left:10px;}
|
||||||
|
=======
|
||||||
|
.modal-backdrop{background-color:rgba(0, 0, 0, 0.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}
|
||||||
|
.modal{position:fixed;top:50%;left:50%;z-index:2000;width:560px;margin:-280px 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-header{border-bottom:1px solid #eee;padding:5px 20px;}.modal-header .close{position:absolute;right:10px;top:10px;color:#999;line-height:10px;font-size:18px;}
|
||||||
|
.modal-body{padding:20px;}
|
||||||
|
.modal-footer{background-color:#f5f5f5;padding:14px 20px 15px;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;zoom:1;margin-bottom:18px;margin-bottom:0;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
|
||||||
|
.modal-footer:after{clear:both;}
|
||||||
|
.modal-footer .btn{float:right;margin-left:10px;}
|
||||||
|
>>>>>>> 2589c0ac4ecc86feed81cfc5df344e0eb78cda64:bootstrap-1.2.0.min.css
|
||||||
.twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
|
.twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
|
||||||
.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
|
.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
|
||||||
.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
|
.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
|
||||||
.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
|
.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
|
||||||
.twipsy .twipsy-inner{padding:3px 8px;background-color:#000;color:white;text-align:center;max-width:200px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
|
.twipsy-inner{padding:3px 8px;background-color:#000;color:white;text-align:center;max-width:200px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
|
||||||
.twipsy .twipsy-arrow{position:absolute;width:0;height:0;}
|
.twipsy-arrow{position:absolute;width:0;height:0;}
|
||||||
.popover{position:absolute;top:0;left:0;z-index:1000;padding:5px;display:none;}.popover.above .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
|
.popover{position:absolute;top:0;left:0;z-index:1000;padding:5px;display:none;}.popover.above .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
|
||||||
.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
|
.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
|
||||||
.popover.below .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
|
.popover.below .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
|
||||||
.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
|
.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
|
||||||
.popover .arrow{position:absolute;width:0;height:0;}
|
.popover .arrow{position:absolute;width:0;height:0;}
|
||||||
.popover .inner{background-color:#333;background-color:rgba(0, 0, 0, 0.8);*background-color:#333;padding:3px;overflow:hidden;width:280px;-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);}
|
.popover .inner{background:#333;background:rgba(0, 0, 0, 0.8);padding:3px;overflow:hidden;width:280px;-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);}
|
||||||
.popover .title{background-color:#f5f5f5;padding:9px 15px;line-height:1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-bottom:1px solid #eee;}
|
.popover .title{background-color:#f5f5f5;padding:9px 15px;line-height:1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-bottom:1px solid #eee;}
|
||||||
.popover .content{background-color:#ffffff;padding:14px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover .content p,.popover .content ul,.popover .content ol{margin-bottom:0;}
|
.popover .content{background-color:#ffffff;padding:14px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover .content p,.popover .content ul,.popover .content ol{margin-bottom:0;}
|
||||||
.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}
|
.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}
|
@ -24,8 +24,7 @@ section > .row {
|
|||||||
background-image: -moz-linear-gradient(#004D9F, #049cd9);
|
background-image: -moz-linear-gradient(#004D9F, #049cd9);
|
||||||
background-image: -o-linear-gradient(top, #004D9F, #049cd9);
|
background-image: -o-linear-gradient(top, #004D9F, #049cd9);
|
||||||
background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
|
||||||
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0); /* IE8 and down */
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0))";
|
|
||||||
}
|
}
|
||||||
#masthead div.inner, #footer div.inner {
|
#masthead div.inner, #footer div.inner {
|
||||||
background: transparent url(../img/grid-18px.png) top center;
|
background: transparent url(../img/grid-18px.png) top center;
|
||||||
@ -200,8 +199,7 @@ div.topbar-wrapper div.topbar {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 0 -20px;
|
margin: 0 -20px;
|
||||||
}
|
}
|
||||||
|
div.topbar-wrapper div.topbar .topbar-inner {
|
||||||
div.topbar-wrapper div.topbar .fill {
|
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
|
@ -5,6 +5,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
prettyPrint();
|
prettyPrint();
|
||||||
|
|
||||||
|
|
||||||
// scroll spy logic
|
// scroll spy logic
|
||||||
// ================
|
// ================
|
||||||
|
|
||||||
@ -19,7 +20,6 @@ $(document).ready(function(){
|
|||||||
return $(id).offset().top;
|
return $(id).offset().top;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
function setButton(id) {
|
function setButton(id) {
|
||||||
nav.parent("li").removeClass('active');
|
nav.parent("li").removeClass('active');
|
||||||
$(nav[$.inArray(id, targets)]).parent("li").addClass('active');
|
$(nav[$.inArray(id, targets)]).parent("li").addClass('active');
|
||||||
@ -48,10 +48,9 @@ $(document).ready(function(){
|
|||||||
// ===============================
|
// ===============================
|
||||||
|
|
||||||
$("body").bind("click", function (e) {
|
$("body").bind("click", function (e) {
|
||||||
$('a.menu').parent("li").removeClass("open");
|
$('.dropdown-toggle, .menu').parent("li").removeClass("open");
|
||||||
});
|
});
|
||||||
|
$(".dropdown-toggle, .menu").click(function (e) {
|
||||||
$("a.menu").click(function (e) {
|
|
||||||
var $li = $(this).parent("li").toggleClass('open');
|
var $li = $(this).parent("li").toggleClass('open');
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="../bootstrap-1.1.1.css" rel="stylesheet">
|
<link href="../bootstrap-1.2.0.css" rel="stylesheet">
|
||||||
<link href="assets/css/docs.css" rel="stylesheet">
|
<link href="assets/css/docs.css" rel="stylesheet">
|
||||||
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
|
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
|
||||||
|
|
||||||
@ -34,10 +34,10 @@
|
|||||||
<!-- Topbar
|
<!-- Topbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
<div class="fill">
|
<div class="topbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3><a href="#">Bootstrap</a></h3>
|
<h3><a href="#">Bootstrap</a></h3>
|
||||||
<ul>
|
<ul class="nav">
|
||||||
<li class="active"><a href="#masthead">Overview</a></li>
|
<li class="active"><a href="#masthead">Overview</a></li>
|
||||||
<li><a href="#about">About</a></li>
|
<li><a href="#about">About</a></li>
|
||||||
<li><a href="#grid-system">Grid</a></li>
|
<li><a href="#grid-system">Grid</a></li>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<h6>Hotlink the CSS</h6>
|
<h6>Hotlink the CSS</h6>
|
||||||
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
||||||
<form>
|
<form>
|
||||||
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.1.min.css"></textarea>
|
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.2.0.min.css"></textarea>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span5 columns">
|
<div class="span5 columns">
|
||||||
@ -210,6 +210,15 @@
|
|||||||
<div class="span4 columns">4</div>
|
<div class="span4 columns">4</div>
|
||||||
<div class="span4 columns">4</div>
|
<div class="span4 columns">4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
<div class="row show-grid" title="Default three column layout">
|
||||||
|
<div class="span-one-third column">1/3</div>
|
||||||
|
<div class="span-one-third column">1/3</div>
|
||||||
|
<div class="span-one-third column">1/3</div>
|
||||||
|
</div><!-- /row -->
|
||||||
|
<div class="row show-grid" title="One-third and two-thirds layout">
|
||||||
|
<div class="span-one-third column">1/3</div>
|
||||||
|
<div class="span-two-thirds column">2/3</div>
|
||||||
|
</div><!-- /row -->
|
||||||
<div class="row show-grid" title="Irregular three column layout">
|
<div class="row show-grid" title="Irregular three column layout">
|
||||||
<div class="span4 columns">4</div>
|
<div class="span4 columns">4</div>
|
||||||
<div class="span6 columns">6</div>
|
<div class="span6 columns">6</div>
|
||||||
@ -231,6 +240,9 @@
|
|||||||
<div class="span4 columns">4</div>
|
<div class="span4 columns">4</div>
|
||||||
<div class="span8 columns offset4">8 offset 4</div>
|
<div class="span8 columns offset4">8 offset 4</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="span-one-third columns offset-two-thirds">1/3 offset 2/3s</div>
|
||||||
|
</div><!-- /row -->
|
||||||
<div class="row show-grid">
|
<div class="row show-grid">
|
||||||
<div class="span4 columns offset4">4 offset 4</div>
|
<div class="span4 columns offset4">4 offset 4</div>
|
||||||
<div class="span4 columns offset4">4 offset 4</div>
|
<div class="span4 columns offset4">4 offset 4</div>
|
||||||
@ -651,9 +663,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
<div class="clearfix error">
|
<div class="clearfix error">
|
||||||
<label for="xlInput">X-Large Input</label>
|
<label for="xlInput2">X-Large Input</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
|
<input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" />
|
||||||
<span class="help-inline">Small snippet of help text</span>
|
<span class="help-inline">Small snippet of help text</span>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
@ -688,7 +700,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<label for="xlInput">File Input</label>
|
<label for="fileInput">File Input</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input class="input-file" id="fileInput" name="fileInput" type="file" />
|
<input class="input-file" id="fileInput" name="fileInput" type="file" />
|
||||||
</div>
|
</div>
|
||||||
@ -758,21 +770,21 @@
|
|||||||
<ul class="inputs-list">
|
<ul class="inputs-list">
|
||||||
<li>
|
<li>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="optionsCheckboxes" value="option1" />
|
<input type="radio" checked name="optionsRadios" value="option1" />
|
||||||
<span>Option one is this and that—be sure to include why it’s great</span>
|
<span>Option one is this and that—be sure to include why it’s great</span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="optionsCheckboxes" value="option2" />
|
<input type="radio" name="optionsRadios" value="option2" />
|
||||||
<span>Option two can also be checked and included in form results</span>
|
<span>Option two can is something else and selecting it will deselect options 1</span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<button type="submit" class="btn primary">Save Changes</button> <button type="reset" class="btn">Cancel</button>
|
<input type="submit" class="btn primary" value="Save Changes"> <button type="reset" class="btn">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
@ -791,9 +803,9 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Example form legend</legend>
|
<legend>Example form legend</legend>
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<label for="xlInput">X-Large Input</label>
|
<label for="xlInput3">X-Large Input</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input class="xlarge" id="xlInput" name="xlInput" size="30" type="text" />
|
<input class="xlarge" id="xlInput3" name="xlInput3" size="30" type="text" />
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
@ -812,9 +824,9 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Example form legend</legend>
|
<legend>Example form legend</legend>
|
||||||
<div class="clearfix error">
|
<div class="clearfix error">
|
||||||
<label for="xlInput">X-Large Input</label>
|
<label for="xlInput4">X-Large Input</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
|
<input class="xlarge error" id="xlInput4" name="xlInput4" size="30" type="text" />
|
||||||
<span class="help-inline">Small snippet of help text</span>
|
<span class="help-inline">Small snippet of help text</span>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /clearfix -->
|
</div><!-- /clearfix -->
|
||||||
@ -858,11 +870,7 @@
|
|||||||
<h3>Example buttons</h3>
|
<h3>Example buttons</h3>
|
||||||
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
|
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
|
||||||
<div class="well" style="padding: 14px 19px;">
|
<div class="well" style="padding: 14px 19px;">
|
||||||
<button class="btn primary">Primary</button>
|
<button class="btn primary">Primary</button> <button class="btn">Default</button> <button class="btn info">Info</button> <button class="btn success">Success</button> <button class="btn danger">Danger</button>
|
||||||
<button class="btn">Default</button>
|
|
||||||
<button class="btn info">Info</button>
|
|
||||||
<button class="btn success">Success</button>
|
|
||||||
<button class="btn danger">Danger</button>
|
|
||||||
</div>
|
</div>
|
||||||
<h3>Alternate sizes</h3>
|
<h3>Alternate sizes</h3>
|
||||||
<p>Fancy larger or smaller buttons? Have at it!</p>
|
<p>Fancy larger or smaller buttons? Have at it!</p>
|
||||||
@ -883,7 +891,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h4>Buttons</h4>
|
<h4>Buttons</h4>
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<button class="btn large primary disabled" disabled>Primary action</button> <button class="btn large" disabled>Action</button>
|
<button class="btn large primary disabled" disabled="disabled">Primary action</button> <button class="btn large" disabled>Action</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
@ -897,26 +905,34 @@
|
|||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Navigation</h1>
|
<h1>Navigation</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Fixed topbar</h2>
|
<h2>Fixed topbar</h2>
|
||||||
<div class="topbar-wrapper" style="z-index: 5;">
|
<div class="topbar-wrapper" style="z-index: 5;">
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
<div class="fill">
|
<div class="topbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3><a href="#">Project Name</a></h3>
|
<h3><a href="#">Project Name</a></h3>
|
||||||
<ul>
|
<ul class="nav">
|
||||||
<li class="active"><a href="#">Home</a></li>
|
<li class="active"><a href="#">Home</a></li>
|
||||||
<li><a href="#">Link</a></li>
|
<li><a href="#">Link</a></li>
|
||||||
<li><a href="#">Link</a></li>
|
<li><a href="#">Link</a></li>
|
||||||
<li><a href="#">Link</a></li>
|
<li><a href="#">Link</a></li>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle">Dropdown</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">Secondary link</a></li>
|
||||||
|
<li><a href="#">Something else here</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="#">Another link</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form action="">
|
<form action="">
|
||||||
<input type="text" placeholder="Search" />
|
<input type="text" placeholder="Search" />
|
||||||
</form>
|
</form>
|
||||||
<ul class="nav secondary-nav">
|
<ul class="nav secondary-nav">
|
||||||
<li class="menu">
|
<li class="dropdown">
|
||||||
<a href="#" class="menu">Dropdown</a>
|
<a href="#" class="dropdown-toggle">Dropdown</a>
|
||||||
<ul class="menu-dropdown">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#">Secondary link</a></li>
|
<li><a href="#">Secondary link</a></li>
|
||||||
<li><a href="#">Something else here</a></li>
|
<li><a href="#">Something else here</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
@ -925,7 +941,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /fill -->
|
</div><!-- /topbar-inner -->
|
||||||
</div><!-- /topbar -->
|
</div><!-- /topbar -->
|
||||||
</div><!-- /topbar-wrapper -->
|
</div><!-- /topbar-wrapper -->
|
||||||
|
|
||||||
@ -960,6 +976,15 @@
|
|||||||
<li><a href="#">Messages</a></li>
|
<li><a href="#">Messages</a></li>
|
||||||
<li><a href="#">Settings</a></li>
|
<li><a href="#">Settings</a></li>
|
||||||
<li><a href="#">Contact</a></li>
|
<li><a href="#">Contact</a></li>
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle">Dropdown</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">Secondary link</a></li>
|
||||||
|
<li><a href="#">Something else here</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="#">Another link</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<ul class="tabs">
|
<ul class="tabs">
|
||||||
@ -1073,7 +1098,7 @@
|
|||||||
<div class="span12 columns">
|
<div class="span12 columns">
|
||||||
<div class="alert-message warning">
|
<div class="alert-message warning">
|
||||||
<a class="close" href="#">×</a>
|
<a class="close" href="#">×</a>
|
||||||
<p><strong>Holy gaucamole!</strong> Best check yo self, you’re not looking too good.</p>
|
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-message error">
|
<div class="alert-message error">
|
||||||
<a class="close" href="#">×</a>
|
<a class="close" href="#">×</a>
|
||||||
@ -1099,7 +1124,7 @@
|
|||||||
<div class="span12 columns">
|
<div class="span12 columns">
|
||||||
<div class="alert-message block-message warning">
|
<div class="alert-message block-message warning">
|
||||||
<a class="close" href="#">×</a>
|
<a class="close" href="#">×</a>
|
||||||
<p><strong>Holy gaucamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
|
<p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
|
||||||
<div class="alert-actions">
|
<div class="alert-actions">
|
||||||
<a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
|
<a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="../bootstrap-1.1.1.css" rel="stylesheet">
|
<link href="../bootstrap-1.2.0.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Le fav and touch icons -->
|
<!-- Le fav and touch icons -->
|
||||||
<link rel="shortcut icon" href="images/favicon.ico">
|
<link rel="shortcut icon" href="images/favicon.ico">
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<div class="fill">
|
<div class="fill">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3><a href="#">Project name</a></h3>
|
<h3><a href="#">Project name</a></h3>
|
||||||
<ul>
|
<ul class="nav">
|
||||||
<li class="active"><a href="#">Home</a></li>
|
<li class="active"><a href="#">Home</a></li>
|
||||||
<li><a href="#about">About</a></li>
|
<li><a href="#about">About</a></li>
|
||||||
<li><a href="#contact">Contact</a></li>
|
<li><a href="#contact">Contact</a></li>
|
||||||
|
57
lib/adaptive.less
Normal file
57
lib/adaptive.less
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
/* Responsive.less
|
||||||
|
* Adjusted grid styles to handle some common screen sizes
|
||||||
|
* ------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
|
// MOBILE PORTRAIT & LANDSCAPE
|
||||||
|
// ---------------------------
|
||||||
|
// For devices narrower than 480px
|
||||||
|
@media only screen and (max-width: 480px) {
|
||||||
|
|
||||||
|
// Remove fixed width of containers
|
||||||
|
.container {
|
||||||
|
width: auto;
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Undo the floating of columns
|
||||||
|
.row {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
.row [class^="span"] {
|
||||||
|
float: none;
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Stack form elements instead of floating them
|
||||||
|
fieldset legend {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
label {
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
div.input {
|
||||||
|
margin-left: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.input-xxlarge,
|
||||||
|
input.xxlarge,
|
||||||
|
textarea.xxlarge,
|
||||||
|
select.xxlarge {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adjust modal
|
||||||
|
.modal-backdrop {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
.modal {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
|
}
|
2
lib/bootstrap.less
vendored
2
lib/bootstrap.less
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Bootstrap v1.1.1
|
* Bootstrap v1.2.0
|
||||||
*
|
*
|
||||||
* Copyright 2011 Twitter, Inc
|
* Copyright 2011 Twitter, Inc
|
||||||
* Licensed under the Apache License v2.0
|
* Licensed under the Apache License v2.0
|
||||||
|
@ -61,29 +61,58 @@ input[type=radio] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Inputs, Textareas, Selects
|
// Inputs, Textareas, Selects
|
||||||
input[type=text],
|
input,
|
||||||
input[type=password],
|
|
||||||
textarea,
|
textarea,
|
||||||
select,
|
select,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 210px;
|
width: 210px;
|
||||||
|
height: @baseline;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: @baseline;
|
line-height: @baseline;
|
||||||
height: @baseline;
|
|
||||||
color: @gray;
|
color: @gray;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* mini reset for non-html5 file types */
|
||||||
|
input[type=checkbox],
|
||||||
|
input[type=radio] {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
padding: 0;
|
||||||
|
margin: 3px 0;
|
||||||
|
*margin-top: 0; /* IE6-7 */
|
||||||
|
line-height: normal;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=file] {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: initial;
|
||||||
|
border: initial;
|
||||||
|
line-height: initial;
|
||||||
|
.box-shadow(none);
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=button],
|
||||||
|
input[type=reset],
|
||||||
|
input[type=submit] {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
height: @baseline * 1.5;
|
height: @baseline * 1.5;
|
||||||
line-height: @baseline * 1.5;
|
line-height: @baseline * 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
display: block;
|
display: block;
|
||||||
@ -100,15 +129,13 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Focus states
|
// Focus states
|
||||||
input[type=text],
|
input,
|
||||||
input[type=password],
|
|
||||||
select, textarea {
|
select, textarea {
|
||||||
@transition: border linear .2s, box-shadow linear .2s;
|
@transition: border linear .2s, box-shadow linear .2s;
|
||||||
.transition(@transition);
|
.transition(@transition);
|
||||||
.box-shadow(inset 0 1px 3px rgba(0,0,0,.1));
|
.box-shadow(inset 0 1px 3px rgba(0,0,0,.1));
|
||||||
}
|
}
|
||||||
input[type=text]:focus,
|
input:focus,
|
||||||
input[type=password]:focus,
|
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: rgba(82,168,236,.8);
|
border-color: rgba(82,168,236,.8);
|
||||||
@ -128,8 +155,7 @@ form div.error {
|
|||||||
span.help-block {
|
span.help-block {
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
input[type=text],
|
input,
|
||||||
input[type=password],
|
|
||||||
textarea {
|
textarea {
|
||||||
border-color: @error-text;
|
border-color: @error-text;
|
||||||
.box-shadow(0 0 3px rgba(171,41,32,.25));
|
.box-shadow(0 0 3px rgba(171,41,32,.25));
|
||||||
@ -221,7 +247,7 @@ input.disabled {
|
|||||||
// Inline Fields (input fields that appear as inline objects
|
// Inline Fields (input fields that appear as inline objects
|
||||||
.inline-inputs {
|
.inline-inputs {
|
||||||
color: @gray;
|
color: @gray;
|
||||||
span, input[type=text] {
|
span, input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
input.mini {
|
input.mini {
|
||||||
@ -238,8 +264,7 @@ input.disabled {
|
|||||||
// 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 {
|
||||||
input[type=text],
|
input {
|
||||||
input[type=password] {
|
|
||||||
.border-radius(0 3px 3px 0);
|
.border-radius(0 3px 3px 0);
|
||||||
}
|
}
|
||||||
.add-on {
|
.add-on {
|
||||||
@ -270,8 +295,7 @@ input.disabled {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.input-append {
|
.input-append {
|
||||||
input[type=text],
|
input {
|
||||||
input[type=password] {
|
|
||||||
float: left;
|
float: left;
|
||||||
.border-radius(3px 0 0 3px);
|
.border-radius(3px 0 0 3px);
|
||||||
}
|
}
|
||||||
|
@ -16,14 +16,6 @@
|
|||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
|
|
||||||
.fill {
|
|
||||||
background:#222;
|
|
||||||
#gradient > .vertical(#333, #222);
|
|
||||||
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
|
||||||
.box-shadow(@shadow);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Links get text shadow
|
// Links get text shadow
|
||||||
a {
|
a {
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
@ -32,7 +24,7 @@
|
|||||||
|
|
||||||
// Hover and active states
|
// Hover and active states
|
||||||
a:hover,
|
a:hover,
|
||||||
ul li.active a {
|
ul .active a {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
background-color: rgba(255,255,255,.05);
|
background-color: rgba(255,255,255,.05);
|
||||||
color: @white;
|
color: @white;
|
||||||
@ -60,11 +52,11 @@
|
|||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
.opacity(100);
|
.opacity(100);
|
||||||
|
}
|
||||||
input {
|
input {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
background-color: rgba(255,255,255,.3);
|
background-color: rgba(255,255,255,.3);
|
||||||
#font > .sans-serif(13px, normal, 1);
|
#font > .sans-serif(13px, normal, 1);
|
||||||
width: 220px;
|
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
color: rgba(255,255,255,.75);
|
color: rgba(255,255,255,.75);
|
||||||
@ -101,21 +93,34 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Navigation
|
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
|
||||||
ul {
|
// For backwards compatability, include .topbar .fill
|
||||||
|
.topbar-inner,
|
||||||
|
.topbar .fill {
|
||||||
|
background-color: #222;
|
||||||
|
#gradient > .vertical(#333, #222);
|
||||||
|
@shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
|
||||||
|
.box-shadow(@shadow);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// NAVIGATION
|
||||||
|
// ----------
|
||||||
|
|
||||||
|
// Topbar Nav
|
||||||
|
// ul.nav for all topbar based navigation to avoid inheritance issues and over-specificity
|
||||||
|
// For backwards compatibility, leave in .topbar div > ul
|
||||||
|
.topbar div > ul,
|
||||||
|
.nav {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
&.secondary-nav {
|
left: 0;
|
||||||
float: right;
|
> li {
|
||||||
margin-left: 10px;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 13px;
|
}
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
@ -127,25 +132,78 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.active a {
|
.active a {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
background-color: rgba(0,0,0,.5);
|
background-color: rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Dropdowns
|
// Secondary (floated right) nav in topbar
|
||||||
&.primary-nav li ul {
|
&.secondary-nav {
|
||||||
left: 0;
|
float: right;
|
||||||
}
|
margin-left: 10px;
|
||||||
&.secondary-nav li ul {
|
margin-right: 0;
|
||||||
|
// backwards compatibility
|
||||||
|
.menu-dropdown,
|
||||||
|
.dropdown-menu {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
li.menu {
|
}
|
||||||
|
// Dropdowns within the .nav
|
||||||
|
// a.menu:hover and li.open .menu for backwards compatibility
|
||||||
|
a.menu:hover,
|
||||||
|
li.open .menu,
|
||||||
|
.dropdown-toggle:hover,
|
||||||
|
.dropdown.open .dropdown-toggle {
|
||||||
|
background: #444;
|
||||||
|
background: rgba(255,255,255,.05);
|
||||||
|
}
|
||||||
|
// .menu-dropdown for backwards compatibility
|
||||||
|
.menu-dropdown,
|
||||||
|
.dropdown-menu {
|
||||||
|
background-color: #333;
|
||||||
|
// a.menu for backwards compatibility
|
||||||
|
a.menu,
|
||||||
|
.dropdown-toggle {
|
||||||
|
color: #fff;
|
||||||
|
&.open {
|
||||||
|
background: #444;
|
||||||
|
background: rgba(255,255,255,.05);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
li a {
|
||||||
|
color: #999;
|
||||||
|
text-shadow: 0 1px 0 rgba(0,0,0,.5);
|
||||||
|
&:hover {
|
||||||
|
#gradient > .vertical(#292929,#191919);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.divider {
|
||||||
|
background-color: #222;
|
||||||
|
border-color: #444;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// For backwards compatability with new dropdowns, redeclare dropdown link padding
|
||||||
|
.topbar ul .menu-dropdown li a,
|
||||||
|
.topbar ul .dropdown-menu li a {
|
||||||
|
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
|
||||||
|
// li.menu for backwards compatibility
|
||||||
|
li.menu,
|
||||||
|
.dropdown {
|
||||||
position: relative;
|
position: relative;
|
||||||
a.menu {
|
}
|
||||||
&:after {
|
// The link that is clicked to toggle the dropdown
|
||||||
width: 0px;
|
// a.menu for backwards compatibility
|
||||||
height: 0px;
|
a.menu:after,
|
||||||
|
.dropdown-toggle:after {
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: "↓";
|
content: "↓";
|
||||||
text-indent: -99999px;
|
text-indent: -99999px;
|
||||||
@ -157,94 +215,167 @@
|
|||||||
border-top: 4px solid #fff;
|
border-top: 4px solid #fff;
|
||||||
.opacity(50);
|
.opacity(50);
|
||||||
}
|
}
|
||||||
}
|
// The dropdown menu (ul)
|
||||||
&.open {
|
// .menu-dropdown for backwards compatibility
|
||||||
a.menu,
|
.menu-dropdown,
|
||||||
a:hover {
|
.dropdown-menu {
|
||||||
background-color: #444;
|
background-color: #fff;
|
||||||
background-color: rgba(255,255,255,.1);
|
|
||||||
*background-color: #444; /* IE6-7 */
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
display: block;
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
background-color: transparent;
|
|
||||||
font-weight: normal;
|
|
||||||
&:hover {
|
|
||||||
background-color: rgba(255,255,255,.1);
|
|
||||||
*background-color: #444; /* IE6-7 */
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.active a {
|
|
||||||
background-color: rgba(255,255,255,.1);
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li ul {
|
|
||||||
background-color: #333;
|
|
||||||
float: left;
|
float: left;
|
||||||
display: none;
|
display: none; // None by default, but block on "open" of the menu
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
_width: 160px;
|
_width: 160px;
|
||||||
margin-left: 0;
|
margin-left: 0; // override default ul styles
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 0;
|
padding: 6px 0;
|
||||||
text-align: left;
|
zoom: 1; // do we need this?
|
||||||
border: 0;
|
border-color: #999;
|
||||||
zoom: 1;
|
border-color: rgba(0,0,0,.2);
|
||||||
.border-radius(0 0 5px 5px);
|
border-style: solid;
|
||||||
.box-shadow(0 1px 2px rgba(0,0,0,0.6));
|
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);
|
||||||
|
|
||||||
|
// Unfloat any li's to make them stack
|
||||||
li {
|
li {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both;
|
|
||||||
display: block;
|
display: block;
|
||||||
background: none;
|
background-color: none;
|
||||||
font-size: 12px;
|
}
|
||||||
|
// Dividers (basically an hr) within the dropdown
|
||||||
|
.divider {
|
||||||
|
height: 1px;
|
||||||
|
margin: 5px 0;
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: #eee;
|
||||||
|
border-bottom: 1px solid #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar .dropdown-menu, .dropdown-menu {
|
||||||
|
// Links within the dropdown menu
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 6px 15px;
|
padding: 4px 15px;
|
||||||
clear: both;
|
clear: both;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 19px;
|
line-height: 18px;
|
||||||
color: #bbb;
|
|
||||||
&:hover {
|
|
||||||
background-color: #333;
|
|
||||||
background-color: rgba(255,255,255,.25);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Dividers (basically an hr)
|
|
||||||
&.divider {
|
|
||||||
height: 1px;
|
|
||||||
overflow: hidden;
|
|
||||||
background: #222;
|
|
||||||
background: rgba(0,0,0,.2);
|
|
||||||
border-bottom: 1px solid rgba(255,255,255,.1);
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Section separaters
|
|
||||||
span {
|
|
||||||
clear: both;
|
|
||||||
display: block;
|
|
||||||
background: rgba(0,0,0,.2);
|
|
||||||
padding: 6px 15px;
|
|
||||||
cursor: default;
|
|
||||||
color: @gray;
|
color: @gray;
|
||||||
border-top: 1px solid rgba(0,0,0,.2);
|
text-shadow: 0 1px 0 #fff;
|
||||||
|
// Hover state
|
||||||
|
&:hover {
|
||||||
|
#gradient > .vertical(#eeeeee, #dddddd);
|
||||||
|
color: @grayDark;
|
||||||
|
text-decoration: none;
|
||||||
|
@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
|
||||||
|
// .open for backwards compatibility
|
||||||
|
.open,
|
||||||
|
.dropdown.open {
|
||||||
|
// .menu for backwards compatibility
|
||||||
|
.menu,
|
||||||
|
.dropdown-toggle {
|
||||||
|
color: #fff;
|
||||||
|
background: #ccc;
|
||||||
|
background: rgba(0,0,0,.3);
|
||||||
|
}
|
||||||
|
// .menu-dropdown for backwards compatibility
|
||||||
|
.menu-dropdown,
|
||||||
|
.dropdown-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Tabs and Pills
|
||||||
|
.tabs,
|
||||||
|
.pills {
|
||||||
|
margin: 0 0 20px;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
.clearfix();
|
||||||
|
> li {
|
||||||
|
float: left;
|
||||||
|
> a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Basic Tabs
|
||||||
|
.tabs {
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
> li {
|
||||||
|
position: relative; // For the dropdowns mostly
|
||||||
|
top: 1px;
|
||||||
|
> a {
|
||||||
|
margin-right: 2px;
|
||||||
|
padding: 0 15px;
|
||||||
|
line-height: (@baseline * 2) - 1;
|
||||||
|
.border-radius(4px 4px 0 0);
|
||||||
|
&:hover {
|
||||||
|
background-color: #eee;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.active > a {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 0 14px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
border-bottom: 0;
|
||||||
|
color: @gray;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// first one for backwards compatibility
|
||||||
|
.menu-dropdown,
|
||||||
|
.dropdown-menu {
|
||||||
|
top: 35px;
|
||||||
|
border-width: 1px;
|
||||||
|
.border-radius(0 6px 6px 6px);
|
||||||
|
}
|
||||||
|
// first one for backwards compatibility
|
||||||
|
a.menu:after,
|
||||||
|
.dropdown-toggle:after {
|
||||||
|
border-top-color: #999;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
// first one for backwards compatibility
|
||||||
|
li.open a.menu:after,
|
||||||
|
.dropdown.open .dropdown-toggle:after {
|
||||||
|
border-top-color: #555;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Basic pill nav
|
||||||
|
.pills {
|
||||||
|
a {
|
||||||
|
margin: 5px 3px 5px 0;
|
||||||
|
padding: 0 15px;
|
||||||
|
text-shadow: 0 1px 1px #fff;
|
||||||
|
line-height: 30px;
|
||||||
|
.border-radius(15px);
|
||||||
|
&:hover {
|
||||||
|
background: @linkColorHover;
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
text-shadow: 0 1px 1px rgba(0,0,0,.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.active a {
|
||||||
|
background: @linkColor;
|
||||||
|
color: #fff;
|
||||||
|
text-shadow: 0 1px 1px rgba(0,0,0,.25);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -276,6 +407,7 @@ footer {
|
|||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// PAGE HEADERS
|
// PAGE HEADERS
|
||||||
// ------------
|
// ------------
|
||||||
|
|
||||||
@ -288,6 +420,7 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// BUTTON STYLES
|
// BUTTON STYLES
|
||||||
// -------------
|
// -------------
|
||||||
|
|
||||||
@ -296,7 +429,7 @@ footer {
|
|||||||
// Button Base
|
// Button Base
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
#gradient > .vertical-three-colors(#fff, #fff, 0.25, darken(#fff, 10%));
|
#gradient > .vertical-three-colors(#ffffff, #ffffff, 25%, darken(#ffffff, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
|
||||||
padding: 5px 14px 6px;
|
padding: 5px 14px 6px;
|
||||||
text-shadow: 0 1px 1px rgba(255,255,255,.75);
|
text-shadow: 0 1px 1px rgba(255,255,255,.75);
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -324,23 +457,25 @@ footer {
|
|||||||
.transition(.1s linear all);
|
.transition(.1s linear all);
|
||||||
|
|
||||||
// Active and Disabled states
|
// Active and Disabled states
|
||||||
|
&:active {
|
||||||
|
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
|
||||||
|
.box-shadow(@shadow);
|
||||||
|
}
|
||||||
&.disabled {
|
&.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
.reset-filter();
|
||||||
.opacity(65);
|
.opacity(65);
|
||||||
|
.box-shadow(none);
|
||||||
}
|
}
|
||||||
|
&[disabled] {
|
||||||
&:disabled {
|
|
||||||
// disabled pseudo can't be included with .disabled
|
// disabled pseudo can't be included with .disabled
|
||||||
// def because IE8 and below will drop it ;_;
|
// def because IE8 and below will drop it ;_;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
.reset-filter();
|
||||||
.opacity(65);
|
.opacity(65);
|
||||||
}
|
.box-shadow(none);
|
||||||
|
|
||||||
&:active {
|
|
||||||
@shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
|
|
||||||
.box-shadow(@shadow);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Button Sizes
|
// Button Sizes
|
||||||
@ -350,12 +485,15 @@ footer {
|
|||||||
padding: 9px 14px 9px;
|
padding: 9px 14px 9px;
|
||||||
.border-radius(6px);
|
.border-radius(6px);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
padding: 7px 9px 7px;
|
padding: 7px 9px 7px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
// Super jank hack for removing border-radius from IE9 so we can keep filter gradients on alerts and buttons
|
||||||
|
:root .alert-message,
|
||||||
|
:root .btn {
|
||||||
|
border-radius: 0 \0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Help Firefox not be a jerk about adding extra padding to buttons
|
// Help Firefox not be a jerk about adding extra padding to buttons
|
||||||
@ -368,7 +506,6 @@ input[type=submit].btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ERROR STYLES
|
// ERROR STYLES
|
||||||
// ------------
|
// ------------
|
||||||
|
|
||||||
@ -418,6 +555,7 @@ input[type=submit].btn {
|
|||||||
&.block-message {
|
&.block-message {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: lighten(#fceec1, 5%);
|
background-color: lighten(#fceec1, 5%);
|
||||||
|
.reset-filter();
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
border-color: #fceec1;
|
border-color: #fceec1;
|
||||||
.box-shadow(none);
|
.box-shadow(none);
|
||||||
@ -448,74 +586,6 @@ input[type=submit].btn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NAVIGATION
|
|
||||||
// ----------
|
|
||||||
|
|
||||||
// Common tab and pill styles
|
|
||||||
.tabs,
|
|
||||||
.pills {
|
|
||||||
margin: 0 0 20px;
|
|
||||||
padding: 0;
|
|
||||||
.clearfix();
|
|
||||||
li {
|
|
||||||
display: inline;
|
|
||||||
a {
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Basic Tabs
|
|
||||||
.tabs {
|
|
||||||
width: 100%;
|
|
||||||
border-bottom: 1px solid @grayLight;
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
margin-bottom: -1px;
|
|
||||||
margin-right: 2px;
|
|
||||||
padding: 0 15px;
|
|
||||||
line-height: (@baseline * 2) - 1;
|
|
||||||
.border-radius(3px 3px 0 0);
|
|
||||||
&:hover {
|
|
||||||
background-color: @grayLighter;
|
|
||||||
border-bottom: 1px solid @grayLight;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.active a {
|
|
||||||
background-color: #fff;
|
|
||||||
padding: 0 14px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-bottom: 0;
|
|
||||||
color: @gray;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Basic pill nav
|
|
||||||
.pills {
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
margin: 5px 3px 5px 0;
|
|
||||||
padding: 0 15px;
|
|
||||||
text-shadow: 0 1px 1px #fff;
|
|
||||||
line-height: 30px;
|
|
||||||
.border-radius(15px);
|
|
||||||
&:hover {
|
|
||||||
background: @linkColorHover;
|
|
||||||
color: #fff;
|
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 1px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.active a {
|
|
||||||
background: @linkColor;
|
|
||||||
color: #fff;
|
|
||||||
text-shadow: 0 1px 1px rgba(0,0,0,.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// PAGINATION
|
// PAGINATION
|
||||||
// ----------
|
// ----------
|
||||||
@ -530,8 +600,10 @@ input[type=submit].btn {
|
|||||||
border: 1px solid rgba(0,0,0,.15);
|
border: 1px solid rgba(0,0,0,.15);
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
.box-shadow(0 1px 2px rgba(0,0,0,.05));
|
.box-shadow(0 1px 2px rgba(0,0,0,.05));
|
||||||
|
}
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
@ -543,20 +615,18 @@ input[type=submit].btn {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
&.active a {
|
.active a {
|
||||||
background-color: lighten(@blue, 45%);
|
background-color: lighten(@blue, 45%);
|
||||||
}
|
}
|
||||||
&.disabled a,
|
.disabled a,
|
||||||
&.disabled a:hover {
|
.disabled a:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
}
|
}
|
||||||
&.next a {
|
.next a {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// WELLS
|
// WELLS
|
||||||
@ -608,6 +678,7 @@ input[type=submit].btn {
|
|||||||
.border-radius(6px);
|
.border-radius(6px);
|
||||||
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
|
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
|
||||||
.background-clip(padding-box);
|
.background-clip(padding-box);
|
||||||
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
@ -636,7 +707,6 @@ input[type=submit].btn {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// POPOVER ARROWS
|
// POPOVER ARROWS
|
||||||
@ -692,6 +762,7 @@ input[type=submit].btn {
|
|||||||
&.left .twipsy-arrow { #popoverArrow > .left(); }
|
&.left .twipsy-arrow { #popoverArrow > .left(); }
|
||||||
&.below .twipsy-arrow { #popoverArrow > .below(); }
|
&.below .twipsy-arrow { #popoverArrow > .below(); }
|
||||||
&.right .twipsy-arrow { #popoverArrow > .right(); }
|
&.right .twipsy-arrow { #popoverArrow > .right(); }
|
||||||
|
}
|
||||||
.twipsy-inner {
|
.twipsy-inner {
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
@ -706,7 +777,6 @@ input[type=submit].btn {
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// POPOVERS
|
// POPOVERS
|
||||||
@ -729,9 +799,8 @@ input[type=submit].btn {
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
.inner {
|
.inner {
|
||||||
background-color: #333;
|
background: #333;
|
||||||
background-color: rgba(0,0,0,.8);
|
background: rgba(0,0,0,.8);
|
||||||
*background-color: #333; /* IE 6-7 */
|
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
@gridColumns: 16;
|
@gridColumns: 16;
|
||||||
@gridColumnWidth: 40px;
|
@gridColumnWidth: 40px;
|
||||||
@gridGutterWidth: 20px;
|
@gridGutterWidth: 20px;
|
||||||
@extraSpace: 40px;
|
@extraSpace: (@gridGutterWidth * 2); // For our grid calculations
|
||||||
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
||||||
|
|
||||||
// Color Scheme
|
// Color Scheme
|
||||||
@ -231,6 +231,7 @@
|
|||||||
background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+
|
background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+
|
||||||
background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10
|
background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10
|
||||||
background-image: linear-gradient(left, @startColor, @endColor); // Le standard
|
background-image: linear-gradient(left, @startColor, @endColor); // Le standard
|
||||||
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); // IE9 and down
|
||||||
}
|
}
|
||||||
.vertical (@startColor: #555, @endColor: #333) {
|
.vertical (@startColor: #555, @endColor: #333) {
|
||||||
background-color: @endColor;
|
background-color: @endColor;
|
||||||
@ -242,6 +243,7 @@
|
|||||||
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
|
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
|
||||||
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
|
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
|
||||||
background-image: linear-gradient(top, @startColor, @endColor); // The standard
|
background-image: linear-gradient(top, @startColor, @endColor); // The standard
|
||||||
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down
|
||||||
}
|
}
|
||||||
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {
|
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {
|
||||||
background-color: @endColor;
|
background-color: @endColor;
|
||||||
@ -257,13 +259,19 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
|
||||||
background-image: -webkit-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
background-image: -webkit-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||||
background-image: -moz-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
background-image: -moz-linear-gradient(top, @startColor, @midColor @colorStop, @endColor);
|
||||||
background-image: -ms-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
background-image: -ms-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||||
background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||||
background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||||
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down, gets no color-stop at all for proper fallback
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reset filters for IE
|
||||||
|
.reset-filter() {
|
||||||
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
|
||||||
|
}
|
||||||
|
|
||||||
// Opacity
|
// Opacity
|
||||||
.opacity(@opacity: 100) {
|
.opacity(@opacity: 100) {
|
||||||
filter: e(%("alpha(opacity=%d)", @opacity));
|
filter: e(%("alpha(opacity=%d)", @opacity));
|
||||||
|
@ -134,13 +134,3 @@ textarea {
|
|||||||
overflow: auto; // Remove vertical scrollbar in IE6-9
|
overflow: auto; // Remove vertical scrollbar in IE6-9
|
||||||
vertical-align: top; // Readability and alignment cross-browser
|
vertical-align: top; // Readability and alignment cross-browser
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tables
|
|
||||||
// -------------------------
|
|
||||||
// Source: http://github.com/necolas/normalize.css
|
|
||||||
|
|
||||||
// Remove spacing between table cells
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
@ -9,28 +9,14 @@
|
|||||||
|
|
||||||
.row {
|
.row {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
margin-left: -20px;
|
margin-left: -1 * @gridGutterWidth;
|
||||||
|
|
||||||
// Default columns
|
// Find all .span# classes within .row and give them the necessary properties for grid columns (supported by all browsers back to IE7)
|
||||||
.span1,
|
// Credit to @dhg for the idea
|
||||||
.span2,
|
[class^="span"] {
|
||||||
.span3,
|
|
||||||
.span4,
|
|
||||||
.span5,
|
|
||||||
.span6,
|
|
||||||
.span7,
|
|
||||||
.span8,
|
|
||||||
.span9,
|
|
||||||
.span10,
|
|
||||||
.span11,
|
|
||||||
.span12,
|
|
||||||
.span13,
|
|
||||||
.span14,
|
|
||||||
.span15,
|
|
||||||
.span16 {
|
|
||||||
display: inline;
|
display: inline;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: @gridGutterWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default columns
|
// Default columns
|
||||||
@ -64,6 +50,12 @@
|
|||||||
.offset10 { .offset(10); }
|
.offset10 { .offset(10); }
|
||||||
.offset11 { .offset(11); }
|
.offset11 { .offset(11); }
|
||||||
.offset12 { .offset(12); }
|
.offset12 { .offset(12); }
|
||||||
|
|
||||||
|
// Unique column sizes for 16-column grid
|
||||||
|
.span-one-third { width: 300px; }
|
||||||
|
.span-two-thirds { width: 620px; }
|
||||||
|
.offset-one-third { margin-left: 340px; }
|
||||||
|
.offset-two-thirds { margin-left: 660px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -77,7 +69,6 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
#font > .sans-serif(normal,@basefont,@baseline);
|
#font > .sans-serif(normal,@basefont,@baseline);
|
||||||
color: @gray;
|
color: @gray;
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Container (centered, fixed-width layouts)
|
// Container (centered, fixed-width layouts)
|
||||||
@ -90,11 +81,12 @@ body {
|
|||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
.sidebar {
|
> .sidebar {
|
||||||
float: left;
|
float: left;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
.content {
|
// TODO in v2: rename this and .popover .content to be more specific
|
||||||
|
> .content {
|
||||||
min-width: 700px;
|
min-width: 700px;
|
||||||
max-width: 1180px;
|
max-width: 1180px;
|
||||||
margin-left: 240px;
|
margin-left: 240px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user