irrationiall

Theme #8 - Let It Go

Apr 16th, 2013
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#717581"/>
  18. <meta name="color:Hover" content="#333333"/>
  19. <meta name="color:askbg" content="#f5f5f5"/>
  20. <meta name="color:sblink" content="#000000"/>
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25. <!--Links-->
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link1Title" content=" "/>
  31. <meta name="text:Link2Title" content=" "/>
  32. <meta name="text:Link3Title" content=" "/>
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. ::-webkit-scrollbar {height: auto;width: 6px;}
  38. ::-webkit-scrollbar-thumb {background-color: #fff;}
  39. ::-webkit-scrollbar-track{background-color: #fff;}
  40.  
  41. body {
  42. background:{color:background};
  43. background-image: url('{image:background}') no-repeat fixed center;;
  44. margin:0px;
  45. color:{color:text};
  46. font-family:consolas;
  47. font-size:10px;
  48. line-height:100%;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. -moz-outline-style:none;
  55. color:{color:link};
  56. -webkit-transition: all 0.5s ease;
  57. -moz-transition: all 0.5s ease;
  58. -o-transition: all 0.5s ease
  59. }
  60.  
  61. img {
  62. border:none;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:1px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:12px;
  72. font-family:consolas;
  73. text-transform:uppercase;
  74. }
  75.  
  76. a:hover {
  77. opacity:10;
  78. color:{color:hover};
  79. -webkit-transition: all 0.7s ease;
  80. -moz-transition: all 0.7s ease;
  81. -o-transition: all 0.7s ease
  82. }
  83.  
  84. small{
  85. font-size:9px;
  86. line-height:110%
  87. }
  88.  
  89. big {
  90. font-size:12px;
  91. line-height:110%
  92. }
  93.  
  94. b, strong{
  95. color:{color:text}
  96. }
  97. i, em {
  98. color:{color:text}
  99. }
  100. p{
  101. margin-top:5px;
  102. margin-bottom:5px
  103. }
  104. blockquote {
  105. padding:0px;
  106. padding-left:5px;
  107. margin:5px;
  108. border-left:1px dotted {color:text}
  109. }
  110.  
  111. blockquote img {
  112. max-width:300px
  113. }
  114.  
  115. ul, li img {
  116. max-with:250px
  117. }
  118.  
  119. .audio {width:500px;height:160px;}
  120. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  121. .albumart img {width:150px;height:150px;float:left;}
  122. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  123. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  124. overflow:hidden;background-color:white;}
  125. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  126.  
  127. #bloc
  128. {position:fixed;
  129. top:180px;
  130. left:100px;}
  131.  
  132. .transition
  133. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  134.  
  135.  
  136. #left
  137. {float:left;
  138. overflow:;
  139. width:150px;}
  140.  
  141. #about
  142. {float:left;
  143. width:0px;
  144. height:0px;
  145. opacity:0;}
  146.  
  147.  
  148. #picture:hover #about
  149. {width:75px;
  150. padding:20px 10px 20px 10px;
  151. opacity:1;}
  152.  
  153. #entries {
  154. padding:0px;
  155. width:500px;
  156. margin-left:500px;
  157. margin-top:85px;
  158. margin-bottom: 25px;
  159. outline:1px solid #f5f5f5;
  160. outline-offset: 15px;
  161. }
  162.  
  163. #entries:hover {
  164. opacity: 1;
  165. }
  166.  
  167.  
  168. #post {
  169. width:500px;
  170. padding-bottom:0px;
  171. font-family:consolas;
  172. opacity: 0.2;
  173. }
  174.  
  175. #post:hover {
  176. opacity: 1;
  177. }
  178.  
  179.  
  180. #sidebar {
  181. width:250px;
  182. position:fixed;
  183. margin-left:140px;
  184. margin-top:120px;
  185. opacity:1;
  186. }
  187.  
  188. #sidebarimage img{
  189. width:150px;
  190. height: 220px;
  191. padding:3px;
  192. margin-left: 50px;
  193. opacity: 0.6;
  194. outline:1px solid #f5f5f5;
  195. outline-offset: 5px;
  196. -webkit-transition: .7s;
  197. -moz-transition: .7s;
  198. }
  199.  
  200. #sidebarimage img:hover{
  201. opacity:0.8;
  202. -webkit-transition: .7s;
  203. -moz-transition: .7s;
  204. }
  205.  
  206.  
  207.  
  208. #links {
  209. font-family:times new roman;
  210. font-size:8px;
  211. opacity:0.8;
  212. text-align:center;
  213. letter-spacing:2px;
  214. text-transform:uppercase;
  215. font-style: italic;
  216. padding-bottom:5px;
  217. width: 100px;
  218. margin-top:-25px;
  219. margin-left:58px;
  220. }
  221.  
  222. #links a{
  223. display:block;
  224. background:#f5f5f5;
  225. margin-top:5px;
  226. color: {color:sblink};
  227. padding: 3px;
  228. opacity:1;
  229. letter-spacing:1px;
  230. -webkit-transition: .7s;
  231. -moz-transition: 1.0s;
  232. outline:1px solid #eee;
  233.  
  234. }
  235.  
  236. #links a:hover{
  237. opacity:1;
  238. color:#fff;
  239. -webkit-transition: .7s;
  240. -moz-transition: .7s;
  241. background:{color:hover};
  242.  
  243. }
  244.  
  245. #description {
  246. font-family:cambria;
  247. padding:4px;
  248. font-size:9px;
  249. font-style:italic;
  250. text-transform: lowercase;
  251. position:fixed;
  252. opacity: 0.6;
  253. text-align:center;
  254. margin-top:20px;
  255. margin-left:65px;
  256. background: {color:background};
  257. width: 80px;
  258. height: 90px;
  259. outline: 1px solid #eee;
  260. outline-offset: 5px;
  261. }
  262.  
  263.  
  264.  
  265. #pagination {
  266. font-size:10px;
  267. text-align:center;
  268. color:{color:link};
  269. font-family:consolas;
  270. letter-spacing:2px;
  271. margin-left:70px;
  272. margin-top: -30px;
  273. position:fixed;
  274. }
  275.  
  276. #info {
  277. font-family:consolas;
  278. width:490px;
  279. margin-top:9px;
  280. padding:2px;
  281. padding-left:8px;
  282. font-size:8px;
  283. color:#000;
  284. background:#f5f5f5;
  285. outline: 1px solid #eee;
  286. outline-offset: 2px;
  287. text-transform:uppercase;
  288. letter-spacing:2px;
  289. text-align:right;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. #info a {
  296. color:#000;
  297. text-align:right;
  298. letter-spacing:1px;
  299. font-style:normal;
  300. }
  301.  
  302. #info a:hover {
  303. color:#f5f5f5;
  304. }
  305.  
  306. .caption {
  307. width:500px;
  308. text-align:justify;
  309. line-height:120%;
  310. }
  311.  
  312. .question {
  313. padding:20px;
  314. text-align:left;
  315. color:{color:text};
  316. background-color:{color:askbg};
  317. }
  318.  
  319. .answer {
  320. text-align:left;
  321. padding:20px;
  322. color:{color:text};
  323. }
  324.  
  325. .music {
  326. width:500px;
  327. padding-bottom:10px;
  328. background-color:{color:askbg};
  329. }
  330.  
  331. .albumart {
  332. float:left;
  333. padding:0px 10px 10px 0px;
  334. }
  335.  
  336. .albumart img {
  337. width:45px;
  338. height:45px;
  339. }
  340.  
  341. .playercontainer {
  342. text-align:left;
  343. padding:10px;
  344. background-color:#ffffff;
  345. width:480px;
  346. }
  347.  
  348. .musicinfo {
  349. padding:10px;
  350. color:{color:text};
  351. }
  352.  
  353. .postnote {
  354. text-transform:uppercase;
  355. font-style:normal;
  356. letter-spacing:0px;
  357. font-size: 9px;
  358. text-align:left;
  359. line-height:90%;
  360. margin-left:-40px;
  361. }
  362.  
  363. .postnote li {
  364. list-style-type:none;
  365. border-bottom:1px dashed #f5f5f5;
  366. padding:10px 25px 10px 25px;
  367. text-align:left;
  368. margin:0px;
  369. -moz-transition-duration:0.5s;
  370. -webkit-transition-duration:0.5s;
  371. -o-transition-duration:0.5s;
  372. }
  373.  
  374. .tags {
  375. font-family:verdana
  376. font-style:normal;
  377. width:500px;
  378. text-transform:uppercase;
  379. font-style:normal;
  380. color:{color:tags};
  381. letter-spacing:2px;
  382. line-height:120%;
  383. font-size:8px;
  384. text-align:right;
  385. padding:5px;
  386. -moz-transition-duration:0.5s;
  387. -webkit-transition-duration:0.5s;
  388. -o-transition-duration:0.5s;
  389. }
  390.  
  391. .tags a {
  392. color:{color:text};
  393. letter-spacing:1px;
  394. padding:1px;
  395. }
  396.  
  397. .tags a:hover {
  398. color:#f1f1f1;
  399. letter-spacing:5px;
  400. }
  401.  
  402. ul.chat, .chat ol, .chat li {
  403. list-style:none;
  404. margin:0px;
  405. padding:2px;
  406. }
  407.  
  408. .tab {
  409. text-decoration:underline;
  410. font-weight:700;
  411. background-color:#000;
  412. margin-right:5px;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. {CustomCSS}</style></head><body>
  419.  
  420.  
  421. <div id="sidebar"></div>
  422. <div id="sidebarimage">
  423. <div id="bloc">
  424. <div id="picture" class="transition">
  425. <div id="left" class="transition">
  426. <img src="{image:sidebar}">
  427. </div>
  428. <div id="about" class="transition"><div id="links">
  429. <a href="/">home</a>
  430. <a href="/ask">mail</a>
  431. {block:ifLink1}<a href="{text:Link1}">{text:Link1Title}</a>{/block:ifLink1}
  432. {block:ifLink2}<a href="{text:Link2}">{text:Link2Title}</a>{/block:ifLink2}
  433. {block:ifLink3}<a href="{text:Link3}">{text:Link3Title}</a>{/block:ifLink3}
  434. </div> <div id="description"><br>{Description}</br></div>
  435. </div>
  436. {block:Pagination}
  437. <div id="pagination">
  438. {block:PreviousPage}
  439. <a href="{PreviousPage}">-</a>
  440. {/block:PreviousPage}
  441. {block:NextPage}
  442. <a href="{NextPage}">+</a>
  443. {/block:NextPage}
  444. </div>
  445. {/block:Pagination} </div>
  446.  
  447.  
  448. <div id="post"></div>
  449.  
  450. {block:Posts}</div></div>
  451.  
  452. <div id="entries">
  453.  
  454. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  455.  
  456. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457.  
  458. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  459.  
  460. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  463.  
  464. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  465.  
  466. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  467. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  468.  
  469. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  470.  
  471. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  472.  
  473. {block:Date}<div id="info">{TimeAgo} / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  474. {block:ContentSource} (source:<a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>{/block:Date}
  475. {block:HasTags}
  476. <div class="tags">
  477. {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  478. {/block:HasTags}
  479. <div class="postnote">
  480. {block:PostNotes}{PostNotes}{/block:PostNotes}
  481.  
  482. </div>
  483. </div>
  484. {/block:Posts}
  485.  
  486. <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://i50.tinypic.com/2en0nsp.png"></a></div>
  487.  
  488. </body>
  489.  
  490. </html>
Advertisement
Add Comment
Please, Sign In to add comment