Advertisement
liveforharold

theme #04 by effiedeen

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