Advertisement
dreamerinthecity

Theme 19

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