Advertisement
dreamerinthecity

Theme 20

Apr 28th, 2012
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 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://desmond.imageshack.us/Himg7/scaled.php?server=7&filename=back01e.png&res=landing);
  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: #000;
  24. text-decoration: none;
  25. }
  26.  
  27. a:hover {
  28. background: transparent;
  29. color:#000;
  30. border-bottom: 1px solid #000;
  31. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;}
  32.  
  33. #container {
  34. background-color: #fff;
  35. color:#8f8f8f;
  36. font-size: 10px;
  37. width: 510px;
  38. margin: auto;
  39. padding:15px;
  40. margin-top: -28px;
  41. padding-left:15px;
  42. border-left: 0px solid #808080;
  43. -webkit-border-radius: 5px;
  44. float: center;
  45. margin-left: 400px;
  46. }
  47.  
  48. img {
  49. border: 0;
  50. }
  51.  
  52. #container img {
  53. }
  54.  
  55. #post {
  56. width: 500px;
  57. color: #8f8f8f;
  58. font-family: consolas;
  59. font-size: 10px;
  60. line-height: 12px;
  61. letter-spacing: 1px;
  62. text-align: justify;
  63. background-color: transparent;
  64. padding-bottom:10px;
  65. border-bottom: 0px solid #f5f5f5;
  66. -webkit-border-radius: 5px 5px 0px 0px;
  67. padding: 5px;
  68. }
  69.  
  70. blockquote {
  71. width: 480px;
  72. font-family: consolas;
  73. font-size: 10px;
  74. line-height: 12px;
  75. letter-spacing: 1px;
  76. background-color: #fcfcfc;
  77. border: 1px solid #eee;
  78. border-left: 10px solid #eee;
  79. padding: 5px;
  80. margin-left: 0px;
  81. text-align: justify;
  82. }
  83.  
  84. h1 {
  85. color: #8f8f8f;
  86. font-family: consolas;
  87. font-size: 10px;
  88. line-height: 12px;
  89. letter-spacing: 1px;
  90. margin-bottom: 5px;
  91. }
  92.  
  93. h2 {
  94. font: italic normal 16px Georgia, "Times New Roman", serif;
  95. letter-spacing: 1px;
  96. }
  97.  
  98. h3 {
  99. color: #7070707;
  100. font: italic 25px times new roman;
  101. text-transform: lowercase;
  102. letter-spacing: 0px;
  103. text-transform: none;
  104. text-align: left;
  105. margin-top: 0px;
  106. margin-bottom: -25px;
  107. }
  108.  
  109. h4{
  110. text-align: right;
  111. }
  112.  
  113. h5{
  114. text-align: center;
  115. border-bottom: 1px #eeeeee dashed;
  116. }
  117.  
  118. h6 {
  119. width: 510px;
  120. font-family: consolas;
  121. font-size: 8px;
  122. line-height: 12px;
  123. background-color: #eee;
  124. text-transform: uppercase;
  125. margin-bottom: -5px;
  126. margin-left: -6px;
  127. padding-left:3px;
  128. }
  129.  
  130. #side {
  131. background-color: transparent;
  132. color: #8f8f8f;
  133. font-family: consolas;
  134. font-size: 10px;
  135. line-height: 12px;
  136. letter-spacing: 1px;
  137. text-align: justify;
  138. width: 270px;
  139. float: left;
  140. padding-top: -70px;
  141. position: relative;
  142. position: fixed;
  143. bottom: 0;
  144. margin-left: 110px;
  145. padding-left: 10px;
  146. }
  147.  
  148. .post-meta {
  149. border-bottom: 1px dotted #eee;
  150. margin-bottom: 5px;
  151. }
  152.  
  153. .banner{
  154. background-image:url();
  155. position:fixed;
  156. top: 0px;
  157. left: 0px;
  158. margin-left:0px;
  159. }
  160.  
  161. div.navigate a{
  162. color: #000;
  163. font-size: 8px;
  164. font-family: consolas;
  165. text-align: center;
  166. text-transform: uppercase;
  167. text-align: center;
  168. border-bottom: 1px dashed #eee;
  169. width: 80px;
  170. height: 15px;
  171. padding-top:4px;
  172. margin-left:2px;
  173. margin-top:2px;
  174. position:relative;
  175. display: block;
  176. z-index: 1;
  177. display: inline-block;
  178. -webkit-transition: all 0.7s ease-out;
  179. -moz-transition: all 0.7s ease-out;
  180. }
  181.  
  182. div.navigate a:hover{
  183. background-color: #f93435;
  184. color:#fff; border-bottom: 1px dashed #f93435;
  185. -webkit-transition: all 0.4s ease-out;
  186. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  187.  
  188. @font-face {
  189. font-family: "cursive2";
  190. src: url('http://static.tumblr.com/m6mqatb/QUklrzd0z/dubielitalic.ttf');
  191. }
  192.  
  193. @font-face {
  194. font-family: "cursive";
  195. src: url('http://static.tumblr.com/kucnf9l/Tlolq197o/theonlyexception.ttf');
  196. }
  197.  
  198. cursive {
  199. color: #aaaaaa;
  200. font: normal 30px cursive2;
  201. }
  202.  
  203. cursive2 {
  204. color: #ededed;
  205. font: normal 22px cursive;
  206. letter-spacing: 0px;
  207. }
  208.  
  209. b,B,strong {
  210. color: #f93435;
  211. font-weight: bold;
  212. }
  213.  
  214. i,I,em {
  215. color: #f93435;
  216. font-family: georgia; 
  217. font-size: 12px;
  218. font-style: italic; 
  219. text-transform: lowercase!important; 
  220. letter-spacing: 0px !important; 
  221. text-decoration:none;
  222. }
  223.  
  224. s,S,strike {
  225. color: #eee;
  226. }
  227.  
  228. u,U {
  229. color:#a0a0a0; 
  230. font-family: verdana; 
  231. font-size: 6pt; 
  232. font-weight: bold; 
  233. text-transform: uppercase;
  234. letter-spacing: 0px; 
  235. border-bottom: 1px dashed #813c9e;
  236. text-decoration: none; 
  237. }
  238.  
  239. pink {
  240. color: #f93435;
  241. }
  242.  
  243. ::-webkit-scrollbar {width:5px;height:auto;background:#fff;}
  244. ::-webkit-scrollbar-corner { background:#eee; }
  245. ::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  246. ::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  247. ::-webkit-scrollbar-thumb:vertical {background-color: #000;background-image: url();border: 0px solid #eee;}
  248.  
  249. .audio {
  250. display:block;
  251. }
  252.  
  253. .next {
  254. float: center;
  255. }
  256.  
  257. .previous {
  258. float: center;
  259. }
  260.  
  261. .post-meta p {
  262. margin-bottom: 0;
  263. }
  264.  
  265. .post-meta .date {
  266. border-top: 2px solid #F0F7F7;
  267. }
  268.  
  269. .post-meta ul {
  270. list-style-image: url(http://desmond.imageshack.us/Himg40/scaled.php?server=40&filename=sssazw.png&res=landing);
  271. }
  272.  
  273. ul {
  274. list-style-image: url(http://desmond.imageshack.us/Himg40/scaled.php?server=40&filename=sssazw.png&res=landing);
  275. }
  276.  
  277. .post-meta li {
  278. display: inline;
  279. list-style: none;
  280. margin-right: 5px;
  281. }
  282.  
  283. .post-meta .notecount {
  284. float: right;
  285. font-size: 8px;
  286. letter-spacing: 2px;
  287. }
  288.  
  289. p {
  290. margin-bottom: 5px;
  291. }
  292.  
  293. #pages {
  294. margin-bottom: 30px;
  295. }
  296.  
  297. #pages li {
  298. display: inline;
  299. font-size: 11px;
  300. font-weight: bold;
  301. list-style: none;
  302. text-transform: uppercase;
  303. padding: 0 10px;
  304. }
  305.  
  306. #pages a {
  307. color: #0B3F3F;
  308. }
  309.  
  310. .quote-post p {
  311. font: italic normal 12px Georgia, "Times New Roman", serif;
  312. letter-spacing: 1px;
  313. }
  314.  
  315. .text-post blockquote {
  316. font-size: 14px;
  317. font-weight: normal;
  318. }
  319.  
  320. .text-post ul {
  321. margin: 0 0 0px 15px;
  322. }
  323.  
  324. ol.notes {
  325. margin-bottom: 30px;
  326. }
  327.  
  328. ol.notes li {
  329. border-bottom: 1px dotted #efefef;
  330. list-style: none;
  331. }
  332.  
  333. </style>
  334. </head>
  335. <body>
  336.  
  337. <div id="side">
  338. <img src="http://img210.imageshack.us/img210/8034/74730043.png">
  339.  
  340. <div style="width: 265px; background-color: #fff; margin-top: -8px; margin-bottom:5px; padding:5px; padding-left: 10px;"><center></center>
  341.  
  342. <div style="width: 265px; background-color: #f2f2f2; color: #8f8f8f; font-family: consolas; text-transform: uppercase; font-size: 8px; line-height: 12px; margin-bottom:5px; font-weight: bold;
  343. "><center>your title here</center></div>
  344.  
  345. Welcome! Type your info here! Donec nec odio feugiat faucibus. Proin aliquet, nunc non euismod aliquet, felis est amet condimentum erat purus sed mauris. Maec nec odio feugiat bibe sodales. &hearts;<br><br>
  346.  
  347. <div style="width: 265px; background-color: #f2f2f2; color: #8f8f8f; font-family: consolas; text-transform: uppercase; font-size: 8px; line-height: 12px; margin-bottom:5px; font-weight: bold;
  348. "><center>navigation</center></div>
  349.  
  350. <div class="navigate">
  351. <a href="URL HERE">link one</a>
  352. <a href="URL HERE">link two</a>
  353. <a href="URL HERE">link three</a>
  354. <a href="URL HERE">link four</a>
  355. <a href="URL HERE">link five</a>
  356. <a href="http://dreamerinthecity.tumblr.com/">theme</a>
  357. </div><br>
  358.  
  359. <div style="width: 265px; background-color: #f2f2f2; color: #8f8f8f; font-family: consolas; text-transform: uppercase; font-size: 8px; line-height: 12px; margin-bottom:5px; font-weight: bold;
  360. "><center>may</center></div>
  361.  
  362. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  363.  
  364. <tr>
  365. <td colspan="7" align="center"><div align="center"><b></b></div></td>
  366.  
  367. </tr>
  368.  
  369. <tr>
  370.  
  371. <td><div align="center"><strong>S</strong></div></td>
  372.  
  373.  
  374.  
  375. <td><div align="center"><strong>M</strong></div></td>
  376.  
  377. <td><div align="center"><strong>T</strong></div></td>
  378.  
  379. <td><div align="center"><strong>W</strong></div></td>
  380.  
  381. <td><div align="center"><strong>T</strong></div></td>
  382.  
  383. <td><div align="center"><strong>F</strong></div></td>
  384.  
  385. <td><div align="center"><strong>S</strong></div></td>
  386.  
  387. </tr>
  388.  
  389. <tr>
  390. <td><div align="center"></div></td>
  391. <td><div align="center"></div></td>
  392. <td><div align="center">01</div></td>
  393. <td><div align="center">02</div></td>
  394. <td><div align="center">03</div></td>
  395. <td><div align="center">04</div></td>
  396. <td><div align="center">05</div></td>
  397.  
  398. </tr>
  399.  
  400. <td><div align="center">06</div></td>
  401. <td><div align="center">07</div></td>
  402. <td><div align="center">08</div></td>
  403. <td><div align="center">09</div></td>
  404. <td><div align="center">10</div></td>
  405. <td><div align="center">11</div></td>
  406. <td><div align="center">12</div></td>
  407.  
  408. </tr>
  409. <tr>
  410.  
  411. <td><div align="center">13</div></td>
  412. <td><div align="center">14</div></td>
  413. <td><div align="center">15</div></td>
  414. <td><div align="center">16</div></td>
  415. <td><div align="center">17</div></td>
  416. <td><div align="center">18</div></td>
  417. <td><div align="center">19</div></td>
  418.  
  419. </tr>
  420. <tr>
  421.  
  422. <td><div align="center">20</div></td>
  423. <td><div align="center">21</div></td>
  424. <td><div align="center">22</div></td>
  425. <td><div align="center">23</div></td>
  426. <td><div align="center">24</div></td>
  427. <td><div align="center">25</div></td>
  428. <td><div align="center">26</div></td>
  429.  
  430. </tr>
  431. <tr>
  432.  
  433. <td><div align="center">27</div></td>
  434. <td><div align="center">28</div></td>
  435. <td><div align="center">29</div></td>
  436. <td><div align="center">30</div></td>
  437. <td><div align="center">31</div></td>
  438. <td><div align="center"></div></td>
  439. <td><div align="center"></div></td>
  440.  
  441. </tr></table><br>
  442.  
  443. <div style="width: 265px; background-color: #f2f2f2; color: #8f8f8f; font-family: consolas; text-transform: uppercase; font-size: 8px; line-height: 12px; margin-bottom:5px; font-weight: bold;
  444. "><center>agenda</center></div>
  445.  
  446. <i>01;</i> Event One <br>
  447. <i>02;</i> Event Two <br>
  448. <i>03;</i> Event Three <br>
  449. <i>04;</i> Event Four <br>
  450. <i>05;</i> Event Five <br>
  451.  
  452. <br><br>
  453. </div></div></div>
  454.  
  455. <div id="container">
  456.  
  457. {block:HasPages}
  458. <ul id="pages">
  459. {block:Pages}
  460. <li><a href="{URL}">{Label}</a></li>
  461. {/block:Pages}
  462. </ul>
  463. {/block:HasPages}
  464.  
  465.  
  466. <div id="content">
  467.  
  468. {block:Posts}
  469.  
  470. <div id="post">
  471. {block:Text}{block:Title}<h3><span class="title"><a href="{ShortURL}">{Title}</a></h3></span>{/block:Title}
  472. <div class="permalink2"><h6>{Month}/{MonthNumberWithZero}/{Year} - <a href="{Permalink}">{NoteCountWithLabel}</h6></a>
  473.  
  474. </div>
  475.  
  476. {Body}
  477.  
  478. {/block:Text}
  479.  
  480. {block:Photo}
  481. <div class="permalink2"><h6>{Month}/{MonthNumberWithZero}/{Year} - <a href="{Permalink}">{NoteCountWithLabel}</h6></a>
  482. </div><br>
  483. <div class="photo-post">
  484. {LinkOpenTag}<img width="500px" src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  485. {Caption}
  486. </div>
  487. {/block:Photo}
  488.  
  489. {block:Photoset}<div class="permalink2"><h6>{Month}/{MonthNumberWithZero}/{Year} - <a href="{Permalink}">{NoteCountWithLabel}</h6></a><br>
  490. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}
  493.  
  494.  
  495. <div class="permalink2"><h6>{Month}/{MonthNumberWithZero}/{Year} - <a href="{Permalink}">{NoteCountWithLabel}</h6></a>
  496.  
  497. </div>
  498.  
  499.  
  500.  
  501. <div class="quote-post"> <h2>"{Quote}"</h2>
  502. {block:Source}<small><p>— {Source}</small></p>{/block:Source}
  503.  
  504. </div>
  505. {/block:Quote}
  506.  
  507. {block:Chat}
  508. <ul class="chat">
  509.  
  510. {block:Lines}
  511. <li class="user_{UserNumber}">
  512. {block:Label}
  513. <span class="label">
  514. {Label}
  515. </span>
  516. {/block:Label}
  517. {Line}
  518. </li>
  519. {/block:Lines}
  520. </ul>
  521. {/block:Chat}
  522.  
  523. <center><div style="margin:0px 0 0px 0;">{block:Audio}
  524. {AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
  525. {/block:Audio}</center>
  526.  
  527.  
  528. {block:Link}
  529.  
  530. <div class="link-post">
  531. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  532. <div class="permalink2"><h6>{Month}/{MonthNumberWithZero}/{Year} - <a href="{Permalink}">{NoteCountWithLabel}</h6></a>
  533. </div>
  534. {block:Description}{Description}{/block:Description}
  535. </div>
  536. {/block:Link}
  537.  
  538. </div>
  539.  
  540. <div class="post-meta">
  541. <siggy></siggy>
  542. </div>
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546. {block:PostNotes} <div class="notes"> {PostNotes} </div> {/block:PostNotes}
  547.  
  548. {/block:Posts}
  549. <div class="navy"><center></center></div>
  550. <br>
  551. <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>
  552.  
  553. {/block:Pagination}
  554.  
  555. </div>
  556.  
  557. </div>
  558. </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement