Advertisement
sallydonovar

Radio City

Apr 18th, 2014
2,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme 3 by sallvdonovan --->
  9. <!---- base code by narrulds --->
  10. <meta name="image:sidebar" content=""/>
  11. <!---color options -->
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#5c5c5c"/>
  14. <meta name="color:Description" content="white"/>
  15. <meta name="color:Pagination" content="white"/>
  16. <meta name="color:PermalinkBorder" content="#eee"/>
  17. <meta name="color:PostBorder" content="#e2e2e2"/>
  18. <meta name="color:Title" content="white"/>
  19. <meta name="color:LinkHover" content="#fff"/>
  20. <meta name="color:AudioBG" content="#f7f7f7"/>
  21. <meta name="color:Link" content="#929292"/>
  22. <meta name="color:link hover" content="ffffff"/>
  23. <meta name="color:SideLinkText" content="#f9f9f9"/>
  24. <meta name="color:SideLinkBorder" content="#6f6f6f"/>
  25. <meta name="color:SideLinkBG" content="#4d4d4d"/>
  26. <meta name="color:PostBG" content="white"/>
  27. <meta name="color:Scrollbar" content="#979797"/>
  28. <!---Text options -->
  29. <meta name="text:PreviousPage" content="e b b"/>
  30. <meta name="text:NextPage" content="s u r g e"/>
  31. <meta name="text:Subtitle" content="irretrievably"/>
  32. <!---Links -->
  33. <meta name="text:Link1 URL" content=""/>
  34. <meta name="text:Link1 Title" content=""/>
  35. <meta name="text:Link2 URL" content=""/>
  36. <meta name="text:Link2 Title" content=""/>
  37. <meta name="text:Link3 URL" content=""/>
  38. <meta name="text:Link3 Title" content=""/>
  39. <meta name="text:Link4 URL" content=""/>
  40. <meta name="text:Link4 Title" content=""/>
  41. <meta name="text:Link5 URL" content=""/>
  42. <meta name="text:Link5 Title" content=""/>
  43. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  44. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  45.  
  46. <style>
  47. div#qTip {
  48. padding: 3px;
  49. display: none;
  50. text-align: center;
  51. position: absolute;
  52. font-size:8px;
  53. font-style:none;
  54. padding:6px;
  55. line-height:9px;
  56. font-family:open sans;
  57. z-index: 1000;
  58. border: 1px solid {color:SideLinkBorder};
  59. background-color:{color:SideLinkBG};
  60. color: {color:SideLinkText};
  61. text-transform:uppercase;
  62. letter-spacing:2px;
  63.  
  64. </style>
  65. <style type="text/css">
  66.  
  67. /*scrollbar*/
  68.  
  69. ::-webkit-scrollbar-thumb{
  70. background-color: {color:Scrollbar};
  71. border: 2px solid {color:background};
  72. height:auto;
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:auto;
  77. width:11px;
  78. background-color: {color:Scrollbar};
  79. border:5px solid {color:background};
  80. }
  81.  
  82. *, body, a, a:hover {cursor: crosshair;}
  83.  
  84. iframe#tumblr_controls {
  85. top: 0% !important;
  86. right:0% !important;
  87. opacity:0.3;
  88. position: fixed !important;
  89. filter:alpha(opacity=30);
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94. iframe#tumblr_controls:hover{
  95. top: 0% !important;
  96. right:0% !important;
  97. opacity:0.8;
  98. position: fixed !important;
  99. filter:alpha(opacity=80);
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease;
  103. }
  104.  
  105.  
  106. /*default settings*/
  107.  
  108. body {
  109. background:{color:background};
  110. margin:0px;
  111. color:{color:text};
  112. font-family: 'Open Sans', sans-serif;;
  113. font-size:11px;
  114. line-height:100%;
  115. }
  116.  
  117.  
  118.  
  119. a {
  120. text-decoration:none;
  121. outline:none;
  122.  
  123. -moz-outline-style:none;
  124. color:{color:link};
  125.  
  126. }
  127. a:hover {
  128. color:{color:LinkHover};font-style:italic;
  129. -webkit-transition:all 0.8s;
  130. -moz-transition:all 0.8s;
  131. -ms-transition:all 0.8s;
  132. -o-transition:all 0.8s;
  133. transition:all 0.8s;}
  134.  
  135.  
  136.  
  137. img{opacity:1;
  138. border:none;
  139. text-decoration:none}
  140.  
  141.  
  142. blockquote {
  143. padding-left:5px;
  144. border-left:2px solid;
  145. }
  146.  
  147. blockquote blockquote {
  148. padding-left:5px;
  149. border-left:2px solid;
  150. }
  151.  
  152. h1 {
  153. font-size:15px;
  154. }
  155.  
  156. /*ENTRIES*/
  157.  
  158. #entries {
  159. padding:10px;
  160. width:600px;
  161. margin-left:550px;
  162. margin-top:5px;
  163. font-size:10px;
  164. font-family:'arial';
  165. letter-spacing:0px;
  166.  
  167. }
  168.  
  169. #post {
  170. width:500px;
  171. padding-bottom:400px;
  172. margin-top:50px;
  173. padding:20px;
  174. border: 10px solid {color:PostBorder};
  175. background:{color:PostBG};
  176. opacity:0.8;
  177. -webkit-transition: all 0.6s ease-in-out;
  178. -moz-transition: all 0.6s ease-in-out;
  179. -o-transition: all 0.6s ease-in-out;
  180. -ms-transition: all 0.6s ease-in-out;
  181. transition: all 0.6s ease-in-out;
  182.  
  183. }
  184.  
  185. #post:hover {
  186.  
  187. opacity:1;
  188. -webkit-transition: all 0.6s ease-in-out;
  189. -moz-transition: all 0.6s ease-in-out;
  190. -o-transition: all 0.6s ease-in-out;
  191. -ms-transition: all 0.6s ease-in-out;
  192. transition: all 0.6s ease-in-out;
  193. }
  194.  
  195. /*sidebar title*/
  196.  
  197.  
  198.  
  199.  
  200.  
  201. #title {
  202. font-size:27px;
  203. text-transform:uppercase;
  204. letter-spacing:5px;
  205. font-family: helvetica;
  206. text-align:center;
  207. margin-bottom:25px;
  208. color:{color:Title};
  209. padding-bottom:30px;
  210. background:transparent;
  211. padding-top:25px;
  212. margin-left:-115px;
  213. margin-top:-500px;
  214.  
  215. }
  216.  
  217. #subtitle{
  218. text-transform:uppercase;
  219. letter-spacing:5px;
  220. font-family: helvetica;
  221. text-align:center;
  222. margin-bottom:25px;
  223. color:{color:Title};
  224. padding-bottom:30px;
  225. background:transparent;
  226. padding-top:25px;
  227. margin-left:-115px;
  228. margin-top:-20px;
  229.  
  230. }
  231.  
  232. /*sidebar*/
  233.  
  234. #sidebar {
  235. width:400px;
  236. position:fixed;
  237. margin-left:90px;
  238. margin-top:100px;
  239. }
  240. #sidebarimage {
  241. width 250px;
  242. }
  243.  
  244. #sidebarimage img {
  245. width:450px;
  246. height:750px;
  247. margin-top:-150px;
  248. margin-left:-90px;
  249. }
  250.  
  251.  
  252.  
  253. #links {
  254. margin-top: -175px;
  255. margin-left:45px;
  256. font-size:9px;
  257. font-family: open sans;
  258. margin-left:-45px;
  259. text-transform:uppercase;
  260. text-align:center;
  261. letter-spacing:2px;
  262. padding:5px;
  263. line-height:170%;
  264. width:350px;
  265. font-style:normal;
  266.  
  267. }
  268.  
  269. #links a{
  270. padding:3px;
  271. letter-spacing:0px;
  272. text-decoration:none;
  273. color: #03c;
  274. -webkit-transition: 0.5s;
  275. -moz-transition: 0.5s;
  276. -o-transition: 0.5s;
  277. -ms-transition: 0.5s;
  278. transition: 0.5s;
  279.  
  280.  
  281. }
  282.  
  283. #links a:hover{
  284. color:{color:Hover};
  285. font-style:italic;
  286. font-weight:00px;
  287. text-shadow: -1px 1px 5px #03c, 1px -1px 5px #03c;
  288. -webkit-filter: blur(15px);
  289. -webkit-transition:all 0.9s;
  290. -moz-transition:all 0.9s;
  291. -ms-transition:all 0.9s;
  292. -o-transition:all 0.9s;
  293. transition:all 0.9s;
  294. -webkit-transition: all 0.5s ease-out;
  295. -moz-transition: all 0.5s ease-out;
  296. transition: all 0.5s ease-out;
  297.  
  298. }
  299.  
  300. #description {
  301. padding:5px;
  302. text-align:center;
  303. color:{color:Description};
  304. font-family:open sans;
  305. line-height:15px;
  306. margin-left:-105px;
  307. margin-top:100px;
  308. }
  309.  
  310. #pagination {
  311. font-size:15px;
  312. margin-top:10px;
  313. text-align:center;
  314. font-style:none;
  315. color:white;
  316. }
  317.  
  318. /*post information*/
  319.  
  320. #permalink {
  321. border-top:solid 2px #eee;
  322. margin-top:15px;
  323. padding:5px;
  324. font-size:9px;
  325. text-transform:uppercase;
  326. opacity:0;
  327. -moz-transition-duration:1s;
  328. -webkit-transition-duration:1s;
  329. -o-transition-duration:1s;
  330. }
  331. #info {
  332. width:500px;
  333. text-align:left;
  334. font-family:'arial';
  335. margin-top:3px;
  336. margin-left:px;
  337. letter-spacing:1px;
  338. font-size:7px;
  339. font-style:none;
  340. padding:1px;
  341. line-height:10px;
  342. text-transform:uppercase;
  343. border-top:1px solid;
  344. border-color:{color:Border};
  345. }
  346.  
  347. #info a {fp
  348. text-align:center;
  349. color:{color:Post Links};
  350. }
  351.  
  352. #info a:hover {
  353. -moz-transition-duration:0.3s;
  354. -webkit-transition-duration:0.3s;
  355. -o-transition-duration:0.3s;
  356. color:{color:Hover}
  357. }
  358.  
  359. #tags {
  360. float:left;
  361. width:489px;
  362. margin-top:-7px;
  363. margin-left:-5px;
  364. text-align:left;
  365. font-size:7px;
  366. padding:5px;
  367. font-size:8px;
  368. opacity:1;
  369. transition-duration: 0.5s;
  370. -moz-transition-duration: 0.5s;
  371. -webkit-transition-duration: 0.5s;
  372. -o-transition-duration: 0.5s
  373. color:{color:Post Links};
  374. }
  375.  
  376. #tags a {
  377. letter-spacing:0px;
  378. font-size:8px;
  379. text-align:center;
  380. font-family:'arial';
  381. text-decoration:none;
  382. display:inline-block;
  383. color:#ddd;
  384. }
  385.  
  386. #tags a:hover {
  387. background-color:#fff;
  388. -moz-transition-duration:0.3s;
  389. -webkit-transition-duration:0.3s;
  390. -o-transition-duration:0.3s;
  391. color:{color:Hover};
  392. }
  393.  
  394.  
  395. /*asks*/
  396.  
  397. #asker {
  398. float:left;
  399. margin-right:5px;
  400. background:black;
  401. color:white;
  402. }
  403.  
  404.  
  405. /*audio posts*/
  406.  
  407. .playbox {
  408. margin-top:40px;
  409. margin-left:55px;
  410. height:47px;
  411. opacity:0;
  412. background-color:#fff;
  413. position: absolute;
  414. border-radius: 30px;
  415. -webkit-transition: all 0.5s ease-in-out;
  416. -moz-transition: all 0.5s ease-in-out;
  417. -o-transition: all 0.5s ease-in-out;
  418. -ms-transition: all 0.5s ease-in-out;
  419. }
  420.  
  421. .playbox:hover {
  422. opacity:1;
  423. -webkit-transition: all 0.5s ease-in-out;
  424. -moz-transition: all 0.5s ease-in-out;
  425. -o-transition: all 0.5s ease-in-out;
  426. -ms-transition: all 0.5s ease-in-out;
  427. }
  428.  
  429. .playbutton {
  430. width:20px;
  431. height:30px;
  432. overflow:hidden;
  433. position:relative;
  434. margin-top:30px;
  435. margin-left:0px;
  436. margin:9px 18px 7px 10px;
  437. }
  438.  
  439. .cover {
  440. margin-left:40px;
  441. margin-bottom:-107px;
  442. width:80px;
  443. opacity:0.9;
  444. height:80px;
  445. }
  446.  
  447. .audiodata {
  448. background-color:{color:AudioBG};
  449. font-size:18px;
  450. padding-top:30px;
  451. text-align:left;
  452. padding-left:140px;
  453. font-family:helvetica;
  454. height:100px;
  455. border-left:7px solid #d8d8d8;
  456.  
  457.  
  458. }
  459.  
  460.  
  461.  
  462. {CustomCSS}</style></head><body>
  463.  
  464. <div id="sidebar">
  465. <div id="sidebarimage">
  466.  
  467. <img src="{image:Sidebar}">
  468.  
  469. </div>
  470. <div id="title">{Title}</div>
  471. <div id="subtitle">{text:Subtitle}</div>
  472. <div id="description">{Description}<div id="pagination">
  473. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">{text:PreviousPage}</a>{/block:PreviousPage} & {block:NextPage}<a href="{NextPage}">{text:NextPage}</a>{/block:NextPage}{/block:Pagination}
  474. </div></div>
  475.  
  476.  
  477. <div id="links">
  478.  
  479. <a href="{text:Link1 URL}" title="{text:Link1 Title}"><img src="http://www.mediafire.com/convkey/f41e/0edsyhacbvevd7cfg.jpg"></a>&nbsp;&nbsp;
  480.  
  481. <a href="{text:Link2 URL}" title="{text:Link2 Title}"><img src="http://www.mediafire.com/convkey/d964/2b65h4uwm3u9gubfg.jpg"></a>&nbsp;&nbsp;
  482.  
  483. <a href="{text:Link3 URL}" title="{text:Link3 Title}"><img src="http://www.mediafire.com/convkey/431e/28kylxikuzy770sfg.jpg"></a>&nbsp;&nbsp;
  484.  
  485. <a href="{text:Link4 URL}" title="{text:Link4 Title}"><img src="http://www.mediafire.com/convkey/ddea/n09r5r490pyft4ufg.jpg"></a>&nbsp;&nbsp;
  486.  
  487. <a href="{text:Link5 URL}" title="{text:Link5 Title}"><img src="http://www.mediafire.com/convkey/32b5/56b2o77qlfk0dbvfg.jpg"></a>
  488.  
  489.  
  490.  
  491.  
  492. </div>
  493.  
  494. </div>
  495.  
  496.  
  497.  
  498. </div>
  499.  
  500.  
  501. <div id="entries">
  502. {block:Posts}
  503. <div id="post">
  504.  
  505.  
  506.  
  507. {block:Text}
  508. <h1>{block:Title}{Title}{/block:Title}</h1>
  509. {Body}{/block:Text}
  510.  
  511. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  512. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  513.  
  514. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  515. {/block:Caption}{/block:Photoset}
  516.  
  517. {block:Quote}<h2>"{Quote}"</h2>
  518. {block:Source}<div class="qsource"> —{Source}</div>
  519. {/block:Source}{/block:Quote}
  520.  
  521. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  522.  
  523. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  524.  
  525. {block:Audio}<left>{block:AlbumArt}<img src="http://24.media.tumblr.com/_1391743660_cover.jpg" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  526. {block:TrackName}<b>{TrackName}</b> <br />{/block:TrackName}
  527. {block:Artist}<b>{Artist}</b>{/block:Artist}
  528. {/block:ExternalAudio}
  529. {/block:Audio}
  530.  
  531. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  532.  
  533. {block:Answer}<div id="asker">{Question} — <span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  534.  
  535. <div id="info">
  536. <p><p></p></p>
  537. <a href="{Permalink}">{TimeAgo}</a>
  538. <p><p><p></p>{NoteCountWithLabel}</a>
  539. {block:HasTags}<div id="tags">
  540.  
  541. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  542. </div>{block:HasTags}
  543. </div>
  544. </div>
  545. {/block:Posts}
  546. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  547. {/block:Posts}</div></div></div>
  548. <br><br><br><br>
  549.  
  550.  
  551.  
  552. </div></div>
  553. <div style="position:fixed; bottom:10px; right:10px; color:black;">
  554. <a href="http://sallvdonovan.tumblr.com">◊</a>
  555. </div></html>
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562.  
  563. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement