File tree 2 files changed +23
-6
lines changed
2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 2
2
background-color : # ecf0f1 ;
3
3
/*padding: 25px;*/
4
4
font-family : 'Oxygen' , sans;
5
- width : 850 px ;
5
+ width : 85 % ;
6
6
margin : auto;
7
7
overflow-y : scroll;
8
8
}
9
9
.thumbnail {
10
10
width : 70px ;
11
11
height : 70px ;
12
- border : 1px solid # F1C6C2 ;
12
+ /*border: 1px solid #F1C6C2;*/
13
+ border : 1px solid # CE8982
13
14
}
14
15
a {
15
16
font-size : 16px ;
@@ -154,3 +155,19 @@ h4 {
154
155
font-family : 'Oxygen' , sans;
155
156
color : # 888 ;
156
157
}
158
+
159
+
160
+ /*
161
+ * override the default CSS as an example
162
+ */
163
+
164
+ # loading-bar .bar {
165
+ background : # 2c3e50 ;
166
+ }
167
+ # loading-bar .peg {
168
+ box-shadow : 0 0 10px # 2c3e50, 0 0 5px # 2c3e50 ;
169
+ }
170
+ # loading-bar-spinner .spinner-icon {
171
+ border-top-color : # 2c3e50 ;
172
+ border-left-color : # 2c3e50 ;
173
+ }
Original file line number Diff line number Diff line change 30
30
-o-transition : width 500ms ;
31
31
transition : width 500ms ;
32
32
33
- background : # 2c3e50 ;
33
+ background : # 29d ;
34
34
position : fixed;
35
35
z-index : 2000 ;
36
36
top : 0 ;
46
46
right : 0px ;
47
47
width : 100px ;
48
48
height : 100% ;
49
- box-shadow : 0 0 10px # 2c3e50 , 0 0 5px # 2c3e50 ;
49
+ box-shadow : 0 0 10px # 29d , 0 0 5px # 29d ;
50
50
opacity : 1.0 ;
51
51
52
52
-webkit-transform : rotate (3deg ) translate (0px , -4px );
69
69
height : 14px ;
70
70
71
71
border : solid 2px transparent;
72
- border-top-color : # 2c3e50 ;
73
- border-left-color : # 2c3e50 ;
72
+ border-top-color : # 29d ;
73
+ border-left-color : # 29d ;
74
74
border-radius : 10px ;
75
75
76
76
-webkit-animation : loading-bar-spinner 400ms linear infinite;
You can’t perform that action at this time.
0 commit comments