screen.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /* -----------------------------------------------------------------------
  2. Blueprint CSS Framework 0.8
  3. http://blueprintcss.org
  4. * Copyright (c) 2007-Present. See LICENSE for more info.
  5. * See README for instructions on how to use Blueprint.
  6. * For credits and origins, see AUTHORS.
  7. * This is a compressed file. See the sources in the 'src' directory.
  8. ----------------------------------------------------------------------- */
  9. /* reset.css */
  10. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
  11. body {line-height:1.5;}
  12. table {border-collapse:separate;border-spacing:0;}
  13. caption, th, td {text-align:left;font-weight:normal;}
  14. table, td, th {vertical-align:middle;}
  15. blockquote:before, blockquote:after, q:before, q:after {content:"";}
  16. blockquote, q {quotes:"" "";}
  17. a img {border:none;}
  18. /* typography.css */
  19. body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
  20. h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
  21. h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
  22. h2 {font-size:2em;margin-bottom:0.75em;}
  23. h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
  24. h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
  25. h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
  26. h6 {font-size:1em;font-weight:bold;}
  27. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
  28. p {margin:0 0 1.5em;}
  29. p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
  30. p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
  31. a:focus, a:hover {color:#000;}
  32. a {color:#009;text-decoration:underline;}
  33. blockquote {margin:1.5em;color:#666;font-style:italic;}
  34. strong {font-weight:bold;}
  35. em, dfn {font-style:italic;}
  36. dfn {font-weight:bold;}
  37. sup, sub {line-height:0;}
  38. abbr, acronym {border-bottom:1px dotted #666;}
  39. address {margin:0 0 1.5em;font-style:italic;}
  40. del {color:#666;}
  41. pre {margin:1.5em 0;white-space:pre;}
  42. pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
  43. li ul, li ol {margin:0 1.5em;}
  44. ul, ol {margin:0 1.5em 1.5em 1.5em;}
  45. ul {list-style-type:disc;}
  46. ol {list-style-type:decimal;}
  47. dl {margin:0 0 1.5em 0;}
  48. dl dt {font-weight:bold;}
  49. dd {margin-left:1.5em;}
  50. table {margin-bottom:1.4em;width:100%;}
  51. th {font-weight:bold;}
  52. thead th {background:#c3d9ff;}
  53. th, td, caption {padding:4px 10px 4px 5px;}
  54. tr.even td {background:#e5ecf9;}
  55. tfoot {font-style:italic;}
  56. caption {background:#eee;}
  57. .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
  58. .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
  59. .hide {display:none;}
  60. .quiet {color:#666;}
  61. .loud {color:#000;}
  62. .highlight {background:#ff0;}
  63. .added {background:#060;color:#fff;}
  64. .removed {background:#900;color:#fff;}
  65. .first {margin-left:0;padding-left:0;}
  66. .last {margin-right:0;padding-right:0;}
  67. .top {margin-top:0;padding-top:0;}
  68. .bottom {margin-bottom:0;padding-bottom:0;}
  69. /* forms.css */
  70. label {font-weight:bold;}
  71. fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
  72. legend {font-weight:bold;font-size:1.2em;}
  73. input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
  74. input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
  75. input.text, input.title {width:300px;padding:5px;}
  76. input.title {font-size:1.5em;}
  77. textarea {width:390px;height:250px;padding:5px;}
  78. .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
  79. .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
  80. .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
  81. .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
  82. .error a {color:#8a1f11;}
  83. .notice a {color:#514721;}
  84. .success a {color:#264409;}
  85. .box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
  86. hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
  87. hr.space {background:#fff;color:#fff;}
  88. .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
  89. .clearfix, .container {display:block;}
  90. .clear {clear:both;}
  91. /* -----------------------------------------------------------------------
  92. LIMONADE
  93. Design and logo by <a href="http://www.minimau.com">Minimau</a>
  94. ----------------------------------------------------------------------- */
  95. html {
  96. background-color: #b4a689;
  97. text-align: center;
  98. }
  99. body {
  100. width: auto; /* 16 col */
  101. margin: 0 20px;
  102. text-align: left;
  103. /*background: #fff url(blueprint/src/grid.png);*/
  104. font-family: Verdana, Geneva, sans-serif;
  105. color: #303030;
  106. }
  107. a, a:hover, a:visited {
  108. color: #4596cd;
  109. }
  110. a:hover {
  111. text-decoration: none;
  112. }
  113. #header, h1, h2, h3, h4 {
  114. font-family: "Arial Black", Gadget, sans-serif;
  115. }
  116. h1 {
  117. color: #b4a689;
  118. font-size: 2em;
  119. line-height: 2;
  120. border-bottom: 7px solid #000;
  121. margin-bottom: 0.75em;
  122. margin-top:0;
  123. }
  124. h2 {
  125. font-size: 1.5em;
  126. color: #cddb12;
  127. margin-top: 2em;
  128. line-height: 0.8;
  129. margin-bottom: 1.2em;
  130. }
  131. h3 {
  132. font-size: 1.33em;
  133. line-height: 0.89;
  134. margin-top: 2.66em;
  135. margin-bottom: 1.33em;
  136. color:#95b383;
  137. }
  138. pre {
  139. background-color: #cddb12;
  140. font-size: 12px;
  141. padding: 1.5em;
  142. margin-bottom: 1.5em;
  143. overflow: auto;
  144. }
  145. code {
  146. font: 10px Monaco, "Courier New", Courier, monospace;
  147. color: #0d562a;
  148. }
  149. #header {
  150. /*position:relative;*/
  151. height: 187px; /* 12 lines */
  152. background: #fff url(<?=url_for('/_lim_public/img/bg_header.png')?>) no-repeat 0 0;
  153. margin-top: 10px;
  154. padding:0;
  155. }
  156. #header h1 {
  157. position: absolute;
  158. left:-9999px;
  159. margin:0;
  160. }
  161. #footer {
  162. padding: 0 55px;
  163. background-color: #1a1818;
  164. color: #999;
  165. height: 2em;
  166. line-height: 2em;
  167. text-align: right;
  168. }
  169. #footer a {
  170. color: #a3d8de;
  171. text-decoration: none;
  172. }
  173. #footer a:hover {
  174. color: #fff;
  175. }
  176. #content {
  177. background-color: #fff;
  178. padding: 0 55px;
  179. min-height: 400px;
  180. }
  181. p.bt {
  182. text-align:right;
  183. }
  184. p.bt a {
  185. text-decoration:none;
  186. padding: 2px 4px;
  187. }
  188. p.bt a:hover {
  189. background-color: #4596cd;
  190. color: #fff;
  191. }
  192. #debug-menu {
  193. position: fixed;
  194. top: 0px;
  195. right:20px;
  196. background-color: rgba(100,100,100, 0.7);
  197. padding:5px;
  198. }
  199. #debug-menu a {
  200. color: #fff;
  201. font-size: 90%;
  202. text-decoration:none;
  203. }
  204. #debug-menu a:hover {
  205. text-decoration: underline;
  206. }