ucenter_left.css 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .content{clear:both;overflow:hidden;zoom:1}
  2. .left {
  3. float: left;
  4. height: 588px;
  5. margin-left: 10px;
  6. margin-top: 93px;
  7. width: 276px;
  8. }
  9. .tab{margin-top:94px;}
  10. .info_panel{width:266px;}
  11. .info_panel_top{width:250px;}
  12. .box-left{width:266px;border:0px;}
  13. .box-left li{padding-bottom:10px;width:276px;color:black;}
  14. .box-left li a{background:url(tab_bg.jpg);width:234px;height:36px;line-height:36px;display:block;color:black;padding-left:32px;}
  15. .box-friend{
  16. background: url("title_bg.jpg" ) repeat-x;
  17. font-size: 15px;
  18. height: 168px;
  19. line-height: 16px;
  20. overflow: hidden;
  21. padding-left: 14px;
  22. width: 255px;
  23. font-weight:bold;
  24. border: 1px solid #B3B3B3;
  25. border-radius: 5px 5px 5px 5px;
  26. color: #333333;
  27. display: block;
  28. }
  29. .box-friendtop{line-height:27px;}
  30. .box-friend ul{margin-top:10px;color:#333333; font-weight: normal;}
  31. .box-friend li{margin-bottom:10px;font-size:14px;padding-left:10px;}
  32. .warn_friend{background-color: #B20F10; border-radius: 5px 5px 5px 5px; color: white;height: 23px;line-height: 23px;padding-left: 12px;width: 231px;}
  33. .btn_f {
  34. display: inline-block;
  35. *display: inline;
  36. padding: 3px 14px;
  37. margin-bottom: 0;
  38. *margin-left: .3em;
  39. font-size: 14px;
  40. line-height: 18px;
  41. *line-height:18px;
  42. color: #333333;
  43. text-align: center;
  44. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  45. vertical-align: top;
  46. cursor: pointer;
  47. background-color: #f5f5f5;
  48. *background-color: #e6e6e6;
  49. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  50. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  51. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  52. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  53. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  54. background-repeat: repeat-x;
  55. border: 1px solid #bbbbbb;
  56. *border: 0;
  57. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  58. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  59. border-bottom-color: #a2a2a2;
  60. -webkit-border-radius: 4px;
  61. -moz-border-radius: 4px;
  62. border-radius: 4px;
  63. filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  64. filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  65. *zoom: 1;
  66. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  67. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  68. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  69. width:43px;height:18px;
  70. padding-left:5px;color:black;
  71. }
  72. .btn_f:hover{ background-color: #E6E6E6;color: #333333;}
  73. .hh {
  74. background: url("line.jpg") repeat-x scroll 0 0 transparent;
  75. clear: both;
  76. display: block;
  77. font-size: 14px;
  78. font-weight: bold;
  79. height: 12px;
  80. line-height: 24px;
  81. margin-left: 8px;
  82. margin-top: 6px;
  83. padding: 0;
  84. width: 629px;
  85. }