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

Last change on this file since 521 was 503, checked in by quyenla, 11 years ago

dang ki dich vu

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