HtmlFormat.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. font: inherit;
  8. vertical-align: baseline;
  9. }
  10. /* HTML5 display-role reset for older browsers */
  11. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  12. display: block;
  13. }
  14. /* Let's go for the actual style */
  15. body {
  16. background-color: #EEEEEE;
  17. font-family: 'Noto Sans';
  18. }
  19. section {
  20. background-color: #FFFFFF;
  21. width: 90%;
  22. margin: 30px auto;
  23. padding: 10px 15px;
  24. box-shadow: 0px 1px 2px rgba(0,0,0, 0.25);
  25. }
  26. section > h2 {
  27. font-size: 200%;
  28. font-weight: bold;
  29. text-align: center;
  30. }
  31. h1.pagetitle {
  32. font-size: 300%;
  33. font-weight: bold;
  34. text-align: center;
  35. color: #2196F3;
  36. }
  37. h1.pagetitle > a {
  38. color: #2196F3;
  39. }
  40. a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited {
  41. color: #2196F3;
  42. }
  43. .buttons {
  44. text-align: center;
  45. }
  46. section > div.content, section > div.attachments {
  47. padding: 10px;
  48. }
  49. section > div.attachments > li.enclosure {
  50. list-style-type: circle;
  51. list-style-position: inside;
  52. }
  53. section > time, section > p.author {
  54. color: #888;
  55. font-size: 80%;
  56. padding: 10px;
  57. }
  58. button.backbutton, button.rss-feed {
  59. line-height: 1em;
  60. color: #FFF;
  61. font-weight: bold;
  62. vertical-align: middle;
  63. padding: 6px 12px;
  64. margin: 12px auto 0px;
  65. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  66. border-radius: 2px;
  67. border: 1px solid transparent;
  68. width: 200px;
  69. background: #2196F3 none repeat scroll 0% 0%;
  70. cursor: pointer;
  71. margin: 10px;
  72. }