Advertisement
dreamerinthecity

Theme 02

Jan 3rd, 2012
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  7.  
  8. <style type="text/css">
  9.  
  10. body {
  11. color: #8f8f8f;
  12. background-color: #fff;
  13. background-image:url(http://img710.imageshack.us/img710/4063/2iadfmp.gif);
  14. background-attachment: fixed;
  15. font-family: trebuchet ms;
  16. font-size: 10px;
  17. line-height: 12px;
  18. text-align: justify;
  19. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  20. }
  21.  
  22. a:link, a:active, a:visited {
  23. color: #aaaaaa;
  24. text-decoration: none;
  25. }
  26.  
  27. a:hover {
  28. background: #f5f5f5;
  29. color:#b6b6b6;
  30. letter-spacing: 1px;
  31. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  32. }
  33.  
  34. #container {
  35. background-color: #fcfcfc;
  36. color:#8f8f8f;
  37. font-size: 10px;
  38. width: 500px;
  39. margin: auto;
  40. padding:15px;
  41. margin-top: 50px;
  42. padding-left:15px;
  43. border: 3px double #eeeeee;
  44. -webkit-border-radius: 5px;
  45. float: left;
  46. }
  47.  
  48. img {
  49. border: 0;
  50. }
  51.  
  52. #container img {
  53. -webkit-border-radius: 5px;
  54. }
  55.  
  56. #post {
  57. color: #8f8f8f;
  58. font-family: trebuchet ms;
  59. font-size: 10px;
  60. line-height: 12px;
  61. letter-spacing: 1px;
  62. text-align: justify;
  63. background-color: #fcfcfc;
  64. }
  65.  
  66. blockquote {
  67. width: 488px;
  68. font-family: trebuchet ms;
  69. font-size: 10px;
  70. line-height: 12px;
  71. letter-spacing: 1px;
  72. background-color: #fcfcfc;
  73. border: 1px solid #eee;
  74. border-left: 10px solid #eee;
  75. padding: 5px;
  76. margin-left: 0px;
  77. text-align: justify;
  78. }
  79.  
  80. h1 {
  81. color: #8f8f8f;
  82. font-family: trebuchet ms;
  83. font-size: 10px;
  84. line-height: 12px;
  85. letter-spacing: 1px;
  86. margin-bottom: 5px;
  87. }
  88.  
  89. h2 {
  90. font: italic normal 16px Georgia, "Times New Roman", serif;
  91. letter-spacing: 1px;
  92. }
  93.  
  94. h3 {
  95. font-family: 'cursive';
  96. font-size: 30px;
  97. margin-bottom: 10px;
  98. margin-top: 5px;
  99. padding-bottom: 5px;
  100. padding-top: 3px;
  101. text-align: center;
  102. }
  103.  
  104. h5{
  105. text-align: center;
  106. border-bottom: 1px #eeeeee solid;
  107. }
  108.  
  109. #side {
  110. width:100%;
  111. float: left;
  112. background-color: #fcfcfc;
  113. color: #8f8f8f;
  114. font-family: trebuchet ms;
  115. font-size: 10px;
  116. line-height: 1px;
  117. letter-spacing: 1px;
  118. position: fixed;
  119. top: 0px;
  120. padding: 5px;
  121. padding-left: 10px;
  122. margin-left: -10px;
  123. border-bottom: 3px double #eee;
  124. }
  125.  
  126. .post-meta {
  127. font-family: trebuchet ms;
  128. background: transparent;
  129. padding-top: 0px;
  130. padding-bottom: 3px;
  131. padding-left: 0px;
  132. margin-bottom: 10px;
  133. border-bottom: 1px dashed #EEE;
  134. font-size: 8px;
  135. text-transform: uppercase;
  136. letter-spacing: 1px;
  137. width: 500px;
  138. text-align: center;
  139. }
  140.  
  141. .banner{
  142. background-image:url();
  143. position:fixed;
  144. top: 0px;
  145. left: 0px;
  146. margin-left:0px;
  147. }
  148.  
  149. div.navigate a{
  150. background: transparent;
  151. font-size:12px;
  152. color: #c8c4c5;
  153. font-family: Courier;
  154. display:block;
  155. border-bottom:1px dashed #eee;
  156. text-align: left;
  157. z-index:1;
  158. display: inline-block;
  159. letter-spacing: 1px;
  160. width: auto;
  161. height: auto;
  162. }
  163.  
  164. div.navigate a:hover{
  165. background: #f5f5f5;
  166. color:#b6b6b6;
  167. letter-spacing: 1px;
  168. }
  169.  
  170. @font-face {
  171. font-family: 'cursive';
  172. src: local('DawningofaNewDay'), url('http://themes.googleusercontent.com/static/fonts/dawningofanewday/v1/JiDsRhiKZt8uz3NJ5xA06sI8uESXD0Pyby-WfK8NSPc.woff') format('woff');
  173. }
  174.  
  175. cursive {
  176. color: #d2acf0;
  177. font: italic normal 20px georgia;
  178. letter-spacing: 2px;
  179. }
  180.  
  181. ::-webkit-scrollbar {width:5px;height:auto;background:#fff;}
  182. ::-webkit-scrollbar-corner { background:#d2acf0; }
  183. ::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  184. ::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  185. ::-webkit-scrollbar-thumb:vertical {background-color: #d2acf0;background-image: url();border: 0px solid #FBC4AC;}
  186.  
  187. .audio {
  188. display:block;
  189. }
  190.  
  191. .next {
  192. float: center;
  193. }
  194.  
  195. .previous {
  196. float: center;
  197. }
  198.  
  199. .post-meta p {
  200. margin-bottom: 0;
  201. }
  202.  
  203. .post-meta .date {
  204. border-top: 2px solid #F0F7F7;
  205. padding: 0px 0px;
  206. }
  207.  
  208. .post-meta ul {
  209. background-color: #F0F7F7;
  210. padding: 0px 0px;
  211. }
  212.  
  213. .post-meta li {
  214. display: inline;
  215. list-style: none;
  216. margin-right: 5px;
  217. }
  218.  
  219. .post-meta .notecount {
  220. float: right;
  221. font-size: 8px;
  222. letter-spacing: 2px;
  223. }
  224.  
  225. p {
  226. margin-bottom: 5px;
  227. }
  228.  
  229. #pages {
  230. margin-bottom: 30px;
  231. }
  232.  
  233. #pages li {
  234. display: inline;
  235. font-size: 11px;
  236. font-weight: bold;
  237. list-style: none;
  238. text-transform: uppercase;
  239. padding: 0 10px;
  240. }
  241.  
  242. #pages a {
  243. color: #0B3F3F;
  244. }
  245.  
  246. .quote-post p {
  247. font: italic normal 12px Georgia, "Times New Roman", serif;
  248. letter-spacing: 1px; margin-bottom: 15px;
  249. }
  250.  
  251. .text-post blockquote {
  252. font-size: 14px;
  253. font-weight: normal;
  254. }
  255.  
  256. .text-post ul {
  257. margin: 0 0 15px 15px;
  258. }
  259.  
  260. ol.notes {
  261. margin-bottom: 30px;
  262. }
  263.  
  264. ol.notes li {
  265. border-bottom: 1px dotted #efefef;
  266. list-style: none;
  267. }
  268.  
  269. </style>
  270. </head>
  271. <body>
  272.  
  273. <div class="banner"></div>
  274.  
  275. <div id="side">
  276. <cursive><b>your title here </b></center>
  277. <div class="navigate"> <a href="http://">link one</a>
  278.  
  279. <a href="http://">link two</a>
  280.  
  281. <a href="http://">link three</a>
  282.  
  283. <a href="http://">link four</a>
  284.  
  285. <a href="http://dreamerinthecity.tumblr.com/">theme</a>
  286.  
  287. </div></div><br></div></div>
  288.  
  289. <div id="container">
  290.  
  291. {block:HasPages}
  292. <ul id="pages">
  293. {block:Pages}
  294. <li><a href="{URL}">{Label}</a></li>
  295. {/block:Pages}
  296. </ul>
  297. {/block:HasPages}
  298.  
  299. <div id="content">
  300.  
  301. {block:Posts}
  302.  
  303. <div id="post">
  304. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}
  305. {/block:Text}
  306.  
  307. {block:Photo}
  308. <div class="photo-post">
  309. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  310. {Caption}
  311. </div>
  312. {/block:Photo}
  313.  
  314. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  315.  
  316. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  317.  
  318. {block:Quote}
  319. <div class="quote-post">
  320. <h2>"{Quote}"</h2>
  321. {block:Source}<small><p>— {Source}</small></p>{/block:Source}
  322. </div>
  323. {/block:Quote}
  324.  
  325. {block:Chat}<ul class="chat">{block:Lines}<li
  326. class="user_{UserNumber}">{block:Label}<span class="label">
  327. {Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  328. {/block:Chat}
  329.  
  330. <center><div style="margin:5px 0 0px 0;">{block:Audio}
  331. {AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
  332. {/block:Audio}</center>
  333.  
  334. {block:Link}
  335. <div class="link-post">
  336. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  337. {block:Description}{Description}{/block:Description}
  338. </div>
  339. {/block:Link}
  340.  
  341. <div class="post-meta">
  342.  
  343. <a href="http://i53.tinypic.com/zupemu.gif" target="_blank"></a>
  344. <a href="{Permalink}"> {NoteCountWithLabel}</a> <span style="color: #d2acf0;">&hearts;</span>
  345. {block:Date}<a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
  346. </div>
  347.  
  348. {block:PostNotes}
  349. <div class="notes">
  350. {PostNotes}
  351. </div>
  352. {/block:PostNotes}
  353.  
  354. {/block:Posts}
  355.  
  356. <div class="navy"><center></center></div>
  357. <br>
  358. <div class="navy"><center>{block:PreviousPage}<a href="{PreviousPage}" title="newer entries">← Previous Page</a></a> / {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older entries">Next Page →</a></a>{/block:NextPage}</center></div>
  359.  
  360. {/block:Pagination}
  361.  
  362. </div>
  363. </div>
  364. </body>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement