themes/oxygen/css/bleu.css
changeset 672 08a7875258b4
parent 552 400ad5a212a8
child 701 dd80cde96a6c
equal deleted inserted replaced
671:267c9f93b51f 672:08a7875258b4
   774 div.toolbar_vert li span {
   774 div.toolbar_vert li span {
   775   padding-left: 2px;
   775   padding-left: 2px;
   776   padding-right: 5px;
   776   padding-right: 5px;
   777 }
   777 }
   778 
   778 
       
   779 /*
       
   780  * Userpage styles
       
   781  */
       
   782 
       
   783 ul.userpage_links li {
       
   784   background-image: url('../images/buttonbg.gif');
       
   785   background-repeat: repeat-x;
       
   786 }
       
   787 
       
   788 ul.userpage_links li a {
       
   789   color: #202020;
       
   790 }
       
   791 
       
   792 ul.userpage_links li.userpage_tab_active {
       
   793   background-image: url('../images/buttonbg-lite.gif');
       
   794 }
       
   795 
       
   796 ul.userpage_links li:hover {
       
   797   background-image: url('../images/buttonbg-lite.gif');
       
   798   border-color: #404040 #404040 #ffffff #404040;
       
   799   border-bottom-width: 0;
       
   800 }
       
   801 
       
   802 ul.userpage_links li.userpage_tab_active:hover {
       
   803   border-bottom-width: 1px;
       
   804 }