mine.css 837 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. body {
  2. background:#f5f5f5
  3. }
  4. a.tag {
  5. background:rgba(1,126,102,.08);
  6. font-size: 10px;
  7. line-height: 10px;
  8. display: inline-block;
  9. padding: 4px 4px 4px 4px;
  10. -moz-border-radius: 2px;
  11. -webkit-border-radius: 2px;
  12. border-radius: 2px;
  13. text-decoration: none;
  14. }
  15. a.item_node {
  16. font-size: 12px;
  17. line-height: 12px;
  18. padding: 4px 10px 4px 10px;
  19. margin: 0px 5px 5px 0px;
  20. border-radius: 16px;
  21. display: inline-block;
  22. border: 1px solid #e5e5e5;
  23. text-decoration: none;
  24. }
  25. .panel-heading h3{
  26. color:#555;
  27. font-size:14px;
  28. margin:0
  29. }
  30. .topic-content h1{
  31. font-size:30px;
  32. }
  33. .topic-content h2{
  34. font-size:26px;
  35. }
  36. .topic-content h3{
  37. font-size:22px;
  38. }
  39. .topic-content h4{
  40. font-size:18px;
  41. }
  42. .topic-content img {
  43. max-width: 100%;
  44. height: auto;
  45. display: block;
  46. }