irrationiall

Theme #4 - Iridescent

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