PageRenderTime 37ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/debugger/style.css

http://azer.googlecode.com/
CSS | 109 lines | 92 code | 9 blank | 8 comment | 0 complexity | f53abff480750212fbef1d93c1ed9e40 MD5 | raw file
  1. /* */
  2. #PIDebugger div, #PIDebugger h3, #PIDebugger span, #PIDebugger input, #PIDebugger textarea, #PIDebugger select, #PIDebugger option, #PIDebugger a, #PIDebugger strong, #PIDebugger em, #PIDebugger label, #PIDebugger center {
  3. text-align:left; border:0; overflow:visible; background:none; color:#111; font-size:1em; font-weight:normal; font-style:normal; font-family:sans-serif; margin:0; padding:0;
  4. }
  5. #PIDebugger input, #PIDebugger select, #PIDebugger textarea { background:#fff; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; border:1px outset #aaa; padding:2px }
  6. #PIDebugger center { text-align:center; }
  7. #PIDebugger strong { font-weight:bold; }
  8. /* */
  9. #PIDebugger { position:fixed !important; z-index:99999999; position:absolute; overflow:hidden; left:10px; bottom:10px; height:295px; background:#fff; border:1px solid #ddd; padding:1px; }
  10. #PIDebugger .Content { overflow:hidden; height:245px; background:#eee; padding:40px 10px 10px 10px; }
  11. #PIDebugger .Content .Frame { border:1px solid #ccc; background:#888; padding:1px; }
  12. #PIDebugger .Content .Content { color }
  13. #PIDebugger .About div { float:right; width:60%; font:14px Arial, Helvetica, sans-serif; color:#222; }
  14. #PIDebugger .About h3 { font:28px Georgia,Times,'Times New Roman'; margin:20px 10px 20px 0px; }
  15. #PIDebugger .About strong { padding-right:3px; }
  16. #PIDebugger .About a { color:#0000cc }
  17. /* buttons */
  18. #PIDebugger .ButtonSet { width:100%; position:absolute; top:15px; left:15px; height:23px; }
  19. #PIDebugger .ButtonSet .Button { border:1px solid #ccc; float:left; width:auto; margin-right:3px; }
  20. #PIDebugger .ButtonSet .Button a { display:block; cursor:pointer; padding:5px; color:#666; font:12px Arial, Helvetica, sans-serif; border:1px solid #fff; background:#eee; }
  21. #PIDebugger .ButtonSet .Selected a { background:#fff; color:#111; border-style:outset; }
  22. #PIDebugger .ButtonSet .Button a:hover { text-decoration:underline; }
  23. #PIDebugger .ButtonSet .WindowButton { position:absolute; right:25px; }
  24. #PIDebugger .ButtonSet .WindowButton a { padding:1px 4px 1px 4px; font-weight:bolder; }
  25. #PIDebugger .ButtonSet .WindowButton a:hover { text-decoration:none; }
  26. #PIDebugger .ButtonSet .CloseButton a { }
  27. #PIDebugger .ButtonSet .MinimizeButton { right:47px }
  28. #PIDebugger .ButtonSet .MaximizeButton { right:47px; display:none }
  29. /* query */
  30. #PIDebugger .Content .QueryTitle { display:block; position:absolute; padding:3px; height:13px; top:80px; left:11px; background:#919733; border-bottom:0; font:bold 10px Arial, Helvetica, sans-serif; letter-spacing:1px; color:#fff; }
  31. #PIDebugger .Content .QueryInput { width:100%; border:2px solid #919733; background:#fff; padding:5px; margin:8px 0 20px 0; font:bold 16px "Courier New", Courier, monospace; color:#943c35; }
  32. /* console */
  33. #PIDebugger .Content .ConsoleFrame { height:170px; margin-top:10px; }
  34. #PIDebugger .Content .Console { height:170px; background:#fff; }
  35. #PIDebugger .Content .Console .Arrow { font:13px Arial, Helvetica, sans-serif; color:#366cd4; padding:2px 5px 0 5px; }
  36. #PIDebugger .Content .Console .ConsoleInput { height:15px; margin:0 0 0 0; padding:2px 0 0 0; overflow:hidden; border:0; color:#333; font:12px "Courier New", Courier, monospace; }
  37. #PIDebugger .Content .Console .ConsoleOutput { height:150px; overflow:scroll; overflow-x:hidden; border-bottom:1px solid #ccc; }
  38. #PIDebugger .Content .Console .ConsoleOutput .Error { background:#ffeff1; color:#ff0000; }
  39. #PIDebugger .Content .Console .ConsoleOutput .Error strong { color:#ff0000; }
  40. #PIDebugger .Content .Console .ConsoleOutput .Row { padding:2px 5px 2px 5px; font:12px Arial, Helvetica, sans-serif; overflow:hidden; border-bottom:1px dotted #ddd; }
  41. #PIDebugger .Content .Console .ConsoleOutput .Row span { font:12px Arial, Helvetica, sans-serif; }
  42. #PIDebugger .Content .Console .ConsoleOutput .Arrow { color:rgb(0,0,255); white-space:nowrap; }
  43. #PIDebugger .Content .Console .ConsoleOutput .Row span { }
  44. #PIDebugger .Content .Console .ConsoleOutput .Row span em { font-weight:normal; color:#111; }
  45. #PIDebugger .Content .attributeName { color:#000088; }
  46. #PIDebugger .Content .string { color:#ff0000; }
  47. #PIDebugger .Content .Object { color:#008800; font-weight:bold; }
  48. #PIDebugger .Content .Array { font-weight:bold; }
  49. #PIDebugger .Content .Function { color:#008800 }
  50. #PIDebugger .Content .Element { color:#000077; }
  51. #PIDebugger .Content .Element .tagName { color:#0000cc; font-weight:bold; }
  52. #PIDebugger .Content .Element .attributeValue { color:#ff0000; }
  53. #PIDebugger .Content em span { font-weight:normal; font-style:normal; color:#111; }
  54. #PIDebugger .Content .Object em span { font-style:italic; color:#666; }
  55. /* menu button */
  56. #PIDebugger .MenuButton { padding:0 0 0 13px; cursor:pointer; background:url(arrow.png) center no-repeat; }
  57. /* navigation */
  58. #PIDebugger .Content .MlToggleButton { position:absolute; top:265px; right:20px; cursor:pointer; font:bold 24px Arial, Helvetica, sans-serif; color:rgb(0,150,0); }
  59. #PIDebugger .Content .MlToggleButton:hover { color:rgb(0,150,150); }
  60. #PIDebugger .Navigation { position:absolute; display:none; width:150px; border:1px outset #666; background:#fff; color:#666; }
  61. #PIDebugger .Navigation a { display:block; cursor:pointer; background:#fff 6px center no-repeat; border-bottom:1px solid #aaa; padding:3px 3px 3px 3px; font:12px Arial, Helvetica, sans-serif; }
  62. #PIDebugger .Navigation a:hover { background-color:#f2f2f2; }
  63. #PIDebugger .Navigation .Selected { background-image:url(radio.png); }
  64. /* html frame */
  65. #PIDebugger .Content .HTMLFrame { height:230px; margin-top:10px; }
  66. #PIDebugger .Content .HTMLFrame .Tree { float:left; width:70%; height:220px; padding:10px 0 0 0px; background:#fff; overflow:scroll; }
  67. #PIDebugger .Content .HTMLFrame .Tree .Block { border-left:1px solid #ccc; padding:2px 0 0 10px; white-space:nowrap; *white-space:normal; }
  68. #PIDebugger .Content .HTMLFrame .Tree .Block A { font:12px Verdana; color:#333; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; padding-left:12px; cursor:pointer; }
  69. #PIDebugger .Content .HTMLFrame .Tree .Block .ParentLink { background:url(tree_open.gif) no-repeat left center; font-weight:bold; color:#111; text-decoration:none; }
  70. #PIDebugger .Content .HTMLFrame .Tree .Block .ParentLink:hover { text-decoration:underline; }
  71. #PIDebugger .Content .HTMLFrame .Tree .Block .Open { background-image:url(tree_close.gif) }
  72. #PIDebugger .Content .HTMLFrame .Tree .Block .Selected { background-color:rgb(255,255,120); }
  73. #PIDebugger .Content .HTMLFrame .Tree .Block .SubContainer { padding-left:20px; }
  74. #PIDebugger .Content .HTMLFrame .RightFrame { float:left; padding:0px; width:30%; height:100%; background:#fff; }
  75. #PIDebugger .Content .HTMLFrame .RightFrame Select { width:100%; border-bottom:1px inset #aaa; }
  76. #PIDebugger .Content .HTMLFrame .RightFrame .RightContent { height:208px; overflow:auto; overflow-y:scroll; }
  77. #PIDebugger .Content .HTMLFrame .RightFrame .RightContent .Item { padding:5px; font:10px Verdana; color:#333; height:6px }
  78. #PIDebugger .Content .HTMLFrame .RightFrame .RightContent .Property { width:45%; font-weight:bold; float:left; overflow:hidden; }
  79. #PIDebugger .Content .HTMLFrame .RightFrame .RightContent .Value { width:55%; float:left; white-space:nowrap; overflow:visible !important; overflow:hidden; }
  80. #PIDebugger .Content .HTMLFrame .RightFrame .RightContent .Item center { color:rgb(0,150,0); padding:0 0 3px 0; font:bold 12px Arial, Helvetica, sans-serif; }
  81. #PIDebugger .Content .StylesheetSelectbox { margin-top:10px; }
  82. #PIDebugger .Content .CSSFrame { height:210px; margin-top:0px; }
  83. #PIDebugger .Content .CSSFrame .CSSContent { height:210px; padding:0 5px 0 10px; background:#fff; overflow:scroll; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
  84. #PIDebugger .Content .CSSFrame .CSSContent .Selector { }
  85. #PIDebugger .Content .CSSFrame .CSSContent .CSSText { padding-left:20px; }
  86. #PIDebugger .Content .CSSFrame .CSSContent .CSSProperty { color:#005500; }
  87. #PIDebugger .Content .CSSFrame .CSSContent .CSSValue { padding-left:5px; color:#000088; }
  88. #PIDebugger .Content label { font:11px Arial, Helvetica, sans-serif; }
  89. #PIDebugger .Content .DOMInput { margin-top:10px; font:11px Arial, Helvetica, sans-serif; padding:3px }
  90. #PIDebugger .Content .DOMFrame { height:190px; margin-top:10px; }
  91. #PIDebugger .Content .DOMFrame .DOMContent { height:170px; padding:10px; background:#fff; overflow:scroll; font:11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
  92. #PIDebugger .Content .DOMFrame .DOMContent .Left { float:left; width:30%; border-right:1px dotted #ddd; }
  93. #PIDebugger .Content .DOMFrame .DOMContent .Left .Property { white-space:nowrap; color:#111; font-weight:normal; }
  94. #PIDebugger .Content .DOMFrame .DOMContent .Left .Property a { padding-left:15px; }
  95. #PIDebugger .Content .DOMFrame .DOMContent .Left .SubContainer { padding-left:15px; }
  96. #PIDebugger .Content .DOMFrame .DOMContent .Left .Object { background:url(tree_open.gif) no-repeat left center; cursor:pointer; font-weight:bold; }
  97. #PIDebugger .Content .DOMFrame .DOMContent .Left .Object:hover { text-decoration:underline; color:#0000ff; }
  98. #PIDebugger .Content .DOMFrame .DOMContent .Left .Opened { background-image:url(tree_close.gif) }
  99. #PIDebugger .Content .DOMFrame .DOMContent .Right { float:left; width:67%; overflow:visible !important; overflow:hidden; }
  100. #PIDebugger .Content .DOMFrame .DOMContent .Right .Value { white-space:nowrap; padding:0 15px 0 15px; }