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

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