Skip to content

Instantly share code, notes, and snippets.

@poconbhui
Last active December 12, 2015 03:59
Show Gist options
  • Save poconbhui/4711441 to your computer and use it in GitHub Desktop.
Save poconbhui/4711441 to your computer and use it in GitHub Desktop.
Nationstates Responsive CSS
<!DOCTYPE html>
<html>
<head>
...
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="responsive.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
...
<div class="row-fluid">
<div class="span2">
<div id="panel"> ... </div>
</div>
<div class="span9">
<div id="main"> ... </div>
</div>
</div>
<div id="foot"> ... </div>
</body>
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #ffffff;
}
a {
color: #0088cc;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.row {
margin-left: -20px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1190px;
}
.span11 {
width: 1190px;
}
.span10 {
width: 1080px;
}
.span9 {
width: 970px;
}
.span8 {
width: 860px;
}
.span7 {
width: 750px;
}
.span6 {
width: 640px;
}
.span5 {
width: 530px;
}
.span4 {
width: 420px;
}
.span3 {
width: 310px;
}
.span2 {
width: 200px;
}
.span1 {
width: 90px;
}
.offset11 {
margin-left: 1230px;
}
.offset10 {
margin-left: 1120px;
}
.offset9 {
margin-left: 1010px;
}
.offset8 {
margin-left: 900px;
}
.offset7 {
margin-left: 790px;
}
.offset6 {
margin-left: 680px;
}
.offset5 {
margin-left: 570px;
}
.offset4 {
margin-left: 460px;
}
.offset3 {
margin-left: 350px;
}
.offset2 {
margin-left: 240px;
}
.offset1 {
margin-left: 130px;
}
.row {
margin-left: -20px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1190px;
}
.span11 {
width: 1190px;
}
.span10 {
width: 1080px;
}
.span9 {
width: 970px;
}
.span8 {
width: 860px;
}
.span7 {
width: 750px;
}
.span6 {
width: 640px;
}
.span5 {
width: 530px;
}
.span4 {
width: 420px;
}
.span3 {
width: 310px;
}
.span2 {
width: 200px;
}
.span1 {
width: 90px;
}
.offset11 {
margin-left: 1230px;
}
.offset10 {
margin-left: 1120px;
}
.offset9 {
margin-left: 1010px;
}
.offset8 {
margin-left: 900px;
}
.offset7 {
margin-left: 790px;
}
.offset6 {
margin-left: 680px;
}
.offset5 {
margin-left: 570px;
}
.offset4 {
margin-left: 460px;
}
.offset3 {
margin-left: 350px;
}
.offset2 {
margin-left: 240px;
}
.offset1 {
margin-left: 130px;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1.680672268907563%;
*margin-left: 1.638655462184874%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 1.680672268907563%;
}
.row-fluid .span11 {
width: 100%;
*width: 99.95798319327731%;
}
.row-fluid .span10 {
width: 90.75630252100841%;
*width: 90.71428571428572%;
}
.row-fluid .span9 {
width: 81.5126050420168%;
*width: 81.47058823529412%;
}
.row-fluid .span8 {
width: 72.26890756302521%;
*width: 72.22689075630252%;
}
.row-fluid .span7 {
width: 63.02521008403361%;
*width: 62.98319327731092%;
}
.row-fluid .span6 {
width: 53.78151260504201%;
*width: 53.73949579831932%;
}
.row-fluid .span5 {
width: 44.53781512605042%;
*width: 44.495798319327726%;
}
.row-fluid .span4 {
width: 35.294117647058826%;
*width: 35.252100840336134%;
}
.row-fluid .span3 {
width: 26.050420168067223%;
*width: 26.008403361344534%;
}
.row-fluid .span2 {
width: 16.80672268907563%;
*width: 16.764705882352942%;
}
.row-fluid .span1 {
width: 7.563025210084033%;
*width: 7.5210084033613445%;
}
.row-fluid .offset11 {
margin-left: 103.36134453781513%;
*margin-left: 103.27731092436976%;
}
.row-fluid .offset11:first-child {
margin-left: 101.68067226890756%;
*margin-left: 101.59663865546219%;
}
.row-fluid .offset10 {
margin-left: 94.11764705882354%;
*margin-left: 94.03361344537817%;
}
.row-fluid .offset10:first-child {
margin-left: 92.43697478991596%;
*margin-left: 92.3529411764706%;
}
.row-fluid .offset9 {
margin-left: 84.87394957983193%;
*margin-left: 84.78991596638656%;
}
.row-fluid .offset9:first-child {
margin-left: 83.19327731092436%;
*margin-left: 83.10924369747899%;
}
.row-fluid .offset8 {
margin-left: 75.63025210084034%;
*margin-left: 75.54621848739497%;
}
.row-fluid .offset8:first-child {
margin-left: 73.94957983193277%;
*margin-left: 73.8655462184874%;
}
.row-fluid .offset7 {
margin-left: 66.38655462184873%;
*margin-left: 66.30252100840336%;
}
.row-fluid .offset7:first-child {
margin-left: 64.70588235294117%;
*margin-left: 64.62184873949579%;
}
.row-fluid .offset6 {
margin-left: 57.14285714285714%;
*margin-left: 57.058823529411754%;
}
.row-fluid .offset6:first-child {
margin-left: 55.462184873949575%;
*margin-left: 55.37815126050419%;
}
.row-fluid .offset5 {
margin-left: 47.89915966386555%;
*margin-left: 47.81512605042016%;
}
.row-fluid .offset5:first-child {
margin-left: 46.21848739495798%;
*margin-left: 46.1344537815126%;
}
.row-fluid .offset4 {
margin-left: 38.655462184873954%;
*margin-left: 38.57142857142857%;
}
.row-fluid .offset4:first-child {
margin-left: 36.97478991596639%;
*margin-left: 36.890756302521005%;
}
.row-fluid .offset3 {
margin-left: 29.411764705882348%;
*margin-left: 29.32773109243697%;
}
.row-fluid .offset3:first-child {
margin-left: 27.731092436974787%;
*margin-left: 27.64705882352941%;
}
.row-fluid .offset2 {
margin-left: 20.168067226890756%;
*margin-left: 20.084033613445378%;
}
.row-fluid .offset2:first-child {
margin-left: 18.487394957983195%;
*margin-left: 18.403361344537817%;
}
.row-fluid .offset1 {
margin-left: 10.92436974789916%;
*margin-left: 10.840336134453782%;
}
.row-fluid .offset1:first-child {
margin-left: 9.243697478991596%;
*margin-left: 9.159663865546218%;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 1.680672268907563%;
*margin-left: 1.638655462184874%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 1.680672268907563%;
}
.row-fluid .span11 {
width: 100%;
*width: 99.95798319327731%;
}
.row-fluid .span10 {
width: 90.75630252100841%;
*width: 90.71428571428572%;
}
.row-fluid .span9 {
width: 81.5126050420168%;
*width: 81.47058823529412%;
}
.row-fluid .span8 {
width: 72.26890756302521%;
*width: 72.22689075630252%;
}
.row-fluid .span7 {
width: 63.02521008403361%;
*width: 62.98319327731092%;
}
.row-fluid .span6 {
width: 53.78151260504201%;
*width: 53.73949579831932%;
}
.row-fluid .span5 {
width: 44.53781512605042%;
*width: 44.495798319327726%;
}
.row-fluid .span4 {
width: 35.294117647058826%;
*width: 35.252100840336134%;
}
.row-fluid .span3 {
width: 26.050420168067223%;
*width: 26.008403361344534%;
}
.row-fluid .span2 {
width: 16.80672268907563%;
*width: 16.764705882352942%;
}
.row-fluid .span1 {
width: 7.563025210084033%;
*width: 7.5210084033613445%;
}
.row-fluid .offset11 {
margin-left: 103.36134453781513%;
*margin-left: 103.27731092436976%;
}
.row-fluid .offset11:first-child {
margin-left: 101.68067226890756%;
*margin-left: 101.59663865546219%;
}
.row-fluid .offset10 {
margin-left: 94.11764705882354%;
*margin-left: 94.03361344537817%;
}
.row-fluid .offset10:first-child {
margin-left: 92.43697478991596%;
*margin-left: 92.3529411764706%;
}
.row-fluid .offset9 {
margin-left: 84.87394957983193%;
*margin-left: 84.78991596638656%;
}
.row-fluid .offset9:first-child {
margin-left: 83.19327731092436%;
*margin-left: 83.10924369747899%;
}
.row-fluid .offset8 {
margin-left: 75.63025210084034%;
*margin-left: 75.54621848739497%;
}
.row-fluid .offset8:first-child {
margin-left: 73.94957983193277%;
*margin-left: 73.8655462184874%;
}
.row-fluid .offset7 {
margin-left: 66.38655462184873%;
*margin-left: 66.30252100840336%;
}
.row-fluid .offset7:first-child {
margin-left: 64.70588235294117%;
*margin-left: 64.62184873949579%;
}
.row-fluid .offset6 {
margin-left: 57.14285714285714%;
*margin-left: 57.058823529411754%;
}
.row-fluid .offset6:first-child {
margin-left: 55.462184873949575%;
*margin-left: 55.37815126050419%;
}
.row-fluid .offset5 {
margin-left: 47.89915966386555%;
*margin-left: 47.81512605042016%;
}
.row-fluid .offset5:first-child {
margin-left: 46.21848739495798%;
*margin-left: 46.1344537815126%;
}
.row-fluid .offset4 {
margin-left: 38.655462184873954%;
*margin-left: 38.57142857142857%;
}
.row-fluid .offset4:first-child {
margin-left: 36.97478991596639%;
*margin-left: 36.890756302521005%;
}
.row-fluid .offset3 {
margin-left: 29.411764705882348%;
*margin-left: 29.32773109243697%;
}
.row-fluid .offset3:first-child {
margin-left: 27.731092436974787%;
*margin-left: 27.64705882352941%;
}
.row-fluid .offset2 {
margin-left: 20.168067226890756%;
*margin-left: 20.084033613445378%;
}
.row-fluid .offset2:first-child {
margin-left: 18.487394957983195%;
*margin-left: 18.403361344537817%;
}
.row-fluid .offset1 {
margin-left: 10.92436974789916%;
*margin-left: 10.840336134453782%;
}
.row-fluid .offset1:first-child {
margin-left: 9.243697478991596%;
*margin-left: 9.159663865546218%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
*zoom: 1;
margin-right: auto;
margin-left: auto;
*zoom: 1;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.container-fluid:after {
clear: both;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.container-fluid:after {
clear: both;
}
/*!
* Bootstrap Responsive v2.2.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-ms-viewport {
width: device-width;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hidden {
display: none;
visibility: hidden;
}
.visible-phone {
display: none !important;
}
.visible-tablet {
display: none !important;
}
.hidden-desktop {
display: none !important;
}
.visible-desktop {
display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important ;
}
.visible-tablet {
display: inherit !important;
}
.hidden-tablet {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
.visible-phone {
display: inherit !important;
}
.hidden-phone {
display: none !important;
}
}
@media (min-width: 1200px) {
.row {
margin-left: -30px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1070px;
}
.span11 {
width: 1070px;
}
.span10 {
width: 970px;
}
.span9 {
width: 870px;
}
.span8 {
width: 770px;
}
.span7 {
width: 670px;
}
.span6 {
width: 570px;
}
.span5 {
width: 470px;
}
.span4 {
width: 370px;
}
.span3 {
width: 270px;
}
.span2 {
width: 170px;
}
.span1 {
width: 70px;
}
.offset11 {
margin-left: 1130px;
}
.offset10 {
margin-left: 1030px;
}
.offset9 {
margin-left: 930px;
}
.offset8 {
margin-left: 830px;
}
.offset7 {
margin-left: 730px;
}
.offset6 {
margin-left: 630px;
}
.offset5 {
margin-left: 530px;
}
.offset4 {
margin-left: 430px;
}
.offset3 {
margin-left: 330px;
}
.offset2 {
margin-left: 230px;
}
.offset1 {
margin-left: 130px;
}
.row {
margin-left: -30px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1070px;
}
.span11 {
width: 1070px;
}
.span10 {
width: 970px;
}
.span9 {
width: 870px;
}
.span8 {
width: 770px;
}
.span7 {
width: 670px;
}
.span6 {
width: 570px;
}
.span5 {
width: 470px;
}
.span4 {
width: 370px;
}
.span3 {
width: 270px;
}
.span2 {
width: 170px;
}
.span1 {
width: 70px;
}
.offset11 {
margin-left: 1130px;
}
.offset10 {
margin-left: 1030px;
}
.offset9 {
margin-left: 930px;
}
.offset8 {
margin-left: 830px;
}
.offset7 {
margin-left: 730px;
}
.offset6 {
margin-left: 630px;
}
.offset5 {
margin-left: 530px;
}
.offset4 {
margin-left: 430px;
}
.offset3 {
margin-left: 330px;
}
.offset2 {
margin-left: 230px;
}
.offset1 {
margin-left: 130px;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.803738317757009%;
*margin-left: 2.7617215110343203%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.803738317757009%;
}
.row-fluid .span11 {
width: 99.99999999999999%;
*width: 99.9579831932773%;
}
.row-fluid .span10 {
width: 90.65420560747663%;
*width: 90.61218880075394%;
}
.row-fluid .span9 {
width: 81.30841121495327%;
*width: 81.26639440823058%;
}
.row-fluid .span8 {
width: 71.96261682242991%;
*width: 71.92060001570722%;
}
.row-fluid .span7 {
width: 62.616822429906534%;
*width: 62.57480562318384%;
}
.row-fluid .span6 {
width: 53.271028037383175%;
*width: 53.22901123066048%;
}
.row-fluid .span5 {
width: 43.92523364485981%;
*width: 43.883216838137116%;
}
.row-fluid .span4 {
width: 34.57943925233644%;
*width: 34.53742244561375%;
}
.row-fluid .span3 {
width: 25.233644859813083%;
*width: 25.191628053090394%;
}
.row-fluid .span2 {
width: 15.887850467289718%;
*width: 15.84583366056703%;
}
.row-fluid .span1 {
width: 6.5420560747663545%;
*width: 6.500039268043666%;
}
.row-fluid .offset11 {
margin-left: 105.607476635514%;
*margin-left: 105.52344302206863%;
}
.row-fluid .offset11:first-child {
margin-left: 102.803738317757%;
*margin-left: 102.71970470431162%;
}
.row-fluid .offset10 {
margin-left: 96.26168224299064%;
*margin-left: 96.17764862954527%;
}
.row-fluid .offset10:first-child {
margin-left: 93.45794392523364%;
*margin-left: 93.37391031178826%;
}
.row-fluid .offset9 {
margin-left: 86.91588785046729%;
*margin-left: 86.83185423702191%;
}
.row-fluid .offset9:first-child {
margin-left: 84.11214953271028%;
*margin-left: 84.0281159192649%;
}
.row-fluid .offset8 {
margin-left: 77.57009345794393%;
*margin-left: 77.48605984449856%;
}
.row-fluid .offset8:first-child {
margin-left: 74.76635514018692%;
*margin-left: 74.68232152674155%;
}
.row-fluid .offset7 {
margin-left: 68.22429906542055%;
*margin-left: 68.14026545197517%;
}
.row-fluid .offset7:first-child {
margin-left: 65.42056074766354%;
*margin-left: 65.33652713421817%;
}
.row-fluid .offset6 {
margin-left: 58.87850467289719%;
*margin-left: 58.79447105945181%;
}
.row-fluid .offset6:first-child {
margin-left: 56.074766355140184%;
*margin-left: 55.9907327416948%;
}
.row-fluid .offset5 {
margin-left: 49.53271028037383%;
*margin-left: 49.44867666692844%;
}
.row-fluid .offset5:first-child {
margin-left: 46.72897196261682%;
*margin-left: 46.64493834917143%;
}
.row-fluid .offset4 {
margin-left: 40.18691588785046%;
*margin-left: 40.102882274405076%;
}
.row-fluid .offset4:first-child {
margin-left: 37.38317757009345%;
*margin-left: 37.29914395664807%;
}
.row-fluid .offset3 {
margin-left: 30.8411214953271%;
*margin-left: 30.757087881881723%;
}
.row-fluid .offset3:first-child {
margin-left: 28.037383177570092%;
*margin-left: 27.953349564124714%;
}
.row-fluid .offset2 {
margin-left: 21.495327102803735%;
*margin-left: 21.41129348935836%;
}
.row-fluid .offset2:first-child {
margin-left: 18.691588785046726%;
*margin-left: 18.60755517160135%;
}
.row-fluid .offset1 {
margin-left: 12.149532710280372%;
*margin-left: 12.065499096834994%;
}
.row-fluid .offset1:first-child {
margin-left: 9.345794392523363%;
*margin-left: 9.261760779077985%;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.803738317757009%;
*margin-left: 2.7617215110343203%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.803738317757009%;
}
.row-fluid .span11 {
width: 99.99999999999999%;
*width: 99.9579831932773%;
}
.row-fluid .span10 {
width: 90.65420560747663%;
*width: 90.61218880075394%;
}
.row-fluid .span9 {
width: 81.30841121495327%;
*width: 81.26639440823058%;
}
.row-fluid .span8 {
width: 71.96261682242991%;
*width: 71.92060001570722%;
}
.row-fluid .span7 {
width: 62.616822429906534%;
*width: 62.57480562318384%;
}
.row-fluid .span6 {
width: 53.271028037383175%;
*width: 53.22901123066048%;
}
.row-fluid .span5 {
width: 43.92523364485981%;
*width: 43.883216838137116%;
}
.row-fluid .span4 {
width: 34.57943925233644%;
*width: 34.53742244561375%;
}
.row-fluid .span3 {
width: 25.233644859813083%;
*width: 25.191628053090394%;
}
.row-fluid .span2 {
width: 15.887850467289718%;
*width: 15.84583366056703%;
}
.row-fluid .span1 {
width: 6.5420560747663545%;
*width: 6.500039268043666%;
}
.row-fluid .offset11 {
margin-left: 105.607476635514%;
*margin-left: 105.52344302206863%;
}
.row-fluid .offset11:first-child {
margin-left: 102.803738317757%;
*margin-left: 102.71970470431162%;
}
.row-fluid .offset10 {
margin-left: 96.26168224299064%;
*margin-left: 96.17764862954527%;
}
.row-fluid .offset10:first-child {
margin-left: 93.45794392523364%;
*margin-left: 93.37391031178826%;
}
.row-fluid .offset9 {
margin-left: 86.91588785046729%;
*margin-left: 86.83185423702191%;
}
.row-fluid .offset9:first-child {
margin-left: 84.11214953271028%;
*margin-left: 84.0281159192649%;
}
.row-fluid .offset8 {
margin-left: 77.57009345794393%;
*margin-left: 77.48605984449856%;
}
.row-fluid .offset8:first-child {
margin-left: 74.76635514018692%;
*margin-left: 74.68232152674155%;
}
.row-fluid .offset7 {
margin-left: 68.22429906542055%;
*margin-left: 68.14026545197517%;
}
.row-fluid .offset7:first-child {
margin-left: 65.42056074766354%;
*margin-left: 65.33652713421817%;
}
.row-fluid .offset6 {
margin-left: 58.87850467289719%;
*margin-left: 58.79447105945181%;
}
.row-fluid .offset6:first-child {
margin-left: 56.074766355140184%;
*margin-left: 55.9907327416948%;
}
.row-fluid .offset5 {
margin-left: 49.53271028037383%;
*margin-left: 49.44867666692844%;
}
.row-fluid .offset5:first-child {
margin-left: 46.72897196261682%;
*margin-left: 46.64493834917143%;
}
.row-fluid .offset4 {
margin-left: 40.18691588785046%;
*margin-left: 40.102882274405076%;
}
.row-fluid .offset4:first-child {
margin-left: 37.38317757009345%;
*margin-left: 37.29914395664807%;
}
.row-fluid .offset3 {
margin-left: 30.8411214953271%;
*margin-left: 30.757087881881723%;
}
.row-fluid .offset3:first-child {
margin-left: 28.037383177570092%;
*margin-left: 27.953349564124714%;
}
.row-fluid .offset2 {
margin-left: 21.495327102803735%;
*margin-left: 21.41129348935836%;
}
.row-fluid .offset2:first-child {
margin-left: 18.691588785046726%;
*margin-left: 18.60755517160135%;
}
.row-fluid .offset1 {
margin-left: 12.149532710280372%;
*margin-left: 12.065499096834994%;
}
.row-fluid .offset1:first-child {
margin-left: 9.345794392523363%;
*margin-left: 9.261760779077985%;
}
input,
textarea,
.uneditable-input {
margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 30px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 56px;
}
input,
textarea,
.uneditable-input {
margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 30px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 56px;
}
.thumbnails {
margin-left: -30px;
}
.thumbnails > li {
margin-left: 30px;
}
.row-fluid .thumbnails {
margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 662px;
}
.span11 {
width: 662px;
}
.span10 {
width: 600px;
}
.span9 {
width: 538px;
}
.span8 {
width: 476px;
}
.span7 {
width: 414px;
}
.span6 {
width: 352px;
}
.span5 {
width: 290px;
}
.span4 {
width: 228px;
}
.span3 {
width: 166px;
}
.span2 {
width: 104px;
}
.span1 {
width: 42px;
}
.offset11 {
margin-left: 702px;
}
.offset10 {
margin-left: 640px;
}
.offset9 {
margin-left: 578px;
}
.offset8 {
margin-left: 516px;
}
.offset7 {
margin-left: 454px;
}
.offset6 {
margin-left: 392px;
}
.offset5 {
margin-left: 330px;
}
.offset4 {
margin-left: 268px;
}
.offset3 {
margin-left: 206px;
}
.offset2 {
margin-left: 144px;
}
.offset1 {
margin-left: 82px;
}
.row {
margin-left: -20px;
*zoom: 1;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 662px;
}
.span11 {
width: 662px;
}
.span10 {
width: 600px;
}
.span9 {
width: 538px;
}
.span8 {
width: 476px;
}
.span7 {
width: 414px;
}
.span6 {
width: 352px;
}
.span5 {
width: 290px;
}
.span4 {
width: 228px;
}
.span3 {
width: 166px;
}
.span2 {
width: 104px;
}
.span1 {
width: 42px;
}
.offset11 {
margin-left: 702px;
}
.offset10 {
margin-left: 640px;
}
.offset9 {
margin-left: 578px;
}
.offset8 {
margin-left: 516px;
}
.offset7 {
margin-left: 454px;
}
.offset6 {
margin-left: 392px;
}
.offset5 {
margin-left: 330px;
}
.offset4 {
margin-left: 268px;
}
.offset3 {
margin-left: 206px;
}
.offset2 {
margin-left: 144px;
}
.offset1 {
margin-left: 82px;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 3.0211480362537766%;
*margin-left: 2.9791312295310877%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 3.0211480362537766%;
}
.row-fluid .span11 {
width: 100%;
*width: 99.95798319327731%;
}
.row-fluid .span10 {
width: 90.6344410876133%;
*width: 90.59242428089061%;
}
.row-fluid .span9 {
width: 81.2688821752266%;
*width: 81.22686536850391%;
}
.row-fluid .span8 {
width: 71.90332326283988%;
*width: 71.86130645611719%;
}
.row-fluid .span7 {
width: 62.53776435045317%;
*width: 62.49574754373048%;
}
.row-fluid .span6 {
width: 53.17220543806647%;
*width: 53.13018863134378%;
}
.row-fluid .span5 {
width: 43.80664652567976%;
*width: 43.76462971895707%;
}
.row-fluid .span4 {
width: 34.44108761329305%;
*width: 34.39907080657036%;
}
.row-fluid .span3 {
width: 25.075528700906347%;
*width: 25.033511894183658%;
}
.row-fluid .span2 {
width: 15.709969788519638%;
*width: 15.66795298179695%;
}
.row-fluid .span1 {
width: 6.3444108761329305%;
*width: 6.302394069410242%;
}
.row-fluid .offset11 {
margin-left: 106.04229607250755%;
*margin-left: 105.95826245906218%;
}
.row-fluid .offset11:first-child {
margin-left: 103.02114803625378%;
*margin-left: 102.9371144228084%;
}
.row-fluid .offset10 {
margin-left: 96.67673716012085%;
*margin-left: 96.59270354667548%;
}
.row-fluid .offset10:first-child {
margin-left: 93.65558912386707%;
*margin-left: 93.5715555104217%;
}
.row-fluid .offset9 {
margin-left: 87.31117824773415%;
*margin-left: 87.22714463428878%;
}
.row-fluid .offset9:first-child {
margin-left: 84.29003021148037%;
*margin-left: 84.205996598035%;
}
.row-fluid .offset8 {
margin-left: 77.94561933534743%;
*margin-left: 77.86158572190206%;
}
.row-fluid .offset8:first-child {
margin-left: 74.92447129909365%;
*margin-left: 74.84043768564828%;
}
.row-fluid .offset7 {
margin-left: 68.58006042296073%;
*margin-left: 68.49602680951534%;
}
.row-fluid .offset7:first-child {
margin-left: 65.55891238670695%;
*margin-left: 65.47487877326157%;
}
.row-fluid .offset6 {
margin-left: 59.214501510574024%;
*margin-left: 59.13046789712864%;
}
.row-fluid .offset6:first-child {
margin-left: 56.19335347432025%;
*margin-left: 56.10931986087486%;
}
.row-fluid .offset5 {
margin-left: 49.848942598187314%;
*margin-left: 49.76490898474193%;
}
.row-fluid .offset5:first-child {
margin-left: 46.82779456193354%;
*margin-left: 46.74376094848815%;
}
.row-fluid .offset4 {
margin-left: 40.483383685800604%;
*margin-left: 40.39935007235522%;
}
.row-fluid .offset4:first-child {
margin-left: 37.46223564954683%;
*margin-left: 37.37820203610144%;
}
.row-fluid .offset3 {
margin-left: 31.1178247734139%;
*margin-left: 31.033791159968523%;
}
.row-fluid .offset3:first-child {
margin-left: 28.096676737160124%;
*margin-left: 28.012643123714746%;
}
.row-fluid .offset2 {
margin-left: 21.75226586102719%;
*margin-left: 21.668232247581813%;
}
.row-fluid .offset2:first-child {
margin-left: 18.731117824773413%;
*margin-left: 18.647084211328036%;
}
.row-fluid .offset1 {
margin-left: 12.386706948640484%;
*margin-left: 12.302673335195106%;
}
.row-fluid .offset1:first-child {
margin-left: 9.365558912386707%;
*margin-left: 9.281525298941329%;
}
.row-fluid {
width: 100%;
*zoom: 1;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 3.0211480362537766%;
*margin-left: 2.9791312295310877%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 3.0211480362537766%;
}
.row-fluid .span11 {
width: 100%;
*width: 99.95798319327731%;
}
.row-fluid .span10 {
width: 90.6344410876133%;
*width: 90.59242428089061%;
}
.row-fluid .span9 {
width: 81.2688821752266%;
*width: 81.22686536850391%;
}
.row-fluid .span8 {
width: 71.90332326283988%;
*width: 71.86130645611719%;
}
.row-fluid .span7 {
width: 62.53776435045317%;
*width: 62.49574754373048%;
}
.row-fluid .span6 {
width: 53.17220543806647%;
*width: 53.13018863134378%;
}
.row-fluid .span5 {
width: 43.80664652567976%;
*width: 43.76462971895707%;
}
.row-fluid .span4 {
width: 34.44108761329305%;
*width: 34.39907080657036%;
}
.row-fluid .span3 {
width: 25.075528700906347%;
*width: 25.033511894183658%;
}
.row-fluid .span2 {
width: 15.709969788519638%;
*width: 15.66795298179695%;
}
.row-fluid .span1 {
width: 6.3444108761329305%;
*width: 6.302394069410242%;
}
.row-fluid .offset11 {
margin-left: 106.04229607250755%;
*margin-left: 105.95826245906218%;
}
.row-fluid .offset11:first-child {
margin-left: 103.02114803625378%;
*margin-left: 102.9371144228084%;
}
.row-fluid .offset10 {
margin-left: 96.67673716012085%;
*margin-left: 96.59270354667548%;
}
.row-fluid .offset10:first-child {
margin-left: 93.65558912386707%;
*margin-left: 93.5715555104217%;
}
.row-fluid .offset9 {
margin-left: 87.31117824773415%;
*margin-left: 87.22714463428878%;
}
.row-fluid .offset9:first-child {
margin-left: 84.29003021148037%;
*margin-left: 84.205996598035%;
}
.row-fluid .offset8 {
margin-left: 77.94561933534743%;
*margin-left: 77.86158572190206%;
}
.row-fluid .offset8:first-child {
margin-left: 74.92447129909365%;
*margin-left: 74.84043768564828%;
}
.row-fluid .offset7 {
margin-left: 68.58006042296073%;
*margin-left: 68.49602680951534%;
}
.row-fluid .offset7:first-child {
margin-left: 65.55891238670695%;
*margin-left: 65.47487877326157%;
}
.row-fluid .offset6 {
margin-left: 59.214501510574024%;
*margin-left: 59.13046789712864%;
}
.row-fluid .offset6:first-child {
margin-left: 56.19335347432025%;
*margin-left: 56.10931986087486%;
}
.row-fluid .offset5 {
margin-left: 49.848942598187314%;
*margin-left: 49.76490898474193%;
}
.row-fluid .offset5:first-child {
margin-left: 46.82779456193354%;
*margin-left: 46.74376094848815%;
}
.row-fluid .offset4 {
margin-left: 40.483383685800604%;
*margin-left: 40.39935007235522%;
}
.row-fluid .offset4:first-child {
margin-left: 37.46223564954683%;
*margin-left: 37.37820203610144%;
}
.row-fluid .offset3 {
margin-left: 31.1178247734139%;
*margin-left: 31.033791159968523%;
}
.row-fluid .offset3:first-child {
margin-left: 28.096676737160124%;
*margin-left: 28.012643123714746%;
}
.row-fluid .offset2 {
margin-left: 21.75226586102719%;
*margin-left: 21.668232247581813%;
}
.row-fluid .offset2:first-child {
margin-left: 18.731117824773413%;
*margin-left: 18.647084211328036%;
}
.row-fluid .offset1 {
margin-left: 12.386706948640484%;
*margin-left: 12.302673335195106%;
}
.row-fluid .offset1:first-child {
margin-left: 9.365558912386707%;
*margin-left: 9.281525298941329%;
}
input,
textarea,
.uneditable-input {
margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 20px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 648px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 586px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 524px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 462px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 400px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 338px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 276px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 214px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 152px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 90px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 28px;
}
input,
textarea,
.uneditable-input {
margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 20px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 648px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 586px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 524px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 462px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 400px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 338px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 276px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 214px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 152px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 90px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 28px;
}
}
@media (max-width: 767px) {
body {
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left: -20px;
margin-right: -20px;
}
.container-fluid {
padding: 0;
}
.dl-horizontal dt {
float: none;
clear: none;
width: auto;
text-align: left;
}
.dl-horizontal dd {
margin-left: 0;
}
.container {
width: auto;
}
.row-fluid {
width: 100%;
}
.row,
.thumbnails {
margin-left: 0;
}
.thumbnails > li {
float: none;
margin-left: 0;
}
[class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
float: none;
display: block;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.span12,
.row-fluid .span12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="offset"]:first-child {
margin-left: 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
}
.modal {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0;
}
.modal.fade {
top: -100px;
}
.modal.fade.in {
top: 20px;
}
}
@media (max-width: 480px) {
.nav-collapse {
-webkit-transform: translate3d(0, 0, 0);
}
.page-header h1 small {
display: block;
line-height: 20px;
}
input[type="checkbox"],
input[type="radio"] {
border: 1px solid #ccc;
}
.form-horizontal .control-label {
float: none;
width: auto;
padding-top: 0;
text-align: left;
}
.form-horizontal .controls {
margin-left: 0;
}
.form-horizontal .control-list {
padding-top: 0;
}
.form-horizontal .form-actions {
padding-left: 10px;
padding-right: 10px;
}
.media .pull-left,
.media .pull-right {
float: none;
display: block;
margin-bottom: 10px;
}
.media-object {
margin-right: 0;
margin-left: 0;
}
.modal {
top: 10px;
left: 10px;
right: 10px;
}
.modal-header .close {
padding: 10px;
margin: -10px;
}
.carousel-caption {
position: static;
}
}
@media (max-width: 979px) {
body {
padding-top: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: static;
}
.navbar-fixed-top {
margin-bottom: 20px;
}
.navbar-fixed-bottom {
margin-top: 20px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding: 5px;
}
.navbar .container {
width: auto;
padding: 0;
}
.navbar .brand {
padding-left: 10px;
padding-right: 10px;
margin: 0 0 0 -5px;
}
.nav-collapse {
clear: both;
}
.nav-collapse .nav {
float: none;
margin: 0 0 10px;
}
.nav-collapse .nav > li {
float: none;
}
.nav-collapse .nav > li > a {
margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
display: none;
}
.nav-collapse .nav .nav-header {
color: #777777;
text-shadow: none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
padding: 9px 15px;
font-weight: bold;
color: #777777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-collapse .btn {
padding: 4px 10px 4px;
font-weight: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:hover {
background-color: #111111;
}
.nav-collapse.in .btn-group {
margin-top: 5px;
padding: 0;
}
.nav-collapse .dropdown-menu {
position: static;
top: auto;
left: auto;
float: none;
display: none;
max-width: none;
margin: 0 15px;
padding: 0;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.nav-collapse .open > .dropdown-menu {
display: block;
}
.nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
display: none;
}
.nav-collapse .dropdown-menu .divider {
display: none;
}
.nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
display: none;
}
.nav-collapse .navbar-form,
.nav-collapse .navbar-search {
float: none;
padding: 10px 15px;
margin: 10px 0;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
}
.navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
border-top-color: #111111;
border-bottom-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
float: none;
margin-left: 0;
}
.nav-collapse,
.nav-collapse.collapse {
overflow: hidden;
height: 0;
}
.navbar .btn-navbar {
display: block;
}
.navbar-static .navbar-inner {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}
#panel {
float: none;
width: auto;
}
#createdby {
width: 100%;
}
#createdby img {
width: 100%;
max-height: 87px;
}
#main {
float: none;
width: auto;
margin-left: 0;
}
#content {
margin-left: 0;
}
@media (max-width: 767px) {
#panel {
min-height: auto;
}
#lthreads {
display: none;
}
.threads {
display: none;
}
.logo {
width: 100%;
}
#banner {
height: auto;
}
#banner img {
margin: 0;
}
#paneladbox {
display: none;
}
#createdby img {
width: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment