Advertisement
eternalspark

WALTDISNY17

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