HtmlFormat.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. outline: 0;
  6. font-size: 100%;
  7. vertical-align: baseline;
  8. }
  9. /* HTML5 display-role reset for older browsers */
  10. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  11. display: block;
  12. }
  13. /* Let's go for the actual style */
  14. body {
  15. background-color: #EEEEEE;
  16. font-family: 'Noto Sans';
  17. }
  18. section {
  19. background-color: #FFFFFF;
  20. width: 90%;
  21. margin: 30px auto;
  22. padding: 10px 15px;
  23. box-shadow: 0px 1px 2px rgba(0,0,0, 0.25);
  24. }
  25. section > h2 {
  26. font-size: 200%;
  27. font-weight: bold;
  28. text-align: center;
  29. }
  30. h1.pagetitle {
  31. font-size: 300%;
  32. font-weight: bold;
  33. text-align: center;
  34. color: #2196F3;
  35. }
  36. h1.pagetitle > a {
  37. color: #2196F3;
  38. }
  39. a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited {
  40. color: #2196F3;
  41. }
  42. .buttons {
  43. text-align: center;
  44. }
  45. section > div.content, section > div.categories,
  46. section > div.content, section > div.attachments {
  47. padding: 10px;
  48. }
  49. section > div.categories > li.category,
  50. section > div.attachments > li.enclosure {
  51. list-style-type: circle;
  52. list-style-position: inside;
  53. }
  54. section > time, section > p.author {
  55. color: #888;
  56. font-size: 80%;
  57. padding: 10px;
  58. }
  59. button.backbutton, button.rss-feed {
  60. line-height: 1em;
  61. color: #FFF;
  62. font-weight: bold;
  63. vertical-align: middle;
  64. padding: 6px 12px;
  65. margin: 12px auto 0px;
  66. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  67. border-radius: 2px;
  68. border: 1px solid transparent;
  69. width: 200px;
  70. background: #2196F3 none repeat scroll 0% 0%;
  71. cursor: pointer;
  72. margin: 10px;
  73. }
  74. img {
  75. max-width: 100%;
  76. }