Advertisement
fabliam

Theme 38

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