KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="$theme.type; charset=utf-8"/>
  6. <title>Chyrp: <?php echo $title; ?></title>
  7. <style type="text/css">
  8. html, body, ul, ol, li,
  9. h1, h2, h3, h4, h5, h6,
  10. form, fieldset, a, p {
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. }
  15. html {
  16. font-size: 62.5%;
  17. }
  18. body {
  19. font: 1.25em/1.5em normal Verdana, Helvetica, Arial, sans-serif;
  20. color: #626262;
  21. background: #fff;
  22. padding: 1em 0 1em;
  23. overflow: auto;
  24. }
  25. code {
  26. color: #06B;
  27. font-family: Monaco, monospace;
  28. }
  29. h2 {
  30. margin-bottom: .75em;
  31. }
  32. .title {
  33. color: #aaa;
  34. font-size: 2em;
  35. font-weight: bold;
  36. margin: .25em 0 .5em;
  37. text-align: center;
  38. }
  39. .body {
  40. padding: 1em;
  41. }
  42. .body p {
  43. margin: 0 0 1em;
  44. }
  45. .body cite,
  46. .body pre {
  47. font-style: normal;
  48. display: block;
  49. padding: .25em 1em;
  50. background: #f0f0f0;
  51. margin: 0 -1em 1em;
  52. }
  53. .body ul,
  54. .body ol {
  55. margin: 0 0 1em 2em;
  56. }
  57. .body li {
  58. margin: 0;
  59. }
  60. a:link, a:visited {
  61. color: #6B0;
  62. }
  63. a:hover {
  64. text-decoration: underline;
  65. }
  66. a.big {
  67. font-size: 16px;
  68. color: #6B0;
  69. font-weight: bold;
  70. }
  71. a:hover {
  72. text-decoration: underline;
  73. }
  74. </style>
  75. </head>
  76. <body>
  77. <div class="title"><?php echo $title; ?></div>
  78. <div class="body">
  79. <?php echo $body; ?>
  80. </div>
  81. </body>
  82. </html>