Advertisement
karin1903

theme 2 breakage

May 14th, 2014
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 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.  
  4. <!--theme 2 breakage by thedaysoffuturepastthemes ---->
  5.  
  6. <!-- BASE CODE by MALFOYMANNOR
  7. keep this ribbon here but
  8. you may change the credit
  9. i added to the bottom -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15.  
  16. <meta name="color:background" content="#FFFFFF">
  17. <meta name="color:sidebar" content="#ffd1d1">
  18. <meta name="color:link" content="#E6E4E4">
  19. <meta name="color:sidelink" content="#E6E4E4">
  20. <meta name="color:hover" content="#454545">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:scrollbar" content="#9A9A9A">
  23. <meta name="color:audio" content="#9A9A9A">
  24. <meta name="color:ask" content="#9A9A9A">
  25. <meta name="color:acent" content="#9A9A9A">
  26. <meta name="color:border" content="#9A9A9A">
  27. <meta name="color:tags" content="#9A9A9A">
  28. <meta name="color:navigationline" content="#ffffff">
  29.  
  30.  
  31. <meta name="image:sidebar" content="/">
  32.  
  33. <!----fonts---->
  34. <meta name="font:Body" content="Georgia" />
  35. <meta name="font:description" content="verdana"/>
  36.  
  37. <meta name="text:link1" content="">
  38. <meta name="text:link1 url" content="/">
  39. <meta name="text:link2" content="">
  40. <meta name="text:link2 url" content="/">
  41. <meta name="text:link3" content="">
  42. <meta name="text:link3 url" content="/">
  43. <meta name="text:link4" content="">
  44. <meta name="text:link4 url" content="/">
  45. <meta name="text:link5" content="">
  46. <meta name="text:link5 url" content="/">
  47. <meta name="text:link6" content="">
  48. <meta name="text:link6 url" content="/">
  49. <meta name="text:link7" content="">
  50. <meta name="text:link7 url" content="/">
  51.  
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56.  
  57.  
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  59. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60. <link rel="shortcut icon" href="{Favicon}" />
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62.  
  63. <style type="text/css">
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color: {color:acent};
  67. border: 2px solid {color:background};
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:9px;
  73. width:9px;
  74. background-color: {color:acent};
  75. border: 4px solid {color:background};
  76. }
  77.  
  78. a {
  79. color:{color:link};
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. a:hover {
  87. color:{color:hover};
  88. text-decoration:none;
  89. -moz-transition-duration:0.5s;
  90. -webkit-transition-duration:0.5s;
  91. -o-transition-duration:0.5s;
  92. }
  93.  
  94. body {
  95. background-color:{color:background};
  96. font-weight:normal;
  97. background-image:url('{image:background}');
  98. }
  99.  
  100. h1 {
  101. font-size:12px;
  102. text-transform:lowercase;
  103. text-align:center;
  104. font-family:{font:body};
  105. font-weight:bold;
  106. line-height:100%;
  107. letter-spacing:0px;
  108. color:{color:text};
  109. }
  110.  
  111. h2 {
  112. font-size:18px;
  113. text-align:center;
  114. line-height:100%;
  115. letter-spacing:0px;
  116. color:{color:text};
  117. font-family:{font:body};
  118. font-weight:bold;
  119. text-transform:lowercase;
  120. letter-spacing:-.5px;
  121. padding:5px;
  122. padding-bottom:2px;
  123. }
  124.  
  125. blockquote {
  126. border-left:2px solid {color:Border};
  127. padding: 5px;
  128. margin:5px;
  129. }
  130.  
  131. #sidebar{
  132. background-color:{color:sidebar};
  133. position:fixed;
  134. width:350px;
  135. height:150%;
  136. margin-left:-0px;
  137. margin-top:-20px;
  138. margin-bottom:-20px;
  139. }
  140.  
  141. .title{
  142. font-family: 'Playball', cursive;
  143. width:225px;
  144. font-size:35px;
  145. margin-top:20px;
  146. margin-left:55px;
  147. color:{color:title};
  148. text-align:center;
  149. padding: 10px;
  150. text-decoration: none;
  151. }
  152.  
  153. .sidebarimage {
  154. position:fixed;
  155. width:245px;
  156. height:auto;
  157. margin-top:40px;
  158. margin-left:55px;
  159. padding:-2px;
  160. }
  161.  
  162.  
  163. .desc {
  164. height: auto;
  165. width: 245px;
  166. padding: 5px;
  167. margin-bottom:10px;
  168. margin-top:200px;
  169. margin-left:75px;
  170. text-align:left;
  171. font-size:10px;
  172. color:{color:text};
  173. letter-spacing:1px;
  174. line-height:100%;
  175. margin-left: 55px;
  176. font-family: {font:description};
  177. text-transform: lowercase;
  178. }
  179.  
  180. .desc a {
  181. color:{color:link};
  182. }
  183.  
  184.  
  185. .links {
  186. position:fixed;
  187. padding: 5px 5px;
  188. margin-left:55px;
  189. margin-top:20px;
  190. width: 250px;
  191. word-spacing:5px;
  192. font-size: 14px;
  193. color:{color:sidelink};
  194. text-align: right;
  195. display:block;
  196. text-transform:lowercase;
  197. }
  198.  
  199. .links a{
  200. padding:3px;
  201. font-family: {font:description};
  202. text-transform: uppercase;
  203. font-size: 14px;
  204. font-style:normal;
  205. color:{color:sidelink};
  206. letter-spacing:1px;
  207. text-decoration:none;
  208. -moz-transition-duration:1s;
  209. -webkit-transition-duration:1s;
  210. -o-transition-duration:1s;
  211. }
  212.  
  213. .links a:hover{
  214. color:{color:hover};
  215. }
  216.  
  217. .box{
  218. opacity: 0.25;
  219. padding:5px;
  220. height:20px;
  221. width:90px;
  222. opacity:1;
  223. margin-top:-5px;
  224. background-color:transparent;
  225. border-bottom: 1px solid #e2e2e2;
  226.  
  227. }
  228.  
  229. #container {
  230. float:left;
  231. margin-left:500px;
  232. margin-top:75px;
  233. text-align:justify;
  234. color:{color:text};
  235. margin-bottom: 35px;
  236. }
  237.  
  238. #stuff {
  239. width:500px;
  240. margin-top:75px;
  241. padding:10px;
  242. font-family:{font:body};
  243. text-align:justify;
  244. font-size:11px;
  245. line-height:90%;
  246. letter-spacing:0x;
  247. color:{color:text};
  248. }
  249.  
  250. #asker {
  251. font-family: {font:body};
  252. text-transform: uppercase;
  253. font-size:10px;
  254. color:{color:text};
  255. }
  256.  
  257. #question {
  258. font-family: {font:body};
  259. text-transform: uppercase;
  260. font-size:10px;
  261. color:{color:text};
  262. }
  263.  
  264. .ask {
  265. padding:15px;
  266. width:470px;
  267. text-align:right;
  268. color:#ffffff;
  269. background-color:{color:ask};
  270. font-family: {font:body};
  271. text-transform: uppercase;
  272. font-size:10px;
  273. }
  274.  
  275. .answer {
  276. width:500px;
  277. padding:5px;
  278. font-style: normal;
  279. font-family: {font:body};
  280. font-size:8x;
  281. color:{color:text};
  282. }
  283.  
  284. #audio {
  285. background-color:{color:ask};
  286. width:480px;
  287. padding:10px;
  288. height: 80px;
  289. margin-bottom:0px;
  290. font-family: {font:body};
  291. }
  292.  
  293. .artcover {
  294. width:70px;
  295. height:70px;
  296. position:absolute;
  297. }
  298.  
  299. .artcover img {
  300. width:70px;
  301. height:70px;
  302. float:left;
  303. border: 5px solid #FFF;
  304. }
  305.  
  306. .player {
  307. position:absolute;
  308. z-index:1;
  309. width:70px;
  310. height:70px;
  311. margin-top:5px;
  312. margin-left:5px;
  313. display:block;
  314. opacity:0.7;
  315. -webkit-transition:all 0.4s;
  316. -moz-transition:all 0.4s;
  317. -o-transition:all 0.4s;
  318. -ms-transition: all 0.4s;
  319. transition:all 0.5s;
  320. background:#fff;
  321. }
  322.  
  323. .player:hover {
  324. -webkit-transition:all 0.4s;
  325. -moz-transition:all 0.4s;
  326. -o-transition:all 0.4s;
  327. -ms-transition: all 0.4s;
  328. transition:all 0.4s;
  329. opacity:0.5;
  330. }
  331.  
  332. .audioplayer {
  333. width:30px;
  334. height:30;
  335. margin-top:14px;
  336. margin-left:14px;
  337. overflow:hidden;
  338. padding:3px;
  339. }
  340.  
  341. .audioinfo {
  342. color:{color:text};
  343. width:460px;
  344. height:52px;
  345. margin-left:120px;
  346. display:block;
  347. padding-top:18px;
  348. font-size:13px;
  349. letter-spacing:1px;
  350. text-transform:lowercase;
  351. text-align:left;
  352. font-style:italic;
  353. }
  354.  
  355. .note {
  356. text-transform:lowercase;
  357. font-style:italic;
  358. letter-spacing:0px;
  359. font-size: 11px;
  360. text-align:left;
  361. line-height:100%;
  362. margin-left:-40px;
  363. }
  364.  
  365. .note li {
  366. list-style-type:decimal;
  367. border-bottom:1px solid {color:border};
  368. padding:10px 25px 10px 25px;
  369. background-color:#ffffff;
  370. text-align:left;
  371. margin:0px;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. .note li:hover {
  378. background-color:{color:border};
  379. -moz-transition-duration:0.5s;
  380. -webkit-transition-duration:0.5s;
  381. -o-transition-duration:0.5s;
  382. }
  383.  
  384. .tags {
  385. width:500px;
  386. font-family: {font:body};
  387. text-transform: lowercase;
  388. font-size: 7px;
  389. color:{color:tags};
  390. letter-spacing:1px;
  391. text-align:left;
  392. padding:6px;
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398.  
  399. #postinfo {
  400. width:480px;
  401. padding:10px;
  402. margin-top: 5px;
  403. color:{color:postinfobg};
  404. font-family: {font:body};
  405. text-transform: uppercase;
  406. font-size: 8px;
  407. letter-spacing:1px;
  408. text-align:center;
  409. }
  410.  
  411. #postinfo a {
  412. color:{color:hover};
  413. text-align:center;
  414. letter-spacing:1px;
  415. }
  416.  
  417.  
  418. #cred {
  419. bottom: 10px;
  420. right: 5px;
  421. font-size:7px;
  422. position:fixed;
  423. padding: 5px;
  424. border-radius: 10px;
  425. text-transform:uppercase;
  426. text-align:center;
  427. font-family:'trebuchet ms';
  428. letter-spacing:1px;
  429. color:{color:text};
  430. background-color:{color:border};
  431. }
  432.  
  433. #cred a:hover {
  434. color:{color:text};
  435. }
  436.  
  437.  
  438. {CustomCSS}
  439.  
  440. </style></head>
  441.  
  442. <body>
  443. <div id="sidebar">
  444. <div class="title">{Title}</div>
  445. <div class="sidebarimage">
  446. <img src="{image:sidebar}"></div>
  447. <div class="desc">
  448. <blockquote>{Description}</blockquote>
  449. </div>
  450. <div class="links">
  451. {block:IfLink1}
  452. <a href="{text:link1 url}">{text:link1}</a>
  453. {/block:IfLink1}<br>
  454. {block:IfLink2}
  455. <a href="{text:link2 url}">{text:link2}</a>
  456. {/block:IfLink2}<br>
  457. {block:IfLink3}
  458. <a href="{text:link3 url}">{text:link3}</a>
  459. {/block:IfLink3}<br>
  460. {block:IfLink4}
  461. <a href="{text:link4 url}">{text:link4}</a>
  462. {/block:IfLink4}<br>
  463. {block:IfLink5}
  464. <a href="{text:link5 url}">{text:link5}</a>
  465. {/block:IfLink5}<br>
  466. {block:IfLink6}
  467. <a href="{text:link6 url}">{text:link6}</a>
  468. {/block:IfLink6}<br>
  469. {block:IfLink7}
  470. <a href="{text:link7 url}">{text:link7}</a>
  471. {/block:IfLink7}<br>
  472. <br>
  473.  
  474. </div>
  475.  
  476.  
  477.  
  478. </div>
  479.  
  480.  
  481.  
  482. <div id="container">
  483.  
  484. {block:Posts}
  485.  
  486. <div id="stuff">
  487.  
  488. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  489.  
  490. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  491.  
  492. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  493. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  494.  
  495. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  496.  
  497. {block:Photoset}<center>{Photoset-500}</center>
  498. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  499.  
  500. {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}
  501.  
  502. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  503.  
  504. {block:Answer}<div class="ask"><span id="asker">{Asker} asked:</span> <p><span id="question">{Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  505.  
  506.  
  507. {block:Audio}
  508. <div id="audio">
  509. <div class="artcover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  510. <div class="player">
  511. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  512. <div class="audioinfo">
  513. {block:TrackName}<a style="text-transform:uppercase;">song title: {TrackName}</a>{/block:TrackName}
  514. <div style="font-size:10px; margin-top:5px;">
  515. {block:Artist}artist: {Artist}{/block:Artist} with {FormattedPlayCount} plays
  516. </div></div></div>
  517. <div class="caption">
  518. {block:Caption}{Caption}{/block:Caption}
  519. </div>
  520. {/block:Audio}
  521. {block:ContentSource}
  522. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  526. {/block:ContentSource}
  527.  
  528. <div id="postinfo">
  529. {block:Date} posted {Month} {DayOfMonth} {/block:Date}</a>with{block:NoteCount} <a href="{Permalink}"/">{NoteCountWithLabel} {/block:NoteCount}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> - <a href="{ReblogRootURL}">source</a>
  530. {/block:RebloggedFrom}
  531. - <a href="{ReblogURL}" target="_blank" >reblog</a>
  532.  
  533. </div>
  534.  
  535. {block:HasTags}
  536. <div class="tags">
  537. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  538. {/block:HasTags}
  539. <div class="note">
  540. {block:PostNotes}{PostNotes}{/block:PostNotes}
  541. </div>
  542. </div>
  543. {/block:Posts}
  544.  
  545. <div id="cred"><a href="http://thedaysoffuturepast.co.vu">thedaysoffuturepast </a></div
  546.  
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement