exception.css 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.1.2
  6. build: 56
  7. */
  8. .sf-exceptionreset html{color:#000;background:#FFF;}.sf-exceptionreset body,.sf-exceptionreset div,.sf-exceptionreset dl,.sf-exceptionreset dt,.sf-exceptionreset dd,.sf-exceptionreset ul,.sf-exceptionreset ol,.sf-exceptionreset li,.sf-exceptionreset h1,.sf-exceptionreset h2,.sf-exceptionreset h3,.sf-exceptionreset h4,.sf-exceptionreset h5,.sf-exceptionreset h6,.sf-exceptionreset pre,.sf-exceptionreset code,.sf-exceptionreset form,.sf-exceptionreset fieldset,.sf-exceptionreset legend,.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset p,.sf-exceptionreset blockquote,.sf-exceptionreset th,.sf-exceptionreset td{margin:0;padding:0;}.sf-exceptionreset table{border-collapse:collapse;border-spacing:0;}.sf-exceptionreset fieldset,.sf-exceptionreset img{border:0;}.sf-exceptionreset address,.sf-exceptionreset caption,.sf-exceptionreset cite,.sf-exceptionreset code,.sf-exceptionreset dfn,.sf-exceptionreset em,.sf-exceptionreset strong,.sf-exceptionreset th,.sf-exceptionreset var{font-style:normal;font-weight:normal;}.sf-exceptionreset li{list-style:none;}.sf-exceptionreset caption,.sf-exceptionreset th{text-align:left;}.sf-exceptionreset h1,.sf-exceptionreset h2,.sf-exceptionreset h3,.sf-exceptionreset h4,.sf-exceptionreset h5,.sf-exceptionreset h6{font-size:100%;font-weight:normal;}.sf-exceptionreset q:before,.sf-exceptionreset q:after{content:'';}.sf-exceptionreset abbr,.sf-exceptionreset acronym{border:0;font-variant:normal;}.sf-exceptionreset sup{vertical-align:text-top;}.sf-exceptionreset sub{vertical-align:text-bottom;}.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset select{font-family:inherit;font-size:inherit;font-weight:inherit;}.sf-exceptionreset input,.sf-exceptionreset textarea,.sf-exceptionreset select{*font-size:100%;}.sf-exceptionreset legend{color:#000;}
  9. .sf-exceptionreset html,
  10. .sf-exceptionreset body {
  11. width: 100%;
  12. min-height: 100%;
  13. _height: 100%;
  14. margin: 0;
  15. padding: 0;
  16. }
  17. .sf-exceptionreset body {
  18. font: 1em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  19. text-align: left;
  20. background-color: #efefef;
  21. }
  22. .sf-exceptionreset abbr {
  23. border-bottom: 1px dotted #000;
  24. cursor: help;
  25. }
  26. .sf-exceptionreset p {
  27. font-size: 14px;
  28. line-height: 20px;
  29. color: #868686;
  30. padding-bottom: 20px;
  31. }
  32. .sf-exceptionreset strong {
  33. color: #313131;
  34. font-weight: bold;
  35. }
  36. .sf-exceptionreset a {
  37. color: #6c6159;
  38. }
  39. .sf-exceptionreset a img {
  40. border: none;
  41. }
  42. .sf-exceptionreset a:hover {
  43. text-decoration: underline;
  44. }
  45. .sf-exceptionreset em {
  46. font-style: italic;
  47. }
  48. .sf-exceptionreset h2,
  49. .sf-exceptionreset h3 {
  50. font-weight: bold;
  51. }
  52. .sf-exceptionreset h1 {
  53. font-family: Georgia, "Times New Roman", Times, serif;
  54. font-size: 20px;
  55. color: #313131;
  56. }
  57. .sf-exceptionreset li {
  58. padding-bottom: 10px;
  59. }
  60. .sf-exceptionreset .traces {
  61. padding-bottom: 14px;
  62. }
  63. .sf-exceptionreset .traces li {
  64. font-size: 12px;
  65. color: #868686;
  66. padding: 5px 4px;
  67. list-style-type: decimal;
  68. margin-left: 20px;
  69. }
  70. .sf-exceptionreset #logs .traces li.error {
  71. font-style: normal;
  72. color: #AA3333;
  73. background: #f9ecec;
  74. }
  75. /* fix for Opera not liking empty <li> */
  76. .sf-exceptionreset .traces li:after {
  77. content: "\00A0";
  78. }
  79. .sf-exceptionreset .trace {
  80. border: 1px solid #D3D3D3;
  81. padding: 10px;
  82. overflow: auto;
  83. margin: 10px 0 20px;
  84. }
  85. .sf-exceptionreset .block,
  86. .sf-exceptionreset .block_exception {
  87. -moz-border-radius: 16px;
  88. -webkit-border-radius: 16px;
  89. border-radius: 16px;
  90. margin-bottom: 20px;
  91. }
  92. .sf-exceptionreset .block {
  93. background-color: #FFFFFF;
  94. border: 1px solid #dfdfdf;
  95. padding: 40px 50px;
  96. }
  97. .sf-exceptionreset .block_exception {
  98. background-color: #f6f6f6;
  99. border: 1px solid #dfdfdf;
  100. padding: 30px 28px;
  101. }
  102. .sf-exceptionreset .block_exception div {
  103. color: #313131;
  104. font-size: 10px;
  105. }
  106. .sf-exceptionreset .block_exception_detected .illustration_exception,
  107. .sf-exceptionreset .block_exception_detected .text_exception {
  108. float: left;
  109. }
  110. .sf-exceptionreset .block_exception_detected .illustration_exception {
  111. width: 152px;
  112. }
  113. .sf-exceptionreset .block_exception_detected .text_exception {
  114. width: 670px;
  115. padding: 30px 44px 24px 46px;
  116. position: relative;
  117. }
  118. .sf-exceptionreset .text_exception .open_quote,
  119. .sf-exceptionreset .text_exception .close_quote {
  120. position: absolute;
  121. }
  122. .sf-exceptionreset .open_quote {
  123. top: 0;
  124. left: 0;
  125. }
  126. .sf-exceptionreset .close_quote {
  127. bottom: 0;
  128. right: 50px;
  129. }
  130. .sf-exceptionreset .block_exception p {
  131. font-family: Arial, Helvetica, sans-serif;
  132. }
  133. .sf-exceptionreset .block_exception p a,
  134. .sf-exceptionreset .block_exception p a:hover {
  135. color: #565656;
  136. }
  137. .sf-exceptionreset h2 {
  138. font-size: 16px;
  139. font-family: Arial, Helvetica, sans-serif;
  140. padding-bottom: 16px;
  141. }
  142. .sf-exceptionreset li a {
  143. background: none;
  144. color: #868686;
  145. text-decoration: none;
  146. }
  147. .sf-exceptionreset li a:hover {
  148. background: none;
  149. color: #313131;
  150. text-decoration: underline;
  151. }
  152. .sf-exceptionreset .logs h2 {
  153. float: left;
  154. width: 654px;
  155. }
  156. .sf-exceptionreset .error_count {
  157. float: right;
  158. width: 170px;
  159. text-align: right;
  160. }
  161. .sf-exceptionreset .error_count span {
  162. display: inline-block;
  163. background-color: #aacd4e;
  164. -moz-border-radius: 6px;
  165. -webkit-border-radius: 6px;
  166. border-radius: 6px;
  167. padding: 4px;
  168. color: white;
  169. margin-right: 2px;
  170. font-size: 11px;
  171. font-weight: bold;
  172. }
  173. .sf-exceptionreset .toggle {
  174. vertical-align: middle;
  175. }
  176. .sf-exceptionreset .linked ul,
  177. .sf-exceptionreset .linked li {
  178. display: inline;
  179. }
  180. .sf-exceptionreset #output_content {
  181. color: #000;
  182. font-size: 12px;
  183. }
  184. .sf-exceptionreset ol {
  185. padding: 10px 0;
  186. }
  187. .sf-exceptionreset ol li {
  188. list-style: decimal;
  189. margin-left: 20px;
  190. padding: 2px;
  191. padding-bottom: 20px;
  192. }
  193. .sf-exceptionreset ol ol li {
  194. list-style-position: inside;
  195. margin-left: 0;
  196. white-space: nowrap;
  197. font-size: 12px;
  198. padding-bottom: 0;
  199. }
  200. .sf-exceptionreset li .selected {
  201. background-color: #ffd;
  202. }