source: pro-violet-viettel/www/deploy/20150304/assets/css/custom.css

Last change on this file was 823, checked in by dungnv, 10 years ago
File size: 5.5 KB
Line 
1body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
2   margin-right: 0;
3}
4
5.modal {
6  overflow-y: auto;
7}
8
9.nav-tabs>li {
10        margin-bottom: -2px;
11        white-space: nowrap;
12}
13
14.menu-min > nav > ul > li > a > span {
15        display: none;
16}
17.menu-min > .navbar-minimal > .navbar-menu > li > a {
18        padding: 16px 0 0 0;
19        margin-left: -6px
20}
21.menu-min > .navbar-minimal > .navbar-menu > li > a:hover {
22        color: #fff;
23        background-color: transparent;
24}
25
26@-moz-document url-prefix() {
27        .menu-min > .logo-group > li > img {
28                width: 32px
29        }
30}
31
32.sidebar-collapse {
33        border-bottom: 0;
34        background-color: transparent;
35        text-align: center;
36        padding: 3px 0;
37        position: relative;
38        margin-top: 10px;
39}
40
41#not_success_charge .modal-dialog {
42        width: 660px
43}
44
45@media (max-width:993px) {
46        .site-info {
47                display: none;
48        }
49        .login-layout {
50                background: #ecf0f1
51        }
52}
53
54.main-container {
55        margin-top: 58px
56}
57
58.login-container {
59        width:100%
60}
61
62.embed-responsive {
63  position: relative;
64  display: block;
65  height: 0;
66  padding: 0;
67  overflow: hidden;
68  background: #E0E0E0;
69}
70.embed-responsive .embed-responsive-item,
71.embed-responsive iframe,
72.embed-responsive embed,
73.embed-responsive object {
74  position: absolute;
75  top: 0;
76  bottom: 0;
77  left: 0;
78  width: 100%;
79  height: 100%;
80  border: 0;
81}
82.embed-responsive.embed-responsive-16by9 {
83  padding-bottom: 56.25%;
84}
85.embed-responsive.embed-responsive-4by3 {
86  padding-bottom: 75%;
87}
88
89.widget.pink-1 {
90    color: #333;
91    background-color: #F57A82;
92}
93.widget.lightblue-1 {
94    background-color: #abb7b7;
95    color: #fff;
96}
97.widget.darkblue-1 {
98    background-color: #4A525F;
99    color: #FFF;
100}
101.widget.green-1 {
102    background-color: #68C39F;
103    color: #FFF;
104}
105.widget {
106    position: relative;
107    color: #5B5B5B;
108    margin-bottom: 20px;
109    border-radius: 2px;
110    background: none repeat scroll 0px 0px #FFF;
111}
112.fadeInDown {
113    animation-name: fadeInDown;
114}
115.animated {
116    animation-duration: 1s;
117    animation-fill-mode: both;
118}
119.widget-content.padding {
120    padding: 15px;
121}
122.widget-content {
123    border-radius: 0px 0px 2px 2px;
124}
125.widget-header, .widget-content {
126    display: block;
127    width: 100%;
128    clear: both;
129}
130.widget .widget-icon {
131    font-size: 50px;
132    position: absolute;
133    right: 4%;
134    top: 10px;
135    color: #FFF;
136}
137.widget .text-box .maindata {
138    font-size: 11px;
139    color: #FFF;
140}
141.widget .text-box h2 {
142    font-weight: 300;
143    font-size: 32px;
144    color: #FFF;
145}
146.widget .widget-footer {
147    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
148    padding: 4px 15px;
149    font-size: 12px;
150    color: rgba(255, 255, 255, 0.898);
151    border-radius: 0px 0px 2px 2px;
152    overflow: hidden;
153}
154.widget .widget-footer .rel-change {
155    font-size: 14px;
156    color: #FFF;
157    margin-right: 7px;
158}
159
160.title-box {
161        padding: 10px;
162        color: #000
163}
164
165.link-effect a {
166        position: relative;
167        display: inline-block;
168        margin: 15px 25px;
169        outline: none;
170        color: #596574;
171        text-decoration: none;
172        letter-spacing: 1px;
173        font-weight: 400;
174        text-shadow: 0 0 1px rgba(255,255,255,0.3);
175        font-size: 1em;
176}
177
178.link-effect a:hover,
179.link-effect a:focus {
180        outline: none;
181}
182
183/* Effect 1: Brackets */
184.cl-effect-1 a::before,
185.cl-effect-1 a::after {
186        display: inline-block;
187        opacity: 0;
188        -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
189        -moz-transition: -moz-transform 0.3s, opacity 0.2s;
190        transition: transform 0.3s, opacity 0.2s;
191}
192
193.cl-effect-1 a::before {
194        margin-right: 10px;
195        content: '{';
196        -webkit-transform: translateX(20px);
197        -moz-transform: translateX(20px);
198        transform: translateX(20px);
199}
200
201.cl-effect-1 a::after {
202        margin-left: 10px;
203        content: '}';
204        -webkit-transform: translateX(-20px);
205        -moz-transform: translateX(-20px);
206        transform: translateX(-20px);
207}
208
209.cl-effect-1 a:hover::before,
210.cl-effect-1 a:hover::after,
211.cl-effect-1 a:focus::before,
212.cl-effect-1 a:focus::after {
213        opacity: 1;
214        -webkit-transform: translateX(0px);
215        -moz-transform: translateX(0px);
216        transform: translateX(0px);
217}
218
219
220
221.animate {
222        -webkit-transition: all 0.3s ease-in-out;
223        -moz-transition: all 0.3s ease-in-out;
224        -o-transition: all 0.3s ease-in-out;
225        -ms-transition: all 0.3s ease-in-out;
226        transition: all 0.3s ease-in-out;
227}
228
229.navbar-minimal {
230        width: 60px;           
231        min-height: 60px;
232        max-height: 100%;
233        border-width: 0px;
234        z-index: 1000;
235}
236
237.navbar-minimal > .navbar-menu {
238        top: -1000px;
239        left: 0px;
240        margin: 0px;
241        padding: 0px;
242        list-style: none;
243        z-index: 50;
244}
245.navbar-minimal > .navbar-menu > li {
246        margin: 0px;
247        padding: 0px;
248        border-width: 0px;
249        height: 54px;
250}
251.navbar-minimal > .navbar-menu > li > a {
252        position: relative;
253        display: inline-block;
254        color: #000;
255        padding: 16px;
256        text-align: left;
257        cursor: pointer;
258        border-bottom: 1px solid rgb(81, 81, 81);
259        width: 100%;
260        text-decoration: none;
261        margin: 0px;
262}
263
264.navbar-minimal > .navbar-menu > li > a > span {
265        font-weight: bold
266}
267
268.navbar-minimal > .navbar-menu > li > a > img {
269        width: 28px
270}
271
272.navbar-minimal > .navbar-menu > li > a:last-child {
273        border-bottom-width: 0px;
274}
275.navbar-minimal > .navbar-menu > li > a:hover {
276        color: #fff;
277        background-color: rgb(158, 202, 59);
278}
279.navbar-minimal > .navbar-menu > li > a > .glyphicon {
280        float: right;
281}
282
283.navbar-minimal.open {
284        width: 100%;
285}
286
287.navbar-minimal.open > .navbar-toggler > span {
288        background-position: 0 -16px;
289        -webkit-transform: rotate(-180deg);
290        -moz-transform: rotate(-180deg);
291        -o-transform: rotate(-180deg);
292        -ms-transform: rotate(-180deg);
293        transform: rotate(-180deg);
294}
295
296.navbar-minimal.open > .navbar-menu {
297        top: 0px;
298        width: 100%;
299        min-height: 100%;
300}
301
302.logo-group {
303        position: absolute;
304        bottom: 0;
305        left: 0
306}
307
308.logo-group > li > img {
309        width: 64px
310}
311
312#form-field-province {padding-left: 0;}
Note: See TracBrowser for help on using the repository browser.