Advertisement
Rapptz

Untitled

Oct 8th, 2012
734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.63 KB | None | 0 0
  1. body {
  2.   font-family: Helvetica, arial, sans-serif;
  3.   font-size: 14px;
  4.   line-height: 1.6;
  5.   padding-top: 10px;
  6.   padding-bottom: 10px;
  7.   background-color: white;
  8.   padding: 30px; }
  9.  
  10. body > *:first-child {
  11.   margin-top: 0 !important; }
  12. body > *:last-child {
  13.   margin-bottom: 0 !important; }
  14.  
  15. a {
  16.   color: #4183C4; }
  17. a.absent {
  18.   color: #cc0000; }
  19. a.anchor {
  20.   display: block;
  21.   padding-left: 30px;
  22.   margin-left: -30px;
  23.   cursor: pointer;
  24.   position: absolute;
  25.   top: 0;
  26.   left: 0;
  27.   bottom: 0; }
  28.  
  29. h1, h2, h3, h4, h5, h6 {
  30.   margin: 20px 0 10px;
  31.   padding: 0;
  32.   font-weight: bold;
  33.   -webkit-font-smoothing: antialiased;
  34.   cursor: text;
  35.   position: relative; }
  36.  
  37. h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor {
  38.   background: url("../../images/modules/styleguide/para.png") no-repeat 10px center;
  39.   text-decoration: none; }
  40.  
  41. h1 tt, h1 code {
  42.   font-size: inherit; }
  43.  
  44. h2 tt, h2 code {
  45.   font-size: inherit; }
  46.  
  47. h3 tt, h3 code {
  48.   font-size: inherit; }
  49.  
  50. h4 tt, h4 code {
  51.   font-size: inherit; }
  52.  
  53. h5 tt, h5 code {
  54.   font-size: inherit; }
  55.  
  56. h6 tt, h6 code {
  57.   font-size: inherit; }
  58.  
  59. h1 {
  60.   font-size: 28px;
  61.   color: black; }
  62.  
  63. h2 {
  64.   font-size: 24px;
  65.   border-bottom: 1px solid #cccccc;
  66.   color: black; }
  67.  
  68. h3 {
  69.   font-size: 18px; }
  70.  
  71. h4 {
  72.   font-size: 16px; }
  73.  
  74. h5 {
  75.   font-size: 14px; }
  76.  
  77. h6 {
  78.   color: #777777;
  79.   font-size: 14px; }
  80.  
  81. p, blockquote, ul, ol, dl, li, table, pre {
  82.   margin: 15px 0; }
  83.  
  84. hr {
  85.   background: transparent url("../../images/modules/pulls/dirty-shade.png") repeat-x 0 0;
  86.   border: 0 none;
  87.   color: #cccccc;
  88.   height: 4px;
  89.   padding: 0; }
  90.  
  91. body > h2:first-child {
  92.   margin-top: 0;
  93.   padding-top: 0; }
  94. body > h1:first-child {
  95.   margin-top: 0;
  96.   padding-top: 0; }
  97.   body > h1:first-child + h2 {
  98.     margin-top: 0;
  99.     padding-top: 0; }
  100. body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child {
  101.   margin-top: 0;
  102.   padding-top: 0; }
  103.  
  104. a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
  105.   margin-top: 0;
  106.   padding-top: 0; }
  107.  
  108. h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  109.   margin-top: 0; }
  110.  
  111. li p.first {
  112.   display: inline-block; }
  113. ul {
  114.     border-radius: 3px;
  115.     border-color: #9f9976 #9f9976 #a4a085 #a4a085;
  116.     border-style: solid;
  117.     border-width: 1px;
  118.     background-color: #f0f0f0;
  119.     padding-top: 8px;
  120.     padding-left: 30px;
  121.     padding-right: 15px;
  122.     padding-bottom: 8px;
  123.     margin: 0;
  124.     list-style-type: decimal;
  125.     }
  126.  
  127. kbd {
  128.   padding: 0.1em 0.6em;
  129.   border: 1px solid #CCC;
  130.   font-size: 11px;
  131.   font-family: Arial,Helvetica,sans-serif;
  132.   background-color: #F7F7F7;
  133.   color: #333;
  134.   -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
  135.   -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px white inset;
  136.   box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px white inset;
  137.   -moz-border-radius: 3px;
  138.   -webkit-border-radius: 3px;
  139.   border-radius: 3px;
  140.   display: inline-block;
  141.   margin: 0 0.1em;
  142.   text-shadow: 0 1px 0 white;
  143.   line-height: 1.4;
  144.   white-space: nowrap;
  145. }
  146.  
  147. ul, ol {
  148.   padding-left: 30px; }
  149.  
  150. ul :first-child, ol :first-child {
  151.   margin-top: 0; }
  152.  
  153. ul :last-child, ol :last-child {
  154.   margin-bottom: 0; }
  155.  
  156. dl {
  157.   padding: 0; }
  158.   dl dt {
  159.     font-size: 14px;
  160.     font-weight: bold;
  161.     font-style: italic;
  162.     padding: 0;
  163.     margin: 15px 0 5px; }
  164.     dl dt:first-child {
  165.       padding: 0; }
  166.     dl dt > :first-child {
  167.       margin-top: 0; }
  168.     dl dt > :last-child {
  169.       margin-bottom: 0; }
  170.   dl dd {
  171.     margin: 0 0 15px;
  172.     padding: 0 15px; }
  173.     dl dd > :first-child {
  174.       margin-top: 0; }
  175.     dl dd > :last-child {
  176.       margin-bottom: 0; }
  177.  
  178. blockquote {
  179.   border-left: 4px solid #dddddd;
  180.   padding: 0 15px;
  181.   color: #777777; }
  182.   blockquote > :first-child {
  183.     margin-top: 0; }
  184.   blockquote > :last-child {
  185.     margin-bottom: 0; }
  186.  
  187. table {
  188.   padding: 0; }
  189.   table tr {
  190.     border-top: 1px solid #cccccc;
  191.     background-color: white;
  192.     margin: 0;
  193.     padding: 0; }
  194.     table tr:nth-child(2n) {
  195.       background-color: #f8f8f8; }
  196.     table tr th {
  197.       font-weight: bold;
  198.       border: 1px solid #cccccc;
  199.       text-align: left;
  200.       margin: 0;
  201.       padding: 6px 13px; }
  202.     table tr td {
  203.       border: 1px solid #cccccc;
  204.       text-align: left;
  205.       margin: 0;
  206.       padding: 6px 13px; }
  207.     table tr th :first-child, table tr td :first-child {
  208.       margin-top: 0; }
  209.     table tr th :last-child, table tr td :last-child {
  210.       margin-bottom: 0; }
  211.  
  212. img {
  213.   max-width: 100%; }
  214.  
  215. span.frame {
  216.   display: block;
  217.   overflow: hidden; }
  218.   span.frame > span {
  219.     border: 1px solid #dddddd;
  220.     display: block;
  221.     float: left;
  222.     overflow: hidden;
  223.     margin: 13px 0 0;
  224.     padding: 7px;
  225.     width: auto; }
  226.   span.frame span img {
  227.     display: block;
  228.     float: left; }
  229.   span.frame span span {
  230.     clear: both;
  231.     color: #333333;
  232.     display: block;
  233.     padding: 5px 0 0; }
  234. span.align-center {
  235.   display: block;
  236.   overflow: hidden;
  237.   clear: both; }
  238.   span.align-center > span {
  239.     display: block;
  240.     overflow: hidden;
  241.     margin: 13px auto 0;
  242.     text-align: center; }
  243.   span.align-center span img {
  244.     margin: 0 auto;
  245.     text-align: center; }
  246. span.align-right {
  247.   display: block;
  248.   overflow: hidden;
  249.   clear: both; }
  250.   span.align-right > span {
  251.     display: block;
  252.     overflow: hidden;
  253.     margin: 13px 0 0;
  254.     text-align: right; }
  255.   span.align-right span img {
  256.     margin: 0;
  257.     text-align: right; }
  258. span.float-left {
  259.   display: block;
  260.   margin-right: 13px;
  261.   overflow: hidden;
  262.   float: left; }
  263.   span.float-left span {
  264.     margin: 13px 0 0; }
  265. span.float-right {
  266.   display: block;
  267.   margin-left: 13px;
  268.   overflow: hidden;
  269.   float: right; }
  270.   span.float-right > span {
  271.     display: block;
  272.     overflow: hidden;
  273.     margin: 13px auto 0;
  274.     text-align: right; }
  275.  
  276. code, tt {
  277.   margin: 0 2px;
  278.   padding: 0 5px;
  279.   white-space: nowrap;
  280.   border: 1px solid #eaeaea;
  281.   background-color: #f8f8f8;
  282.   border-radius: 3px; }
  283.  
  284. pre code {
  285.   margin: 0;
  286.   padding: 0;
  287.   white-space: pre;
  288.   border: none;
  289.   background: transparent; }
  290.  
  291. .highlight pre {
  292.   background-color: #f8f8f8;
  293.   border: 1px solid #cccccc;
  294.   font-size: 13px;
  295.   line-height: 19px;
  296.   overflow: auto;
  297.   padding: 6px 10px;
  298.   border-radius: 3px; }
  299.  
  300. pre {
  301.   background-color: #f8f8f8;
  302.   border: 1px solid #cccccc;
  303.   font-size: 13px;
  304.   line-height: 19px;
  305.   overflow: auto;
  306.   padding: 6px 10px;
  307.   border-radius: 3px; }
  308.   pre code, pre tt {
  309.     background-color: transparent;
  310.     border: none; }
  311.  
  312.  
  313. .markdown-body code,.markdown-body tt{margin:0 2px;padding:0px 5px;white-space:nowrap;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px}
  314. .markdown-body pre>code{margin:0;padding:0;white-space:pre;border:none;background:transparent}
  315. .markdown-body .highlight pre,.markdown-body pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;overflow:auto;padding:6px 10px;border-radius:3px}
  316. .markdown-body pre code,.markdown-body pre tt{background-color:transparent;border:none}
  317. .highlight{background:#ffffff}
  318. .highlight .c{color:#999988;font-style:italic}
  319. .highlight .err{color:#a61717;background-color:#e3d2d2}
  320. .highlight .k{color: #0000ff;}
  321. /*.highlight .o{font-weight:bold}*/
  322. .highlight .cm{color:#008000;font-style:italic}
  323. .highlight .cp{color:#d14;}
  324. .highlight .c1{color:#008000;font-style:italic}
  325. .highlight .cs{color:#999999;font-weight:bold;font-style:italic}
  326. .highlight .gd{color:#000000;background-color:#ffdddd}
  327. .highlight .gd .x{color:#000000;background-color:#ffaaaa}
  328. .highlight .ge{font-style:italic}
  329. .highlight .gr{color:#aa0000}
  330. .highlight .gh{color:#999999}
  331. .highlight .gi{color:#000000;background-color:#ddffdd}
  332. .highlight .gi .x{color:#000000;background-color:#aaffaa}
  333. .highlight .go{color:#888888}
  334. .highlight .gp{color:#555555}
  335. .highlight .gs{font-weight:bold}
  336. .highlight .gu{color:#800080;font-weight:bold}
  337. .highlight .gt{color:#aa0000}
  338. .highlight .kc{font-weight:bold}
  339. .highlight .kd{font-weight:bold}
  340. .highlight .kn{font-weight:bold}
  341. .highlight .kp{font-weight:bold}
  342. .highlight .kr{font-weight:bold}
  343. .highlight .kt{color:#0000ff;}
  344. .highlight .m{color:#009999}
  345. .highlight .s{color:#d14}
  346. .highlight .na{color:#008080}
  347. .highlight .nb{color:#0086B3}
  348. .highlight .nc{color:#445588;font-weight:bold}
  349. .highlight .no{color:#008080}
  350. .highlight .ni{color:#800080}
  351. .highlight .ne{color:#990000;font-weight:bold}
  352. .highlight .nf{color:#990000;font-weight:bold}
  353. .highlight .nn{color:#555555}
  354. .highlight .nt{color:#000080}
  355. .highlight .nv{color:#008080}
  356. .highlight .ow{font-weight:bold}
  357. .highlight .w{color:#bbbbbb}
  358. .highlight .mf{color:#009999}
  359. .highlight .mh{color:#009999}
  360. .highlight .mi{color:#009999}
  361. .highlight .mo{color:#009999}
  362. .highlight .sb{color:#d14}
  363. .highlight .sc{color:#d14}
  364. .highlight .sd{color:#d14}
  365. .highlight .s2{color:#d14}
  366. .highlight .se{color:#d14}
  367. .highlight .sh{color:#d14}
  368. .highlight .si{color:#d14}
  369. .highlight .sx{color:#d14}
  370. .highlight .sr{color:#009926}
  371. .highlight .s1{color:#d14}
  372. .highlight .ss{color:#990073}
  373. .highlight .bp{color:#999999}
  374. .highlight .vc{color:#008080}
  375. .highlight .vg{color:#008080}
  376. .highlight .vi{color:#008080}
  377. .highlight .il{color:#009999}
  378. .highlight .gc{color:#999;background-color:#EAF2F5}
  379. .type-csharp .highlight .k{color:#0000FF}
  380. .type-csharp .highlight .kt{color:#0000FF}
  381. .type-csharp .highlight .nf{color:#000000;font-weight:normal}
  382. .type-csharp .highlight .nc{color:#2B91AF}
  383. .type-csharp .highlight .nn{color:#000000}
  384. .type-csharp .highlight .s{color:#A31515}
  385. .type-csharp .highlight .sc{color:#A31515}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement