Advertisement
dreamerinthecity

Theme 13

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