HtmlFormat.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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.attachments {
  46. padding: 10px;
  47. }
  48. section > div.attachments > li.enclosure {
  49. list-style-type: circle;
  50. list-style-position: inside;
  51. }
  52. section > time, section > p.author {
  53. color: #888;
  54. font-size: 80%;
  55. padding: 10px;
  56. }
  57. button.backbutton, button.rss-feed {
  58. line-height: 1em;
  59. color: #FFF;
  60. font-weight: bold;
  61. vertical-align: middle;
  62. padding: 6px 12px;
  63. margin: 12px auto 0px;
  64. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  65. border-radius: 2px;
  66. border: 1px solid transparent;
  67. width: 200px;
  68. background: #2196F3 none repeat scroll 0% 0%;
  69. cursor: pointer;
  70. margin: 10px;
  71. }
  72. img {
  73. max-width: 100%;
  74. }