Advertisement
dreamerinthecity

Theme 10

Jan 3rd, 2012
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 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: #f9f5f8;
  12. background-color: #fff;
  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: #8f8f8f;
  24. text-decoration: none;
  25. -webkit-transition: all 0.7s ease-out;
  26. -moz-transition: all 0.7s ease-out;
  27. }
  28.  
  29. a:hover {
  30. background: transparent;
  31. color:#eee;
  32. -webkit-transition: all 0.7s ease-out;
  33. -moz-transition: all 0.7s ease-out;
  34. -webkit-border-radius: 5px;
  35. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;}
  36.  
  37. #container {
  38. background-color: transparent;
  39. color:#fff;
  40. font-size: 10px;
  41. width: 780px;
  42. margin: auto;
  43. padding:15px;
  44. margin-top: -19px;
  45. padding-left:15px;
  46. border-left: 0px solid #808080;
  47. -webkit-border-radius: 5px;
  48. float: center;
  49. }
  50.  
  51. img {
  52. border: 0;
  53. }
  54.  
  55. #container img {
  56. -webkit-border-radius: 35px;
  57. }
  58.  
  59. #post {
  60. width: 500px;
  61. color: #8f8f8f;
  62. font-family: consolas;
  63. font-size: 10px;
  64. line-height: 12px;
  65. letter-spacing: 1px;
  66. text-align: justify;
  67. background-color: #fff;
  68. padding-bottom:10px;
  69. border-bottom: 1px solid #f5f5f5;
  70. -webkit-border-radius: 5px 5px 0px 0px;
  71. padding: 5px;
  72. }
  73.  
  74. blockquote {
  75. width: 480px;
  76. font-family: consolas;
  77. font-size: 10px;
  78. line-height: 12px;
  79. letter-spacing: 1px;
  80. background-color: #fcfcfc;
  81. border: 1px solid #eee;
  82. border-left: 10px solid #eee;
  83. padding: 5px;
  84. margin-left: 0px;
  85. text-align: justify;
  86. }
  87.  
  88. h1 {
  89. color: #8f8f8f;
  90. font-family: consolas;
  91. font-size: 10px;
  92. line-height: 12px;
  93. letter-spacing: 1px;
  94. margin-bottom: 5px;
  95. }
  96.  
  97. h2 {
  98. font: italic normal 16px Georgia, "Times New Roman", serif;
  99. letter-spacing: 1px;
  100. }
  101.  
  102. h3 {
  103. font: normal 30px cursive2;
  104. text-transform: lowercase;
  105. letter-spacing: 0px;
  106. margin-bottom: 00px;
  107. margin-top: 10px;
  108. padding-bottom: 0px;
  109. padding: 0px;
  110. text-align: center;
  111. color: #aaaaaa;
  112. border-bottom: 1px solid #f5f5f5;
  113. }
  114. h4{
  115. text-align: right;
  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. margin-left: 820px;
  135. top: 44px;
  136. padding: 5px;
  137. -webkit-border-radius:5px 5px 0px 0px ;
  138. }
  139.  
  140. .post-meta {
  141. font-size: 8px;
  142. font-family: consolas;
  143. letter-spacing: 1px;
  144. background-color: white;
  145. text-transform: uppercase;
  146. text-align: center;
  147. margin-top:0px;
  148. margin-bottom: 10px;
  149. width: 500px;
  150. -webkit-border-radius: 0px 0px 0px 0px;
  151. padding: 5px;
  152. }
  153.  
  154. .banner{
  155. background-image:url();
  156. position:fixed;
  157. top: 0px;
  158. left: 0px;
  159. margin-left:0px;
  160. }
  161.  
  162. div.navigate a{
  163. font-size: 6.5pt;
  164. font-family: consolas;
  165. display:block;
  166. margin-bottom:7px;
  167. padding:2px;
  168. -webkit-transition: all 0.4s ease-out;
  169. -moz-transition: all 0.4s ease-out;
  170. transition: all 0.4s ease-out;
  171. color:#8f8f8f;
  172. text-transform: uppercase;
  173. border-bottom: 1px dashed #eee;
  174. }
  175.  
  176. div.navigate a:hover{
  177. background-color: #eee;
  178. color:#8f8f8f; border-bottom: 1px dashed #eee;
  179. -webkit-transition: all 0.4s ease-out;
  180. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  181.  
  182. #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%;}
  183.  
  184. #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%;}
  185.  
  186. @font-face {
  187. font-family: "cursive2";
  188. src: url('http://static.tumblr.com/m6mqatb/QUklrzd0z/dubielitalic.ttf');
  189. }
  190.  
  191. @font-face {
  192. font-family: "cursive";
  193. src: url('http://static.tumblr.com/kucnf9l/Tlolq197o/theonlyexception.ttf');
  194. }
  195.  
  196. cursive {
  197. color: #aaaaaa;
  198. font: normal 30px cursive2;
  199. }
  200.  
  201. cursive2 {
  202. color: #ededed;
  203. font: normal 22px cursive;
  204. letter-spacing: 0px;
  205. }
  206.  
  207.  
  208. pink {
  209. color: #d0d0d0;
  210. }
  211.  
  212. ::-webkit-scrollbar {width:5px;height:auto;background:#fff;}
  213. ::-webkit-scrollbar-corner { background:#eee; }
  214. ::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  215. ::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  216. ::-webkit-scrollbar-thumb:vertical {background-color: #eee;background-image: url();border: 0px solid #eee;}
  217.  
  218. .audio {
  219. display:block;
  220. }
  221.  
  222. .next {
  223. float: center;
  224. }
  225.  
  226. .previous {
  227. float: center;
  228. }
  229.  
  230. .post-meta p {
  231. margin-bottom: 0;
  232. }
  233.  
  234. .post-meta .date {
  235. border-top: 2px solid #F0F7F7;
  236. }
  237.  
  238. .post-meta ul {
  239. background-color: #F0F7F7;
  240. padding: 0px 0px;
  241. }
  242.  
  243. .post-meta li {
  244. display: inline;
  245. list-style: none;
  246. margin-right: 5px;
  247. }
  248.  
  249. .post-meta .notecount {
  250. float: right;
  251. font-size: 8px;
  252. letter-spacing: 2px;
  253. }
  254.  
  255. p {
  256. margin-bottom: 5px;
  257. }
  258.  
  259. #pages {
  260. margin-bottom: 30px;
  261. }
  262.  
  263. #pages li {
  264. display: inline;
  265. font-size: 11px;
  266. font-weight: bold;
  267. list-style: none;
  268. text-transform: uppercase;
  269. padding: 0 10px;
  270. }
  271.  
  272. #pages a {
  273. color: #0B3F3F;
  274. }
  275.  
  276. .quote-post p {
  277. font: italic normal 12px Georgia, "Times New Roman", serif;
  278. letter-spacing: 1px;
  279. }
  280.  
  281. .text-post blockquote {
  282. font-size: 14px;
  283. font-weight: normal;
  284. }
  285.  
  286. .text-post ul {
  287. margin: 0 0 0px 15px;
  288. }
  289.  
  290. ol.notes {
  291. margin-bottom: 30px;
  292. }
  293.  
  294. ol.notes li {
  295. border-bottom: 1px dotted #efefef;
  296. list-style: none;
  297. }
  298.  
  299. </style>
  300.  
  301. </head>
  302. <body>
  303.  
  304. <div class="banner"http://www.tumblr.com/customize/ditckanderella#></div>
  305.  
  306. <div id="side">
  307. <div style="width: 253px; border-bottom: 1px solid #f5f5f5; text-align: right; margin-bottom:5px;"><cursive><b>your title here</cursive> </b></div>
  308. Welcome! 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>
  309.  
  310. <h4>
  311. ● <a href="URL HERE">link one</a>
  312.  
  313. ● <a href="URL HERE">link two</a>
  314.  
  315. ● <a href="http://dreamerinthecity.tumblr.com/">theme</a>
  316. </h4>
  317.  
  318. </div></div>
  319.  
  320. <div id="container">
  321.  
  322. {block:HasPages}
  323. <ul id="pages">
  324. {block:Pages}
  325. <li><a href="{URL}">{Label}</a></li>
  326. {/block:Pages}
  327. </ul>
  328. {/block:HasPages}
  329.  
  330. <div id="content">
  331.  
  332. {block:Posts}
  333.  
  334. <div id="post">
  335. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}
  336. {/block:Text}
  337.  
  338. {block:Photo}
  339. <div class="photo-post">
  340. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  341. {Caption}
  342. </div>
  343. {/block:Photo}
  344.  
  345. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  346.  
  347. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349. {block:Quote}
  350. <div class="quote-post"> <h2>"{Quote}"</h2>
  351. {block:Source}<small><p>— {Source}</small></p>{/block:Source}
  352. </div>
  353. {/block:Quote}
  354.  
  355. {block:Chat}
  356. <ul class="chat">
  357.  
  358. {block:Lines}
  359. <li class="user_{UserNumber}">
  360. {block:Label}
  361. <span class="label">
  362. {Label}
  363. </span>
  364. {/block:Label}&nbsp;
  365. {Line}
  366. </li>
  367. {/block:Lines}
  368. </ul>
  369. {/block:Chat}
  370.  
  371. <center><div style="margin:0px 0 0px 0;">{block:Audio}
  372. {AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
  373. {/block:Audio}</center>
  374.  
  375. {block:Link}
  376. <div class="link-post">
  377. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  378. {block:Description}{Description}{/block:Description}
  379. </div>
  380. {/block:Link}
  381.  
  382. </div>
  383.  
  384. <div class="post-meta">
  385. <a href="http://i53.tinypic.com/zupemu.gif" target="_blank"></a>
  386. <a href="{Permalink}"> {NoteCountWithLabel}</a> <pink>●</pink>
  387. {block:Date}<a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
  388. </div>
  389.  
  390. {block:PostNotes} <div class="notes"> {PostNotes} </div> {/block:PostNotes}
  391.  
  392. {/block:Posts}
  393.  
  394. <div class="navy"><center></center></div>
  395. <br>
  396. <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>
  397.  
  398. {/block:Pagination}
  399.  
  400. </div>
  401. </div>
  402. </body>
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement