irrationiall

Theme #9 - West Coast

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