annotate static/css/bootstrap-responsive.css @ 7:4bdc81db6282

i18n: English version of social contract
author Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>
date Thu, 02 Aug 2012 01:44:52 +0200
parents 9305c6458e2f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 /*!
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2 * Bootstrap Responsive v2.0.4
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 * Copyright 2012 Twitter, Inc
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 * Licensed under the Apache License v2.0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 * http://www.apache.org/licenses/LICENSE-2.0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 *
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 */
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 .clearfix {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 *zoom: 1;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 .clearfix:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 .clearfix:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 display: table;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18 content: "";
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 .clearfix:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 .hide-text {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
26 font: 0/0 a;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 color: transparent;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 text-shadow: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 background-color: transparent;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 border: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
32
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
33 .input-block-level {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
36 min-height: 28px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 -webkit-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 -moz-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 -ms-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
41 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
43 .hidden {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
44 display: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 visibility: hidden;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48 .visible-phone {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
49 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 .visible-tablet {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 .hidden-desktop {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
57 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
59
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
60 @media (max-width: 767px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 .visible-phone {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 display: inherit !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
64 .hidden-phone {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
65 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 .hidden-desktop {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
68 display: inherit !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
69 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
70 .visible-desktop {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
72 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
73 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75 @media (min-width: 768px) and (max-width: 979px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76 .visible-tablet {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 display: inherit !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 .hidden-tablet {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
80 display: none !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
81 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
82 .hidden-desktop {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 display: inherit !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
84 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
85 .visible-desktop {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
86 display: none !important ;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
87 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
89
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90 @media (max-width: 480px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
91 .nav-collapse {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
92 -webkit-transform: translate3d(0, 0, 0);
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 .page-header h1 small {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96 line-height: 18px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
97 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
98 input[type="checkbox"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
99 input[type="radio"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
100 border: 1px solid #ccc;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
101 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
102 .form-horizontal .control-group > label {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
104 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 padding-top: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 text-align: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108 .form-horizontal .controls {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
111 .form-horizontal .control-list {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
112 padding-top: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
113 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 .form-horizontal .form-actions {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115 padding-right: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116 padding-left: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 .modal {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119 position: absolute;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120 top: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
121 right: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
122 left: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
123 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 margin: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 .modal.fade.in {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 top: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
128 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
129 .modal-header .close {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130 padding: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
131 margin: -10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
132 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 .carousel-caption {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 position: static;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
135 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
136 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
137
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138 @media (max-width: 767px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139 body {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
140 padding-right: 20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 padding-left: 20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
142 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
143 .navbar-fixed-top,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
144 .navbar-fixed-bottom {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
145 margin-right: -20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
146 margin-left: -20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
147 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
148 .container-fluid {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
149 padding: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
150 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
151 .dl-horizontal dt {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
152 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
153 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
154 clear: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
155 text-align: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
156 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
157 .dl-horizontal dd {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
158 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
159 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
160 .container {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
161 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
162 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
163 .row-fluid {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
164 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
165 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
166 .row,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
167 .thumbnails {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
168 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
169 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
170 [class*="span"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
171 .row-fluid [class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
172 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
173 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
174 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
175 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
176 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
177 .input-large,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
178 .input-xlarge,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
179 .input-xxlarge,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
180 input[class*="span"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
181 select[class*="span"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
182 textarea[class*="span"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
183 .uneditable-input {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
184 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
185 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
186 min-height: 28px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
187 -webkit-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
188 -moz-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
189 -ms-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
190 box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
191 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
192 .input-prepend input,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
193 .input-append input,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
194 .input-prepend input[class*="span"],
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
195 .input-append input[class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
196 display: inline-block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
197 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
198 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
199 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
200
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
201 @media (min-width: 768px) and (max-width: 979px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
202 .row {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
203 margin-left: -20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
204 *zoom: 1;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
205 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
206 .row:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
207 .row:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
208 display: table;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
209 content: "";
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
210 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
211 .row:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
212 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
213 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
214 [class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
215 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
216 margin-left: 20px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
217 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
218 .container,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
219 .navbar-fixed-top .container,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
220 .navbar-fixed-bottom .container {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
221 width: 724px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
222 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
223 .span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
224 width: 724px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
225 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
226 .span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
227 width: 662px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
228 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
229 .span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
230 width: 600px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
231 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
232 .span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
233 width: 538px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
234 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
235 .span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
236 width: 476px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
237 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
238 .span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
239 width: 414px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
240 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
241 .span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
242 width: 352px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
243 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
244 .span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
245 width: 290px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
246 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
247 .span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
248 width: 228px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
249 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
250 .span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
251 width: 166px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
252 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
253 .span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
254 width: 104px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
255 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
256 .span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
257 width: 42px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
258 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
259 .offset12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
260 margin-left: 764px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
261 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
262 .offset11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
263 margin-left: 702px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
264 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
265 .offset10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
266 margin-left: 640px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
267 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
268 .offset9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
269 margin-left: 578px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
270 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
271 .offset8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
272 margin-left: 516px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
273 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
274 .offset7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
275 margin-left: 454px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
276 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
277 .offset6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
278 margin-left: 392px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
279 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
280 .offset5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
281 margin-left: 330px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
282 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
283 .offset4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
284 margin-left: 268px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
285 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
286 .offset3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
287 margin-left: 206px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
288 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
289 .offset2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
290 margin-left: 144px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
291 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
292 .offset1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
293 margin-left: 82px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
294 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
295 .row-fluid {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
296 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
297 *zoom: 1;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
298 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
299 .row-fluid:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
300 .row-fluid:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
301 display: table;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
302 content: "";
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
303 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
304 .row-fluid:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
305 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
306 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
307 .row-fluid [class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
308 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
309 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
310 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
311 min-height: 28px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
312 margin-left: 2.762430939%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
313 *margin-left: 2.709239449638298%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
314 -webkit-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
315 -moz-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
316 -ms-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
317 box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
318 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
319 .row-fluid [class*="span"]:first-child {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
320 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
321 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
322 .row-fluid .span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
323 width: 99.999999993%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
324 *width: 99.9468085036383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
325 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
326 .row-fluid .span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
327 width: 91.436464082%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
328 *width: 91.38327259263829%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
329 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
330 .row-fluid .span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
331 width: 82.87292817100001%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
332 *width: 82.8197366816383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
333 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
334 .row-fluid .span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
335 width: 74.30939226%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
336 *width: 74.25620077063829%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
337 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
338 .row-fluid .span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
339 width: 65.74585634900001%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
340 *width: 65.6926648596383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
341 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
342 .row-fluid .span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
343 width: 57.182320438000005%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
344 *width: 57.129128948638304%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
345 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
346 .row-fluid .span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
347 width: 48.618784527%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
348 *width: 48.5655930376383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
349 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
350 .row-fluid .span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
351 width: 40.055248616%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
352 *width: 40.0020571266383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
353 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
354 .row-fluid .span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
355 width: 31.491712705%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
356 *width: 31.4385212156383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
357 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
358 .row-fluid .span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
359 width: 22.928176794%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
360 *width: 22.874985304638297%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
361 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
362 .row-fluid .span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
363 width: 14.364640883%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
364 *width: 14.311449393638298%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
365 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
366 .row-fluid .span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
367 width: 5.801104972%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
368 *width: 5.747913482638298%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
369 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
370 input,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
371 textarea,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
372 .uneditable-input {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
373 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
374 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
375 input.span12,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
376 textarea.span12,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
377 .uneditable-input.span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
378 width: 714px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
379 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
380 input.span11,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
381 textarea.span11,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
382 .uneditable-input.span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
383 width: 652px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
384 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
385 input.span10,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
386 textarea.span10,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
387 .uneditable-input.span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
388 width: 590px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
389 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
390 input.span9,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
391 textarea.span9,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
392 .uneditable-input.span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
393 width: 528px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
394 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
395 input.span8,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
396 textarea.span8,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
397 .uneditable-input.span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
398 width: 466px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
399 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
400 input.span7,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
401 textarea.span7,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
402 .uneditable-input.span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
403 width: 404px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
404 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
405 input.span6,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
406 textarea.span6,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
407 .uneditable-input.span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
408 width: 342px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
409 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
410 input.span5,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
411 textarea.span5,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
412 .uneditable-input.span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
413 width: 280px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
414 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
415 input.span4,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
416 textarea.span4,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
417 .uneditable-input.span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
418 width: 218px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
419 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
420 input.span3,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
421 textarea.span3,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
422 .uneditable-input.span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
423 width: 156px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
424 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
425 input.span2,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
426 textarea.span2,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
427 .uneditable-input.span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
428 width: 94px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
429 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
430 input.span1,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
431 textarea.span1,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
432 .uneditable-input.span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
433 width: 32px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
434 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
435 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
436
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
437 @media (min-width: 1200px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
438 .row {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
439 margin-left: -30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
440 *zoom: 1;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
441 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
442 .row:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
443 .row:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
444 display: table;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
445 content: "";
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
446 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
447 .row:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
448 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
449 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
450 [class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
451 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
452 margin-left: 30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
453 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
454 .container,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
455 .navbar-fixed-top .container,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
456 .navbar-fixed-bottom .container {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
457 width: 1170px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
458 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
459 .span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
460 width: 1170px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
461 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
462 .span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
463 width: 1070px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
464 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
465 .span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
466 width: 970px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
467 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
468 .span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
469 width: 870px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
470 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
471 .span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
472 width: 770px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
473 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
474 .span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
475 width: 670px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
476 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
477 .span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
478 width: 570px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
479 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
480 .span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
481 width: 470px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
482 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
483 .span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
484 width: 370px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
485 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
486 .span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
487 width: 270px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
488 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
489 .span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
490 width: 170px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
491 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
492 .span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
493 width: 70px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
494 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
495 .offset12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
496 margin-left: 1230px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
497 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
498 .offset11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
499 margin-left: 1130px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
500 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
501 .offset10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
502 margin-left: 1030px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
503 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
504 .offset9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
505 margin-left: 930px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
506 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
507 .offset8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
508 margin-left: 830px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
509 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
510 .offset7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
511 margin-left: 730px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
512 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
513 .offset6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
514 margin-left: 630px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
515 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
516 .offset5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
517 margin-left: 530px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
518 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
519 .offset4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
520 margin-left: 430px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
521 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
522 .offset3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
523 margin-left: 330px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
524 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
525 .offset2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
526 margin-left: 230px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
527 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
528 .offset1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
529 margin-left: 130px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
530 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
531 .row-fluid {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
532 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
533 *zoom: 1;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
534 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
535 .row-fluid:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
536 .row-fluid:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
537 display: table;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
538 content: "";
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
539 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
540 .row-fluid:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
541 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
542 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
543 .row-fluid [class*="span"] {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
544 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
545 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
546 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
547 min-height: 28px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
548 margin-left: 2.564102564%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
549 *margin-left: 2.510911074638298%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
550 -webkit-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
551 -moz-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
552 -ms-box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
553 box-sizing: border-box;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
554 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
555 .row-fluid [class*="span"]:first-child {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
556 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
557 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
558 .row-fluid .span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
559 width: 100%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
560 *width: 99.94680851063829%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
561 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
562 .row-fluid .span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
563 width: 91.45299145300001%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
564 *width: 91.3997999636383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
565 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
566 .row-fluid .span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
567 width: 82.905982906%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
568 *width: 82.8527914166383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
569 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
570 .row-fluid .span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
571 width: 74.358974359%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
572 *width: 74.30578286963829%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
573 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
574 .row-fluid .span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
575 width: 65.81196581200001%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
576 *width: 65.7587743226383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
577 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
578 .row-fluid .span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
579 width: 57.264957265%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
580 *width: 57.2117657756383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
581 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
582 .row-fluid .span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
583 width: 48.717948718%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
584 *width: 48.6647572286383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
585 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
586 .row-fluid .span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
587 width: 40.170940171000005%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
588 *width: 40.117748681638304%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
589 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
590 .row-fluid .span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
591 width: 31.623931624%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
592 *width: 31.5707401346383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
593 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
594 .row-fluid .span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
595 width: 23.076923077%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
596 *width: 23.0237315876383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
597 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
598 .row-fluid .span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
599 width: 14.529914530000001%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
600 *width: 14.4767230406383%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
601 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
602 .row-fluid .span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
603 width: 5.982905983%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
604 *width: 5.929714493638298%;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
605 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
606 input,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
607 textarea,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
608 .uneditable-input {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
609 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
610 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
611 input.span12,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
612 textarea.span12,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
613 .uneditable-input.span12 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
614 width: 1160px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
615 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
616 input.span11,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
617 textarea.span11,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
618 .uneditable-input.span11 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
619 width: 1060px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
620 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
621 input.span10,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
622 textarea.span10,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
623 .uneditable-input.span10 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
624 width: 960px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
625 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
626 input.span9,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
627 textarea.span9,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
628 .uneditable-input.span9 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
629 width: 860px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
630 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
631 input.span8,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
632 textarea.span8,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
633 .uneditable-input.span8 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
634 width: 760px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
635 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
636 input.span7,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
637 textarea.span7,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
638 .uneditable-input.span7 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
639 width: 660px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
640 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
641 input.span6,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
642 textarea.span6,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
643 .uneditable-input.span6 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
644 width: 560px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
645 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
646 input.span5,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
647 textarea.span5,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
648 .uneditable-input.span5 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
649 width: 460px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
650 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
651 input.span4,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
652 textarea.span4,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
653 .uneditable-input.span4 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
654 width: 360px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
655 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
656 input.span3,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
657 textarea.span3,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
658 .uneditable-input.span3 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
659 width: 260px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
660 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
661 input.span2,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
662 textarea.span2,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
663 .uneditable-input.span2 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
664 width: 160px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
665 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
666 input.span1,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
667 textarea.span1,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
668 .uneditable-input.span1 {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
669 width: 60px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
670 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
671 .thumbnails {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
672 margin-left: -30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
673 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
674 .thumbnails > li {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
675 margin-left: 30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
676 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
677 .row-fluid .thumbnails {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
678 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
679 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
680 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
681
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
682 @media (max-width: 979px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
683 body {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
684 padding-top: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
685 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
686 .navbar-fixed-top,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
687 .navbar-fixed-bottom {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
688 position: static;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
689 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
690 .navbar-fixed-top {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
691 margin-bottom: 18px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
692 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
693 .navbar-fixed-bottom {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
694 margin-top: 18px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
695 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
696 .navbar-fixed-top .navbar-inner,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
697 .navbar-fixed-bottom .navbar-inner {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
698 padding: 5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
699 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
700 .navbar .container {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
701 width: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
702 padding: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
703 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
704 .navbar .brand {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
705 padding-right: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
706 padding-left: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
707 margin: 0 0 0 -5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
708 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
709 .nav-collapse {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
710 clear: both;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
711 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
712 .nav-collapse .nav {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
713 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
714 margin: 0 0 9px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
715 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
716 .nav-collapse .nav > li {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
717 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
718 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
719 .nav-collapse .nav > li > a {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
720 margin-bottom: 2px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
721 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
722 .nav-collapse .nav > .divider-vertical {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
723 display: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
724 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
725 .nav-collapse .nav .nav-header {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
726 color: #999999;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
727 text-shadow: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
728 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
729 .nav-collapse .nav > li > a,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
730 .nav-collapse .dropdown-menu a {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
731 padding: 6px 15px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
732 font-weight: bold;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
733 color: #999999;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
734 -webkit-border-radius: 3px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
735 -moz-border-radius: 3px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
736 border-radius: 3px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
737 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
738 .nav-collapse .btn {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
739 padding: 4px 10px 4px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
740 font-weight: normal;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
741 -webkit-border-radius: 4px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
742 -moz-border-radius: 4px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
743 border-radius: 4px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
744 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
745 .nav-collapse .dropdown-menu li + li a {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
746 margin-bottom: 2px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
747 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
748 .nav-collapse .nav > li > a:hover,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
749 .nav-collapse .dropdown-menu a:hover {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
750 background-color: #222222;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
751 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
752 .nav-collapse.in .btn-group {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
753 padding: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
754 margin-top: 5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
755 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
756 .nav-collapse .dropdown-menu {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
757 position: static;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
758 top: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
759 left: auto;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
760 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
761 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
762 max-width: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
763 padding: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
764 margin: 0 15px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
765 background-color: transparent;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
766 border: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
767 -webkit-border-radius: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
768 -moz-border-radius: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
769 border-radius: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
770 -webkit-box-shadow: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
771 -moz-box-shadow: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
772 box-shadow: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
773 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
774 .nav-collapse .dropdown-menu:before,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
775 .nav-collapse .dropdown-menu:after {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
776 display: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
777 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
778 .nav-collapse .dropdown-menu .divider {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
779 display: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
780 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
781 .nav-collapse .navbar-form,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
782 .nav-collapse .navbar-search {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
783 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
784 padding: 9px 15px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
785 margin: 9px 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
786 border-top: 1px solid #222222;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
787 border-bottom: 1px solid #222222;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
788 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
789 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
790 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
791 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
792 .navbar .nav-collapse .nav.pull-right {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
793 float: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
794 margin-left: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
795 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
796 .nav-collapse,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
797 .nav-collapse.collapse {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
798 height: 0;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
799 overflow: hidden;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
800 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
801 .navbar .btn-navbar {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
802 display: block;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
803 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
804 .navbar-static .navbar-inner {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
805 padding-right: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
806 padding-left: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
807 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
808 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
809
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
810 @media (min-width: 980px) {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
811 .nav-collapse.collapse {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
812 height: auto !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
813 overflow: visible !important;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
814 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
815 }