style.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. @import url(http://fonts.googleapis.com/css?family=Droid+Sans);
  2. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  3. audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  4. audio:not([controls]) { display: none; }
  5. [hidden] { display: none; }
  6. html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  7. html, button, input, select, textarea { font-family: sans-serif; color: #222; }
  8. body { margin: 0; font-size: 1em; line-height: 1.4; }
  9. ::-moz-selection { background: #E37B52; color: #fff; text-shadow: none; }
  10. ::selection { background: #E37B52; color: #fff; text-shadow: none; }
  11. a { color: #00e; }
  12. a:visited { color: #551a8b; }
  13. a:hover { color: #06e; }
  14. a:focus { outline: thin dotted; }
  15. a:hover, a:active { outline: 0; }
  16. abbr[title] { border-bottom: 1px dotted; }
  17. b, strong { font-weight: bold; }
  18. blockquote { margin: 1em 40px; }
  19. dfn { font-style: italic; }
  20. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  21. ins { background: #ff9; color: #000; text-decoration: none; }
  22. mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  23. pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
  24. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  25. q { quotes: none; }
  26. q:before, q:after { content: ""; content: none; }
  27. small { font-size: 85%; }
  28. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  29. sup { top: -0.5em; }
  30. sub { bottom: -0.25em; }
  31. ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  32. dd { margin: 0 0 0 40px; }
  33. nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  34. img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
  35. svg:not(:root) { overflow: hidden; }
  36. figure { margin: 0; }
  37. form { margin: 0; }
  38. fieldset { border: 0; margin: 0; padding: 0; }
  39. label { cursor: pointer; }
  40. legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  41. button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  42. button, input { line-height: normal; }
  43. button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  44. button[disabled], input[disabled] { cursor: default; }
  45. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  46. input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  47. input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  48. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  49. textarea { overflow: auto; vertical-align: top; resize: vertical; }
  50. input:valid, textarea:valid { }
  51. input:invalid, textarea:invalid { background-color: #f0dddd; }
  52. table { border-collapse: collapse; border-spacing: 0; }
  53. td { vertical-align: top; }
  54. body
  55. {
  56. font-family:'Droid Sans', sans-serif;
  57. font-size:10pt;
  58. color:#555;
  59. line-height: 25px;
  60. }
  61. .wrapper
  62. {
  63. width:760px;
  64. margin:0 auto 5em auto;
  65. }
  66. .wrapper>header
  67. {
  68. border-bottom:1px solid #eee;
  69. background-image:url(../img/logoback.png);
  70. background-repeat:no-repeat;
  71. background-position:right;
  72. text-shadow:1px 1px 0px #fff;
  73. padding-top:2.5em;
  74. }
  75. .wrapper>header h1
  76. {
  77. font-size: 28pt;
  78. font-family: 'Ubuntu';
  79. margin: 0 0 10px 0;
  80. letter-spacing: 2px;
  81. }
  82. .wrapper>header h2
  83. {
  84. margin:0;
  85. color:#888;
  86. letter-spacing: 2px;
  87. }
  88. .slogan
  89. {
  90. font-size:0.8em;
  91. }
  92. .intro-text
  93. {
  94. width:480px;
  95. }
  96. .main
  97. {
  98. overflow:hidden;
  99. }
  100. .content
  101. {
  102. width:540px;
  103. float:right;
  104. border-left:1px solid #eee;
  105. padding-left:1.5em;
  106. }
  107. .content blockquote p
  108. {
  109. background-color:#f8f8f8;
  110. padding:0.5em 1em;
  111. border-left:3px solid #E3591E;
  112. text-shadow:1px 1px 0 #fff;
  113. font-style:italic;
  114. margin:3em 0;
  115. }
  116. .content p
  117. {
  118. line-height:1.6em;
  119. margin:1.5em 0;
  120. }
  121. .content>h1 {
  122. font-size: 18pt;
  123. }
  124. .content>h2 {
  125. font-size: 14pt;
  126. margin-top:2.2em;
  127. }
  128. .content>h3 {
  129. font-size: 12pt;
  130. }
  131. .content>h4 {
  132. font-size: 10pt;
  133. }
  134. .content>h1:not(:first-child) {
  135. margin-top: 30px;
  136. }
  137. a, a:visited
  138. {
  139. color:#2972A3;
  140. text-decoration:none;
  141. }
  142. a:hover
  143. {
  144. color:#72ADD4;
  145. text-decoration:underline;
  146. }
  147. .sidebar
  148. {
  149. width:180px;
  150. float:left;
  151. font-size:0.9em;
  152. }
  153. .sidebar>ul
  154. {
  155. list-style-type:none;
  156. padding-left:1em;
  157. margin:0;
  158. padding: 0;
  159. }
  160. .sidebar>ul li:before
  161. {
  162. text-decoration:none;
  163. color:#777;
  164. margin-right:0.2em;
  165. }
  166. .sidebar>ul ul
  167. {
  168. list-style-type:none;
  169. margin:0 0 0 1.5em;
  170. padding:0;
  171. }
  172. .sidebar>ul ul>li:before
  173. {
  174. content:"\2013";
  175. margin-right:0.4em;
  176. }
  177. pre, code
  178. {
  179. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  180. }
  181. pre
  182. {
  183. border:1px solid #eee;
  184. padding:0.5em 1em;
  185. font-size:0.8em;
  186. background-color:#f5f5f5;
  187. text-shadow:1px 1px 0 #fff;
  188. line-height:1.7em;
  189. }
  190. code
  191. {
  192. background-color:#FFE5DB;
  193. font-size:0.8em;
  194. display:inline-block;
  195. padding:0.2em 0.4em;
  196. text-shadow:1px 1px 0 #fff;
  197. }
  198. /* Prettify Styles -------------- */
  199. .com {
  200. color: #93a1a1;
  201. }
  202. .lit {
  203. color: #195f91;
  204. }
  205. .pun, .opn, .clo {
  206. color: #93a1a1;
  207. }
  208. .fun {
  209. color: #dc322f;
  210. }
  211. .str, .atv {
  212. color: #D14;
  213. }
  214. .kwd, .linenums .tag {
  215. color: #1e347b;
  216. }
  217. .typ,
  218. .atn,
  219. .dec,
  220. .var {
  221. color: teal;
  222. }
  223. .pln {
  224. color: #48484c;
  225. }
  226. .prettyprint
  227. {
  228. padding:0;
  229. text-shadow:1px 1px 0 #fff;
  230. }
  231. .prettyprint ol
  232. {
  233. color:#ccc;
  234. }
  235. /* end ------------------------ */
  236. @media print {
  237. * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  238. a, a:visited { text-decoration: underline; }
  239. a[href]:after { content: " (" attr(href) ")"; }
  240. abbr[title]:after { content: " (" attr(title) ")"; }
  241. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  242. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  243. thead { display: table-header-group; }
  244. tr, img { page-break-inside: avoid; }
  245. img { max-width: 100% !important; }
  246. @page { margin: 0.5cm; }
  247. p, h2, h3 { orphans: 3; widows: 3; }
  248. h2, h3 { page-break-after: avoid; }
  249. }