Advertisement
dylaenobriens

Crazy In Love

Jul 9th, 2013
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 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. Crazy In Love By Dylaenobriens
  6.  
  7. Do not do anything against the rules!
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><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:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#090808"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. #bite
  43. #bite a{
  44. display:block
  45. }
  46. #bite .death {
  47. margin-right:0px;filter: alpha(opacity = 0);
  48. opacity:0;-webkit-transition: all 0.5s ease-out;
  49. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  50. }
  51.  
  52. #bite:hover .death {
  53. margin-left:0px;
  54.  
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. filter: alpha(opacity = 100);
  59. filter: alpha(opacity = 100);
  60. opacity:8;
  61. }
  62.  
  63.  
  64. /* --- SCROLLBAR ---*/
  65.  
  66. ::-webkit-scrollbar {
  67. width: 5px;height: 5px;}
  68. ::-webkit-scrollbar-button:start:decrement,
  69. ::-webkit-scrollbar-button:end:increment {
  70. height: 6px;display: block;background-color: {color:white};}
  71. ::-webkit-scrollbar-track-piece {
  72. background-color: {color:scrollbarbg};}
  73. ::-webkit-scrollbar-thumb:vertical {
  74. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  75.  
  76.  
  77. /* --- BODY ---*/
  78.  
  79. body {
  80. background:{color:background};
  81. margin:0px;
  82. color:{color:text};
  83. font-family:Calibri;
  84. font-size:9px;
  85. line-height:100%;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:none;
  91. -moz-outline-style:none;
  92. color:{color:link};
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease
  96. }
  97.  
  98. img {
  99. border:none;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. h1 {
  113. font-size:9px;
  114. text-transform:uppercase;
  115. }
  116.  
  117. a:hover {
  118. opacity:10;
  119. color:{color:hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease
  123. }
  124.  
  125. #everything{
  126. margin-left:50px;
  127. }
  128.  
  129. /* --- POST ENTRIES ---*/
  130.  
  131.  
  132. #entries {
  133. padding:10px;
  134. width:500px;
  135. margin-left:450px;
  136. margin-top:40px;
  137. font-size:10px;
  138. }
  139.  
  140. /* --- BODY: POSTS ---*/
  141.  
  142.  
  143. #post {
  144. width:500px;
  145. padding-bottom:20px;
  146. padding:10px;
  147. margin-top:15px;
  148. background-color:{color:Post};
  149. }
  150.  
  151. /* --- SIDEBAR IMAGE ---*/
  152.  
  153.  
  154. #sidebar {
  155. width:162px;
  156. height:285px;
  157. position:fixed;
  158. margin-left:200px;
  159. margin-top:200px;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163. #sidebarimage {
  164. width 100px;
  165. }
  166.  
  167. #sidebarimage img {
  168. width:150px;
  169. padding:6px;
  170. background-color:{color:Sidebar};
  171. }
  172.  
  173. #move {
  174. margin-top:5px;
  175. }
  176.  
  177.  
  178.  
  179. /* --- SIDEBAR LINKS ---*/
  180.  
  181. .link1 {
  182. width:105px;
  183. height:5px;
  184. padding: 9px;
  185. font-size:8px;
  186. font-family:'cambria';
  187. text-align:center;
  188. margin-top:-2px;
  189. margin-left:22px;
  190. text-align:center;
  191. text-transform:uppercase;
  192. word-spacing:2px;
  193. position:fixed;
  194. padding-bottom:7px;
  195. z-index:2222;
  196. }
  197.  
  198. .link1 a {
  199. font-size: 7.5px;
  200. }
  201.  
  202. .link1 a:hover {
  203. color:{color:Hover}
  204. }
  205.  
  206. .link2 {
  207. width:105px;
  208. height:5px;
  209. padding: 9px;
  210. font-size:8px;
  211. font-family:'cambria';
  212. text-align:center;
  213. margin-top:42px;
  214. margin-left:68px;
  215. text-align:center;
  216. text-transform:uppercase;
  217. word-spacing:2px;
  218. position:fixed;
  219. padding-bottom:7px;
  220. -webkit-transform: rotate(90deg);
  221. }
  222.  
  223. .link2 a {
  224. font-size: 7.5px;
  225. }
  226.  
  227. .link2 a:hover {
  228. color:{color:Hover}
  229. }
  230.  
  231. .link3 {
  232. width:105px;
  233. height:5px;
  234. padding: 9px;
  235. font-size:8px;
  236. font-family:'cambria';
  237. text-align:center;
  238. margin-top:84px;
  239. margin-left:26px;
  240. text-align:center;
  241. text-transform:uppercase;
  242. word-spacing:2px;
  243. position:fixed;
  244. padding-bottom:7px;
  245. -webkit-transform: rotate(360deg);
  246. }
  247.  
  248. .link3 a {
  249. font-size: 7.5px;
  250. }
  251.  
  252. .link3 a:hover {
  253. color:{color:Hover}
  254. }
  255.  
  256. .link4 {
  257. width:105px;
  258. height:5px;
  259. padding: 9px;
  260. font-size:8px;
  261. font-family:'cambria';
  262. text-align:center;
  263. margin-top:43px;
  264. margin-left:-25px;
  265. text-transform:uppercase;
  266. word-spacing:2px;
  267. position:fixed;
  268. padding-bottom:7px;
  269. -webkit-transform: rotate(270deg);
  270. }
  271.  
  272. .link4 a {
  273. font-size: 7.5px;
  274. }
  275.  
  276. .link4 a:hover {
  277. color:{color:Hover}
  278. }
  279.  
  280. #linksbg {
  281. position:fixed;
  282. color:white;
  283. border-radius:100px;
  284. border:5px solid black;
  285. background-color:#fafafa;
  286. margin-top:-5px;
  287. width:108px;
  288. margin-left:25px;
  289. height:108px;
  290. }
  291.  
  292.  
  293.  
  294. #circle {
  295. position:fixed;
  296. color:white;
  297. border-radius:100px;
  298. border:5px solid #fafafa;
  299. background-color:white;
  300. margin-top:15px;
  301. width:68px;
  302. z-index:2222;
  303. margin-left:45px;
  304. height:68px;
  305. }
  306.  
  307. #homecircle{
  308. position:fixed;
  309. color:white;
  310. border-radius:100px;
  311. border:5px solid {color:Sidebar};
  312. background-color:{color:Sidebar};
  313. margin-top:23px;
  314. width:50px;
  315. z-index:2222;
  316. margin-left:54px;
  317. height:50px;
  318. }
  319.  
  320.  
  321.  
  322. /* --- DESCRIPTION ---*/
  323.  
  324. #description {
  325. width:60px;
  326. height:61px;
  327. opacity:0.8;
  328. padding:45px;
  329. position:fixed;
  330. margin-bottom:10px;
  331. margin-left:5px;
  332. margin-top:-157px;
  333. background-color:#fff;
  334. text-align:center;
  335. font-size:10px;
  336. color:#a8a8a8;
  337. letter-spacing:1px;
  338. line-height:150%;
  339. }
  340.  
  341. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  342. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  343.  
  344. /* --- PAGINATION---*/
  345.  
  346.  
  347. #pagination {
  348. width:100px;
  349. font-size:12px;
  350. text-align:center;
  351. margin-left:830px;
  352. margin-top:-13px;
  353. position:fixed;
  354. font-family:consolas;
  355. letter-spacing:0px;
  356. }
  357.  
  358. /* --- POST INFO ---*/
  359.  
  360.  
  361. #info {
  362. text-align:left;
  363. margin-top:10px;
  364. text-transform:uppercase;
  365. font-size:8px;
  366. font-style:none;
  367. border-top:1px solid {color:Line}
  368. }
  369.  
  370. /* --- POST TAGS---*/
  371.  
  372.  
  373. #tags {
  374. font-family:cambria;
  375. letter-spacing:0px;
  376. text-transform:lowercase;
  377. font-size:10px;
  378. font-style:italic;
  379. margin-top:4px;
  380. text-align:left;
  381. }
  382.  
  383. #tags
  384. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  385. -webkit-transition: all 0.6s ease-in-out;
  386. -moz-transition: all 0.6s ease-in-out;
  387. -o-transition: all 0.6s ease-in-out;
  388. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  389.  
  390.  
  391. /* --- QUESTIONS ---*/
  392.  
  393. #asker {
  394. padding:5px;
  395. font-family:cambria;
  396. letter-spacing:1px;
  397. text-align:left;
  398. font-style:italic;
  399. margin-left:10px;
  400. border-left:3px #eee solid;
  401. background-color:{color:background}
  402. }
  403.  
  404. #credit {
  405. right:3px;
  406. bottom:6px;
  407. font-size:9px;
  408. padding:5px;
  409. color:{color:text};
  410. background-color:#fafafa;
  411. text-transform:uppercase;
  412. border:1px solid {color:border};
  413. position:fixed;
  414. -webkit-transition: all 0.5s ease-out;
  415. -moz-transition: all 0.5s ease-out;
  416. transition: all 0.5s ease-out;
  417. }
  418.  
  419. #credit:hover {
  420. background-color:black;
  421. color:white;
  422. }
  423.  
  424. {CustomCSS}</style></head><body>
  425.  
  426. <div id="everything">
  427. <div id="sidebar">
  428. <div id="bite"><a href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div></a>
  429.  
  430.  
  431. <div class="death">
  432. <div id="description">
  433. {Description}
  434. </div></div></div>
  435.  
  436. <div id="move">
  437. <div id="circle"></div>
  438.  
  439. <a href="/"><div id="homecircle"></div></a>
  440.  
  441. <div id="linksbg"></div>
  442. <div class="link1">
  443. <a href="/ask">ask</a>
  444. </div>
  445. <div class="link2">
  446. <a href="/">link 1</a></div>
  447. <div class="link3">
  448. <a href="{text:Link 1 URL}">{text:Link 1 Text}</a>
  449. </div>
  450. <div class="link4">
  451. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  452. </div></div>
  453.  
  454.  
  455.  
  456. {block:Pagination}<div id="pagination">
  457. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>&nbsp;&nbsp;{/block:PreviousPage}
  458. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  459. </div>{/block:Pagination}
  460.  
  461. </div>
  462.  
  463. <div id="entries">{block:Posts}<div id="post">
  464.  
  465. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  466.  
  467. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468.  
  469. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  470.  
  471. {block:Quote}{Quote}{/block:Quote}
  472.  
  473. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  474.  
  475. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  476.  
  477. {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>
  478. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  479. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  480. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  481. {/block:Audio}
  482.  
  483. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  484.  
  485. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  486.  
  487. <div id="info">
  488. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  489. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  490. {/block:Posts}
  491. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  492. {/block:Posts}</div></div></div>
  493.  
  494. </div>
  495.  
  496. <!--
  497. THEME MAKER CREDIT
  498. -->
  499.  
  500. <div id="credit">dylaenobriens</a></center></div>
  501.  
  502.  
  503. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement