Advertisement
nviall

failure prose // (multi)fandom theme #2

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