themes/oxygen/css/bleu.css
changeset 552 400ad5a212a8
parent 542 5841df0ab575
child 672 08a7875258b4
equal deleted inserted replaced
551:3acd624d4f4f 552:400ad5a212a8
   542   border-bottom: 1px solid #90B0D0;
   542   border-bottom: 1px solid #90B0D0;
   543   margin-bottom: 0;
   543   margin-bottom: 0;
   544 }
   544 }
   545 
   545 
   546 input[type ^="button"], input[type ^="submit"], button {
   546 input[type ^="button"], input[type ^="submit"], button {
   547   background-image: url(../images/buttonbg.gif);
   547   background-image: url(../images/bleu/sprite-horiz.gif);
       
   548   background-position: 0% -60px;
   548   background-repeat: repeat-x;
   549   background-repeat: repeat-x;
   549   color: #202020;
   550   color: #202020;
   550 }
   551 }
   551 
   552 
   552 input[type ^="image"][disabled ^="disabled"] {
   553 input[type ^="image"][disabled ^="disabled"] {
   646 
   647 
   647 /* toolbar */
   648 /* toolbar */
   648 div.toolbar {
   649 div.toolbar {
   649   border: 1px solid #3b619c;
   650   border: 1px solid #3b619c;
   650   background-color: #D0D0D0;
   651   background-color: #D0D0D0;
   651   background-image: url(../images/tb-bkg.gif);
   652   background-image: url(../images/bleu/sprite-horiz.gif);
       
   653   background-position: 0 -90px;
   652   padding: 1px 0;
   654   padding: 1px 0;
   653   height: 22px;
   655   height: 22px;
   654   font-family: arial, sans-serif;
   656   font-family: arial, sans-serif;
   655   font-size: 8pt;
   657   font-size: 8pt;
   656 }
   658 }
   681   text-decoration: none;
   683   text-decoration: none;
   682 }
   684 }
   683 div.toolbar a:hover, div.toolbar a:focus {
   685 div.toolbar a:hover, div.toolbar a:focus {
   684   border: 1px solid #000080;
   686   border: 1px solid #000080;
   685   background-color: #ceceed;
   687   background-color: #ceceed;
   686   background-image: url(../images/tb-frg.gif);
   688   background-image: url(../images/bleu/sprite-horiz.gif);
       
   689   background-position: 0 -118px;
   687   color: #000000;
   690   color: #000000;
   688   text-decoration: none;
   691   text-decoration: none;
   689 }
   692 }
   690 div.toolbar a:active {
   693 div.toolbar a:active {
   691   background-color: #E0E0E0;
   694   background-color: #E0E0E0;
   692   background-image: url(../images/tb-psh.gif);
   695   background-position: 0 -138px;
   693 }
   696 }
   694 div.toolbar img {
   697 div.toolbar img {
   695   margin: 0;
   698   margin: 0;
   696   padding: 0;
   699   padding: 0;
   697   display: inline;
   700   display: inline;