www.gusucode.com > 200套html5精品模板1_50 > 200套html5精品模板1_50/028/css/style-switcher/blue.css

        /*Blue*/
    html body  #bottom-header {background:url('../../img/themes/blue_bar.png') no-repeat center center;}
    html body  .call-to-action a, html body  .submit input, html body  .submit input:active, html body  .submit input:focus {
        background-color:#004CCA; } /* standard color */
    html body  .call-to-action .btn:hover, html body  .submit input:hover {
        background-color:#0057E6;} /* hover color */
    html body  ::selection {background:#0057E6;} /* text selection css IE */
    html body  ::-moz-selection {background:#0057E6;} /* text selection css Mozzila */
    html body  button.btn {
        background: #80963C; 
        background: -moz-linear-gradient(top, #0057E6 0%, #004CCA); 
        background: -webkit-gradient(linear, left top, left bottom, from(#0057E6), to(#004CCA));
        -moz-box-shadow: inset 1px 0px 9px rgba(255,255,255,0.03), inset 0px 1px 0px rgba(0,0,0,0.2); 
        -webkit-box-shadow: inset 1px 0px 9px rgba(255,255,255,0.03), inset 0px 1px 0px rgba(0,0,0,0.2);  
    }
    html body  button.btn:hover {
        background: #80963C; 
        background: -moz-linear-gradient(top, #004CCA 0%, #0057E6); 
        background: -webkit-gradient(linear, left top, left bottom, from(#004CCA), to(#0057E6));
        -moz-box-shadow: inset 1px 0px 9px rgba(255,255,255,0.03), inset 0px 1px 0px rgba(0,0,0,0.2); 
        -webkit-box-shadow: inset 1px 0px 9px rgba(255,255,255,0.03), inset 0px 1px 0px rgba(0,0,0,0.2);  
    }	
    html body  .pagination li.current a {color:#0057E6; background-color: #0057E6;
    -moz-box-shadow: 0 -1px 0 #333333 inset, 1px 1px 1px #222222 inset;
    -webkit-box-shadow: 0 -1px 0 #333333 inset, 1px 1px 1px #222222 inset;
    box-shadow: 0 -1px 0 #333333 inset, 1px 1px 1px #222222 inset; }
    html body .num {background-color:#004CCA;}