louerry

Theme 01

Apr 1st, 2013
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. <!--
  2. Theme 01 by louerry (tumblr)
  3. Do not remove credit, steal, or copy
  4. I will find you if you do
  5. -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <meta name="color:background" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19. <meta name="color:pagi" content="D6D5D5">
  20. <meta name="color:desc" content="#ffffff">
  21. <meta name="color:asktext" comtent="fffffff">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:link1" content="">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="">
  28. <meta name="text:link2 url" content="/">
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34.  
  35. <style type="text/css">
  36.  
  37. /**Inverted Tumblr Controls, delete this section if you want normal controls**/
  38.  
  39. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  40.  
  41. /**Hover Information**/
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. text-decoration:none;
  54. -moz-transition-duration:0.5s;
  55. -webkit-transition-duration:0.5s;
  56. -o-transition-duration:0.5s;
  57. }
  58.  
  59. a:hover link {
  60. color:#efeef0;
  61. background-color: transparent ;
  62. text-decoration: none ;
  63. }
  64.  
  65. /**Scrollbar**/
  66.  
  67. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:5px}
  68. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:8px}
  69. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:5px!important}
  70.  
  71. /**Font Information**/
  72.  
  73. body {
  74. background-color:{color:background};
  75. font-family:Calibri;
  76. font-weight:normal;
  77. }
  78.  
  79. h1 {
  80. font-weight:normal;
  81. font-size:10px;
  82. text-align:center;
  83. font-style:normal;
  84. line-height:80%;
  85. letter-spacing:1px;
  86. text-transform:normal;
  87. color:{color:text};
  88. }
  89.  
  90. h2 {
  91. font-size:16px;
  92. text-align:center;
  93. line-height:100%;
  94. letter-spacing:-0.5px;
  95. color:{color:pagi};
  96. font-weight:normal;
  97. padding:5px;
  98. padding-bottom:2px;
  99. }
  100.  
  101. blockquote {
  102. border-left:2px solid {color:text};
  103. padding-left:5px;
  104. margin:5px;
  105. }
  106.  
  107.  
  108. #wrap {
  109. width:1060px;
  110. margin:auto 60% auto 15%;
  111. float:center;
  112. }
  113.  
  114. /**Sidebar and Description**/
  115.  
  116. #sidebar {
  117. width:100px;
  118. float:left;
  119. position:fixed;
  120. margin-top:-10px;
  121. margin-left:-10px;
  122. height:200px;
  123. background-color: {color:sidebar};
  124. }
  125.  
  126. .desc {
  127. position:absolute;
  128. color:{color:desc};
  129. font-style:normal;
  130. padding:10px 10px;
  131. width:150px;
  132. margin:34px;
  133. margin-top:20px;
  134. height:80px;
  135. text-align:center;
  136. font-size:10px;
  137. opacity:0;
  138. background-color: {color: description};
  139. -webkit-transition: all 0.6s ease-out;
  140. -o-transition: all 0.6s ease-out;
  141. -webkit-transition: all 0.6s ease-out;
  142. -moz-transition: all 0.6s ease-out;
  143. }
  144.  
  145.  
  146. #sidebar:hover .desc {
  147. opacity:1;
  148. -webkit-transition: all 0.6s ease-out;
  149. -o-transition: all 0.6s ease-out;
  150. -webkit-transition: all 0.6s ease-out;
  151. -moz-transition: all 0.6s ease-out; }
  152.  
  153. #sidebar:hover .desc-links {
  154. opacity:1;
  155. -webkit-transition: all 0.6s ease-out;
  156. -o-transition: all 0.6s ease-out;
  157. -webkit-transition: all 0.6s ease-out;
  158. -moz-transition: all 0.6s ease-out; }
  159.  
  160. .desc-links {
  161. margin-top:-180px;
  162. width:500px;
  163. margin-left:-135px;
  164. padding:5px 0px 8px;
  165. text-align:center;
  166. opacity:0;
  167. background-color: {color: description};
  168. -webkit-transition: all 0.6s ease-out;
  169. -o-transition: all 0.6s ease-out;
  170. -webkit-transition: all 0.6s ease-out;
  171. -moz-transition: all 0.6s ease-out;}
  172.  
  173. .desc-links a {
  174. padding:2px 7px;
  175. font-size:10px;
  176. color:#818181;
  177. }
  178.  
  179. .desc-links a:hover {
  180. color:#ffffff;
  181. font-size:10px;
  182. opacity:1;
  183. -webkit-transition: all 0.6s ease-out;
  184. -o-transition: all 0.6s ease-out;
  185. -webkit-transition: all 0.6s ease-out;
  186. -moz-transition: all 0.6s ease-out;
  187. }
  188.  
  189.  
  190. /**Pagination**/
  191.  
  192. .pagi {
  193. font-size:12px;
  194. text-transform:uppercase;
  195. letter-spacing:3px;;
  196. font-style:normal;
  197. text-align:center;
  198. position:relative;
  199. margin-top:150px;
  200. margin-left:115px;
  201. }
  202.  
  203. .pagi a {
  204. color:{color:pagi};
  205. }
  206.  
  207. /**Posts**/
  208.  
  209. #stuffcontainer {
  210. float:left;
  211. margin-left:50px;
  212. margin-top:30px;
  213. margin-bottom:-30px;
  214. text-align:justify;
  215. background-color:{color:background};
  216. color:{color:text};
  217. margin-bottom: 35px;
  218. }
  219.  
  220.  
  221. #stuff {
  222. width:500px;
  223. height:auto;
  224. margin-top:20px;
  225. margin-bottom:60px;
  226. text-align:justify;
  227. margin-left:250px;
  228. font-size:11px;
  229. line-height:100%;
  230. letter-spacing:0x;
  231. color:{color:text};
  232. }
  233.  
  234. #entry {
  235. background-color:{color:background};
  236. margin-top:20px;
  237. margin-bottom:40px;
  238. padding-top:10px;
  239. padding-bottom:100px;
  240. padding-right:0px;
  241. padding-left:0px;
  242. }
  243.  
  244. .caption {
  245. width:500px;
  246. text-align:justify;
  247. line-height:120%;
  248. }
  249.  
  250. /**Ask Posts**/
  251.  
  252. .ask {
  253. padding:10px;
  254. text-align:center;
  255. color:{color:asktext};
  256. background-color:{color:infobg};
  257. }
  258.  
  259. .ans {
  260. text-align:left;
  261. padding:5px;
  262. color:{color:text};
  263. }
  264.  
  265. /**Audio Posts**/
  266.  
  267. .audio {
  268. height:60px;
  269. padding:5px;
  270. margin-bottom:55px;
  271. }
  272.  
  273. .audio-album {
  274. position:absolute;
  275. width:110px;
  276. -webkit-transition: opacity 0.6s linear;
  277. opacity: 1;
  278. }
  279.  
  280. .audio-player {
  281. opacity:1;
  282. filter:alpha(opacity=90);
  283. width:25px;
  284. height:25px;
  285. overflow:hidden;
  286. position:absolute;
  287. border:30px;
  288. z-index:2;
  289. margin-left:43px;
  290. margin-top:43px;
  291. opacity:0;
  292. -webkit-transition: all 0.6s ease-out;
  293. -o-transition: all 0.6s ease-out;
  294. -webkit-transition: all 0.6s ease-out;
  295. -moz-transition: all 0.6s ease-out;
  296. }
  297.  
  298. .audio-info {
  299. margin-top:7px;
  300. position:relative;
  301. margin-left:120px;
  302. line-height:180%;
  303. padding:2px; }
  304.  
  305. .audio:hover .audio-player {
  306. opacity:.6;
  307. -webkit-transition: all 0.6s ease-out;
  308. -o-transition: all 0.6s ease-out;
  309. -webkit-transition: all 0.6s ease-out;
  310. -moz-transition: all 0.6s ease-out;
  311. }
  312.  
  313. /**Chat Posts**/
  314.  
  315. ul.chat, .chat ol, .chat li {
  316. list-style:none;
  317. margin:0px;
  318. padding:2px;
  319. }
  320.  
  321. .label {
  322. text-decoration:bold;
  323. font-weight:700;
  324. margin-right:5px;
  325. }
  326.  
  327. /**Post Info, Notes**/
  328.  
  329. #postinfo {
  330. width:500px;
  331. padding:3px;
  332. font-size:7px;
  333. color:{color:link};
  334. text-transform:lowercase;
  335. font-style:normal;
  336. letter-spacing:2px;
  337. text-align:center;
  338. border-top:1px dotted {color:border};
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. #postinfo a {
  345. color:{color:link};
  346. text-align:center;
  347. letter-spacing:1px;
  348. font-style:normal;
  349. }
  350.  
  351. #postinfo a:hover {
  352. color:{color:hover};
  353. }
  354.  
  355. .note {
  356. text-transform:lowercase;
  357. font-style:normal;
  358. letter-spacing:0px;
  359. font-size: 7px;
  360. text-align:left;
  361. line-height:90%;
  362. margin-left:-40px;
  363. padding-bottom:-10px;
  364. text-align:center;
  365. }
  366.  
  367. .note li {
  368. list-style-type:none;
  369. padding:10px 25px 10px 25px;
  370. text-align:center;
  371. margin:0px;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. /**Credit**/
  378. /**Don't touch the credit, I will find you and hunt you down**/
  379.  
  380. #cred {
  381. position:fixed;
  382. font-size:11px;
  383. font-weight:normal;
  384. line-height:150%;
  385. letter-spacing:2px;
  386. right:10px;
  387. bottom:10px;
  388. text-transform:uppercase;
  389. text-align:center;
  390. }
  391.  
  392. #cred a {
  393. padding:3px;
  394. color:{color:link};
  395. background-color:{color:background};
  396. -moz-transition-duration:0.8s;
  397. -webkit-transition-duration:0.8s;
  398. -o-transition-duration:0.8s;
  399. }
  400.  
  401. {CustomCSS}
  402.  
  403. </style></head>
  404.  
  405. <body>
  406.  
  407. <div id="wrap">
  408. <div id="bite">
  409. <div id="sidebar">
  410. <img src="{image:sidebar}">
  411. <div class="death">
  412. <div class="desc">
  413. {Description}
  414. </div>
  415. <div class="desc-links">
  416. <a href="/">london</a>
  417. <a href="/ask">mail</a>
  418. {block:IfLink1}
  419. <a href="{text:link1 url}">{text:link1}</a>
  420. {/block:IfLink1}
  421. {block:IfLink2}
  422. <a href="{text:link2 url}">{text:link2}</a>
  423. {/block:IfLink2}
  424. </div></div>
  425. {block:Pagination}
  426. <div class="pagi">
  427. {block:PreviousPage}
  428. <a href="{PreviousPage}">←</a>
  429. {/block:PreviousPage}
  430. {block:NextPage}
  431. <a href="{NextPage}">→</a>
  432. {/block:NextPage}
  433. </div>
  434. {/block:Pagination}
  435. </div>
  436.  
  437. <div id="stuffcontainer">
  438. <div id="entry">
  439.  
  440. {block:Posts}
  441.  
  442. <div id="stuff">
  443.  
  444. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  445.  
  446. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  447.  
  448. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  449. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  450.  
  451. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  452.  
  453. {block:Photoset}<center>{Photoset-500}</center>
  454. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  457.  
  458. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  461.  
  462. {block:Audio}
  463. <div class="audio">
  464. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  465. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  466.  
  467. <div class="audio-info">
  468. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  469. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  470. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  471. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  472. </div></div>
  473. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  474. {/block:Audio}
  475.  
  476.  
  477. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  478. <div id="tags"></div>
  479. </div>
  480. {/block:Posts}
  481.  
  482.  
  483. </div>
  484. </div>
  485.  
  486. <div id="cred"><a href="http://louerry.tumblr.com/">credit</a></div>
  487.  
  488. </div>
  489. </div>
  490. </div>
  491.  
  492. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  493.  
  494. </body>
  495. </html>
Advertisement
Add Comment
Please, Sign In to add comment