wizarD_AT

CSS for documentation

Aug 6th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. theme01.css replace lines 293 to 315
  2. before: http://puu.sh/qrF2D/d61036a374.png after: http://puu.sh/qrF32/da973629c9.png
  3.  
  4. #documentation_contents h2 + div{padding-left:16px;}
  5. #documentation_contents h3 + div{padding-left:16px;}
  6.  
  7. #documentation_contents div.codeDesc {margin:5px 0 0 15px;}
  8.  
  9. #documentation_contents div.code, div.example {
  10. padding:7px 14px;
  11. font-family:"Courier New", Courier, monospace; font-size:16px;
  12. }
  13. #documentation_contents div.code {
  14. background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.5);
  15. }
  16. #documentation_contents div.example{
  17. background:rgba(128,90,10,.1);
  18. border-bottom:1px dashed rgba(128,90,10,.5);border-left:1px dashed rgba(128,90,10,.5);border-right:1px dashed rgba(128,90,10,.5);
  19. margin-top:0;
  20. }
  21. #documentation_contents span.cemph {
  22. font-family:"Courier New", Courier, monospace;color:#FFD7D7;
  23. }
  24. #documentation_contents h2 {border-bottom:5px solid white;margin:40px 0 10px;}
  25. #documentation_contents h3 {border-bottom: 3px solid white;margin:30px 0 10px;}
  26. #documentation_contents h4 {
  27. border-bottom:2px solid white;
  28. margin:25px 0 10px;
  29. font-size:18px;}
Advertisement
Add Comment
Please, Sign In to add comment