Advertisement
liveforharold

theme #7

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