source: pro-violet-viettel/sourcecode/assets/css/custom.css @ 628

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