irrationiall

Theme #3 (Version 2) - Psyschotic Girl

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