Advertisement
irrationiall

Theme #1 - The Light Behind Your Eyes

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