Advertisement
foreverora

Theme 12: Reverie

Jun 26th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. theme by austrliya
  12. some code by cloudlings
  13.  
  14. -->
  15.  
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#a8a8a8"/>
  19. <meta name="color:link" content="#b8b8b8"/>
  20. <meta name="color:link hover" content="#f2f2f2"/>
  21. <meta name="color:border" content="#eeeeee"/>
  22. <meta name="color:scrollbar" content="ffffff"/>
  23.  
  24. <meta name="text:home title" content="home" />
  25. <meta name="text:ask title" content="ask" />
  26. <meta name="text:ask url" content="/ask" />
  27.  
  28. <meta name="text:link 1 title" content="link 1" />
  29. <meta name="text:link 1 url" content="/" />
  30. <meta name="text:link 2 title" content="link 2" />
  31. <meta name="text:link 2 url" content="/" />
  32. <meta name="text:link 3 title" content="link 3" />
  33. <meta name="text:link 3 url" content="/" />
  34.  
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="if:Show Link 3" content="1" />
  38. <meta name="if:Show Home" content="1" />
  39. <meta name="if:Show Ask" content="1" />
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  42.  
  43. <style type="text/css">
  44. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  45. /*- body -*/
  46.  
  47. body {
  48. font-family:calibri;
  49. font-size:9px;
  50. line-height:115%;
  51. color:{color:text};
  52. background:{color:background};
  53. }
  54.  
  55. img {
  56. border:none;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. -webkit-transition: all 0.6s ease;
  65. -moz-transition: all 0.6s ease;
  66. -o-transition: all 0.6s ease
  67. }
  68.  
  69. a:hover {
  70. color:{color:link hover};
  71. -webkit-transition: all 0.8s ease;
  72. -moz-transition: all 0.8s ease;
  73. -o-transition: all 0.8s ease
  74. }
  75.  
  76. h1 {
  77. font-size:10px;
  78. text-transform:uppercase;
  79. font-weight: bold;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. /*- posts/entries -*/
  93.  
  94.  
  95. #entries {
  96. width:520px;
  97. margin-left:450px;
  98. margin-top:120px;
  99. font-size:9px;
  100. }
  101.  
  102.  
  103. #post {
  104. width:500px;
  105. padding:10px;
  106. margin-bottom:20px;
  107. }
  108.  
  109. /*- sidebar -*/
  110.  
  111.  
  112. #sidebar {
  113. position:fixed;
  114. width: 110px;
  115. margin-left:260px;
  116. margin-top:0px;
  117. display:block;
  118. background:{color:background};
  119. }
  120.  
  121. #links {
  122. width:140px;
  123. height:auto;
  124. padding-top: 5px;
  125. padding-bottom: 5px;
  126. text-align:left;
  127. font-size:10px;
  128. font-family:calibri;
  129. word-spacing:2px;
  130. text-transform:lowercase;
  131. margin-left:200px;
  132. width:500px;
  133. text-align:center;
  134. font-family:Inconsolata;
  135. display:block;
  136. background-color:{color:background};
  137. }
  138.  
  139. #links a {
  140. font-size: 11px;
  141. padding-left: 0px;
  142. padding-right: 0px;
  143. -webkit-transition: all 0.4s ease;
  144. -moz-transition: all 0.4s ease;
  145. -o-transition: all 0.4s ease
  146. }
  147.  
  148. #links a:hover {
  149. padding-left: 2px;
  150. padding-right: 2px;
  151. color:{color:link hover}
  152. -webkit-transition: all 0.4s ease;
  153. -moz-transition: all 0.4s ease;
  154. -o-transition: all 0.4s ease;
  155. }
  156.  
  157.  
  158. #pagination {
  159. position:fixed;
  160. width:680px;
  161. height: 10px;
  162. font-size:8px;
  163. text-align:center;
  164. left: 370px;
  165. bottom: 0px;
  166. padding: 10px;
  167. font-family:consolas;
  168. letter-spacing:4px;
  169. opacity: 1;
  170. background-color: {color:background};
  171. }
  172.  
  173. #title {font-family:lovenote;
  174. font-size:90px;
  175. margin-top:-130px;
  176. margin-left:200px;
  177. width:500px;
  178. text-align:center;
  179. display:block;
  180. background-color:{color:background};
  181. border-bottom:40px solid {color:background};
  182. border-top:40px solid {color:background};}
  183.  
  184. /*- others -*/
  185.  
  186. ::-webkit-scrollbar {
  187. width: 5px;height: 5px;}
  188. ::-webkit-scrollbar-button:start:decrement,
  189. ::-webkit-scrollbar-button:end:increment {
  190. height: 6px;display: block;background-color: {color:white};}
  191. ::-webkit-scrollbar-track-piece {
  192. background-color: {color:scrollbar};}
  193. ::-webkit-scrollbar-thumb:vertical {
  194. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  195.  
  196. #info {
  197. text-align:right;
  198. margin-top:10px;
  199. padding: 5px;
  200. font-size: 8px;
  201. color: {color:link};
  202. text-transform: uppercase;
  203. font-style: italic;
  204. border-top: 1px solid {color:border};
  205. }
  206.  
  207. #ask {
  208. float:left;
  209. width: 490px;
  210. padding: 5px;
  211. font-style: italic;
  212. text-align:justify;
  213. text-transform: lowercase;
  214. padding-bottom: 5px;
  215. padding-right: 5px;
  216. line-height:115%;
  217. background-color: #fcfcfc;
  218. border: 1px solid {color:border};
  219. }
  220.  
  221. #answer {
  222. font-size: 9px;
  223. width: 480px;
  224. padding-top: 10px;
  225. margin-left: 7px;
  226. line-height:120%;
  227. }
  228.  
  229. .dont {
  230. text-align:center;
  231. position:fixed;
  232. bottom:15px;
  233. right:5px;
  234. font-size:7px;
  235. }
  236.  
  237. .dont a {
  238. font-family:'Trebuchet MS';
  239. border: 1px solid #eee;
  240. letter-spacing: 2px;
  241. padding:5px;
  242. -webkit-transition: all 0.6s ease-in-out;
  243. -moz-transition: all 0.6s ease-in-out;
  244. -o-transition: all 0.6s ease-in-out;
  245. }
  246.  
  247. .dont a:hover {
  248. color:white;
  249. background-color:black;
  250. transition-duration: 0.6s;
  251. -moz-transition-duration: 0.6s;
  252. -webkit-transition-duration: 0.6s;
  253. -o-transition-duration: 0.6s;
  254. }
  255.  
  256. {CustomCSS}</style></head><body>
  257.  
  258. <div id="sidebar">
  259. <div id="title">{Title}</div>
  260. <div id="links">
  261.  
  262. {block:IfShowHome}
  263. <a href="/">{text:home title}</a>
  264. {/block:IfShowHome}
  265. {block:IfShowAsk}
  266. <a href="{text:ask url}">{text:ask title}</a>
  267. {block:IfShowAsk}
  268. {block:IfShowLink1}
  269. <a href="{text:link 1 url}">{text:link 1 title}</a>
  270. {/block:IfShowLink1}
  271. {block:IfShowLink2}
  272. <a href="{text:link 2 url}">{text:link 2 title}</a>
  273. {/block:IfShowLink2}
  274. {block:IfShowLink3}
  275. <a href="{text:link 3 url}">{text:link 3 title}</a>
  276. {/block:IfShowLink3}
  277.  
  278. </div>
  279.  
  280. <!--
  281. code by cloudlings
  282. -->
  283. <div id=
  284. "1"
  285. style=
  286. "width: 250px; margin: 50px auto; background: #000; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); padding: 10px 0px; margin-left:-100px; margin-top:130px;">
  287. <div id=
  288. "cloudlings credits please do not remove credits please do not remove"
  289. style="display: none;">
  290. format by cloudlings credits please do not remove. please do not
  291. remove the credit (do not remove this section either)! thank you
  292. :-)
  293. </div>
  294. <div id=
  295. "2"
  296. style=
  297. "background: #fff; padding: 30px; margin: 0px; font: 12px 'Times New Roman', Times, serif; -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); text-transform: lowercase; color: #000; letter-spacing: 1px; position: relative;">
  298. <div id=
  299. "3"
  300. style=
  301. "position: absolute; font: bold 105px Georgia, 'Times New Roman', Times, serif; color: #000; top: -25px; left: -25px; z-index: 1;">
  302. </div>
  303. <div id=
  304. "4"
  305. style=
  306. "position: relative; z-index: 2; -webkit-transform: rotate(-7deg); text-align: justify;">
  307. {Description}
  308. </div>
  309. <div style=
  310. "position: relative; z-index: 2; -webkit-transform: rotate(-7deg); text-align: right;">
  311. </div>
  312. </div>
  313. </div><br>
  314. <!--
  315. end code by cloudlings
  316. -->
  317. </div>
  318.  
  319.  
  320. <div id="pagination">
  321. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  322. {block:JumpPagination length="5"}
  323. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  324. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  325. {/block:JumpPagination}
  326. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  327. </div>
  328.  
  329. <div id="entries">{block:Posts}<div id="post">
  330.  
  331. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  332.  
  333. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334.  
  335. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. {block:Quote}{Quote}{/block:Quote}
  338.  
  339. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  340.  
  341. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  342.  
  343. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  344. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  345. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  346. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  347. {/block:Audio}
  348.  
  349. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  350.  
  351. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  352.  
  353. <div id="info">
  354. {block:Date}<a href="{Permalink}">
  355. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  356. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  357. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  358.  
  359. </div>
  360.  
  361. </div>
  362. {/block:Posts}
  363. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  364. {/block:Posts}</div></div></div>
  365.  
  366. <div class="dont"><a href="http://caradlvnge.tumblr.com/">MANYA</a></div>
  367.  
  368.  
  369. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement