Advertisement
fabliam

Theme 15

Mar 26th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 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:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#AAAAAA">
  13. <meta name="color:hover" content="#AAAAAA">
  14. <meta name="color:text" content="#AAAAAA">
  15. <meta name="color:tags" content="#AAAAAA">
  16. <meta name="color:scrollbar" content="#EEEEEE">
  17. <meta name="color:border" content="#F5F5F5">
  18. <meta name="color:sidebar" content="#F5F5F5">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55.  
  56. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  57. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  59.  
  60. body {
  61. background-color:{color:bg};
  62. font-family:Cambria;
  63. font-weight:normal;
  64. }
  65.  
  66.  
  67.  
  68.  
  69. h1 {
  70. font-weight:normal;
  71. font-size:11px;
  72. text-align:center;
  73. font-style:italic;
  74. line-height:50%;
  75. letter-spacing:1px;
  76. text-transform:lowercase;
  77. color:{color:text};
  78. }
  79.  
  80. h2 {
  81. font-size:10px;
  82. text-align:center;
  83. line-height:100%;
  84. letter-spacing:-0.5px;
  85. color:{color:text};
  86. font-weight:bold;
  87. text-transform:uppercase;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92.  
  93. blockquote {
  94. border-left:2px solid {color:text};
  95. padding-left:5px;
  96. margin:5px;
  97. }
  98.  
  99. #themenum {
  100. background-color:{color:bg};
  101. width:700px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. outline:1px solid {color:border};
  109. padding:3px;
  110. position:fixed;
  111. width:95px;
  112. height:auto;
  113. margin-top:210px;
  114. margin-left:20px;
  115. text-align:left;
  116. }
  117.  
  118. #sidebar img {
  119. width:95px;
  120. height:95px;
  121. margin-bottom:10px;
  122. outline-offset:4px;
  123. }
  124.  
  125.  
  126. .slinks {
  127. margin-bottom:10px;
  128. margin-top:-7px;
  129. font-size:8px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. letter-spacing:1px;
  133. line-height:170%;
  134. background:{color:sidebar};
  135. opacity:0.99;
  136. padding:5px;
  137. }
  138.  
  139. .slinks a{
  140. padding:2px;
  141. color:{color:link};
  142. letter-spacing:0px;
  143. text-decoration:none;
  144. -moz-transition-duration:1s;
  145. -webkit-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. }
  148.  
  149. .slinks a:hover{
  150. color:{color:hover};
  151. -moz-transition-duration:1s;
  152. -webkit-transition-duration:1s;
  153. -o-transition-duration:1s;
  154. }
  155.  
  156. .description {
  157. margin-bottom:1px;
  158. margin-top:-15px;
  159. text-align:center;
  160. font-size:9px;
  161. color:{color:text};
  162. letter-spacing:1px;
  163. line-height:105%;
  164. background:{color:sidebar};
  165. opacity:0.99;
  166. padding:2px;
  167. }
  168.  
  169. .description a {
  170. color:{color:link};
  171. }
  172.  
  173. .description a:hover {
  174. color:{color:hover};
  175. }
  176.  
  177. .pagination {
  178. font-size:9px;
  179. margin-top:-1px;
  180. text-transform:uppercase;
  181. letter-spacing:3px;
  182. font-style:normal;
  183. text-align:center;
  184. background:{color:sidebar};
  185. opacity:0.99;
  186. padding:1px;
  187. }
  188.  
  189. .pagination a {
  190. color:{color:link};
  191. }
  192.  
  193. #postcontainer {
  194. float:left;
  195. margin-left:200px;
  196. margin-top:50px;
  197. text-align:justify;
  198. background-color:{color:bg};
  199. color:{color:text};
  200. margin-bottom: 35px;
  201. }
  202.  
  203.  
  204. #posts {
  205. width:500px;
  206. margin-top:75px;
  207. text-align:justify;
  208. font-size:11px;
  209. line-height:90%;
  210. letter-spacing:0x;
  211. color:{color:text};
  212. outline:1px solid {color:border};
  213. outline-offset:20px;
  214. }
  215.  
  216.  
  217.  
  218. #info {
  219. font-family:consolas;
  220. width:490px;
  221. margin-top:3px;
  222. padding:2px;
  223. padding-left:8px;
  224. font-size:8px;
  225. color:{color:link};
  226. text-transform:uppercase;
  227. font-style:normal;
  228. letter-spacing:2px;
  229. text-align:right;
  230. border-bottom:1px solid {color:border};
  231. -moz-transition-duration:0.5s;
  232. -webkit-transition-duration:0.5s;
  233. -o-transition-duration:0.5s;
  234. }
  235.  
  236. #info a {
  237. color:{color:link};
  238. text-align:right;
  239. letter-spacing:1px;
  240. font-style:normal;
  241. }
  242.  
  243. #info a:hover {
  244. color:{color:hover};
  245. }
  246.  
  247. .caption {
  248. width:500px;
  249. text-align:justify;
  250. line-height:120%;
  251. }
  252.  
  253. .question {
  254. padding:10px;
  255. text-align:left;
  256. color:{color:text};
  257. background-color:{color:infobg};
  258. border-bottom:1px solid {color:text};
  259. }
  260.  
  261. .answer {
  262. text-align:left;
  263. padding:10px;
  264. color:{color:text};
  265. }
  266.  
  267. .music {
  268. width:500px;
  269. padding-bottom:10px;
  270. background-color:{color:infobg};
  271. }
  272.  
  273. .albumart {
  274. float:left;
  275. padding:0px 10px 10px 0px;
  276. }
  277.  
  278. .albumart img {
  279. width:45px;
  280. height:45px;
  281. }
  282.  
  283. .playercontainer {
  284. text-align:left;
  285. padding:10px;
  286. background-color:#ffffff;
  287. width:480px;
  288. }
  289.  
  290. .musicinfo {
  291. padding:10px;
  292. color:{color:text};
  293. }
  294.  
  295. .postnote {
  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. .postnote 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. font-family:consolas;
  318. font-style:normal;
  319. width:500px;
  320. text-transform:uppercase;
  321. font-style:normal;
  322. color:{color:tags};
  323. letter-spacing:2px;
  324. line-height:120%;
  325. font-size:8px;
  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:1px;
  336. padding:1px;
  337. }
  338.  
  339. .tags a:hover {
  340. color:#f1f1f1;
  341. }
  342.  
  343. ul.chat, .chat ol, .chat li {
  344. list-style:none;
  345. margin:0px;
  346. padding:2px;
  347. }
  348.  
  349. .tab {
  350. text-decoration:underline;
  351. font-weight:700;
  352. background-color:{color:bg};
  353. margin-right:5px;
  354. }
  355.  
  356. #credit {
  357. position:fixed;
  358. font-size:8px;
  359. font-weight:normal;
  360. line-height:150%;
  361. letter-spacing:2px;
  362. right:10px;
  363. bottom:10px;
  364. text-transform:uppercase;
  365. text-align:center;
  366. }
  367.  
  368. #credit a {
  369. padding:3px;
  370. color:{color:text};
  371. -moz-transition-duration:0.5s;
  372. -webkit-transition-duration:0.5s;
  373. -o-transition-duration:0.5s;
  374. }
  375.  
  376. #cred {
  377. position:fixed;
  378. font-size:8px;
  379. font-weight:normal;
  380. line-height:150%;
  381. letter-spacing:2px;
  382. right:10px;
  383. bottom:10px;
  384. text-transform:uppercase;
  385. text-align:center;
  386. }
  387.  
  388. #cred a {
  389. padding:3px;
  390. color:{color:bg};
  391. background-color:{color:link};
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. {CustomCSS}
  398.  
  399. </style></head>
  400.  
  401. <body>
  402. <div id="themenum">
  403. <div id="sidebar">
  404. <img src="{image:sidebar}">
  405. <div class="slinks">
  406. {block:IfLink1}
  407. <a href="{text:link1 url}">{text:link1}</a>
  408. {/block:IfLink1}
  409. {block:IfLink2}
  410. <a href="{text:link2 url}">{text:link2}</a>
  411. {/block:IfLink2}
  412. {block:IfLink3}
  413. <a href="{text:link3 url}">{text:link3}</a>
  414. {/block:IfLink3}
  415. {block:IfLink4}
  416. <a href="{text:link4 url}">{text:link4}</a>
  417. {/block:IfLink4}
  418. </div>
  419. <div class="description">
  420. {Description}
  421. </div>
  422. {block:Pagination}
  423. <div class="pagination">
  424. {block:PreviousPage}
  425. <a href="{PreviousPage}">«</a>
  426. {/block:PreviousPage}
  427. {block:NextPage}
  428. <a href="{NextPage}">»</a>
  429. {/block:NextPage}
  430. </div>
  431. {/block:Pagination}
  432. </div>
  433.  
  434. <div id="postcontainer">
  435.  
  436. {block:Posts}
  437.  
  438. <div id="posts">
  439.  
  440. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  441.  
  442. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  443.  
  444. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  445. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  446.  
  447. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448.  
  449. {block:Photoset}<center>{Photoset-500}</center>
  450. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  457.  
  458. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  459. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  461. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  462. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  463.  
  464.  
  465.  
  466. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  467. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  468. {block:HasTags}
  469. <div class="tags">
  470. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  471. {/block:HasTags}
  472. <div class="postnote">
  473. {block:PostNotes}{PostNotes}{/block:PostNotes}
  474. </div>
  475. </div>
  476. {/block:Posts}
  477.  
  478.  
  479. </div>
  480.  
  481. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  482.  
  483. </div>
  484. </div>
  485. </div>
  486. </body>
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement