Advertisement
Malettes

theme #8 by hearttopieces

Dec 15th, 2013
3,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 08 by aaliyah @ hearttopieces
  9. please do not remove the credit
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#9B9B9B"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:sidebar links" content="#eeeeee"/>
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:link1" content="" />
  21. <meta name="text:link1 url" content="/">
  22. <meta name="text:link2" content="" />
  23. <meta name="text:link2 url" content="/">
  24. <meta name="text:link3" content="" />
  25. <meta name="text:link3 url" content="/">
  26. <meta name="text:link4" content="" />
  27. <meta name="text:link4 url" content="/">
  28.  
  29.  
  30. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  31.  
  32. <style>
  33. div#qTip {
  34. padding: 3px;
  35. display: none;
  36. text-align: center;
  37. position: absolute;
  38. font-style:normal;
  39. margin-top:3px;
  40. margin-left:15px;
  41. font-size:7px;
  42. line-height:9px;
  43. font-family:arial;
  44. z-index: 1000;
  45. background-color:{color:links};
  46. border: 3px solid #fff;
  47. color: #fff;
  48. text-transform:uppercase;
  49. letter-spacing: 1px;
  50. }
  51. </style>
  52.  
  53. <style type="text/css">
  54.  
  55. iframe#tumblr_controls {
  56. white-space:nowrap;
  57. -webkit-filter: invert(100%);
  58. -moz-filter: invert(100%);
  59. -o-filter: invert(100%);
  60. -ms-filter: invert(100%);
  61. filter: invert(100%);
  62. opacity:.2;transition: .8s ease-in-out;
  63. -webkit-transition: .8s ease-in-out;
  64. -moz-transition: .8s ease-in-out;
  65. -o-transition: .8s ease-in-out;
  66. }
  67.  
  68. sub{font-size:10px;}
  69. small{font-size:10px;}
  70. big{font-size:14px;}
  71.  
  72. h1 {
  73. font-weight:normal;
  74. font-size:13px;
  75. text-align:center;
  76. font-style:normal;
  77. line-height:100%;
  78. letter-spacing:1px;
  79. text-transform:normal;
  80. color:{color:text};
  81. }
  82.  
  83. h2 {
  84. font-size:10px;
  85. text-align:center;
  86. line-height:100%;
  87. letter-spacing:-0.5px;
  88. color:{color:text};
  89. font-weight:bold;
  90. text-transform:uppercase;
  91. padding:5px;
  92. padding-bottom:2px;
  93. }
  94.  
  95.  
  96. blockquote {
  97. border-left:2px solid {color:text};
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.  
  102.  
  103. body {
  104. background:{color:background};
  105. margin:0px;
  106. color:{color:text};
  107. font-family:calibri;
  108. font-size:10px;
  109. line-height:100%;
  110. }
  111.  
  112. a {
  113. color:#bdbbbb;
  114. text-decoration:none;
  115. -moz-transition-duration:0.5s;
  116. -webkit-transition-duration:0.5s;
  117. -o-transition-duration:0.5s;
  118. }
  119.  
  120. a:hover {
  121. color:#f8b54c;
  122. text-decoration:none;
  123. -moz-transition-duration:0.5s;
  124. -webkit-transition-duration:0.5s;
  125. -o-transition-duration:0.5s;
  126. }
  127.  
  128. img {
  129. border:none;
  130. }
  131.  
  132. sub{font-size:10px; line-height:110%}
  133. big {font-size:14px; line-height:110%}
  134. p{margin-top:5px; margin-bottom:5px}
  135.  
  136. blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. #post {
  147. width:500px;
  148. padding-bottom:30px;
  149. margin-top:20px;
  150. }
  151.  
  152. #entries {
  153. padding:10px;
  154. width:500px;
  155. margin-left:100px;
  156. margin-top:70px;
  157. margin-bottom:40px;
  158. }
  159.  
  160. #theme {
  161. width:500px;
  162. margin:0 auto -12px auto;
  163. }
  164.  
  165. #sidebar {
  166. color:{color:text};
  167. position:fixed;
  168. width:100px;
  169. height:auto;
  170. margin-top:120px;
  171. margin-left:-150px;
  172. text-align:left;
  173. }
  174. #sidebarimage {
  175. width 245px;
  176. padding: 0px;
  177. }
  178.  
  179. #sidebarimage img {
  180. width:245px;
  181. margin-top:0px;
  182. margin-bottom:0px;
  183. margin-left:-9px;
  184. }
  185.  
  186.  
  187. #description {
  188. text-align:right;
  189. width:200px;
  190. font-family:calibri;
  191. margin-left:30px;
  192. font-size:10px;
  193. border-top:1px solid #f0f0f0;
  194. border-bottom:1px solid #f0f0f0;
  195. padding:6px 0px;
  196. letter-spacing:0px;
  197. line-height:90%;
  198. color:#494949;
  199. word-wrap:break-word;
  200. }
  201.  
  202. #links {
  203. width:240px;
  204. margin-top:10px;
  205. margin-left:-4px;
  206. margin-bottom:10px;
  207. z-index:1000;
  208. font-size:10px;
  209. text-align:left;
  210. text-transform:uppercase;
  211. background-color:#ffffff;
  212. -webkit-transition: all 0.7s ease-in-out;
  213. -moz-transition: all 0.7s ease-in-out;
  214. -o-transition: all 0.7s ease-in-out;
  215. transition: all 0.7s ease-in-out;
  216. }
  217.  
  218. #links a {
  219. text-align:center;
  220. padding:3px 3px;
  221. width:50px;
  222. margin-bottom:4px;
  223. display:inline-block;
  224. color:#f0f0f0;
  225. background-color:{color:sidebar links};
  226. text-decoration:none;
  227. }
  228.  
  229. #links a:hover {
  230. color:#008584;
  231. background-color:#ffffff;
  232. }
  233.  
  234.  
  235. #pagination {
  236. font-family:arial;
  237. width:148px;
  238. font-size:10px;
  239. text-transform:normal;
  240. text-transform:uppercase;
  241. margin-top:80px;
  242. margin-left:-70px;
  243. padding-left:5px;
  244. font-style:normal;
  245. text-align:center;
  246. }
  247.  
  248. #pagination a {
  249. text-transform:uppercase;
  250. color:#777;
  251. }
  252.  
  253. #info {
  254. font-family: 'Lato', sans-serif;
  255. width:491px;
  256. margin-top:10px;
  257. padding-top:5px;
  258. word-spacing:1px;
  259. font-size:7px;
  260. color:{color:#0000000};
  261. text-transform:uppercase;
  262. font-style:normal;
  263. text-align:center;
  264. -moz-transition-duration:0.5s;
  265. -webkit-transition-duration:0.5s;
  266. -o-transition-duration:0.5s;
  267. }
  268.  
  269. #info a {
  270. background:#0000000;
  271. margin-right:4px;
  272. padding:5px;
  273. color:{color:#0000000};
  274. font-style:normal;
  275. }
  276.  
  277. #info a:hover {
  278. background:#fff;
  279. padding:5px;
  280. color:{color:link hover};
  281. }
  282.  
  283. .tags {
  284. font-family:calibri;
  285. width:500px;
  286. text-transform:uppercase;
  287. line-height:120%;
  288. font-size:8px;
  289. text-align:center;
  290. padding-top:7px;
  291. padding-bottom:15px;
  292. -moz-transition-duration:0.2s;
  293. -webkit-transition-duration:0.2s;
  294. -o-transition-duration:0.2s;
  295. }
  296. .tags a{
  297. color:{color:#eeeeee};
  298. -moz-transition-duration:0.2s;
  299. -webkit-transition-duration:0.2s;
  300. -o-transition-duration:0.2s;
  301. }
  302. .tags a:hover{
  303. color:{color: #ff0000};
  304. -moz-transition-duration:0.2s;
  305. -webkit-transition-duration:0.2s;
  306. -o-transition-duration:0.2s;
  307. }
  308.  
  309. .cover {
  310. position: relative;
  311. z-index: 1;
  312. width: 90px;
  313. float:left;
  314. }
  315.  
  316. .button {
  317. width:20px;
  318. height:30px;
  319. overflow: hidden;
  320. position: relative;
  321. z-index: 99;
  322. margin: 15px 24px 13px 16px;
  323. }
  324.  
  325. .musicbox {
  326. background-color: #fff;
  327. position: absolute;
  328. z-index: 99;
  329. margin-top: 15px;
  330. margin-left: 15px;
  331. opacity: 0.3;
  332. -webkit-transition: opacity 0.2s linear;
  333. -webkit-transition: all 0.2s linear;
  334. -moz-transition: all 0.2s linear;
  335. -o-transition: all 0.2s linear;
  336. }
  337. .musicbox:hover {
  338. opacity:0.9;
  339. }
  340. .musicinfo {
  341. padding:20px;
  342. font-size:12px;
  343. margin-left: 100px;
  344. text-align:center;
  345. background:#f7f7f7;
  346. margin-top:5px;
  347. }
  348.  
  349. #ask {
  350. float:left;
  351. line-height:130%;
  352. }
  353.  
  354. #credit {
  355. position:fixed;
  356. font-family:calibri;
  357. text-transform:lowercase;
  358. font-size:9px;
  359. line-height:120%;
  360. right:10px;
  361. bottom:15px;
  362. text-align:center;
  363. padding:4px;
  364. }
  365.  
  366. #credit a {
  367. padding:4px;
  368. padding-top:3px;
  369. padding-bottom:6px;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. color:#FFFFFF;
  374. background-color:{color:sidebar links};
  375. }
  376.  
  377. #credit a:hover {
  378. -moz-transition-duration:0.5s;
  379. -webkit-transition-duration:0.5s;
  380. -o-transition-duration:0.5s;
  381. color:#ee9b18;
  382. background-color:#FFFFFF;
  383. }
  384.  
  385.  
  386. {CustomCSS}</style></head><body>
  387.  
  388. <div id="theme">
  389.  
  390. <div id="sidebar">
  391.  
  392. <div id="sidebarimage">
  393. <a title="{text:homelink title}" href="/"><img src="{image:Sidebar}"> </a></div>
  394.  
  395. <div id="links">
  396. <div class="links">
  397.  
  398. <a href="{text:link1 url}">{text:link1}</a>
  399.  
  400. <a href="{text:link2 url}">{text:link2}</a>
  401.  
  402. <a href="{text:link3 url}">{text:link3}</a>
  403.  
  404. <a href="{text:link4 url}">{text:link4}</a> </div>
  405.  
  406. </div>
  407.  
  408. <div id="description">
  409. {Description}
  410.  
  411.  
  412. <center>{block:Pagination}
  413. <br><center>
  414. <div class="pagination">
  415. {block:PreviousPage}
  416. <a href="{PreviousPage}">prev</a>
  417. {/block:PreviousPage}
  418.  
  419. {block:NextPage}
  420. <a href="{NextPage}">- next</a>
  421. {/block:NextPage}
  422. </div>
  423. {/block:Pagination}
  424. </div></div>
  425.  
  426. <div id="entries">{block:Posts}<div id="post">
  427.  
  428. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  429.  
  430. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  435.  
  436. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  437.  
  438. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  439.  
  440. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  441. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  442.  
  443. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  444.  
  445. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-right:11px;border:1px solid #e3e3e3;padding:2px;"></div> "{Question}"<br>
  446. — <b>{ASKER}</b><br><br>
  447. {Answer}<br><br>{/block:Answer}
  448.  
  449. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  450. {/block:Date} {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  451. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} <a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {/block:Date}</div>
  452. {block:HasTags}
  453. <div class="tags">
  454. {block:Tags} <a href="{TagURL}"> {Tag}; </a>&nbsp; {/block:Tags}</div>
  455. {/block:HasTags}
  456. <div class="postnote">
  457. {block:PostNotes}{PostNotes}{/block:PostNotes}
  458. </div>
  459. </div>
  460. {/block:Posts}
  461.  
  462. </div>
  463. <div id="credit"><a href="http://hearttopieces.tumblr.com">theme</div>
  464. </div>
  465.  
  466. </body>
  467.  
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement