sprite.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .dlg-corner{background-repeat: no-repeat;background-image: url(../../images/dialog_menu.png);position: absolute;}
  15. .tl{
  16. background-color: yellow;
  17. background-repeat: no-repeat;
  18. background-image: url(../cognosTheme/images/dialog_menu.png);position: absolute;
  19. /* width: 16;
  20. height: 16;*/
  21. left: 0px; width: 100px;
  22. }
  23. .tr{
  24. background-color: green;
  25. background-repeat: no-repeat;
  26. background-image: url(../cognosTheme/images/dialog_menu.png);position: absolute;
  27. width: 16;
  28. height: 16;
  29. left: 283px;
  30. /* left: 283px; width: 117px; */
  31. }
  32. #container{
  33. width: 300;
  34. height: 300;
  35. background-color: yellow;
  36. }
  37. .roundedBox {position:relative; padding:17px; margin:10px 0;}
  38. #type1 {background-color:#FFFFFF;}
  39. .corner {width:11px; height:11px;}
  40. .side {width:3px; background-repeat:repeat-y;}
  41. .top {height:3px; background-repeat:repeat-x;}
  42. .bottom {height:3px; background-repeat:repeat-x;}
  43. .inner {width:50px; height:3px; background-repeat:repeat-y; top:0; right:0; background-position:-1px -1px;}
  44. #type1 .corner {background-image:url(../cognosTheme/images/dialog_menu.png);}
  45. #type1 .side {background-image:url(../cognosTheme/images/dialog_menu.png);}
  46. #type1 .bottom {background-image:url(../cognosTheme/images/dialog_menu2.png);}
  47. #type1 .top {background-image:url(../cognosTheme/images/dialog_menu2.png);}
  48. #type1 .inner {background-image:url(../cognosTheme/images/menu/menu_iconbg_b.png);}
  49. .borderTop {top:0; right:0; background-position:-1px -1px;}
  50. .sideLeft {top:0; right:0; background-position:-53px -1px;}
  51. .sideRight {top:0; right:0; background-position:-60px -1px;}
  52. .topLeft {top:0; left:0; background-position:-1px -1px;}
  53. .topRight {top:0; right:0; background-position:-14px -1px;}
  54. .bottomLeft {bottom:0; left:0; background-position:-1px -14px;}
  55. .bottomRight {bottom:0; right:0; background-position:-14px -14px;}
  56. .borderBottom {bottom:0; right:0; background-position:-1px -14px;}