Don't like ads? PRO users don't see any ads ;-)

Dances

By: whattheweasley on Jun 9th, 2012  |  syntax: None  |  size: 16.70 KB  |  hits: 1,747  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.                    <!--             DO NOT REMOVE THE FOLLOWING
  6.                         ► Theme 17: Dances by Rachael: pevensied @ tumblr.com  ◄
  7.                       • if you're using my theme, please keep credit in tact.
  8.                       • this theme isn't a base theme, do not redistribute.  
  9.                       • edit to your heart's consent, but this will always be MY theme
  10.                      -->
  11.  
  12. <body>
  13. <head>
  14.  
  15.             <!-- DEFAULT VARIABLES -->
  16.    <meta name="color:background" content="#FFFFFF" />
  17.    <meta name="color:entry" content="#eeeeee" />
  18.  
  19.    <meta name="color:title" content="#695D51" />
  20.    <meta name="color:text" content="#C0AEA0" />
  21.    <meta name="color:sidebar text" content="#C0AEA0" />
  22.    <meta name="color:link" content="#D9B693" />
  23.    <meta name="color:link hover" content="#ffcc77" />
  24.  
  25.  
  26.    <meta name="color:nav link 1" content="#ddddee" />
  27.    <meta name="color:nav link 2" content="#aaaacc" />
  28.    <meta name="color:nav link 3" content="#445599" />
  29.    <meta name="color:nav link 4" content="#886699" />
  30.    <meta name="color:nav link 5" content="#333355" />
  31.    <meta name="color:nav link hover" content="#000" />
  32.    <meta name="color:selection" content="#dd9955" />
  33.  
  34.    <meta name="font:title" content="georgia" />
  35.    <meta name="font:body" content="helvetica" />
  36.    <meta name="font:sidebar" content="helvetica" />
  37.  
  38.    <meta name="image:sidebar" content=""/>
  39.    <meta name="image:background" content="" />
  40.  
  41.    <meta name="if:show tags" content="0" />
  42.    <meta name="if:fading images" content="1" />
  43.  
  44.    <meta name="text:link one" content="/"/>
  45.    <meta name="text:link one name" content="l<br>i<br>n<br>k<br>1"/>
  46.    <meta name="text:link two" content="/"/>
  47.    <meta name="text:link two name" content="l<br>i<br>n<br>k<br>2"/>
  48.    <meta name="text:link three" content="/"/>
  49.    <meta name="text:link three name" content="l<br>i<br>n<br>k<br>3"/>
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53. <title>{Title}</title>
  54.  
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />
  57. {/block:Description}
  58.  
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <style type="text/css">
  63.  
  64. /* ---------- scroll bar --------- */
  65. ::-webkit-scrollbar-thumb:vertical {background-color:{color:nav link}; height:30px;}
  66. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:nav link}; height:10px!important;}
  67. ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:5px;}
  68.  
  69. /* ---------- color selection --------- */
  70.  
  71. ::-moz-selection {color:{color:selection};background: {color:link hover};}
  72.  
  73. ::selection {color: {color:selection};background: {color:link hover};}
  74.  
  75. /* ---------- follow/dash fade --------- */
  76. iframe#tumblr_controls {
  77.    top:0px !important;
  78.   right:3px !important;
  79.    position: fixed !important;
  80.   -webkit-transition: opacity 0.7s linear;
  81.      opacity: 0.4;
  82. -webkit-transition: all 0.8s ease-out;
  83. -moz-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;}
  85.  
  86. iframe#tumblr_controls:hover{
  87. -webkit-transition: opacity 0.7s linear;
  88. opacity: 1;
  89. -webkit-transition: all 0.4s ease-out;
  90. -moz-transition: all 0.4s ease-out;
  91. transition: all 0.4s ease-out;}
  92.  
  93.  
  94. body {
  95. color:{color:text};
  96. background-color:{color:background};
  97. background-image: url('{image:Background}');
  98. background-position: center;
  99. background-attachment:fixed;
  100. background-repeat: repeat;
  101. font-family:{font:body};
  102. font-size:9px;
  103. line-height:110%;
  104. text-align:justify}
  105.  
  106. a:link, a:active, a:visited{
  107. color: {color:link};
  108. text-decoration:none;
  109. -webkit-transition: all 0.7s
  110. ease-out;-moz-transition: all 0.7s ease-out;
  111. transition: all 0.7s ease-out;
  112. }
  113.  
  114. a:hover{
  115. color:{color:link hover};
  116. background-color: transparent;
  117. }
  118.  
  119. #entries{
  120. left:70%;
  121. margin-left:280px;
  122. margin-top:20px;
  123. width:510px}
  124.  
  125. {block:iffadingimages}
  126. #entries img {
  127. opacity: .8;
  128. -webkit-transition: all 0.5s ease-out;
  129. -moz-transition: all 0.5s ease-out;
  130. transition: all 0.5s ease-out;
  131. }
  132.  
  133. #entries img:hover {
  134. opacity: 1;
  135. }
  136.  
  137. .trans {
  138. opacity: .8;
  139. -webkit-transition: all 0.5s ease-out;
  140. -moz-transition: all 0.5s ease-out;
  141. transition: all 0.5s ease-out;
  142. }
  143.  
  144. .trans:hover {
  145. opacity: 1;
  146. }
  147.  
  148. {/block:iffadingimages}
  149. #posts{
  150. overflow:hidden;
  151. background-color: {color:entry};
  152. padding:5px;
  153. margin-bottom:15px;
  154. -webkit-transition: all 0.7s
  155. ease-out;-moz-transition: all 0.7s ease-out;
  156. transition: all 0.7s ease-out;
  157. }
  158. #posts:hover #info {
  159. opacity:1.0;
  160. margin-left:510px;
  161. margin-top:0px;
  162. }
  163.  
  164.  
  165. .description {
  166. color:{color:sidebar text};
  167. font-family:{font:sidebar};
  168. position:fixed;
  169. margin-left:20px;
  170. margin-top:20px;
  171. width:210px;
  172. font-size:9px;
  173. padding-bottom:10px;
  174. }
  175. .desc {
  176. background-color:{color:background};
  177. width:100px;
  178. position: fixed;
  179. float:left;
  180. text-align:center;
  181. margin-top:50px;
  182. margin-left:50px;
  183. padding:10px;
  184. opacity: 0.1; 
  185. z-index:9999;
  186. -webkit-transition: all 0.8s ease-in-out;
  187. -moz-transition: all 0.8s ease-in-out;
  188. transition: all 0.8s ease-in-out;
  189. }
  190.  
  191. .desc:hover {
  192. opacity:0.80
  193. }
  194.  
  195. #sidebarimg img {
  196. width: 200px;
  197. margin-left:10px;
  198. margin-top:0px;
  199. height: auto;
  200. text-align:center;;
  201. }
  202.  
  203.  
  204.  
  205. #sidebar {
  206. width:210px;
  207. position:fixed;
  208. overflow:hidden;
  209. background-color: trans;
  210. border-left:0px solid;
  211. border-right:0px solid;
  212. padding:5px;
  213. -webkit-transition: all 0.7s ease-out;
  214. -moz-transition: all 0.7s ease-out;
  215. transition: all 0.7s ease-out;
  216. }
  217.  
  218. @font-face {
  219. font-family: "La Belle Aurore";
  220. src: url('http://static.tumblr.com/z5o2pr2/Mmhm5d3ot/labelleaurore.ttf');
  221. }
  222.  
  223.  
  224. h1{
  225. color:{color:title};
  226. font-family:'La Belle Aurore', cursive;
  227. font-size:20px;
  228. line-height:17px;
  229. letter-spacing:1px;
  230. font-weight:normal;
  231. text-transform:case;
  232. margin:0px;
  233. padding:0px;
  234. text-align:center
  235. }
  236.  
  237. h2{
  238. color:{color:title};
  239. font-family:{font:title};
  240. font-size:16px;
  241. line-height:14px;
  242. letter-spacing:-1px;
  243. font-weight:normal;
  244. text-transform:case;
  245. margin:0px;
  246. padding:0px;
  247. margin-bottom:1px;
  248. text-align:center
  249. }
  250.  
  251.  
  252. #tags {
  253. display:block;
  254. position:absolute;
  255. {block:ifshowtags}
  256. width:500px;
  257. position:absolute;
  258. {/block:ifshowtags}
  259. padding-top:3px;
  260. margin-top:2px;
  261. font-style:italic;
  262. font-family:{font:body};
  263. padding-bottom: 2px;
  264. background-color:#transparent;
  265. font-size:10px;
  266. text-transform:case;
  267. text-align:{block:ifshowtags}center{/block:ifshowtags}{block:ifnotshowtags}left{/block:ifnotshowtags};
  268. -webkit-transition: all 0.7s ease-out;
  269. -moz-transition: all 0.7s ease-out;
  270. transition: all 0.7s ease-out;
  271. {block:ifnotshowtags}opacity:0.8;{/block:ifnotshowtags}
  272. }
  273.  
  274. #info {
  275. width:70px;
  276. position: absolute;  
  277. margin-left:510px;
  278. margin-top:-10px;
  279. font-style:italic;
  280. background-color: {color:entry};
  281. color:{color:text};
  282. text-align:left;
  283. text-transform: uppercase lowercase;
  284. padding: 3px;  
  285. font-family: calibri;
  286. font-size:10px;
  287. opacity:0.0;
  288. -webkit-transition: all 0.7s ease-out;
  289. -moz-transition: all 0.7s ease-out;
  290. transition: all 0.7s ease-out;
  291. }
  292. #info a:hover  {
  293. color:{color:link hover};
  294. }
  295.  
  296. .reblogicons img {
  297. border: 2px solid {color:text};
  298. }
  299.  
  300. .e {
  301.     position:fixed;
  302.     margin-top:-1px;
  303.     margin-left:56px;
  304.     font-family:georgia;
  305.     text-align:center;
  306.     padding:4px 1px 0px;
  307.     -webkit-border-bottom-left-radius: 8px;
  308.     -webkit-border-bottom-right-radius: 8px;
  309.     width:10px;
  310.     z-index:0;
  311. }
  312.  
  313. #e1 {
  314.     padding-bottom:25px;
  315.     margin-left:78px;
  316.     background-color:{color:Nav Link 1};
  317.     color:{color:Nav Link 1};
  318.     -webkit-transition: all 0.4s ease-out;
  319.    -moz-transition: all 0.4s ease-out;
  320.     transition: all 0.4s ease-out;
  321. }
  322.  
  323. #e1:hover {
  324.     color:{color:Nav Link Hover};
  325.     padding-bottom:35px;
  326.     padding-top:20px;
  327.     -webkit-transition: all 0.4s ease-out;
  328.     -moz-transition: all 0.4s ease-out;
  329.     transition: all 0.4s ease-out;
  330. }
  331.  
  332.  
  333. #e2 {
  334.     padding-bottom:20px;
  335.     margin-left:92px;
  336.     background-color:{color:Nav Link 2};
  337.     color:{color:Nav link 2};
  338.     -webkit-transition: all 0.4s ease-out;
  339.     -moz-transition: all 0.4s ease-out;
  340.     transition: all 0.4s ease-out;
  341. }
  342.  
  343. #e2:hover {
  344.     color:{color:Nav link hover};
  345.     padding-bottom:30px;
  346.     padding-top:20px;
  347.     -webkit-transition: all 0.4s ease-out;
  348.     -moz-transition: all 0.4s ease-out;
  349.     transition: all 0.4s ease-out;
  350. }
  351.  
  352. #e3 {
  353.     padding-bottom:15px;
  354.     margin-left:106px;
  355.     background-color:{color:Nav Link 3};
  356.     color:{color:Nav link 3};
  357.     -webkit-transition: all 0.4s ease-out;
  358.     -moz-transition: all 0.4s ease-out;
  359.     transition: all 0.4s ease-out;
  360. }
  361.  
  362. #e3:hover {
  363.     color:{color:nav link hover};
  364.     padding-bottom:25px;
  365.     padding-top:20px;
  366.     -webkit-transition: all 0.4s ease-out;
  367.     -moz-transition: all 0.4s ease-out;
  368.     transition: all 0.4s ease-out;
  369. }
  370.  
  371. #e4 {
  372.     padding-bottom:30px;
  373.     margin-left:120px;
  374.     background-color:{color:Nav Link 4};
  375.     color:{color:Nav Link 4};
  376.     -webkit-transition: all 0.4s ease-out;
  377.     -moz-transition: all 0.4s ease-out;
  378.     transition: all 0.4s ease-out;
  379. }
  380.  
  381. #e4:hover {
  382.     color:{color:Nav Link Hover};
  383.     padding-bottom:40px;
  384.     padding-top:20px;
  385.     -webkit-transition: all 0.4s ease-out;
  386.     -moz-transition: all 0.4s ease-out;
  387.     transition: all 0.4s ease-out;
  388. }
  389.  
  390. #e5 {
  391.     padding-bottom:15px;
  392.     margin-left:134px;
  393.     background-color:{color:Nav Link 5};
  394.     color:{color:Nav Link 5};
  395.     -webkit-transition: all 0.4s ease-out;
  396.     -moz-transition: all 0.4s ease-out;
  397.     transition: all 0.4s ease-out;
  398. }
  399.  
  400. #e5:hover {
  401.     color:{color:Nav Link Hover};
  402.     padding-bottom:25px;
  403.     padding-top:20px;
  404.     -webkit-transition: all 0.4s ease-out;
  405.     -moz-transition: all 0.4s ease-out;
  406.     transition: all 0.4s ease-out;
  407. }
  408.  
  409.  
  410.  
  411. /* If you want the font used for the title, please do not just copy the below code. Download it from dafont.com (http://www.dafont.com/joy-like-sunshine-through-my-windowpane.font) and host it on your own account */
  412.  
  413. @font-face {
  414. font-family: "joy like sunshine";
  415. src: url('http://static.tumblr.com/z5o2pr2/UqLm30wjs/joy_like_sunshine_through_my_windowpane.ttf');
  416. }
  417.  
  418. #love {
  419. position:fixed;
  420. width:220px;
  421. height:auto;
  422. overflow:auto;
  423. color:{color:text};
  424. font-family:"joy like sunshine";
  425. font-size:{text:title font size}px;
  426. line-height:normal;
  427. letter-spacing:0px;
  428. text-transform:case;
  429. margin-left:200px;
  430. margin-top:80px;
  431. text-align:center;
  432. z-index:9999;
  433. }
  434.  
  435.  
  436.  
  437. #pagination {
  438. position:fixed;
  439. margin-top:90px;
  440. margin-left:95px;
  441. }
  442. #pagination a {
  443. color: {color:link};
  444. font-family:georgia;
  445. text-align:center;
  446. font-size:45px;
  447. font-weight:lighter;
  448. }
  449.  
  450. #credit {
  451. position:fixed;
  452. width:100px;
  453. right:0px;
  454. bottom:3px;
  455. line-height:5px;
  456. letter-spacing:0px;
  457. font:10px georgia;
  458. color: {color:text};
  459. text-transform:lowercase;
  460. font-style:italic;
  461. }
  462.  
  463.  
  464. .response {
  465. padding: 3px; display: block;
  466. background-color:{color:entry};
  467. border-top:1px dashed {color:text};
  468. }
  469. .asked {
  470. display: block;
  471. margin-left: 35px;
  472. margin-top : 0px;  
  473. line-height: 5px;
  474. font-style: none;
  475. color: {color:link};
  476. height: 16px;
  477. text-align: left;
  478. text-shadow: 1px 1px 1px # 59493rd;
  479. line-height: 18px ;
  480. text-transform: lowercase;}
  481. .asked a {
  482. color: {color:link};
  483. }
  484. .askerimg  {
  485. background: #fff;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
  486. border:3px solid {color:text};
  487. }
  488.  
  489.  
  490. blockquote {
  491. border-left:1px {color:text} dotted;
  492. padding-left:5px;
  493. margin:0px 2px 0px 10px
  494. }
  495. blockquote img, blockquote a img { max-width: 490px}
  496.  
  497. b, strong{
  498. color:{color:title}
  499. }
  500. i, em {
  501. color:{color:link hover};
  502. }
  503. p{
  504. margin-top:3px; margin-bottom:3px
  505. }
  506.  
  507. img a{border:none; width:100%}
  508.  
  509. .albumart{
  510. width:110px; height:110px;
  511. position:relative;
  512. }
  513. .albumart img{
  514. width:110px;
  515. }
  516. .albumart:hover .audio {
  517. -webkit-transform: rotate(360deg);
  518. }
  519. .audio_back{
  520. background-color:#fff;
  521. width:48px;
  522. height:48px;
  523. position:relative;
  524. margin-top:-38px;
  525. margin-left:30px;
  526. opacity: 1;
  527. -webkit-transition: all 0.7s ease-out;
  528. -moz-transition: all 0.7s ease-out;
  529. transition: all 0.7s ease-out;
  530. }
  531.  
  532. .audio_back:hover {
  533. -webkit-transform: rotate(360deg);
  534. }
  535.  
  536. .audio{
  537. width:28px;
  538. height:28px;
  539. overflow:hidden;
  540. position:relative;
  541. margin-top:-70px;
  542. margin-left:40px;
  543. z-index:3;
  544. }
  545.  
  546. .awrap{
  547. width:110;
  548. height:110;
  549. float:left;
  550. }
  551.  
  552. .ainfo{
  553. float:right;
  554. text-align:left;
  555. width:385px;
  556. }
  557.  
  558. .aise {
  559. font:normal 11px calibri;
  560. display:inline-block;
  561. padding:2px; color:{color:link hover};
  562. margin:0px; width:35px;
  563. text-transform:uppercase;
  564. }
  565.  
  566. #source {text-align: right}
  567.  
  568. .user_1 .label {color:{color:link}; font-weight:bold}
  569. .user_2 .label {color:{color:text}; font-weight:bold}
  570. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  571.  
  572. .notes img{
  573. background-color: #bebebe;
  574. width:10px;
  575. position:relative;
  576. top:1px;
  577. }
  578. ol.notes, .notes li{
  579. list-style:none;
  580. margin:0px;
  581. padding:0px;
  582. }
  583. random text{
  584. background-color:transparent!important;
  585. }
  586.  
  587. </style>
  588. <style type="text/css">{CustomCSS}</style>
  589. </head>
  590.  
  591. <body>
  592.  
  593.  
  594. <div class="description">
  595.  
  596. <br><br>
  597. <div id="sidebar">
  598.  
  599. <div class="desc">{description}
  600. </div>
  601. <div id="sidebarimg"><center><img src="{image:sidebar}"/>
  602. </div>
  603.    <a href="/" class="e" id="e1">h<br>o<br>m<br>e</a>
  604.    <a href="/ask" class="e" id="e2">a<br>s<br>k</a>
  605.    <a href="{text:link one}" class="e" id="e3">{text:link one name}</a>
  606.    <a href="{text:link two}" class="e" id="e4">{text:link two name}</a>
  607.    <a href="{text:link three}" class="e" id="e5">{text:link three name}</a>
  608. {block:Pagination}
  609. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  610. {block:NextPage}<a href="{NextPage}">&raquo;</a></div>{/block:NextPage}
  611. {/block:Pagination}
  612. </div>
  613. </div>
  614. </div>
  615.  
  616. <!-- Please do not remove my credit.-->
  617. <div id="credit"><a target="blank"href="http://pevensied.tumblr.com/stuff/themes"><font color="{color:text}">theme by pevensied</a></font></div>
  618. <!-- If you must, you MUST give ME credit in FAQ, About Me, or anywhere visible.-->
  619.  
  620. <div id="entries">
  621.  
  622. {block:Posts}
  623. <div id="posts">
  624.  
  625. {block:date}
  626. <div id="info">
  627. <div align="center">
  628. <a href="{permalink}">{TimeAgo}</a><br>
  629. <a href="{permalink">{NoteCount}</a> notes <br>
  630. <div align="center">
  631. {block:RebloggedFrom}<div class="reblogicons"><a href="reblogged from {ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  632. {block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName} posted originally"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}</div>{/block:RebloggedFrom}
  633. {/block:ContentSource}</div>
  634.  
  635. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
  636. </div>
  637. </div>
  638. </div>
  639. {/block:date}
  640.  
  641.  
  642. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  643. {block:Text}{Body}{/block:Text}
  644.  
  645. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  646. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  647.  
  648. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  649. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  650.  
  651. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  652. {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  653.  
  654. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  655. {/block:Chat}
  656.  
  657. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  658.  
  659. {block:Answer}
  660. <div id="question">
  661. <img src="{AskerPortraitURL-30}" width="30px" class="askerimg"> {Asker} asked:
  662. {Question}</div>
  663. <div class="response">{Answer}</div>
  664. {/block:Answer}
  665.  
  666.  
  667.  {block:Audio}
  668. <div style="min-height:110px;">
  669. <div class="awrap">
  670. <div class="albumart">
  671. {block:AlbumArt}
  672. <img src="{AlbumArtURL}">
  673. {/block:AlbumArt}
  674. </div>
  675. <div class="audio">{AudioPlayerWhite}</div>
  676. <div class="audio_back"></div>
  677. </div>
  678. <div class="ainfo">
  679. <div class="aise">Plays:</div>{FormattedPlayCount}
  680. {block:Artist}
  681. <br><div class="aise">Artist:</div>{Artist}
  682. {/block:Artist}
  683. {block:Album}<br><div class="aise">Album:</div>{Album}{/block:Album}
  684.  
  685. </div>
  686. </div>{/block:Audio}
  687.  
  688. {block:ifshowtags}
  689. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  690. {/block:ifshowtags}
  691.  
  692. <div class="info"></div>
  693. </div>
  694. {/block:Posts}
  695. {block:PostNotes}{PostNotes}{/block:PostNotes}
  696.  
  697. </div>
  698.  
  699. </body>
  700. </html>