Advertisement
Perfect-Nicholas

Theme #04 - Disney One

Mar 29th, 2013
940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.67 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 by supportrauhl
  4.  
  5. do not claim as your own
  6. do not repost or redistribute
  7. do not use as a base
  8.  
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#fffefc" />
  15. <meta name="color:sidebar" content="#fffefc" />
  16. <meta name="color:title" content="#a08f7f" />
  17. <meta name="color:posts color" content="#fffefc" />
  18.  
  19. <meta name="color:title" content="#A08F7F" />
  20. <meta name="color:text" content="#55443d" />
  21. <meta name="color:link" content="#683e2d" />
  22. <meta name="color:scrollbg" content="#FFFFFF" />
  23. <meta name="color:scrollbar" content="#BBB7B7" />
  24. <meta name="color:link hover" content="#ccc0b2" />
  25. <meta name="color:hover" content="" />
  26. <meta name="color:blockquote" content="#683e2d" />
  27.  
  28. <meta name="font:body" content="arial" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="" />
  32. <meta name="text:link1" content="" />
  33. <meta name="text:link1 url" content="/" />
  34. <meta name="text:link2" content="" />
  35. <meta name="text:link2 url" content="/" />
  36. <meta name="text:link3" content="" />
  37. <meta name="text:link3 url" content="/" />
  38. <meta name="text:link4" content="" />
  39. <meta name="text:link4 url" content="/" />
  40.  
  41.  
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {
  52. background-color:{color:scrollbar};
  53. height:30px;
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {
  57. background-color:{color:scrollbar};
  58. height:5px!important;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. background-color:{color:background};
  63. height:5px;
  64. width:9px;
  65. }
  66.  
  67. ::-moz-selection {
  68. background: {color:scrollbar};
  69. }
  70. ::selection {
  71. background: {color:scrollbar};
  72. }
  73.  
  74. body {
  75. color:{color:text};
  76. background-color:{color:background};
  77. background-image: url('{image:Background}');
  78. background-attachment:fixed;
  79. font-family:{font:body};
  80. font-size:11px;
  81. line-height:110%;
  82. text-align:justify
  83. }
  84.  
  85. a:link, a:active, a:visited{
  86. color: {color:link};
  87. text-decoration:none
  88. }
  89. a:hover{
  90. color:{color:title}
  91. }
  92.  
  93. #container {
  94. background-color:transparent;
  95. width:800px;
  96. text-align:center;
  97. margin: 0 auto -10px auto
  98. }
  99.  
  100. #entries {
  101. margin: 10px 0 10px 260px;
  102. float:right;
  103. text-align: justify
  104. }
  105.  
  106. #entry {
  107. margin: 5px 0 -5px 0;
  108. width: 500px;
  109. background-color:{color:entry};
  110. text-align: justify; padding: 3px
  111. }
  112. #entry:hover #tag {
  113. opacity:1;
  114. -webkit-transition: all 0.6s ease;
  115. }
  116.  
  117. #onside {
  118. margin-left:530px;
  119. position:absolute;
  120. display: inline-block;
  121. -webkit-transition: all 0.6s ease;
  122. font-family: trebuchet ms;
  123. }
  124.  
  125.  
  126. #tag {
  127. color: {color:link};
  128. display: inline-block;
  129. width: 140px;
  130. opacity: 0;
  131. -webkit-transition: all 0.6s ease;
  132. }
  133.  
  134.  
  135. #tag a {
  136. color: {color:link};
  137. opacity:4;
  138. -webkit-transition: all 0.6s ease; opacity:9;
  139.  
  140. }
  141.  
  142. #tag:hover {
  143. opacity:9;
  144. color: {color:Link Hover}
  145.  
  146. }
  147.  
  148. .quote {
  149. color: #aaa;
  150. display: block;
  151. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px;
  152. font-style: italic;
  153. padding: 16px 18px 10px 32px; }
  154.  
  155. .quote .medium {
  156. font-size: 15px;
  157. line-height: 1.4;
  158. font-family:HelveticaNeue-CondensedBold; }
  159.  
  160. #source {
  161. text-align:left;
  162. display:block;
  163. margin:2px 2px 2px 0px;
  164. padding:2px;
  165. font-family:Short Stack;
  166. text-transform:uppercase;
  167. font-size:9px;
  168. opacity:0.8;
  169. letter-spacing:-1px;
  170. }
  171.  
  172. #source img {
  173. float:left;
  174. display: inline;
  175. height: 20px;
  176. margin-right:4px;
  177. border: 3px solid :{color:info};
  178. }
  179.  
  180. #h {
  181. position:fixed;
  182. right:0px;
  183. bottom:0px;
  184. font:9px georgia italic;
  185. letter-spacing:1px;
  186. text-transform:lowercase;
  187. color:{color:text};
  188. padding:5px;}
  189.  
  190. #title {
  191. width: 250px;
  192. font-size: 18px;
  193. line-height: 20px;
  194. text-align: center;
  195. margin-left: 0px;
  196. font-style: italic;
  197. margin-top: -25px;
  198. margin-bottom: 5px;
  199. }
  200. #title a {
  201. color: {color:link};
  202. -webkit-transition: color 0.6s linear;
  203. }
  204. #title a:hover {
  205. color: {color:Navigation Background Hover};
  206. }
  207.  
  208. #stext {
  209. text-align:justify;
  210. font-family:georgia;
  211. font-size:9px
  212. }
  213.  
  214. #sidebar {
  215. color:{color:text};
  216. position:fixed;
  217. width:150px;
  218. height:auto;
  219. margin-top:-17px;
  220. text-align:left;
  221. }
  222.  
  223. #sidebarimage {
  224. color:{color:text};
  225. position:fixed;
  226. width:150px;
  227. height:auto;
  228. margin-top:-17px;
  229. text-align:left;
  230. margin-left:20px;
  231. margin-top:230px;
  232. margin-bottom:5px;
  233. background-color:{color:sidebar};
  234. width:110px;
  235. }
  236.  
  237. #sidebarimage img {
  238. width:160px;
  239. border:10px solid {color:sidebar};
  240. height:160px;
  241. -webkit-transition: all 0.3s ease;
  242. -moz-transition: all 0.3s ease;
  243. -o-transition: all 0.3s ease;
  244. }
  245.  
  246.  
  247. #sidebar:hover .sidebarimage img{
  248. opacity:0.08;
  249. -webkit-filter: grayscale(100%);
  250. z-index: -9999;
  251. -webkit-transition: all 0.3s ease;
  252. -moz-transition: all 0.3s ease;
  253. -o-transition: all 0.3s ease;}
  254.  
  255. #sidebar:hover .links{
  256. opacity:1;
  257. -webkit-transition: all 0.3s ease;
  258. -moz-transition: all 0.3s ease;
  259. -o-transition: all 0.3s ease;}
  260.  
  261.  
  262. .links {
  263. position:absolute;
  264. width:80px;
  265. line-height: 200%;
  266. text-transform: uppercase;
  267. position:fixed;
  268. opacity: 0;
  269. margin-left:70px;
  270. margin-top:275px;
  271. text-align:center;
  272. margin-bottom:10px;
  273. display:block;
  274. padding: 0px;
  275. opacity:0.10;
  276. text-transform:uppercase; -webkit-transition:0.5s linear;
  277. }
  278.  
  279. .links a{
  280.  
  281. font-family:inconsolata;
  282. font-style:normal;
  283. font-size:10px;
  284. text-transform:uppercase;
  285. color:#adadad;
  286. display:block;
  287. padding-left:3px;
  288. margin-bottom: 1px;
  289. letter-spacing:0px;
  290. opacity:0.3;
  291. background-color:#fff;
  292. text-decoration:none;
  293. -moz-transition-duration:1s;
  294. -webkit-transition-duration:1s;
  295. -o-transition-duration:1s;
  296. }
  297.  
  298. .links a:hover{
  299. color:#5E5E5E;
  300. letter-spacing:2px;
  301. opacity:1;
  302. background-color:#fff;
  303. -webkit-transition: all 0.3s ease;
  304. -moz-transition: all 0.3s ease;
  305. -o-transition: all 0.3s ease;
  306. }
  307.  
  308. .desc {
  309. color:{color:text};
  310. position:fixed;
  311. width:150px;
  312. height:auto;
  313. text-align:left;
  314. margin-top:417px;
  315. text-align:center;
  316. font-size:9px;
  317. color:{color:text};
  318. letter-spacing:1px;
  319. line-height:105%;
  320. margin-left:36px;
  321. }
  322.  
  323. .desc a {
  324. color:{color:link};
  325. }
  326.  
  327. .desc a:hover {
  328. color:{color:link hover};
  329. }
  330.  
  331. #pagination {
  332. width:240px;
  333. font-size:8px;
  334. word-spacing:7px;
  335. text-align:center;
  336. }
  337.  
  338.  
  339. .jump_page {
  340. padding:3px;
  341. background-color:#ffffff;}
  342.  
  343. .current_page {
  344. padding:3px;
  345. background-color:#ffffff;
  346. color:#000000;}
  347.  
  348. h1{
  349. color:{color:title};
  350. font-family:{font:title};
  351. font-size:15px;
  352. line-height:15px;
  353. letter-spacing:0px;
  354. font-weight:normal;
  355. text-transform:uppercase;
  356. margin:0px; padding:0px;
  357. text-align:left}
  358.  
  359. h2{
  360. color:{color:title};
  361. font-family:{font:title};
  362. font-size:12px;
  363. line-height:12px;
  364. letter-spacing:0px;
  365. font-weight:normal;
  366. text-transform:uppercase;
  367. margin:0px; padding:0px;
  368. margin-bottom:-0px;
  369. text-align:left}
  370.  
  371. h3{
  372. color:{color:link};
  373. font-family:georgia;
  374. font-size:13px;
  375. letter-spacing:1px;
  376. font-weight:normal;
  377. font-style:normal;
  378. text-transform:lowercase;
  379. line-height:15px;
  380. margin-top:-4px;
  381. margin-bottom:-10px;
  382. text-align:left}
  383.  
  384. h3 a:hover{
  385. background-color:transparent}
  386.  
  387.  
  388. #info {
  389. font-family:consolas;
  390. width:490px;
  391. margin-top:3px;
  392. padding:2px;
  393. padding-left:8px;
  394. font-size:8px;
  395. color:{color:link};
  396. text-transform:uppercase;
  397. font-style:normal;
  398. letter-spacing:2px;
  399. text-align:right;
  400. border-bottom:1px solid #f5f5f5;
  401. -moz-transition-duration:0.5s;
  402. -webkit-transition-duration:0.5s;
  403. -o-transition-duration:0.5s;
  404. }
  405.  
  406. #info a {
  407. color:{color:link};
  408. text-align:right;
  409. letter-spacing:1px;
  410. font-style:normal;
  411. }
  412.  
  413. #info a:hover {
  414. color:{color:hover};
  415. }
  416.  
  417. #question {
  418. padding:10px;
  419. background-color: #f2f2f2;
  420. position: relative;
  421. border: 4px solid #f2f2f2;}
  422.  
  423. #question:after, #demo:before {
  424. border: solid transparent;
  425. content: ' ';
  426. height: 0;
  427. left: 100%;
  428. position: absolute;
  429. width: 0;
  430. }
  431.  
  432. #question:after {
  433. border-width: 9px;
  434. border-left-color: #f2f2f2;
  435. top: 15px;}
  436.  
  437. #question:before {
  438. border-width: 14px;
  439. border-left-color: #f2f2f2;
  440. top: 10px;
  441. }
  442.  
  443. blockquote {
  444. border-left:2px {color:blockquote} solid;
  445. padding-left:5px;
  446. margin:0px 2px 0px 10px}
  447.  
  448. b, strong{
  449. color:{color:title}}
  450. i, em {
  451. color:{color:text}}
  452. p{
  453. margin-top:5px;
  454. margin-bottom:5px}
  455. blockquote {
  456. padding:0px;
  457. padding-left:5px;
  458. margin:5px;
  459. border-left:2px
  460. solid {color:text}}
  461.  
  462. img a{
  463. border:none;
  464. width:100%}
  465. .audio {
  466. height:60px;
  467. padding:5px;
  468. margin-bottom:5px; }
  469.  
  470. .audio-album {
  471. position:absolute;
  472. width:60px; }
  473.  
  474. .audio-player {
  475. opacity:0.6;
  476. filter:alpha(opacity=60);
  477. border:2px solid #f2f2f2;
  478. width:25px;
  479. height:25px;
  480. overflow:hidden;
  481. position:absolute;
  482. z-index:2;
  483. margin-left:15px;
  484. margin-top:15px; }
  485.  
  486. .audio-info {
  487. margin-top:-10px;
  488. position:relative;
  489. margin-left:70px;
  490. padding:5px; }
  491.  
  492. .user_1, .user_3, .user_5, .user_7,
  493. .user_7 , .user_9 .user_11, .label {
  494. background-color:#f2f2f2;
  495. margin-right:25px;
  496. color:{color:body};}
  497.  
  498. .user_2, .user_4, .user_6, .user_8,
  499. .user_10, .user_12, .label {
  500. background-color:{color:entry};
  501. color:{color:blockquote};
  502. margin-right:25px;}
  503.  
  504. ul.chat, .chat ol, .chat li {
  505. list-style:none;
  506. margin:0px;
  507. padding:5px;}
  508.  
  509. notes {
  510. width: 500px;
  511. margin: 0px;
  512. margin-left: 0px;
  513. padding: 0px;
  514. text-align: left}
  515.  
  516. ol.notes {
  517. list-style: none;
  518. margin: 0 20px 0 10px;
  519. padding: 0px
  520. }
  521. ol.notes li {
  522. margin: 0px;
  523. padding: 0px;
  524. }
  525.  
  526. .notes img{
  527. width:10px;
  528. position:relative;
  529. top:1px
  530. }
  531. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  532. background-color:transparent!important;
  533. }
  534.  
  535. /* CREDIT | DO NOT REMOVE THIS SECTION */
  536.  
  537. .cred { font-family:tinytots; font-size:10px; bottom:0px; right:5px; position:fixed; background-color:#trans; padding:10px; -webkit-transition: all 0.2s ease-out;
  538. -o-transition: all 0.2s ease-out;
  539. -webkit-transition: all 0.2s ease-out;
  540. -moz-transition: all 0.2s ease-out; }
  541.  
  542. .cred:hover { padding-bottom:20px; -webkit-transition: all 0.2s ease-out;
  543. -o-transition: all 0.2s ease-out;
  544. -webkit-transition: all 0.2s ease-out;
  545. -moz-transition: all 0.2s ease-out; }
  546.  
  547. .cred img { opacity:0.4; }
  548.  
  549. </style>
  550. <style type="text/css">{CustomCSS}</style>
  551. </head>
  552.  
  553. <body>
  554. <div id="container">
  555. <div class="cred">
  556. <img src="http://www.swimchick.net/resources/website-bullets/bull7.gif"> <a href="http://supportrauhl.tumblr.com">SUPPORTRAUHL</a></div>
  557.  
  558. <div id="entries">
  559. {block:Posts}
  560. <div id="entry">
  561.  
  562. <div id="onside">
  563. <div id="tag">
  564. <div id="source">{block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"><img src="{ReblogRootPortraitURL-24}"></a>{/block:ContentSource}
  565. {block:ContentSource} &copy;<a href="{SourceURL}"><b>{SourceLink}</b></a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  566.  
  567. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  568.  
  569. </div></div>
  570.  
  571. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  572. {block:Text}{Body}{/block:Text}
  573.  
  574. {block:Quote}
  575. <div class="quote"><div class="medium">{Quote}</div></div>
  576. {block:Source}
  577. - {Source}
  578. {/block:Source}
  579. {/block:Quote}
  580.  
  581. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  582. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  583.  
  584. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  585. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  586.  
  587. {block:Chat}
  588. <div class="entry">
  589. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  590. {block:Label}<span class="label">{Label}</span>{/block:Label}
  591. {Line}</li>{/block:Lines}</ul>
  592. </div>
  593. {/block:Chat}
  594.  
  595.  
  596. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  597.  
  598. {block:Answer}
  599. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  600. {Answer}
  601. {/block:Answer}
  602.  
  603. {block:Audio}
  604. <div class="audio">
  605. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  606. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  607.  
  608. <div class="audio-info">
  609. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  610. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  611. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  612. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  613. </div></div>
  614. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  615. {/block:Audio}
  616. <br>
  617.  
  618. <div id="info">{block:Date}{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:Date}
  619. </div></div>
  620. <BR><BR>
  621. {/block:Posts}
  622. {block:PostNotes}{PostNotes}{/block:PostNotes}
  623. </div>
  624. <br>
  625.  
  626.  
  627. <div id="sidebar">
  628. <div id="sidebarimage">
  629. <img src="{image:sidebar}"></a></div>
  630. <div class="links">
  631. {block:IfLink1}
  632. <a href="{text:link1 url}">{text:link1}</a>
  633. {/block:IfLink1}
  634. {block:IfLink2}
  635. <a href="{text:link2 url}">{text:link2}</a>
  636. {/block:IfLink2}
  637. {block:IfLink3}
  638. <a href="{text:link3 url}">{text:link3}</a>
  639. {/block:IfLink3}
  640. {block:IfLink4}
  641. <a href="{text:link4 url}">{text:link4}</a>
  642. {/block:IfLink4}
  643. </div>
  644. <div class="desc">
  645. {Description}
  646. <br><br>
  647. <div id="pagination">{block:Pagination}
  648. {block:PreviousPage}
  649. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  650. {/block:PreviousPage}
  651.  
  652. {block:JumpPagination length="5"}
  653. {block:CurrentPage}
  654. <span class="current_page">{PageNumber}</span>
  655. {/block:CurrentPage}
  656.  
  657. {block:JumpPage}
  658. <a class="jump_page" href="{URL}">{PageNumber}</a>
  659. {/block:JumpPage}
  660. {/block:JumpPagination}
  661.  
  662. {block:NextPage}
  663. <a class="jump_page" href="{NextPage}">&rarr;</a>
  664. {/block:NextPage}
  665. {/block:Pagination}</div>
  666. </div>
  667. </div>
  668.  
  669.  
  670.  
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement