style.css 628 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @CHARSET "UTF-8";
  2. /* use this statement to integrate the stylesheet to all html filed manually :(
  3. <link rel="stylesheet" type="text/css" href="../style.css"></link>
  4. */
  5. li img {
  6. display: block;
  7. margin-top: 0.5ex;
  8. margin-bottom: 0.5ex;
  9. }
  10. code{
  11. border: 1px solid #bbb;
  12. padding: 7px;
  13. margin-right:10px;
  14. margin-left:5px;
  15. display:block;
  16. color:#6d0479;
  17. }
  18. li code {
  19. display:inline;
  20. border:0px;
  21. margin:0px;
  22. color:#000;
  23. }
  24. h2 {
  25. margin-top:85px;
  26. }
  27. h4 {
  28. margin-top:10px;
  29. }
  30. table {
  31. width: 80%;
  32. margin-left:5px;
  33. margin-right:10px;
  34. }
  35. td, th {
  36. border : 1px solid #bbb;
  37. padding: 7px;
  38. }