exception.css 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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. word-break: break-all;
  57. }
  58. .sf-exceptionreset li {
  59. padding-bottom: 10px;
  60. }
  61. .sf-exceptionreset .traces {
  62. padding-bottom: 14px;
  63. }
  64. .sf-exceptionreset .traces li {
  65. font-size: 12px;
  66. color: #868686;
  67. padding: 5px 4px;
  68. list-style-type: decimal;
  69. margin-left: 20px;
  70. white-space: break-word;
  71. }
  72. .sf-exceptionreset #logs .traces li.error {
  73. font-style: normal;
  74. color: #AA3333;
  75. background: #f9ecec;
  76. }
  77. .sf-exceptionreset #logs .traces li.warning {
  78. font-style: normal;
  79. background: #ffcc00;
  80. }
  81. /* fix for Opera not liking empty <li> */
  82. .sf-exceptionreset .traces li:after {
  83. content: "\00A0";
  84. }
  85. .sf-exceptionreset .trace {
  86. border: 1px solid #D3D3D3;
  87. padding: 10px;
  88. overflow: auto;
  89. margin: 10px 0 20px;
  90. }
  91. .sf-exceptionreset .block,
  92. .sf-exceptionreset .block_exception {
  93. -moz-border-radius: 16px;
  94. -webkit-border-radius: 16px;
  95. border-radius: 16px;
  96. margin-bottom: 20px;
  97. }
  98. .sf-exceptionreset .block {
  99. background-color: #FFFFFF;
  100. border: 1px solid #dfdfdf;
  101. padding: 40px 50px;
  102. }
  103. .sf-exceptionreset .block_exception {
  104. background-color: #f6f6f6;
  105. border: 1px solid #dfdfdf;
  106. padding: 30px 28px;
  107. }
  108. .sf-exceptionreset .block_exception div {
  109. color: #313131;
  110. font-size: 10px;
  111. }
  112. .sf-exceptionreset .block_exception_detected .illustration_exception,
  113. .sf-exceptionreset .block_exception_detected .text_exception {
  114. float: left;
  115. }
  116. .sf-exceptionreset .block_exception_detected .illustration_exception {
  117. width: 152px;
  118. }
  119. .sf-exceptionreset .block_exception_detected .text_exception {
  120. width: 670px;
  121. padding: 30px 44px 24px 46px;
  122. position: relative;
  123. }
  124. .sf-exceptionreset .text_exception .open_quote,
  125. .sf-exceptionreset .text_exception .close_quote {
  126. position: absolute;
  127. }
  128. .sf-exceptionreset .open_quote {
  129. top: 0;
  130. left: 0;
  131. }
  132. .sf-exceptionreset .close_quote {
  133. bottom: 0;
  134. right: 50px;
  135. }
  136. .sf-exceptionreset .block_exception p {
  137. font-family: Arial, Helvetica, sans-serif;
  138. }
  139. .sf-exceptionreset .block_exception p a,
  140. .sf-exceptionreset .block_exception p a:hover {
  141. color: #565656;
  142. }
  143. .sf-exceptionreset h2 {
  144. font-size: 16px;
  145. font-family: Arial, Helvetica, sans-serif;
  146. padding-bottom: 16px;
  147. }
  148. .sf-exceptionreset li a {
  149. background: none;
  150. color: #868686;
  151. text-decoration: none;
  152. }
  153. .sf-exceptionreset li a:hover {
  154. background: none;
  155. color: #313131;
  156. text-decoration: underline;
  157. }
  158. .sf-exceptionreset .logs h2 {
  159. float: left;
  160. width: 654px;
  161. }
  162. .sf-exceptionreset .error_count {
  163. float: right;
  164. width: 170px;
  165. text-align: right;
  166. }
  167. .sf-exceptionreset .error_count span {
  168. display: inline-block;
  169. background-color: #aacd4e;
  170. -moz-border-radius: 6px;
  171. -webkit-border-radius: 6px;
  172. border-radius: 6px;
  173. padding: 4px;
  174. color: white;
  175. margin-right: 2px;
  176. font-size: 11px;
  177. font-weight: bold;
  178. }
  179. .sf-exceptionreset .toggle {
  180. vertical-align: middle;
  181. }
  182. .sf-exceptionreset .linked ul,
  183. .sf-exceptionreset .linked li {
  184. display: inline;
  185. }
  186. .sf-exceptionreset #output_content {
  187. color: #000;
  188. font-size: 12px;
  189. }
  190. .sf-exceptionreset ol {
  191. padding: 10px 0;
  192. }
  193. .sf-exceptionreset ol li {
  194. list-style: decimal;
  195. margin-left: 20px;
  196. padding: 2px;
  197. padding-bottom: 20px;
  198. }
  199. .sf-exceptionreset ol ol li {
  200. list-style-position: inside;
  201. margin-left: 0;
  202. white-space: nowrap;
  203. font-size: 12px;
  204. padding-bottom: 0;
  205. }
  206. .sf-exceptionreset li .selected {
  207. background-color: #ffd;
  208. }