1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- body{
- color:#6d375a;
- background-color: #000;
- }
- #header{
- background:#e0c3d6;
- }
- aside{
- background:#6d375a;
- }
- .page-footer{
- background:#6d375a;
- }
- #ribbon{
- background:#86c1ab;
- }
- .minified.fixed-ribbon #ribbon {
- left: 0px;
- }
- .smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
- border-color: #6d375a;
- }
|