Advertisement
dreamerinthecity

Theme 04

Jan 3rd, 2012
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 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://img705.imageshack.us/img705/6749/2jephzd.png);
  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: transparent;
  29. color:#ee98ae;
  30. letter-spacing: 1px;
  31. -webkit-transition: all 0.7s ease-out;
  32. -moz-transition: all 0.7s ease-out;
  33. -webkit-border-radius: 5px;
  34. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;}
  35.  
  36. #container {
  37. background-color: #fff;
  38. color:#fff;
  39. font-size: 10px;
  40. width: 780px;
  41. margin: auto;
  42. margin-left: -10px;
  43. padding:15px;
  44. margin-top: -20px;
  45. padding-left:15px;
  46. border-left: 100px solid #808080;
  47. -webkit-border-radius: 5px;
  48. float: left;
  49. -box shadow:3px 3px 3px #eeeeee;
  50. -moz-box-shadow: 1px 1px 9px #eeeeee;
  51. -webkit-box-shadow: 1px 1px 9px #eeeeee;
  52. }
  53.  
  54. img {
  55. border: 0;
  56. }
  57.  
  58. #container img {
  59. -webkit-border-radius: 5px;
  60. }
  61.  
  62. #post {
  63. width: 500px;
  64. color: #8f8f8f;
  65. font-family: trebuchet ms;
  66. font-size: 6.5pt;
  67. line-height: 12px;
  68. letter-spacing: 1px;
  69. text-align: justify;
  70. background-color: #fff;
  71. }
  72.  
  73. blockquote {
  74. width: 488px;
  75. font-family: trebuchet ms;
  76. font-size: 10px;
  77. line-height: 12px;
  78. letter-spacing: 1px;
  79. background-color: #fcfcfc;
  80. border: 1px solid #eee;
  81. border-left: 10px solid #eee;
  82. padding: 5px;
  83. margin-left: 0px;
  84. text-align: justify;
  85. }
  86.  
  87. h1 {
  88. color: #8f8f8f;
  89. font-family: trebuchet ms;
  90. font-size: 10px;
  91. line-height: 12px;
  92. letter-spacing: 1px;
  93. margin-bottom: 5px;
  94. }
  95.  
  96. h2 {
  97. font: italic normal 16px Georgia, "Times New Roman", serif;
  98. letter-spacing: 1px;
  99. }
  100.  
  101. h3 {
  102. font-family: 'cursive';
  103. font-size: 30px;
  104. margin-bottom: 10px;
  105. margin-top: 10px;
  106. padding-bottom: 5px;
  107. padding-top: 3px;
  108. text-align: center;
  109. }
  110.  
  111. h5{
  112. text-align: center;
  113. border-bottom: 1px #eeeeee dashed;
  114. }
  115.  
  116. #side {
  117. width:250px;
  118. float: right;
  119. background-color: #fff;
  120. color: #8f8f8f;
  121. font-family: trebuchet ms;
  122. font-size: 6.5pt;
  123. line-height: 12px;
  124. letter-spacing: 1px;
  125. position: fixed;
  126. top: 0px;
  127. padding: 16px;
  128. margin-left: 620px;
  129. height: 100%;
  130. border-left: 1px dashed #eee;
  131. }
  132.  
  133. .post-meta {
  134. font-size: 5.5pt;
  135. font-weight: bold;
  136. font-family: trebuchet ms;
  137. letter-spacing: 1px;
  138. background-color: #transparent;
  139. text-transform: uppercase;
  140. padding-top: 0px;
  141. padding-bottom: 0px;
  142. padding-left: 0px;
  143. margin-bottom: 10px;
  144. border-bottom: 1px dashed #EEE;
  145. width: 500px;
  146. text-align: center;
  147. }
  148.  
  149. .banner{
  150. background-image:url();
  151. position:fixed;
  152. top: 0px;
  153. left: 0px;
  154. margin-left:0px;
  155. }
  156.  
  157. div.navigate a{
  158. font-size:6.5pt;
  159. font-family: trebuchet ms;
  160. display:block;
  161. background-color:#eee;
  162. margin-bottom:7px;
  163. padding:2px;
  164. -webkit-transition: all 0.4s ease-out;
  165. -moz-transition: all 0.4s ease-out;
  166. transition: all 0.4s ease-out;
  167. border-left:15px solid #ee98ae;
  168. color:#8f8f8f;
  169. text-transform: uppercase;
  170. }
  171.  
  172. div.navigate a:hover{
  173. background-color: #ee98ae;
  174. color:#fff; border-left:0px solid #ee98ae;
  175. -webkit-transition: all 0.4s ease-out;
  176. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  177.  
  178. #navi a:hover span {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:25%;}
  179.  
  180. #navi a span {font-weight:lighter;font-family:consolas;font-size:10px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:10%;}
  181.  
  182. @font-face {
  183. font-family: 'cursive';
  184. src: local('DawningofaNewDay'), url('http://themes.googleusercontent.com/static/fonts/dawningofanewday/v1/JiDsRhiKZt8uz3NJ5xA06sI8uESXD0Pyby-WfK8NSPc.woff') format('woff');
  185. }
  186.  
  187. cursive {
  188. color: #ee98ae;
  189. font: italic normal 20px georgia;
  190. letter-spacing: 2px;
  191. }
  192.  
  193. cursive2 {
  194. color: #ee98ae;
  195. font: italic normal 12px georgia;
  196. letter-spacing: 0px;
  197. }
  198.  
  199. pink {
  200. color: #ee98ae;
  201. }
  202.  
  203. ::-webkit-scrollbar {width:5px;height:auto;background:#fff;}
  204. ::-webkit-scrollbar-corner { background:#ee98ae; }
  205. ::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  206. ::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  207. ::-webkit-scrollbar-thumb:vertical {background-color: #ee98ae;background-image: url();border: 0px solid #FBC4AC;}
  208.  
  209. .audio {
  210. display:block;
  211. }
  212.  
  213. .next {
  214. float: center;
  215. }
  216.  
  217. .previous {
  218. float: center;
  219. }
  220.  
  221. .post-meta p {
  222. margin-bottom: 0;
  223. }
  224.  
  225. .post-meta .date {
  226. border-top: 2px solid #F0F7F7;
  227. padding: 0px 0px;
  228. }
  229.  
  230. .post-meta ul {
  231. background-color: #F0F7F7;
  232. padding: 0px 0px;
  233. }
  234.  
  235. .post-meta li {
  236. display: inline;
  237. list-style: none;
  238. margin-right: 5px;
  239. }
  240.  
  241. .post-meta .notecount {
  242. float: right;
  243. font-size: 8px;
  244. letter-spacing: 2px;
  245. }
  246.  
  247. p {
  248. margin-bottom: 5px;
  249. }
  250.  
  251. #pages {
  252. margin-bottom: 30px;
  253. }
  254.  
  255. #pages li {
  256. display: inline;
  257. font-size: 11px;
  258. font-weight: bold;
  259. list-style: none;
  260. text-transform: uppercase;
  261. padding: 0 10px;
  262. }
  263.  
  264. #pages a {
  265. color: #0B3F3F;
  266. }
  267.  
  268. .quote-post p {
  269. font: italic normal 12px Georgia, "Times New Roman", serif;
  270. letter-spacing: 1px; margin-bottom: 15px;
  271. }
  272.  
  273. .text-post blockquote {
  274. font-size: 14px;
  275. font-weight: normal;
  276. }
  277.  
  278. .text-post ul {
  279. margin: 0 0 15px 15px;
  280. }
  281.  
  282. ol.notes {
  283. margin-bottom: 30px;
  284. }
  285.  
  286. ol.notes li {
  287. border-bottom: 1px dotted #efefef;
  288. list-style: none;
  289. }
  290.  
  291. </style>
  292. </head>
  293. <body>
  294.  
  295. <div class="banner"></div>
  296.  
  297. <div id="side">
  298. <center><cursive><b>your title here</cursive> </b></center>
  299.  
  300. <img src="http://img35.imageshack.us/img35/3745/rrrraj.png">
  301. <pink><b><i>W</b></i></pink>elcome! Type your info here! Donec ut libero nec odio feugiat faucibus. Proin aliquet, nunc non euismod aliquet, felis est posuere mauris, sit amet condimentum erat purus sed mauris. Maec bibe sodales diam, non luctus justo tempor feugiat. In hac habitasse platea dictumst. Pellentesque ullamcorper luctus mauris ac luctus. Proin ultricies scelerisque placerat. Donec ullamcorper dictum dolor, dictum
  302. <br><br>
  303. <center><cursive><b>navigation </cursive> </b></center>
  304.  
  305. <div class="navigate">
  306. <a href="URL HERE">link one</a>
  307.  
  308. <a href="URL HERE">link two</a>
  309.  
  310. <a href="URL HERE">link three</a>
  311.  
  312. <a href="URL HERE">link four</a>
  313.  
  314. <a href="http://dreamerinthecity.tumblr.com/">theme</a>
  315.  
  316. </div>
  317.  
  318. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  319.  
  320. <tr>
  321. <center><cursive><b>september</cursive> </b></center>
  322.  
  323. <td colspan="7" align="center"><div align="center"><b></b></div></td>
  324. </tr>
  325. <tr>
  326. <td><div align="center"><strong>S</strong></div></td>
  327. <td><div align="center"><strong>M</strong></div></td>
  328. <td><div align="center"><strong>T</strong></div></td>
  329. <td><div align="center"><strong>W</strong></div></td>
  330. <td><div align="center"><strong>T</strong></div></td>
  331. <td><div align="center"><strong>F</strong></div></td>
  332. <td><div align="center"><strong>S</strong></div></td>
  333. </tr>
  334. <tr>
  335. <td><div align="center"></div></td>
  336. <td><div align="center"></div></td>
  337. <td><div align="center"></div></td>
  338. <td><div align="center"></div></td>
  339. <td><div align="center"></div></td>
  340. </tr>
  341. <tr>
  342. <td><div align="center"></div></td>
  343. <td><div align="center"></div></td>
  344. <td><div align="center"></div></td>
  345. <td><div align="center"></div></td>
  346. <td><div align="center">1</div></td>
  347. <td><div align="center">2</div></td>
  348. <td><div align="center">3</div></td>
  349. </tr>
  350. <tr>
  351. <td><div align="center">4</div></td>
  352. <td><div align="center">5</div></td>
  353. <td><div align="center">6</div></td>
  354. <td><div align="center">7</div></td>
  355. <td><div align="center">8</div></td>
  356. <td><div align="center">9</div></td>
  357. <td><div align="center">10</div></td>
  358. </tr>
  359. <tr>
  360. <td><div align="center">11</div></td>
  361. <td><div align="center">12</div></td>
  362. <td><div align="center">13</div></td>
  363. <td><div align="center">14</div></td>
  364. <td><div align="center">15</div></td>
  365. <td><div align="center">16</div></td>
  366. <td><div align="center">17</div></td>
  367. </tr>
  368. <tr>
  369. <td><div align="center">18</div></td>
  370. <td><div align="center">19</div></td>
  371. <td><div align="center">20</div></td>
  372. <td><div align="center">21</div></td>
  373. <td><div align="center">22</div></td>
  374. <td><div align="center">23</div></td>
  375. <td><div align="center">24</div></td>
  376. </tr>
  377. <tr>
  378. <td><div align="center">25></div></td>
  379. <td><div align="center">26</div></td>
  380. <td><div align="center">27</div></td>
  381. <td><div align="center">28</div></td>
  382. <td><div align="center">29</div></td>
  383. <td><div align="center">30</div></td>
  384. <td><div align="center"></div></td>
  385. <td><div align="center"></div></td>
  386. </tr></table>
  387. <br>
  388. </div></div>
  389.  
  390. <div id="container">
  391.  
  392. {block:HasPages}
  393. <ul id="pages">
  394. {block:Pages}
  395. <li><a href="{URL}">{Label}</a></li>
  396. {/block:Pages}
  397. </ul>
  398. {/block:HasPages}
  399.  
  400. <div id="content">
  401.  
  402. {block:Posts}
  403.  
  404. <div id="post">
  405. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}
  406. {/block:Text}
  407.  
  408. {block:Photo}
  409. <div class="photo-post">
  410. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  411. {Caption}
  412. </div>
  413. {/block:Photo}
  414.  
  415. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {block:Quote}
  420. <div class="quote-post">
  421. <h2>"{Quote}"</h2>
  422. {block:Source}<small><p>— {Source}</small></p>{/block:Source}
  423. </div>
  424. {/block:Quote}
  425.  
  426. {block:Chat}<ul class="chat">{block:Lines}<li
  427. class="user_{UserNumber}">{block:Label}<span class="label">
  428. {Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  429. {/block:Chat}
  430.  
  431. <center><div style="margin:5px 0 0px 0;">{block:Audio}
  432. {AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
  433. {/block:Audio}</center>
  434.  
  435. {block:Link}
  436. <div class="link-post">
  437. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  438. {block:Description}{Description}{/block:Description}
  439. </div>
  440. {/block:Link}
  441.  
  442. <div class="post-meta">
  443.  
  444. <a href="http://i53.tinypic.com/zupemu.gif" target="_blank"></a>
  445. <a href="{Permalink}"> {NoteCountWithLabel}</a> <span style="color: #ee98ae;">&hearts;</span>
  446. {block:Date}<a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
  447. </div>
  448.  
  449. {block:PostNotes}
  450. <div class="notes">
  451. {PostNotes}
  452. </div>
  453. {/block:PostNotes}
  454.  
  455. {/block:Posts}
  456.  
  457. <div class="navy"><center></center></div>
  458. <br>
  459. <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>
  460.  
  461. {/block:Pagination}
  462.  
  463. </div>
  464. </div>
  465. </body>
  466. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement