moanszayn

Pound Cake

Oct 25th, 2013
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 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. <!--
  4.  
  5. THEME BY AILEEN AKA LUSTINGLOU
  6. FOLLOW THE RULES AND STAY GUCCI
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:selection" content="#38E8A7"/>
  21. <meta name="color:Link" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:toptitle" content="">
  30.  
  31. <meta name="text:linkA" content="">
  32. <meta name="text:linkA url" content="/">
  33. <meta name="text:linkB" content="">
  34. <meta name="text:linkB url" content="/">
  35. <meta name="text:linkC" content="">
  36. <meta name="text:linkC url" content="/">
  37. <meta name="text:linkD" content="">
  38. <meta name="text:linkD url" content="/">
  39. <meta name="text:linkE" content="">
  40. <meta name="text:linkE url" content="/">
  41. <meta name="text:linkF" content="">
  42. <meta name="text:linkF url" content="/">
  43.  
  44.  
  45. <style type="text/css">
  46. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  47. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  48. ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:7px;width:11px;border:5px solid #fff;}
  49. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbarbg};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  50. }
  51.  
  52.  
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:Arial, Helvetica;
  59. font-size:9px;
  60. line-height:100%;
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73.  
  74. h1 {
  75. font-size:12px;
  76. text-transform:uppercase;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89.  
  90. a:hover {
  91. opacity:1;
  92. color:{color:hover};
  93. -webkit-transition: all 0.5s ease;
  94. -moz-transition: all 0.5s ease;
  95. -o-transition: all 0.5s ease
  96. }
  97.  
  98. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  99.  
  100. #container {
  101. width:2012px;
  102. height:139px;
  103. padding:9px;
  104. background:#000;
  105. position:fixed;
  106. margin-top:-50px;
  107. margin-left:-50px;
  108. z-index:999;
  109. }
  110.  
  111.  
  112.  
  113. #toptitle {
  114. font-family:Bebas Neue;
  115. font-size:25px;
  116. background:#000;
  117. position:fixed;
  118. margin-top:-59px;
  119. margin-left:503px;
  120. font-style:normal;
  121. width:312px;
  122. height:25px;
  123. padding:9px;
  124. text-align:center;
  125. color:{color:text};
  126. padding-top:25px;
  127. color:#fff;
  128. -webkit-transition: all 0.5s ease;
  129. z-index:99999999999999;
  130. }
  131.  
  132. #toptitle:hover{
  133. color:transparent;
  134. text-shadow: #67E6EC 0.0em 0.0em 0.1em;
  135. -webkit-transition: all 0.5s ease;
  136. }
  137.  
  138. #sidebar {
  139. position:fixed;
  140. width:200px;
  141. margin-left:130px;
  142. margin-top:-15px;
  143. z-index:99999999999999;
  144. }
  145.  
  146. #sidebarimage {
  147. width 150px;
  148.  
  149. }
  150.  
  151. #sidebarimage img {
  152. width:200px;
  153. padding:0px;
  154. border:9px solid #fff;
  155.  
  156. }
  157.  
  158.  
  159.  
  160.  
  161. .desc {
  162. position:fixed;
  163. margin-top:-208px;
  164. margin-left:355px;
  165. font-family:arial;
  166. line-height:110%;
  167. font-size:9.5px;
  168. font-style:normal;
  169. width:345px;
  170. padding:9px;
  171. text-align:justify;
  172. color:#fff;
  173. z-index:99999999999;
  174. border: 9px double #fff;
  175. }
  176.  
  177. .desc a
  178. {color:#fff;
  179. -moz-transition-duration:0.6s;
  180. -webkit-transition-duration:0.6s;
  181. -o-transition-duration:0.6s;
  182. }
  183.  
  184.  
  185. .links {
  186. position:fixed;
  187. margin-top:-219px;
  188. margin-left:300px;
  189. width:30px;
  190. padding: 9px;
  191. word-spacing:12px;
  192. font-family:Bebas Neue;
  193. text-align:CENTER;
  194. text-transform:uppercase;
  195. color:#fff;
  196. z-index:999999999999999999999999;
  197. }
  198.  
  199. .links a {
  200. color:#fff;
  201. font-size: 16px;
  202. line-height:190%;
  203. display:block;
  204. -webkit-transition-duration:0.6s
  205.  
  206.  
  207. }
  208.  
  209. .links a:hover {
  210. background:#fff;
  211. color:#000;
  212. -moz-border-radius: 40px;
  213. -webkit-border-radius: 40px;
  214.  
  215. }
  216.  
  217.  
  218. .links2 {
  219. position:fixed;
  220. margin-top:-221px;
  221. margin-left:743px;
  222. width:30px;
  223. padding: 9px;
  224. word-spacing:12px;
  225. font-family:Bebas Neue;
  226. text-align:center;
  227. text-transform:uppercase;
  228. color:#fff;
  229. z-index:999999999999999999999999;
  230. }
  231.  
  232. .links2 a {
  233. color:#fff;
  234. font-size: 16px;
  235. line-height:190%;
  236. display:block;
  237. -webkit-transition-duration:0.6s
  238.  
  239.  
  240. }
  241.  
  242. .links2 a:hover {
  243. background:#fff;
  244. color:#000;
  245. -moz-border-radius: 40px;
  246. -webkit-border-radius: 40px;
  247.  
  248. }
  249.  
  250. #pagi{
  251. color:#fff;
  252. width:200px;
  253. font-size:15px;
  254. text-align:center;
  255. margin-left:450px;
  256. margin-top:-115px;
  257. position:fixed;
  258. font-family:Bebas Neue;
  259. word-spacing:4px;
  260. z-index:999999999999999999999;
  261.  
  262.  
  263. }
  264.  
  265.  
  266. #all {
  267. padding:10px;
  268. width:500px;
  269. margin-left:450px;
  270. margin-top:50px;
  271. font-size:10px;
  272. }
  273.  
  274.  
  275.  
  276. #posts {
  277. width:500px;
  278. padding-bottom:20px;
  279. padding:10px;
  280. margin-top:110px;
  281. margin-left:-50px;
  282. padding:15px;
  283. color:#000;
  284. }
  285.  
  286.  
  287. #details {
  288. text-align:left;
  289. font-family:Bebas Neue;
  290. margin-top:8px;
  291. letter-spacing:0px;
  292. text-transform:uppercase;
  293. font-size:12px;
  294. font-style:none;
  295. border-top:1px solid {color:Line};
  296. }
  297.  
  298.  
  299. #tags {
  300. font-family:arial;
  301. letter-spacing:0px;
  302. text-transform:lowercase;
  303. font-size:10px;
  304. font-style:normal;
  305. margin-top:2px;
  306. text-align:left;
  307. }
  308.  
  309. #tags a {
  310. display:inline-block;
  311. padding:-3px;
  312. text-align:right;
  313. color:{color:Tags};
  314. -webkit-transition: all 0.6s ease-in-out;
  315. -moz-transition: all 0.6s ease-in-out;
  316. -o-transition: all 0.6s ease-in-out;
  317. -ms-transition: all 0.6s ease-in-out;
  318. -transition: all 0.6s ease-in-out;
  319. }
  320.  
  321.  
  322. #question {
  323. padding:15px;
  324. background:#F5F5F5;
  325. font-family:Bebas Neue;
  326. font-size:12px;
  327. letter-spacing:2px;
  328. text-align:right;
  329. font-style:italic;
  330. border:2px {color:line} solid;
  331. color:{color:text};
  332. background-color:{color:background}
  333. }
  334.  
  335. /*--credit--*/
  336.  
  337.  
  338. #credit{
  339. right:8px;
  340. bottom: 2px;
  341. position:fixed;
  342. padding:5px;
  343. }
  344.  
  345. #credit a:hover { color: {color:linkhover};}
  346.  
  347. {CustomCSS}
  348. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  349. ::-moz-selection {background: {color:selection}; color:#fff;}
  350.  
  351. ::selection {background:{color:selection}; color:#fff; }
  352. </style>
  353.  
  354.  
  355.  
  356. </head><body>
  357.  
  358. <div id="container"></div>
  359.  
  360. <div id="toptitle">{text:toptitle}</div>
  361.  
  362. <div id="sidebar">
  363.  
  364.  
  365. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  366.  
  367. <div class="desc">
  368. {Description}
  369. </div>
  370.  
  371.  
  372.  
  373. <div class="links">
  374. {block:IfLinkA}
  375. <a title="{text:linkA}"href="{text:linkA url}">I.</a>
  376. {/block:IfLinkA}
  377. {block:IfLinkB}
  378. <a title="{text:linkB}"href="{text:linkB url}">II.</a>
  379. {/block:IfLinkB}
  380. {block:IfLinkC}
  381. <a title="{text:linkC}"href="{text:linkC url}">III.</a>
  382. {/block:IfLinkC}
  383. </div>
  384. <div class="links2">
  385. {block:IfLinkD}
  386. <a title="{text:linkD}"href="{text:linkD url}">IV.</a>
  387. {/block:IfLinkD}
  388. {block:IfLinkE}
  389. <a title="{text:linkE}"href="{text:linkE url}">V.</a>
  390. {/block:IfLinkE}
  391. {block:IfLinkF}
  392. <a title="{text:linkF}"href="{text:linkF url}">VI.</a>
  393. {/block:IfLinkF}
  394. </div>
  395.  
  396. {block:Pagination}<div id="pagi">
  397.  
  398.  
  399. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  400. {block:JumpPagination length="5"}
  401. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  402. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  403. {/block:JumpPagination}
  404. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  405. </div>{/block:Pagination}
  406.  
  407. </div>
  408.  
  409. <div id="all">{block:Posts}<div id="posts">
  410.  
  411. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  412.  
  413. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  414.  
  415. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  416.  
  417. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  418.  
  419. {block:Quote}{Quote}{/block:Quote}
  420.  
  421. {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>
  422. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  423. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  424. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  425. {/block:Audio}
  426.  
  427. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  428.  
  429. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  430.  
  431.  
  432. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:12px;font-style:italic;">— {Asker} was like: </span>{Question}</div><center><font face="arial">{Answer}</font>{/block:Answer}
  433.  
  434. <div id="details">
  435. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}; at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<a style="color:#a99db1;"> ♥ </a><a href="{Permalink}">{NoteCount}</a>
  436. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  437. {/block:Posts}
  438. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  439. {/block:Posts}</div></div></div>
  440.  
  441.  
  442. <div id="credit" data="credit"><a href="http://lustinglou.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  443.  
  444. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment