PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/api/wlw.css

#
CSS | 45 lines | 36 code | 9 blank | 0 comment | 0 complexity | e763c4d4ce4432d3e841bb6d390acb3d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. body {
  2. background-color: #F1F1F1;
  3. color: #444444;
  4. font-family: Arial,"Lucida Sans Unicode",sans-serif;
  5. font-size: 11px;
  6. margin: 0 10px;
  7. }
  8. h1 {
  9. font-size: 15px;
  10. }
  11. #tagcloud {
  12. margin-bottom: 10px;
  13. white-space: normal;
  14. }
  15. #tagcloud li {
  16. display: inline;
  17. }
  18. #tagcloud a {
  19. margin-right: 3px;
  20. display: inline;
  21. }
  22. #tagcloud a.biggest {
  23. font-size: 20px;
  24. }
  25. #tagcloud a.big {
  26. font-size: 17px;
  27. }
  28. #tagcloud a.medium {
  29. font-size: 13px;
  30. }
  31. #tagcloud a.small {
  32. font-size: 12px;
  33. }
  34. #tagcloud a.smallest {
  35. font-size: 10px;
  36. }