Advertisement
dreamerinthecity

Theme 12

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