Advertisement
dreamerinthecity

Theme 11

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