Advertisement
liveforharold

theme #8

Jun 8th, 2014
1,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---THEME BY EFFIDEEN!
  12. LIKE/REBLOG IF DOWNLOADING AND DON'T CLAIM AS YOURS OR USE IT AS BASE!!!
  13. --->
  14.  
  15. <meta name="text:subtitle" content="" />
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:title" content="#ffffff"/>
  19. <meta name="color:subtitle" content="#ffffff"/>
  20. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  21. <meta name="color:DescriptionText" content="#b8b8b8"/>
  22. <meta name="color:Border" content="#dddddd"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Scrollbar" content="#000000"/>
  25. <meta name="color:ScrollbarBg" content="#ffffff"/>
  26. <meta name="color:Post Links" content="#c0bfbf"/>
  27. <meta name="color:Answer Backg" content="#000000"/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Link 3" content="1" />
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. height:auto;
  45. background-color:{color:Scrollbar};
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:4px;
  51. background-color:{color:ScrollbarBg};
  52. }
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:calibri;
  59. font-size:10px;
  60. line-height:100%;
  61. letter-spacing:0px;
  62. text-align:justify;
  63. background-image:url('{image:Background}');
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:Post Links};
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:11px;
  89. letter-spacing:2px;
  90. text-transform:uppercase;
  91. font-family:'Calibri';
  92. font-style:none;
  93. line-height:10px;
  94. text-align:left;
  95. padding:0px;
  96. }
  97.  
  98. a:hover {
  99. color:#000000;
  100. -moz-transition-duration:0.3s;
  101. -webkit-transition-duration:0.3s;
  102. -o-transition-duration:0.3s;
  103. }
  104.  
  105.  
  106. /*ENTRIES*/
  107.  
  108. #entries {
  109. padding:10px;
  110. width:500px;
  111. margin-left:402px;
  112. margin-top:50px;
  113. font-size:10px;
  114. font-family:'arial';
  115. letter-spacing:0px;
  116. }
  117.  
  118. #post {
  119. width:500px;
  120. padding:25px;
  121. margin-top:50px;
  122. }
  123.  
  124. /*SIDEBAR*/
  125.  
  126. #sidebar {
  127. position:fixed;
  128. margin-left:100px;
  129. margin-top:80px;
  130. margin-left:170px;
  131. }
  132.  
  133. #title {
  134. margin-left:242px;
  135. margin-top:-140px;
  136. padding-top:55px;
  137. padding-bottom:45px;
  138. padding-left:25px;
  139. padding-right:25px;
  140. font-family: 'estrangelo edessa';
  141. font-size:15px;
  142. text-transform:uppercase;
  143. color:{color:title};
  144. text-align:center;
  145. width:500px;
  146. letter-spacing:1px;
  147. background-color:white;
  148.  
  149. }
  150. #subtitle{
  151. font-size:10px;
  152. letter-spacing:3px;
  153. font-family: 'calibri';
  154. text-transform:lowercase;
  155. font-style:italic;
  156. color:{color:subtitle};
  157. }
  158.  
  159. .links {
  160. width:550px;
  161. font-family:'calibri';
  162. padding: 0px;
  163. text-align:center;
  164. text-transform:lowercase;
  165. position:fixed;
  166. margin-top:-45px;
  167. margin-left:242px;
  168. word-spacing:8px;
  169. }
  170.  
  171. .links a {
  172. width:94px;
  173. font-size:9px;
  174. letter-spacing:0px;
  175. color:{color:Sidebar Links};
  176. }
  177.  
  178. .links a:hover {
  179. -moz-transition-duration:0.3s;
  180. -webkit-transition-duration:0.3s;
  181. -o-transition-duration:0.3s;
  182. border-bottom:solid 1px;
  183. }
  184.  
  185. #sidebarimage {
  186. width 130px;
  187. position:fixed;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:60px;
  192. height:60px;
  193. margin-top:144px;
  194. padding:20px;
  195. margin-left:150px;
  196. background-color:#f9f9f9;
  197. }
  198.  
  199. #sidebarimage img:hover {
  200. opacity:0.7;
  201. -moz-transition-duration:0.6s;
  202. -webkit-transition-duration:0.6s;
  203. -o-transition-duration:0.6s;
  204. }
  205.  
  206. #description {
  207. text-align:center;
  208. font-family:'Arial';
  209. width:120px;
  210. margin-top:198px;
  211. margin-left:-30px;
  212. letter-spacing:1px;
  213. font-size:9px;
  214. position:fixed;
  215. text-transform:lowercase;
  216. color:{color:DescriptionText};
  217. }
  218.  
  219. #pagination {
  220. font-style:bold;
  221. font-family:'arial';
  222. letter-spacing:0px;
  223. font-size:9px;
  224. text-align:center;
  225. padding:0px;
  226. margin-top:10px;
  227. text-transform:lowercase;
  228. }
  229.  
  230. #pagination a {
  231. width:94px;
  232. font-size:9px;
  233. letter-spacing:0px;
  234. color:{color:descriptiontext};
  235. }
  236.  
  237. #pagination a:hover {
  238. -moz-transition-duration:0.6s;
  239. -webkit-transition-duration:0.6s;
  240. -o-transition-duration:0.6s;
  241. color:{color:descriptiontext};
  242. letter-spacing:3px;
  243. }
  244.  
  245.  
  246. /*POST INFO*/
  247.  
  248. #info {
  249. width:500px;
  250. text-align:center;
  251. font-family:'trebuchet ms';
  252. margin-top:3px;
  253. margin-left:px;
  254. letter-spacing:1px;
  255. font-size:7px;
  256. font-style:none;
  257. padding:1px;
  258. line-height:10px;
  259. text-transform:uppercase;
  260. }
  261.  
  262. #info a {
  263. text-align:center;
  264. color:{color:Post Links};
  265. }
  266.  
  267. #info a:hover {
  268. -moz-transition-duration:0.3s;
  269. -webkit-transition-duration:0.3s;
  270. -o-transition-duration:0.3s;
  271. color:{color:Hover}
  272. }
  273.  
  274. #tags {
  275. float:left;
  276. width:489px;
  277. margin-top:-7px;
  278. margin-left:-5px;
  279. text-align:center;
  280. font-size:7px;
  281. padding:5px;
  282. font-size:8px;
  283. opacity:1;
  284. transition-duration: 0.5s;
  285. -moz-transition-duration: 0.5s;
  286. -webkit-transition-duration: 0.5s;
  287. -o-transition-duration: 0.5s
  288. color:{color:Post Links};
  289. }
  290.  
  291. #tags a {
  292. letter-spacing:0px;
  293. font-size:8px;
  294. text-align:center;
  295. font-family:'CALIBRI';
  296. text-decoration:none;
  297. display:inline-block;
  298. color:#ddd;
  299. }
  300.  
  301. #tags a:hover {
  302. background-color:#fff;
  303. -moz-transition-duration:0.3s;
  304. -webkit-transition-duration:0.3s;
  305. -o-transition-duration:0.3s;
  306. color:{color:Hover};
  307. }
  308.  
  309. /*QUESTION*/
  310.  
  311. #asker {
  312. color:{color:text};
  313. padding:14px;
  314. font-family:'calibri';
  315. font-size:8px;
  316. letter-spacing:0px;
  317. text-align:left;
  318. margin-top:0px;
  319. text-transform:uppercase;
  320. line-height:100%;
  321. background-color:{color:Answer Backg};
  322. }
  323.  
  324. /*CREDIT*/
  325.  
  326. #cred {
  327. position:fixed;
  328. font-family:'Calibri';
  329. text-transform:uppercase;
  330. font-size:8px;
  331. right:9px;
  332. bottom:9px;
  333. padding:4px;
  334. letter-spacing:1px;
  335. }
  336.  
  337. {CustomCSS}</style></head><body>
  338.  
  339. <div id="sidebarimage">
  340. <a title="home" href="/">
  341. <img src="{image:Sidebar}">
  342. </a>
  343. </div>
  344.  
  345. <div id="sidebar">
  346.  
  347. <div id="title"> {Title}
  348. <div id="subtitle">{text:subtitle}</div>
  349. </div>
  350.  
  351. <div class="links">
  352. <a href="/">i.</a>
  353. <a href="/ask">ii.</a>
  354. {block:IfShowLink1}<a href="{text:Link 1}">iii.</a>{/block:IfShowLink1}
  355. {block:IfShowLink2}<a href="{text:Link 2}">iv.</a>{/block:IfShowLink2}
  356. {block:IfShowLink3}<a href="{text:Link 3}">v.</a>{/block:IfShowLink3}</div>
  357.  
  358. <div id="description">{Description}
  359.  
  360. {block:Pagination}
  361. <div id="pagination">
  362. {block:PreviousPage}<a href="{PreviousPage}"> neue </a>{/block:PreviousPage} -
  363. {block:NextPage}<a href="{NextPage}"> alte </a>{/block:NextPage}
  364. </div>
  365. {/block:Pagination}
  366. </div>
  367. </div>
  368.  
  369. <div id="entries">
  370. {block:Posts}
  371. <div id="post">
  372.  
  373. {block:Text}
  374. <h1>{block:Title}{Title}{/block:Title}</h1>
  375. {Body}{/block:Text}
  376.  
  377. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  378. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  379.  
  380. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  381. {/block:Caption}{/block:Photoset}
  382.  
  383. {block:Quote}<h2>"{Quote}"</h2>
  384. {block:Source}<div class="qsource"> - {Source}</div>
  385. {/block:Source}{/block:Quote}
  386.  
  387. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  388.  
  389. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  390.  
  391. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  392. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  393. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  394. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  395. {/block:Audio}<br>
  396.  
  397. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  398.  
  399. {block:Answer}<div id="asker">{Question} - <span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> <left>{Answer}</font></div>{/block:Answer}
  400.  
  401. <div id="info">
  402. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> -
  403. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  404. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  405. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  406. with {NoteCountWithLabel}</a>
  407. {block:HasTags}<div id="tags">
  408.  
  409. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  410. </div>{block:HasTags}
  411. </div>
  412. </div>
  413. {/block:Posts}
  414. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  415. {/block:Posts}</div></div></div>
  416. <br><br><br><br>
  417.  
  418. <div id="cred">
  419. <a href="http://effiedeen.tumblr.com/">efd</a>
  420. </div>
  421. </div>
  422.  
  423.  
  424.  
  425. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement