irrationiall

Theme #3 - Psyschotic Girl

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