Advertisement
irrationiall

Theme #5 - Creep

Apr 5th, 2013
1,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 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:linkbackground" content="#000"/>
  20. <meta name="color:sidebarlink" content="#fff"/>
  21.  
  22.  
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="color:Sidebar2" content="#000"/>
  26.  
  27. <!--Links-->
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" 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:80px;
  130. left:200px;}
  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. #picture
  136. {width:160px;}
  137.  
  138. #picture:hover
  139. {width:250px;}
  140.  
  141. #left
  142. {float:left;
  143. overflow:hidden;
  144. width:75px;}
  145.  
  146. #right
  147. {overflow:hidden;
  148. width:75px;}
  149.  
  150. #about
  151. {float:left;
  152. width:0px;
  153. height:0px;
  154. opacity:0;}
  155.  
  156.  
  157. #picture:hover #about
  158. {width:75px;
  159. padding:20px 10px 20px 10px;
  160. opacity:1;}
  161.  
  162. #picture:hover #left
  163. {margin-left:-65px;}
  164.  
  165.  
  166. #entries {
  167. padding:0px;
  168. width:500px;
  169. margin-left:550px;
  170. margin-top:85px;
  171. margin-bottom: 25px;
  172. outline:1px solid #f5f5f5;
  173. outline-offset:20px;
  174.  
  175. }
  176.  
  177.  
  178. #post {
  179. width:500px;
  180. padding-bottom:0px;
  181. font-family:consolas;
  182. opacity:1;
  183. }
  184.  
  185. #sidebar {
  186. width:300px;
  187. position:fixed;
  188. margin-left:100px;
  189. margin-top:100px;
  190. opacity:1;
  191. }
  192.  
  193. #sidebarimage img{
  194. width:160px;
  195. margin-top:140px;
  196. margin-left:-10px;
  197. padding:3px;
  198. }
  199.  
  200. #links {
  201. font-family:times new roman;
  202. font-size:9px;
  203. opacity:1;
  204. text-align:center;
  205. padding-top:;
  206. letter-spacing:20px;
  207. text-transform:uppercase;
  208. font-style: italic;
  209. padding-bottom:20px;
  210. width: 300px;
  211. margin-top:80px;
  212. margin-left:-114px;
  213. }
  214.  
  215. #links a{
  216. color: {color:sidebarlink};
  217. padding:5px;
  218. text-align: center;
  219. letter-spacing:1px;
  220. -webkit-transition: .7s;
  221. -moz-transition: 2.0s;
  222. background: {color:linkbackground};
  223. }
  224.  
  225. #links a:hover{
  226. color:#000;
  227. letter-spacing: 6px;
  228. -webkit-transition: 0.8s;
  229. -moz-transition: 0.8s;
  230. background:#fff;
  231. text-shadow: 0.1em 0.1em 0.05em #eee;
  232. }
  233.  
  234. #description {
  235. font-family: cambria;
  236. padding:4px;
  237. font-size:9px;
  238. font-style: italic;
  239. opacity: 0.8;
  240. text-align:center;
  241. margin-top:40px;
  242. margin-left:-6.5px;
  243. width: 80px;
  244. }
  245.  
  246.  
  247. #pagination {
  248. font-size:20px;
  249. text-align:center;
  250. color:{color:link};
  251. font-family:consolas;
  252. letter-spacing:2px;
  253. margin-left:10px;
  254. margin-top: 30px;
  255. }
  256.  
  257. #info {
  258. font-family:consolas;
  259. width:490px;
  260. margin-top:10px;
  261. padding:2px;
  262. padding-left:8px;
  263. font-size:8px;
  264. color:{color:link};
  265. text-transform:lowercase;
  266. font-style:italic;
  267. letter-spacing:2px;
  268. text-align:center;
  269. border-bottom:1px dashed #eee;
  270. border-top: 1px dashed #eee;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #info a {
  277. color:{color:link};
  278. text-align:right;
  279. letter-spacing:1px;
  280. font-style:normal;
  281. }
  282.  
  283. #info a:hover {
  284. color:{color:hover};
  285. }
  286.  
  287. .caption {
  288. width:500px;
  289. text-align:justify;
  290. line-height:120%;
  291. }
  292.  
  293. .question {
  294. padding:10px;
  295. text-align:center;
  296. color:{color:text};
  297. background-color:#eee;
  298. }
  299.  
  300. .answer {
  301. text-align:left;
  302. padding:10px;
  303. color:{color:text};
  304. }
  305.  
  306. .music {
  307. width:500px;
  308. padding-bottom:10px;;
  309. }
  310.  
  311. .albumart {
  312. float:left;
  313. padding:0px 10px 10px 0px;
  314. }
  315.  
  316. .albumart img {
  317. width:45px;
  318. height:45px;
  319. }
  320.  
  321. .playercontainer {
  322. text-align:left;
  323. padding:10px;
  324. background-color:#ffffff;
  325. width:480px;
  326. }
  327.  
  328. .musicinfo {
  329. padding:10px;
  330. color:{color:text};
  331. }
  332.  
  333. .postnote {
  334. text-transform:uppercase;
  335. font-style:normal;
  336. letter-spacing:0px;
  337. font-size: 9px;
  338. text-align:left;
  339. line-height:90%;
  340. margin-left:-40px;
  341. }
  342.  
  343. .postnote li {
  344. list-style-type:none;
  345. border-bottom:1px solid {color:border};
  346. padding:10px 25px 10px 25px;
  347. text-align:left;
  348. margin:0px;
  349. -moz-transition-duration:0.5s;
  350. -webkit-transition-duration:0.5s;
  351. -o-transition-duration:0.5s;
  352. }
  353.  
  354. .tags {
  355. font-family:cambria;
  356. font-style:normal;
  357. width:500px;
  358. text-transform:uppercase;
  359. font-style:normal;
  360. color:{color:tags};
  361. letter-spacing:2px;
  362. line-height:120%;
  363. font-size:8px;
  364. text-align:right;
  365. padding:2px;
  366. -moz-transition-duration:0.5s;
  367. -webkit-transition-duration:0.5s;
  368. -o-transition-duration:0.5s;
  369. }
  370.  
  371. .tags a {
  372. color:{color:text};
  373. letter-spacing:1px;
  374. padding:1px;
  375. }
  376.  
  377. .tags a:hover {
  378. color:#eee;
  379. letter-spacing: 4px;
  380. }
  381.  
  382. ul.chat, .chat ol, .chat li {
  383. list-style:none;
  384. margin:0px;
  385. padding:2px;
  386. }
  387.  
  388. .tab {
  389. text-decoration:underline;
  390. font-weight:700;
  391. background-color:{color:bg};
  392. margin-right:5px;
  393. }
  394.  
  395.  
  396.  
  397.  
  398. {CustomCSS}</style></head><body>
  399.  
  400.  
  401.  
  402.  
  403. <div id="sidebar"></div>
  404.  
  405. <div id="sidebarimage">
  406. <div id="bloc">
  407. <div id="picture" class="transition">
  408. <div id="left" class="transition">
  409. <img src="{image:sidebar}">
  410. </div>
  411. <div id="about" class="transition"><div id="links">
  412. <a href="/">home</a>
  413. <a href="/ask">mail</a>
  414. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  415. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  416. </div> <div id="description">{Description}</div>
  417. {block:Pagination}
  418. <div id="pagination">
  419. {block:PreviousPage}
  420. <a href="{PreviousPage}">«</a>
  421. {/block:PreviousPage}
  422. {block:NextPage}
  423. <a href="{NextPage}">»</a>
  424. {/block:NextPage}
  425. </div>
  426. {/block:Pagination} </div>
  427. <div id="right" class="transition">
  428. <img style="margin-left:-85px;" src="{image:sidebar}">
  429. </div>
  430. </div>
  431. </div>
  432. </div>
  433.  
  434.  
  435. <div id="post">
  436.  
  437. {block:Posts}</div>
  438.  
  439. <div id="entries">
  440.  
  441. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  442.  
  443. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  444.  
  445. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  446.  
  447. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  448.  
  449. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  450.  
  451. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  452.  
  453. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  454. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  455.  
  456. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  457.  
  458. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  459.  
  460. {block:Date}<div id="info">{TimeAgo} | <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  461. {block:ContentSource} (source:<a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>{/block:Date}
  462. {block:HasTags}
  463. <div class="tags">
  464. filed under: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  465. {/block:HasTags}
  466. <div class="postnote">
  467. {block:PostNotes}{PostNotes}{/block:PostNotes}
  468.  
  469. </div>
  470. </div>
  471. {/block:Posts}
  472.  
  473. <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>
  474.  
  475. </body>
  476.  
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement