Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. #wrapper {
  2. font-family: Input Sans, Helvetica Neue, Helvetica, sans-serif;
  3. font-weight: 200;
  4. }
  5.  
  6. h1, h2, h3, h4, h5 {
  7. font-family: Input Sans, Helvetica Neue, Helvetica, sans-serif;
  8. background-color: inherit;
  9. }
  10.  
  11. #main-menu .wiki {
  12. line-height: inherit;
  13. font-size: inherit;
  14. }
  15.  
  16. table.list tbody td, table.list tbody tr td, table.list tbody tr td.checkbox {
  17. font-size: 11px;
  18. }
  19.  
  20. table.list tbody tr.status-7 td.status {
  21. background-color: #E8E180;
  22. }
  23.  
  24. table.list tbody tr:hover {
  25. background-color: #4a6da7;
  26. color: #fff;
  27. }
  28.  
  29. table.list tbody tr:hover a,
  30. table.list tbody tr:hover a:hover {
  31. color: #fff;
  32. }
  33.  
  34.  
  35. tr.tracker-1 {
  36. background-color: #EDCCC2;
  37. }
  38.  
  39. tr.tracker-20 {
  40. background-color: #8c8c8c;
  41. color: #fff;
  42. }
  43.  
  44. tr.tracker-20 a {
  45. color: #fff;
  46. }
  47.  
  48. tr.tracker-20:hover,
  49. tr.tracker-20:hover a,
  50. tr.tracker-20 a:hover {
  51. color: #000;
  52. }
  53.  
  54. tr.tracker-21 {
  55. background-color: #E3E3E3;
  56. }
  57.  
  58.  
  59. tr.tracker-5 {
  60. background-color: #EDECC2;
  61. }
  62. div.issue {
  63. background-color: #f7f7f7;
  64. }
  65.  
  66. div.subject h3 {
  67. font-size: 180%;
  68. }
  69.  
  70. div.issue div.subject p {
  71. font-size: 120%;
  72. }
  73.  
  74. table.progress td.closed {
  75. background: #3FA53F none repeat scroll 0%;
  76. }
  77.  
  78. .wiki {
  79. margin: 0 auto;
  80. background-color: #f7f7f7;
  81. font-family: Input Sans, Helvetica Neue, Helvetica, sans-serif;
  82. font-weight: 200;
  83. color: #666666;
  84. line-height: 1.6;
  85. max-width: 750px;
  86. font-size: 15px;
  87. }
  88.  
  89. .journal .wiki {
  90. background-color: #fff;
  91. padding: 20px 0;
  92.  
  93. }
  94.  
  95. #content .wiki {
  96. text-align: left;
  97. }
  98.  
  99. .issue-box .wiki {
  100. background-color: #fff;
  101. }
  102.  
  103. .wiki p {
  104. font-size: 15px;
  105. color: #333333;
  106. }
  107.  
  108. .wiki h1, .wiki h2, .wiki h3, .wiki h4, .wiki h5 {
  109. color: #111111;
  110. font-weight: 600;
  111. margin: 0;
  112. padding: 0;
  113. }
  114.  
  115. .wiki h1 {
  116. font-size: 230%;
  117. font-variant: small-caps;
  118. }
  119.  
  120. .wiki h2 {
  121. font-size: 130%;
  122. }
  123.  
  124. .wiki h3 {
  125. font-size: 100%;
  126. }
  127.  
  128. .wiki h4 {
  129. font-size: 90%;
  130. }
  131.  
  132. .wiki h5 {
  133. font-size: 80%;
  134. }
  135.  
  136. .wiki h6 {
  137. font-size: 80%;
  138. }
  139.  
  140. .wiki a {
  141. margin: 0;
  142. padding: 0;
  143. vertical-align: baseline;
  144. }
  145.  
  146. .wiki a:hover {
  147. text-decoration: blink;
  148. color: green;
  149. }
  150.  
  151. .wiki ul, .wiki ol {
  152. padding: 0;
  153. margin: 0px 0px 0px 50px;
  154. }
  155.  
  156. .wiki ul {
  157. list-style-type: square;
  158. list-style-position: inside;
  159. }
  160.  
  161. .wiki li {
  162. line-height: 150%;
  163. }
  164.  
  165. .wiki li ul, .wiki li ul {
  166. margin-left: 24px;
  167. }
  168.  
  169. .wiki pre {
  170. padding: 0px 24px;
  171. max-width: 800px;
  172. white-space: pre-wrap;
  173. }
  174.  
  175. .wiki code {
  176. font-family: Input Mono, Consolas, Monaco, Andale Mono, monospace;
  177. line-height: 1.5;
  178. font-size: 15px;
  179. }
  180.  
  181. .wiki aside {
  182. display: block;
  183. float: right;
  184. width: 390px;
  185. }
  186.  
  187. .wiki blockquote {
  188. border-left: .5em solid #eee;
  189. padding: 0 1em;
  190. margin-left: 0;
  191. max-width: 476px;
  192. }
  193.  
  194. .wiki blockquote cite {
  195. font-size: 14px;
  196. line-height: 20px;
  197. color: #bfbfbf;
  198. }
  199.  
  200. .wiki blockquote cite:before {
  201. content: '\2014 \00A0';
  202. }
  203.  
  204. .wiki blockquote p {
  205. color: #666;
  206. max-width: 460px;
  207. }
  208.  
  209. .wiki hr {
  210. width: 540px;
  211. text-align: left;
  212. margin: 0 auto 0 0;
  213. color: #999;
  214. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement