Advertisement
Guest User

Szablon 2

a guest
May 4th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.42 KB | None | 0 0
  1. <HTML>
  2. <title>Monoxide</title>
  3. <head>
  4.  
  5.  
  6. <script type="text/javascript">
  7. function changeNavigation(id)
  8. {document.getElementById('main-content').innerHTML=document.getElementById(id).innerHTML}
  9. </script>
  10.  
  11. <style type="text/css">
  12. #navbar-iframe {
  13. display: none !important;
  14. }
  15. body {
  16. background-color: #fcfcfc;
  17. font-family: "Tahoma", sans-serif;
  18. font-size: 7.5pt;
  19. color: #757575;
  20. margin: 0;
  21. padding: 0;
  22. text-align: center;
  23. }
  24. a:link, a:active, a:visited {
  25. background-color: #decca2;
  26. font-weight: bold;
  27. color: #fcfcfc;
  28. padding: 0 2px;
  29. text-decoration: none;
  30. }
  31. a:hover {
  32. background-color: #cf676e;
  33. cursor: crosshair;
  34. }
  35. b, strong {
  36. color: #797979;
  37. }
  38. u {
  39. color: #959595;
  40. border-bottom: 1px solid #d9d9d9;
  41. }
  42. table {
  43. font-family: "Tahoma", sans-serif;
  44. font-size: 7.5pt;
  45. color: #757575;
  46. }
  47. blockquote {
  48. border-top: 1px solid #e7e7e7;
  49. border-bottom: 3px solid #e7e7e7;
  50. padding: 5px;
  51. }
  52. #main-header {
  53. background-color: #fafafa;
  54. border-bottom: 1px solid #e5e5e5;
  55. text-align: center;
  56. width: 100%;
  57. }
  58. #main-header .wrapper {
  59. background-color: #fcfcfc;
  60. border-right: 1px solid #e5e5e5;
  61. border-left: 1px solid #e5e5e5;
  62. margin: 0 auto;
  63. padding: 30px 10px 10px;
  64. text-align: justify;
  65. width: 465px;
  66. }
  67. #navi {
  68. border-bottom: 1px solid #e5e5e5;
  69. }
  70. #navi .wrapper {
  71. border-right: 1px solid #e5e5e5;
  72. border-left: 1px solid #e5e5e5;
  73. margin: 0 auto;
  74. padding: 5px 10px;
  75. width: 465px;
  76. word-spacing: 5px;
  77. }
  78. #navi .wrapper span {
  79. background-color: #f8f8f8;
  80. font-family: "Arial", sans-serif;
  81. font-size: 7.5pt;
  82. font-weight: bold;
  83. color: #43bbbf;
  84. border-right: 1px solid #e5e5e5;
  85. border-left: 1px solid #e5e5e5;
  86. padding: 5px 10px;
  87. text-transform: uppercase;
  88. }
  89. #main-content {
  90. border-right: 1px solid #e5e5e5;
  91. border-bottom: 1px solid #e5e5e5;
  92. border-left: 1px solid #e5e5e5;
  93. line-height: 140%;
  94. margin: 0 auto;
  95. padding: 10px;
  96. text-align: justify;
  97. width: 465px;
  98. }
  99. .footer {
  100. background-color: #f9f9f9;
  101. border: 1px dashed #e5e5e5;
  102. line-height: 140%;
  103. margin: 10px auto 10px;
  104. padding: 5px 10px;
  105. text-align: justify;
  106. width: 465px;
  107. }
  108. .h1 {
  109. background-color: #f3facd;
  110. font-family: "Georgia", serif;
  111. font-size: 22pt;
  112. color: #c3d656;
  113. letter-spacing: -1.5pt;
  114. line-height: 40%;
  115. padding: 0 10px;
  116. text-transform: lowercase;
  117. }
  118. .h2 {
  119. font-family: "Courier New", sans-serif;
  120. font-size: 8pt;
  121. font-weight: bold;
  122. color: #959595;
  123. border-left: 10px solid #ececec;
  124. letter-spacing: 0.5pt;
  125. margin: 6px 0 0;
  126. text-align: right;
  127. text-transform: uppercase;
  128. }
  129. .h2 span {
  130. border-bottom: 1px dotted #d5d5d5;
  131. padding: 0 0 1px;
  132. }
  133. .h3 {
  134. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  135. font-size: 10pt;
  136. color: #a9a9a9;
  137. letter-spacing: -0.5pt;
  138. padding: 0 0 3px 3px;
  139. text-transform: lowercase;
  140. }
  141. .h4 {
  142. background-color: #f7f7f7;
  143. border-top: 1px solid #e3e3e3;
  144. border-right: 5px solid #e3e3e3;
  145. border-bottom: 1px solid #e3e3e3;
  146. margin: 0 0 5px;
  147. padding: 3px;
  148. }
  149. .h5 {
  150. border-top: 1px dotted #d5d5d5;
  151. border-bottom: 1px dotted #d5d5d5;
  152. margin: 5px 0;
  153. padding: 5px 0;
  154. text-align: center;
  155. }
  156. .h5 a:link, .h5 a:active, .h5 a:visited {
  157. background-color: transparent;
  158. color: #676767;
  159. border-top: 1px dashed #c5c5c5;
  160. border-bottom: 1px dashed #c5c5c5;
  161. }
  162. .h5 a:hover {
  163. color: #979797;
  164. }
  165. </style>
  166.  
  167. </head>
  168. <body>
  169.  
  170. <div id="main-header">
  171. <div class="wrapper">
  172. <div class="h1">And out come all these words</div>
  173. <div class="h2"><span>Well I missed the train and the traffic was a state</span></div>
  174. </div>
  175. </div>
  176.  
  177. <div id="navi">
  178. <div class="wrapper">
  179.  
  180. <span onClick="changeNavigation('index')"
  181. onMouseover="this.style.backgroundColor='#f3f3f3', this.style.color='#696969', this.style.cursor='move'"
  182. onMouseout="this.style.backgroundColor='#f8f8f8', this.style.color='#43bbbf', this.style.cursor='default'">Index</span>
  183. <span onClick="changeNavigation('profil')"
  184. onMouseover="this.style.backgroundColor='#f3f3f3', this.style.color='#696969', this.style.cursor='move'"
  185. onMouseout="this.style.backgroundColor='#f8f8f8', this.style.color='#43bbbf', this.style.cursor='default'">Profil</span>
  186. <span onClick="changeNavigation('linki')"
  187. onMouseover="this.style.backgroundColor='#f3f3f3', this.style.color='#696969', this.style.cursor='move'"
  188. onMouseout="this.style.backgroundColor='#f8f8f8', this.style.color='#43bbbf', this.style.cursor='default'">Linki</span>
  189. <span onClick="changeNavigation('szablon')"
  190. onMouseover="this.style.backgroundColor='#f3f3f3', this.style.color='#696969', this.style.cursor='move'"
  191. onMouseout="this.style.backgroundColor='#f8f8f8', this.style.color='#43bbbf', this.style.cursor='default'">Szablon</span>
  192. </div>
  193. </div>
  194.  
  195. <div id="main-content">
  196.  
  197. {blog}
  198. </div>
  199.  
  200. <div id="profil" style="display: none;">
  201.  
  202. <div class="h3">O autorze</div>
  203. Tu coś o Tobie.
  204. </div>
  205.  
  206. <div id="index" style="display: none;">
  207.  
  208. <MTEntries lastn="7">
  209. <div class="h3">{tytul}</div>
  210. <div class="h4"><strong>{data}</strong> </div>
  211. <div class="h5">{komentarze}</div>
  212. {blog}
  213. </MTEntries>
  214.  
  215. </div>
  216.  
  217. <div id="linki" style="display: none;">
  218.  
  219. <div class="h3">Linki</div>
  220.  
  221. <table width="90%" align="center" border="0">
  222. <tbody><tr>
  223. <td valign="top">
  224. » <a href="about:blank">ktoś</a><br />
  225. » <a href="about:blank">ktoś</a><br />
  226. » <a href="about:blank">ktoś</a><br />
  227. » <a href="about:blank">ktoś</a><br />
  228. » <a href="about:blank">ktoś</a><br />
  229. </td>
  230. <td valign="top">
  231. » <a href="about:blank">ktoś</a><br />
  232. » <a href="about:blank">ktoś</a><br />
  233. » <a href="about:blank">ktoś</a><br />
  234. » <a href="about:blank">ktoś</a><br />
  235. » <a href="about:blank">ktoś</a><br />
  236. </td>
  237. <td valign="top">
  238. » <a href="about:blank">ktoś</a><br />
  239. » <a href="about:blank">ktoś</a><br />
  240. » <a href="about:blank">ktoś</a><br />
  241. » <a href="about:blank">ktoś</a><br />
  242. » <a href="about:blank">ktoś</a><br />
  243. </td>
  244. <td valign="top">
  245. » <a href="about:blank">ktoś</a><br />
  246. » <a href="about:blank">ktoś</a><br />
  247. » <a href="about:blank">ktoś</a><br />
  248. » <a href="about:blank">ktoś</a><br />
  249. » <a href="about:blank">ktoś</a><br />
  250. </td>
  251. </tr></tbody>
  252. </table>
  253. <br />
  254.  
  255. </div>
  256.  
  257. <div id="szablon" style="display: none;">
  258.  
  259. Szablon wykonała <strong><a href="http://joliment.ownlog.com">Joliment</a>. Zabronione jest usuwanie podpisu z szablonu! Jeśli zależy ci na zmianie kodu html, to <a href="mailto:kapi_k@o2.pl">@pisz</a>.
  260. </div>
  261.  
  262. <div class="footer">
  263. <center>© <strong>Copyright 2014 {ksywa}</strong>.<br>
  264. <a href="http://joliment.ownlog.com">Więcej?</a></center>
  265.  
  266. </div>
  267.  
  268. </body>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement