66*/
77
88@media (min-width : 1200px ) {
9- .container {
10- width : auto;
11- }
9+ .container {
10+ width : auto;
11+ }
1212}
1313
1414.navbar {
@@ -124,4 +124,21 @@ a img.avatar { height: 30px; width: 30px;}
124124
125125}
126126
127- # smdrag : hover { background-color : # f5ad66 ; }
127+ # smdrag : hover { background-color : # f5ad66 ; }
128+
129+ body { background-image : linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
130+ background-color : # e9eeef ;
131+ box-shadow : 0 60px 50px -30px rgba (255 , 255 , 255 , .5 ) inset;
132+ }
133+
134+ .navbar {
135+ background-color : # c1e4ec ;
136+ background-image : -webkit-linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
137+ background-image : -moz-linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
138+ background-image : -ms-linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
139+ background-image : -o-linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
140+ background-image : linear-gradient (top, rgba (255 , 255 , 255 , .5 ), rgba (255 , 255 , 255 , 0 ));
141+ -moz-box-shadow : 0 60px 50px -30px rgba (255 , 255 , 255 , .5 ) inset;
142+ -webkit-box-shadow : 0 60px 50px -30px rgba (255 , 255 , 255 , .5 ) inset;
143+ box-shadow : 0 60px 50px -30px rgba (255 , 255 , 255 , .5 ) inset;
144+ }
0 commit comments