Advertisement
fabliam

Theme 27

May 2nd, 2013
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 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.  
  3. <!-- FABLIAM THEME -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:link" content="#B8B8B8">
  12. <meta name="color:hover" content="#454545">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:scrollbar" content="#D6D5D5">
  15. <meta name="color:border" content="#D6D5D5">
  16. <meta name="color:titlecolor" content="#fffff">
  17. <meta name="color:sidebar" content="#fffff">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:linkA" content="">
  22. <meta name="text:linkA url" content="/">
  23. <meta name="text:linkB" content="">
  24. <meta name="text:linkB url" content="/">
  25. <meta name="text:linkC" content="">
  26. <meta name="text:linkC url" content="/">
  27. <meta name="text:linkD" content="">
  28. <meta name="text:linkD url" content="/">
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  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.  
  38. a {
  39. color:{color:link};
  40. text-decoration:none;
  41. -moz-transition-duration:0.5s;
  42. -webkit-transition-duration:0.5s;
  43. -o-transition-duration:0.5s;
  44. }
  45.  
  46. a:hover {
  47. color:{color:hover};
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54.  
  55. ::-webkit-scrollbar {background-color:white; height:8px; width:8px}
  56. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  58.  
  59. body {
  60. background-color:{color:bg};
  61. font-family:consolas;
  62. font-weight:normal;
  63. }
  64.  
  65.  
  66.  
  67.  
  68. h1 {
  69. font-weight:normal;
  70. font-size:10px;
  71. text-align:center;
  72. font-style:normal;
  73. line-height:80%;
  74. letter-spacing:1px;
  75. text-transform:uppercase;
  76. color:{color:text};
  77. }
  78.  
  79. h2 {
  80. font-size:15px;
  81. text-align:center;
  82. line-height:100%;
  83. letter-spacing:-0.5px;
  84. color:{color:text};
  85. font-weight:normal;
  86. padding:5px;
  87. padding-bottom:2px;
  88. }
  89.  
  90.  
  91. blockquote {
  92. border-left:2px solid {color:text};
  93. padding-left:5px;
  94. margin:5px;
  95. }
  96.  
  97. #theme {
  98. background-color:{color:bg};
  99. width:700px;
  100. margin: 0 auto -12px auto;
  101. text-align: center;
  102. margin-left:300px;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:1592px;
  109. margin-left:-308px;
  110. height:120px;
  111. margin-top:4px;
  112. text-align:left;
  113. background:{color:sidebar};
  114. }
  115.  
  116. #sidebar img {
  117. margin-left:450px;
  118. width:130px;
  119. height:130px;
  120. margin-bottom:10px;
  121. margin-top:30px;
  122. border:10px solid {color:sidebar};
  123. }
  124.  
  125.  
  126. .links {
  127. margin-bottom:10px;
  128. margin-top:-145px;
  129. margin-left:160px;
  130. font-size:9px;
  131. text-transform:uppercase;
  132. text-align:center;
  133. letter-spacing:2px;
  134. line-height:170%;
  135. }
  136.  
  137. .links a{
  138. padding:3px;
  139. color:{color:link};
  140. letter-spacing:0px;
  141. text-decoration:none;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. .links a:hover{
  148. color:{color:hover};
  149. -moz-transition-duration:1s;
  150. -webkit-transition-duration:1s;
  151. -o-transition-duration:1s;
  152. }
  153.  
  154. .desc {
  155. font-family:consolas;
  156. font-style:italic;
  157. margin-bottom:10px;
  158. margin-left:160px;
  159. text-align:center;
  160. font-size:9px;
  161. color:{color:text};
  162. letter-spacing:0px;
  163. line-height:150%;
  164. }
  165.  
  166. .desc a {
  167. color:{color:link};
  168. }
  169.  
  170. #title {
  171. margin-top: -172px;
  172. margin-bottom:10px;
  173. width: 400px;
  174. margin-left: 680px;
  175. position: fixed ;
  176. z-index: 100;
  177. color: {color:titlecolor};
  178. text-transform: lowercase;
  179. letter-spacing: 3px;
  180. font-family: consolas;
  181. text-align:center;
  182. font-size: 15px;
  183. -webkit-transition: all 1s ease-in-out;
  184. }
  185.  
  186. .pagi {
  187. font-size:8px;
  188. text-transform:uppercase;
  189. letter-spacing:3px;
  190. font-style:normal;
  191. text-align:center;
  192. margin-left:160px;
  193. }
  194.  
  195. .pagi a {
  196. color:{color:link};
  197. }
  198.  
  199. #stuffcontainer {
  200. float:left;
  201. margin-left:320px;
  202. margin-top:160px;
  203. text-align:justify;
  204. background-color:{color:bg};
  205. color:{color:text};
  206. margin-bottom: 35px;
  207. }
  208.  
  209.  
  210. #stuff {
  211. width:500px;
  212. margin-top:35px;
  213. text-align:justify;
  214. font-size:11px;
  215. line-height:90%;
  216. letter-spacing:0x;
  217. color:{color:text};
  218. }
  219.  
  220. .caption {
  221. width:500px;
  222. text-align:justify;
  223. line-height:120%;
  224. }
  225.  
  226. .ask {
  227. padding:5px;
  228. font-family:consolas;
  229. font-style:italic;
  230. text-align:left;
  231. margin-left:10px;
  232. color:{color:text};
  233. border-left:2px solid {color:border};
  234. }
  235.  
  236. .ans {
  237. text-align:left;
  238. padding:1px;
  239. margin-bottom:-10px;
  240. color:{color:text};
  241. }
  242.  
  243. .audio {
  244. width:500px;
  245. padding-bottom:10px;
  246. }
  247.  
  248. .albumart {
  249. float:left;
  250. padding:0px 10px 10px 0px;
  251. }
  252.  
  253. .albumart img {
  254. width:100px;
  255. height:100px;
  256. }
  257.  
  258. .playercontainer {
  259. text-align:left;
  260. padding:10px;
  261. background-color:#ffffff;
  262. width:480px;
  263. }
  264.  
  265. .audioinfo {
  266. padding:10px;
  267. color:{color:text};
  268. }
  269.  
  270. #postinfo {
  271. color:{color:text};
  272. text-align:right;
  273. font-family:calibri;
  274. font-size: 8px;
  275. letter-spacing:0px;
  276. font-style: normal;
  277. margin-top:10px;
  278. border-top: 1px solid {color:border};
  279. padding:3px;
  280. text-transform:uppercase;
  281. }
  282.  
  283. #postinfo a {
  284. color:{color:text};
  285. text-align:center;
  286. letter-spacing:0px;
  287. font-style:normal;
  288. }
  289.  
  290. #postinfo a:hover {
  291. color:{color:hover};
  292. }
  293.  
  294.  
  295. .note {
  296. text-transform:uppercase;
  297. font-style:normal;
  298. letter-spacing:0px;
  299. font-size: 9px;
  300. text-align:left;
  301. line-height:90%;
  302. margin-left:-40px;
  303. }
  304.  
  305. .note li {
  306. list-style-type:none;
  307. border-bottom:1px solid {color:border};
  308. padding:10px 25px 10px 25px;
  309. text-align:left;
  310. margin:0px;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. .tags {
  317. margin-top:-5px;
  318. font-family:consolas;
  319. font-style:normal;
  320. width:500px;
  321. text-transform:lowercase;
  322. color:{color:text};
  323. letter-spacing:0px;
  324. line-height:120%;
  325. font-size:10px;
  326. text-align:right;
  327. padding:2px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. .tags a {
  334. color:{color:text};
  335. letter-spacing:0px;
  336. padding:1px;
  337. }
  338. ul.chat, .chat ol, .chat li {
  339. list-style:none;
  340. margin:0px;
  341. padding:2px;
  342. }
  343.  
  344. .label {
  345. text-decoration:underline;
  346. font-weight:700;
  347. background-color:{color:infobg};
  348. margin-right:5px;
  349. }
  350.  
  351. #cred {
  352. font-family:consolas;
  353. position:fixed;
  354. font-size:8px;
  355. font-style:none;
  356. line-height:150%;
  357. letter-spacing:1px;
  358. right:5px;
  359. bottom:10px;
  360. text-transform:uppercase;
  361. text-align:center;
  362. }
  363.  
  364. #cred a {
  365. padding:3px;
  366. color:white;
  367. background:{color:link};
  368. -moz-transition-duration:0.5s;
  369. -webkit-transition-duration:0.5s;
  370. -o-transition-duration:0.5s;
  371. }
  372.  
  373. {CustomCSS}
  374.  
  375. </style></head>
  376.  
  377. <body>
  378. <div id="theme">
  379. <div id="sidebar">
  380. <img src="{image:sidebar}">
  381. <div id="title">{Title}</div>
  382. <div class="links">
  383. {block:IfLinkA}
  384. <a href="{text:linkA url}">{text:linkA}</a>
  385. {/block:IfLinkA}
  386. {block:IfLinkB}
  387. <a href="{text:linkB url}">{text:linkB}</a>
  388. {/block:IfLinkB}
  389. {block:IfLinkC}
  390. <a href="{text:linkC url}">{text:linkC}</a>
  391. {/block:IfLinkC}
  392. {block:IfLinkD}
  393. <a href="{text:linkD url}">{text:linkD}</a>
  394. {/block:IfLinkD}
  395. </div>
  396. <div class="desc">
  397. {Description}
  398. </div>
  399. {block:Pagination}
  400. <div class="pagi">
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">←</a>
  403. {/block:PreviousPage}
  404. {block:NextPage}
  405. <a href="{NextPage}">→</a>
  406. {/block:NextPage}
  407. </div>
  408. {/block:Pagination}
  409. </div>
  410.  
  411. <div id="stuffcontainer">
  412.  
  413. {block:Posts}
  414.  
  415. <div id="stuff">
  416.  
  417. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  418.  
  419. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  420.  
  421. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  422. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  423.  
  424. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425.  
  426. {block:Photoset}<center>{Photoset-500}</center>
  427. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  428.  
  429. {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}
  430.  
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {block:Answer}<div class="ask">{Asker}: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  434.  
  435. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  436. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  437. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  438. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  439. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  440.  
  441.  
  442.  
  443. {block:Date}<div id="postinfo">posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  444. {block:ContentSource} ( ©<a href="{SourceURL}">{SourceLink}</a> ){/block:ContentSource}</div>{/block:Date}
  445. {block:HasTags}
  446. <div class="tags">
  447. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  448. {/block:HasTags}
  449. <div class="note">
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. </div>
  452. </div>
  453. {/block:Posts}
  454.  
  455. </div>
  456.  
  457. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  458.  
  459. </div>
  460. </div>
  461. </div>
  462. </body>
  463. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement