martinus

/r/keto FAQ stylesheet

May 12th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. /* FAQ stuff begin */
  2. .toc {
  3.   width:400px;
  4.   float:right;
  5. }
  6. .toc li {
  7. margin: 0.2em 0 0.2em 0 !important;
  8. }
  9.  
  10. .wiki li {
  11. margin: 0.5em 0 0.5em 2em;
  12. }
  13.  
  14. .md.wiki a {
  15. color: #1982d1;
  16. }
  17. .md.wiki a:focus, .md.wiki a:active, .md.wiki a:hover {
  18. text-decoration: underline;
  19. }
  20.  
  21. .md.wiki p {
  22.   margin-left: 1em !important;
  23. }
  24.  
  25.       .md.wiki h1, .md.wiki h2, .md.wiki h3, .md.wiki h4, .md.wiki h5, .md.wiki h6    {
  26.         font-family: Georgia, Palatino, "Times New Roman", Times, serif  !important;
  27.         font-weight: normal  !important;
  28.         clear:left;
  29.       }
  30.       .md.wiki h1 {
  31.         font-size: 400% !important;
  32.         margin-bottom: 0  !important;
  33.       }
  34.       .md.wiki h2 {
  35.         color: #609032  !important;
  36.         font-size: 180%  !important;
  37.         margin-top:1.5em !important;
  38.       }
  39.       .md.wiki h3 {
  40.         color: #609032  !important;
  41.         font-size: 130%  !important;
  42.         margin-top:1.5em !important;
  43.       }
  44.       .md.wiki h4 {
  45.         color: #000000  !important;
  46.         font-size: 100%  !important;
  47.         margin-top:1.5em !important;
  48.       }
  49.       .md.wiki img {
  50.         float:left;
  51.         margin:0 10px 10px 0;
  52.       }
  53.     /* taken from http://the16art.com/2007/12/18/css-automatically-marked-and-accessible-external-links/ */
  54.     .md.wiki a[href^="http"]:not([href*="reddit.com"]) {
  55.         background: url(%%external-link%%) no-repeat 0% 1px;
  56.         padding: 0 0 0 13px;
  57.     }
  58.     .md.wiki pre {
  59.       margin-left: 2em;
  60.       padding: 5px;
  61.       border-left: 4px solid #CCCCCC;
  62.       border-bottom: 1px solid #cccccc;
  63.       border-top: 1px solid #cccccc;
  64.     }
  65.  
  66.  
  67. /* FAQ stuff end */
Advertisement
Add Comment
Please, Sign In to add comment