- #shadow
- {
- position: fixed;
- top: -10px;
- left: 0;
- width: 100 % ;
- height: 10px;
- box - shadow: 0px 0px 7px rgba(0, 0, 0, .2); - moz - box - shadow: 0px 0px 7px rgba(0, 0, 0, .4); - webkit - box - shadow: 0px 0px 7px rgba(0, 0, 0, .2);
- z - index: 2;
- }
- #bars
- {
- width: 100 % ;
- height: 42px;
- margin - top: -20px;
- }
- #bars div
- {
- position: relative;
- float: left;
- width: 54px;
- height: 100 % ;
- margin - right: 55px;
- box - shadow: 0px 2px 5px rgba(0, 0, 0, .35); - moz - box - shadow: 0px 2px 5px rgba(0, 0, 0, .35); - webkit - box - shadow: 0px 2px 5px rgba(0, 0, 0, .35);
- }
- #bars div.n
- {
- background: #2e78bc; }
- # bars div.m
- {
- background: #a3be48;
-
- }
- #bars div.c
- {
- background: #9a9a9a; margin: 0;
-
- }