irrationiall

Theme #19 - Champagne Supernova

Jun 2nd, 2013
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#fff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:askbg" content="#f5f5f5"/>
  19. <meta name="color:blockquote" content="#f5f5f5"/>
  20. <meta name="color:bold text" content="#aaa"/>
  21. <meta name="color:italic text" content="#eee"/>
  22. <meta name="color:scrollbar" content="#000"/>
  23. <meta name="color:header background" content="#333"/>
  24. <meta name="color:header strips" content="#fff"/>
  25. <meta name="color:largest triangle" content="#000"/>
  26. <meta name="color:smallest triangle" content="#000"/>
  27. <meta name="color:triangle strip" content="#fff"/>
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30.  
  31. <!--Links-->
  32. <meta name="text:Home Link" content="/"/>
  33. <meta name="text:Home Link Title" content="home" />
  34. <meta name="text:Ask Link" content="/ask"/>
  35. <meta name="text:Ask Link Title" content="mail" />
  36. <meta name="text:Link1" content="/"/>
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="/"/>
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="/"/>
  41. <meta name="text:Link3 Title" content="" />
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48. ::-webkit-scrollbar {height: auto;width: 6px;}
  49. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar};}
  50. ::-webkit-scrollbar-track{background-color: {color:background};}
  51.  
  52. body {
  53. background:{color:background};
  54. background-image: url;
  55. background-attachment: fixed;
  56. color:{color:text};
  57. font-family:consolas;
  58. font-size:10px;
  59. line-height:100%;
  60. margin-top:250px;
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:#000;
  68. -webkit-transition: all 0.5s ease;
  69. -moz-transition: all 0.5s ease;
  70. -o-transition: all 0.5s ease
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:1px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:12px;
  84. font-family:calibri;
  85. text-align: center;
  86. }
  87.  
  88. a:hover {
  89. opacity:10;
  90. color:{color:hover};
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease
  94. }
  95.  
  96. small{
  97. font-size:9px;
  98. line-height:110%
  99. }
  100.  
  101. big {
  102. font-size:12px;
  103. line-height:110%
  104. }
  105.  
  106. b, strong{
  107. color:{color:bold text};
  108. }
  109. i, em {
  110. color:{color:italic text};
  111. }
  112. p{
  113. margin-top:5px;
  114. margin-bottom:5px
  115. }
  116. blockquote {
  117. padding:0px;
  118. padding-left:5px;
  119. margin:5px;
  120. border-left:3px solid {color:blockquote};
  121. }
  122.  
  123. blockquote img {
  124. max-width:300px
  125. }
  126.  
  127. ul, li img {
  128. max-with:250px
  129. }
  130.  
  131. .audio {width:500px;height:160px;}
  132. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  133. .albumart img {width:150px;height:150px;float:left;}
  134. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  135. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  136. overflow:hidden;background-color:white;}
  137. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  138.  
  139. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  140.  
  141. #entries {
  142. padding:0px;
  143. width:400px;
  144. margin-left:450px;
  145. margin-top:105px;
  146. margin-bottom: 25px;
  147. z-index:-1;
  148. border-bottom:1px solid #eee;
  149. }
  150.  
  151.  
  152.  
  153. #post {
  154. width:400px;
  155. padding-bottom:0px;
  156. font-family:consolas;
  157. background: {color:background};
  158. background-attachment: fixed;
  159. z-index:-1;
  160. }
  161.  
  162. #cont3 {
  163. height: 150px;
  164. width:10px;
  165. background-color: {color:header strips};
  166. color: {color:header strips};
  167. position:fixed;
  168. margin-top:-240px;
  169. margin-left:879px;
  170. z-index:1;
  171. outline: 1px solid #fff;
  172. }
  173.  
  174. #contl {
  175. height: 300px;
  176. width:500px;
  177. background-color: {color:header background};
  178. position:fixed;
  179. margin-top:-380px;
  180. margin-left:400px;
  181. z-index:0;
  182. }
  183.  
  184. #cont2 {
  185. height: 150px;
  186. width:10px;
  187. background-color: {color:header strips};
  188. color: {color:header strips};
  189. position:fixed;
  190. margin-top:-240px;
  191. margin-left:411px;
  192. z-index:0;
  193. outline: 1px solid #fff;
  194. }
  195.  
  196. #lala {
  197. width: 0px;
  198. height: 0px;
  199. border-style: solid;
  200. border-width: 200px 150px 0 150px;
  201. border-color: {color:largest triangle} transparent transparent transparent;
  202. position:fixed;
  203. margin-left:500px;
  204. margin-top:-235px;
  205. z-index:0;
  206.  
  207. }
  208.  
  209. #leelee {
  210. width: 0px;
  211. height: 0px;
  212. border-style: solid;
  213. border-width: 200px 100px 0 100px;
  214. border-color: {color:triangle strip} transparent transparent transparent;
  215. margin-left:550px;
  216. margin-top:-260px;
  217. position: fixed;
  218. z-index:0;
  219. }
  220.  
  221. #bb {
  222. width: 0px;
  223. height: 0px;
  224. border-style: solid;
  225. border-width: 220px 110px 0 110px;
  226. border-color: {color:smallest triangle} transparent transparent transparent;
  227. margin-left:540px;
  228. margin-top:-300px;
  229. position: fixed;
  230. z-index:0;
  231. }
  232.  
  233.  
  234. #sidebar {
  235. width:400px;
  236. position:fixed;
  237. margin-left:80px;
  238. margin-top:20px;
  239. opacity:1;
  240. z-index:1;
  241. }
  242.  
  243.  
  244. #sidebarimage img{
  245. padding:5px;
  246. margin-left: 520px;
  247. margin-top: -270px;
  248. width: 90px;
  249. height:90px;
  250. -webkit-transition: 0.6s;
  251. border-radius:1000px;
  252. position:fixed;
  253. }
  254.  
  255.  
  256. #links {
  257. font-family:palatino linotype;
  258. font-size:14px;
  259. opacity:1;
  260. text-align:center;
  261. padding-top:30px;
  262. letter-spacing:0px;
  263. text-transform:uppercase;
  264. padding-bottom:0px;
  265. margin-top:-255px;
  266. margin-left:675px;
  267. position: fixed;
  268. font-style: italic;
  269. padding: 0px;
  270. width: 120px;
  271. position:fixed;
  272. }
  273.  
  274. #links a:hover{
  275. -webkit-transition: 0.7s;
  276. -moz-transition: .7s;
  277. background:transparent;
  278. color:#fff;
  279. text-decoration: underline;
  280. }
  281.  
  282. #links a{
  283. display:block;
  284. text-align:right;
  285. padding: 2px;
  286. padding-bottom: 20px;
  287. opacity:1;
  288. letter-spacing:1px;
  289. -webkit-transition: .7s;
  290. -moz-transition: .7s;
  291. color: #fff;
  292. background:transparent;
  293. }
  294.  
  295.  
  296. #description {
  297. width: 70px;
  298. max-height:300px;
  299. position: fixed;
  300. margin-top: -255px;
  301. margin-left:355px;
  302. background: transparent;
  303. color: #fff;
  304. text-align: left;
  305. font-family: palatino linotype;
  306. font-weight:italic;
  307. font-size: 11px;
  308. text-transform: lowercase;
  309. letter-spacing: 2px;
  310. z-index:-1;
  311. position:fixed;
  312. }
  313.  
  314. #description a{
  315. color: #fff;
  316. text-decoration: underline;
  317. }
  318.  
  319.  
  320.  
  321. #pagination {
  322. font-size:15px;
  323. color:#fff;
  324. font-family:baskerville;
  325. letter-spacing:0px;
  326. margin-left:820px;
  327. margin-top: -85px;
  328. line-height: 220%;
  329. }
  330.  
  331. #pagination a{
  332. color: {color:link};
  333. }
  334.  
  335. #info {
  336. font-family:calibri;
  337. width:390px;
  338. margin-top:4px;
  339. padding:0px;
  340. padding-left:8px;
  341. font-size:8px;
  342. color: {color:link};
  343. text-transform:uppercase;
  344. font-style:;
  345. letter-spacing:2px;
  346. text-align:left;
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;
  350. margin-top: 23px;
  351. }
  352.  
  353.  
  354. #info a:hover {
  355. color:{color:hover};
  356. }
  357.  
  358. .date {
  359. outline: 1px solid #000;
  360. background-color:#000;
  361. color: #fff;
  362. width:55px;
  363. padding:4px;
  364. }
  365.  
  366. .date a{
  367. color: #fff;
  368. }
  369.  
  370.  
  371. .notes {
  372. margin-top: -14px;
  373. margin-left: 71px;
  374. color: #000;
  375. width: auto;
  376. }
  377.  
  378. .source {
  379. margin-top: 10px;
  380. margin-left:0px;
  381. color: #000;
  382. opacity:1;
  383. text-align: center;
  384. }
  385.  
  386. .caption {
  387. width:400px;
  388. text-align:justify;
  389. line-height:120%;
  390. }
  391.  
  392. .question {
  393. width: 300px;
  394. margin-left:55px;
  395. padding:10px;
  396. text-align:left;
  397. color:{color:text};
  398. background-color:{color:askbg};
  399. line-height: 130%;
  400. }
  401.  
  402. .question a{
  403. padding: 3px;
  404. font-family: consolas;
  405. font-size:10px;
  406. text-transform:uppercase;
  407. }
  408.  
  409. #tri {
  410. width: 0px;
  411. height: 0px;
  412. border-style: solid;
  413. border-width: 10px 20px 5px 0;
  414. border-color: transparent {color:askbg} transparent transparent;
  415. margin-left:35px;
  416. margin-top:10px;
  417. position:absolute;
  418. z-index:-4;
  419. }
  420.  
  421. .icon {
  422. position:absolute;
  423. margin-top:5px;
  424. z-index:-4;
  425. border-radius: 100px;
  426. }
  427.  
  428. .icon img{
  429. outline: 2px solid #eee;
  430. outline-offset:3px;
  431. }
  432.  
  433.  
  434. .answer {
  435. text-align:left;
  436. padding:10px;
  437. color:{color:text};
  438. }
  439.  
  440. .music {
  441. padding:0px;
  442. position:relative;
  443. }
  444.  
  445. .albumart {
  446. float:left;
  447. padding:0px 10px 10px 0px;
  448. }
  449.  
  450. .albumart img {
  451. width:35px;
  452. height:35px;
  453. }
  454.  
  455. .playercontainer {
  456. text-align:left;
  457. padding:10px;
  458. background-color:#ffffff;
  459. width:380px;
  460. }
  461.  
  462. .musicinfo {
  463. padding:10px;
  464. color:{color:text};
  465. }
  466.  
  467. .postnote {
  468. text-transform:lowercase;
  469. font-style:normal;
  470. letter-spacing:0px;
  471. font-size: 9px;
  472. text-align:left;
  473. line-height:90%;
  474. margin-left:0px;
  475. margin-top:20px;
  476. }
  477.  
  478. .postnote li {
  479. list-style-type:none;
  480. border-bottom:1px dashed #f5f5f5;
  481. padding:10px 25px 10px 25px;
  482. text-align:left;
  483. margin-left:-110px;
  484. -moz-transition-duration:0.5s;
  485. -webkit-transition-duration:0.5s;
  486. -o-transition-duration:0.5s;
  487. }
  488.  
  489. .tags {
  490. font-family:consolas;
  491. font-style:normal;
  492. width:400px;
  493. text-transform:uppercase;
  494. font-style:normal;
  495. color:{color:tags};
  496. letter-spacing:2px;
  497. line-height:120%;
  498. font-size:8px;
  499. text-align:center;
  500. margin-top:11px;
  501. padding:2px;
  502. -moz-transition-duration:0.5s;
  503. -webkit-transition-duration:0.5s;
  504. -o-transition-duration:0.5s;
  505. opacity:1;
  506.  
  507. }
  508.  
  509. .tags a {
  510. color:{color:text};
  511. letter-spacing:1px;
  512. padding:1px;
  513. }
  514.  
  515. .tags a:hover {
  516. color:#f1f1f1;
  517. }
  518.  
  519. ul.chat, .chat ol, .chat li {
  520. list-style:none;
  521. margin:0px;
  522. padding:2px;
  523. }
  524.  
  525. .tab {
  526. text-decoration:underline;
  527. font-weight:700;
  528. background-color:#000;
  529. margin-right:5px;
  530. }
  531.  
  532. .personal {
  533. font-family: consolas;
  534. text-transform: uppercase;
  535. text-align:center;
  536. text-decoration:underline;
  537. }
  538.  
  539.  
  540.  
  541. {CustomCSS}</style></head><body>
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. <div id="sidebar">
  550. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  551. <div id="description">{Description}</div>
  552. <div id="links">
  553. <a href="{text:home link}">{text:home link title}</a>
  554. <a href="{text:ask link}">{text:ask link title}</a>
  555. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  556. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  557. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  558. </div>
  559. {block:Pagination}
  560. <div id="pagination">
  561. {block:PreviousPage}
  562. <a href="{PreviousPage}">⇚</a>
  563. {/block:PreviousPage}
  564. {block:NextPage}
  565. <a href="{NextPage}">⇛</a>
  566. {/block:NextPage}
  567. </div>
  568. {/block:Pagination}
  569. </div>
  570. <div id="cont3">.</div>
  571. <div id="contl">.</div>
  572. <div id="cont2">.</div>
  573. <div id="lala"></div>
  574. <div id="leelee"></div>
  575. <div id="bb"></div>
  576.  
  577. </div>
  578.  
  579. <div id="post">
  580.  
  581. {block:Posts}</div>
  582.  
  583. <div id="entries">
  584.  
  585. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  588.  
  589. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  590.  
  591. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  592.  
  593. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  594.  
  595. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  596.  
  597. {block:Audio}<div class="music">{block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}{block:AlbumArt}
  598. <img src="{AlbumArtURL}" width="100">
  599. {/block:AlbumArt} </div>
  600. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  601.  
  602. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  603.  
  604. {block:Answer}<div class="icon"><img src="{AskerPortraitURL-30}"</a></div><div id="tri"></div><div class="question">{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  605.  
  606. {block:Date}<div id="info"><div class="date"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a><div class="notes"><a href="{Permalink}">{NoteCountWithLabel}</div></a>
  607. {block:ContentSource} <div class="source">{block:RebloggedFrom} reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} <div id="personal"></div> origin: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  608. {block:HasTags}
  609. <div class="tags">
  610. {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  611. {/block:HasTags}
  612. <div class="postnote">
  613. {block:PostNotes}{PostNotes}{/block:PostNotes}
  614. </div>
  615. </div>
  616. {/block:Posts}
  617.  
  618. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 5px; text-transform:lowercase;"><a href="http://elctra.tumblr.com"><img src="http://static.tumblr.com/smal9bi/3MXmn9vsh/icon_3.png"></a></div>
  619.  
  620. </body>
  621.  
  622. </html>
Advertisement
Add Comment
Please, Sign In to add comment