Advertisement
letsrp

White Noise - Theme #21

Mar 12th, 2014
2,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.39 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- letsrp @ tumblr.com -->
  4.  
  5. <html>
  6. <head>
  7. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
  8. <script src="http://static.tumblr.com/yy7o4zk/Vq3n22amg/gooeymenu.txt">
  9. /***********************************************
  10. * Gooey Menu Script (c) Dynamic Drive (www.dynamicdrive.com)
  11. * This notice MUST stay intact for legal use
  12. * Visit http://www.dynamicdrive.com/ for this script and 100s more.
  13. ***********************************************/
  14. </script>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19. <meta name="description" content="{MetaDescription}" />
  20. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  21.  
  22. <!-- DEFAULT VARIABLES -->
  23. <meta name="color:background" content="#88b0b5" />
  24. <meta name="color:text" content="#ffffff" />
  25. <meta name="color:link" content="#ffffff" />
  26. <meta name="color:hover" content="#659096" />
  27. <meta name="color:post" content="#98bdc2" />
  28. <meta name="color:perma" content="#ffffff" />
  29. <meta name="color:menu" content="#eb71e5" />
  30. <meta name="color:accent" content="#cecc7f" />
  31. <meta name="color:title" content="#ffffff" />
  32.  
  33. <!-- IMAGES -->
  34. <meta name="image:background" content=""/>
  35. <meta name="image:header" content=""/>
  36. <meta name="image:menu" content=""/>
  37. <meta name="image:side" content=""/>
  38.  
  39. <!-- IFS -->
  40. <meta name="if:show tags" content="0"/>
  41. <meta name="if:tiny cursor" content="1"/>
  42.  
  43. <!-- LINKS -->
  44. <meta name="text:link 1 url" content="/"/>
  45. <meta name="text:link 1" content="home"/>
  46. <meta name="text:link 2 url" content="/"/>
  47. <meta name="text:link 2" content="message"/>
  48. <meta name="text:link 3 url" content="/"/>
  49. <meta name="text:link 3" content="link"/>
  50. <meta name="text:link 4 url" content="/"/>
  51. <meta name="text:link 4" content="link"/>
  52.  
  53. <style type="text/css">
  54.  
  55. /* ------------ BODY & LINKS -------------- */
  56.  
  57. body{
  58. background-color:{color:background};
  59. background-image: url('{image:background}');
  60. background-attachment:fixed;
  61. color:{color:text};
  62. font-family:calibri;
  63. font-size:10px;
  64. line-height:7px;
  65. text-align:justify;
  66. -webkit-transition: background 0.5s ease-in;
  67. transition: background 0.5s ease-in;
  68. }
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:link};
  72. text-decoration:none;
  73. -webkit-transition-duration: .90s;
  74. }
  75.  
  76. a:hover{
  77. color:{color:hover};
  78. -webkit-transition-duration: .90s;}
  79.  
  80. {block:iftinycursor}
  81. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  82.  
  83. ::-webkit-scrollbar {width: 5px;}
  84. ::-webkit-scrollbar-track {background-color: {color:background};}
  85. ::-webkit-scrollbar-thumb {background-color: {color:accent};}
  86.  
  87. /* ------------ HEADER & SIDEBAR -------------- */
  88.  
  89. #head{
  90. position:relative;
  91. background-color:{color:post};
  92. width:540px;
  93. height:180px;
  94. z-index:9999;
  95. margin-top:10px;
  96. margin-left:400px;
  97. border-top:10px solid {color:accent};
  98. }
  99.  
  100. #head img{
  101. width:540px;
  102. height:180px;
  103. }
  104.  
  105. #icon{
  106. width:240px;
  107. height:50px;
  108. margin-left:100px;
  109. margin-top:110px;
  110. background-color:{color:accent};
  111. position:fixed;
  112. }
  113.  
  114. #icon img{
  115. width:30px;
  116. height:30px;
  117. float:left;
  118. position:absolute;
  119. margin-top:7px;
  120. margin-left:10px;
  121. padding:2px;
  122. border:1px dashed {color:title};
  123. }
  124.  
  125. #pside{
  126. width:240px;
  127. position:fixed;
  128. margin-top:160px;
  129. margin-left:100px;
  130. height:281px;
  131. background-color:{color:post};
  132. }
  133.  
  134. #s{
  135. position:fixed;
  136. width:220px;
  137. height:auto;
  138. margin-left:10px;
  139. margin-top:10px;
  140. transition-duration: 1.3s;
  141. -webkit-transition-duration: 1.3s;
  142. transition-delay: .4s;
  143. -webkit-transition-delay: .4s;
  144. }
  145.  
  146. #pside:hover #s{
  147. position:fixed;
  148. width:220px;
  149. height:auto;
  150. margin-left:10px;
  151. margin-top:10px;
  152. transition-delay: .0s;
  153. -webkit-transition-delay: .0s;
  154. opacity:0.0;
  155. }
  156.  
  157. #s2{
  158. position:fixed;
  159. background:{color:background};
  160. width:200px;
  161. height:240px;
  162. margin-left:240px;
  163. padding:10px;
  164. margin-top:10px;
  165. opacity:0.0;
  166. transition-duration: 1.3s;
  167. -webkit-transition-duration: 1.3s;
  168. }
  169.  
  170. #pside:hover #s2{
  171. width:200px;
  172. height:240px;
  173. margin-left:10px;
  174. padding:10px;
  175. margin-top:10px;
  176. background:{color:background};
  177. transition-delay: .4s;
  178. -webkit-transition-delay: .4s;
  179. opacity:10;
  180. }
  181.  
  182. #s img{
  183. position:absolute;
  184. width:220px;
  185. height:200px;
  186. }
  187.  
  188. .desc{
  189. background-color:{color:background};
  190. line-height:7px;
  191. overflow:auto;
  192. width:200px;
  193. height:30px;
  194. padding:10px;
  195. margin-top:210px;
  196. }
  197.  
  198. /* ------------ PAGINATION -------------- */
  199.  
  200. #pag{
  201. width:220px;
  202. height:5px;
  203. margin-left:100px;
  204. margin-top:440px;
  205. background-color:{color:accent};
  206. position:fixed;
  207. line-height:5px;
  208. padding:10px;
  209. font-size:10px;
  210. text-transform:uppercase;
  211. text-align:right;
  212. }
  213.  
  214. #pag a{
  215. color:{color:link};
  216. }
  217.  
  218. #pag a:hover{
  219. color:{color:hover};
  220. }
  221.  
  222. /* ------------ MENU -------------- */
  223.  
  224. #menu{
  225. position:absolute;
  226. width:540px;
  227. height:40px;
  228. margin-left:400px;
  229. text-align:center;
  230. background-color:{color:accent};
  231. background-image: url('{image:menu}');
  232. }
  233.  
  234. ul.framemenu{
  235. list-style: none;
  236. position:relative;
  237. text-align:center;
  238. margin-top:17px;
  239. width:400px;
  240. margin-left:430px;
  241. z-index:999999999;
  242. }
  243.  
  244. ul.framemenu li{
  245. display: inline;
  246. }
  247.  
  248. ul.framemenu li a{
  249. font-family:calibri;
  250. font-size:10px;
  251. text-transform:uppercase;
  252. color:{color:link};
  253. padding: 5px;
  254. margin-right: 10px;
  255. text-decoration: none;
  256. }
  257.  
  258. ul.framemenu li a:hover{
  259. font-family:calibri;
  260. font-size:10px;
  261. text-transform:uppercase;
  262. color:{color:link};
  263. padding: 5px;
  264. text-decoration: none;
  265. }
  266.  
  267. ul.framemenu li.active{
  268. position:absolute;
  269. width:0;
  270. background-color:{color:menu};
  271. border-radius:100px;
  272. -moz-box-shadow: 0 0 4px rgba(120,120,120,0.2);
  273. -webkit-box-shadow: 0 0 4px rgba(120,120,120,0.2);
  274. box-shadow: 0 0 4px rgba(120,120,120,0.2);
  275. }
  276.  
  277. /* ------------ POSTS -------------- */
  278.  
  279. #entries{
  280. width: 500px;
  281. margin-left:400px;
  282. margin-top:5px;
  283. position:absolute;
  284. padding-bottom:20px;
  285. }
  286.  
  287. .post{
  288. padding:20px;
  289. background-color:{color:post};
  290. float:left;
  291. margin-top:10px;
  292. width: 500px;
  293. }
  294.  
  295. /* ------------ TITLES -------------- */
  296.  
  297. #tit{
  298. font-family: 'great vibes';
  299. font-size:40px;
  300. color:{color:text};
  301. text-shadow: 1px 1px 0px rgba(120,120,120,0.2);
  302. text-align:center;
  303. letter-spacing: 2px;
  304. margin-top:3px;
  305. margin-bottom:17px;
  306. padding:5px;
  307. }
  308.  
  309. #ltit{
  310. font-family: 'calibri';
  311. background-color:{color:accent};
  312. font-size:10px;
  313. text-align:center;
  314. text-transform:uppercase;
  315. letter-spacing: 5px;
  316. margin-top:3px;
  317. margin-bottom:0px;
  318. padding:10px;
  319. }
  320.  
  321. #quo{
  322. font-size:12px;
  323. color:{color:text};
  324. text-align:left;
  325. padding:3px;
  326. line-height:13px;
  327. font-style:italic;
  328. }
  329.  
  330. #source{
  331. margin-top:3px;
  332. text-align:right;
  333. margin-bottom:5px;
  334. font-size:9px;
  335. text-transform:lowercase;
  336. font-family:arial;
  337. }
  338.  
  339. .tii{
  340. width:173px;
  341. position:absolute;
  342. height:20px;
  343. margin-top:14px;
  344. margin-left:55px;
  345. text-align:center;
  346. border-bottom:2px solid {color:title};
  347. font-family: 'great vibes';
  348. font-size:40px;
  349. color:{color:title};
  350. text-shadow: 1px 1px 0px rgba(120,120,120,0.2);
  351. letter-spacing: 2px;
  352. line-height:17px;
  353. }
  354.  
  355. .tiii{
  356. width:173px;
  357. position:absolute;
  358. height:2px;
  359. margin-top:37px;
  360. margin-left:55px;
  361. border-top:1px solid {color:title};
  362. border-bottom:1px dashed {color:title};
  363. }
  364.  
  365. /* ------------ QUESTIONS -------------- */
  366.  
  367. #asker{
  368. width:490px;
  369. height:15px;
  370. background-color:{color:accent};
  371. text-transform:uppercase;
  372. line-height:14px;
  373. padding:5px;
  374. font-family:calibri;
  375. text-align:center;
  376. letter-spacing:5px;
  377. font-size:10px;
  378. color{color:link};
  379. }
  380.  
  381. #asker a{
  382. color:{color:link};
  383. }
  384.  
  385. #asker a:hover{
  386. color:{color:hover};
  387. }
  388.  
  389. #question{
  390. background-color:{color:background};
  391. font-size:11px;
  392. font-family:arial;
  393. line-height:90%;
  394. color:{color:text};
  395. margin: 0 0 11px 0;
  396. padding: 10px 15px;
  397. position:relative;
  398. }
  399.  
  400. #answer{
  401. font-size:10px;
  402. }
  403.  
  404. /* ------------ PERMA & TAGS -------------- */
  405.  
  406. #sym{
  407. background-color:{color:perma};
  408. height:2px;
  409. margin-bottom:2px;
  410. }
  411.  
  412. #info{
  413. display:block;
  414. color:{color:text};
  415. border-top:1px dashed {color:perma};
  416. padding:1px;
  417. height:16px;
  418. text-indent:3px;
  419. line-height:16px;
  420. font-family:calibri;
  421. font-size:8px;
  422. text-transform:uppercase;
  423. -webkit-transition-duration:0.7s;
  424. -o-transition-duration:0.7s;
  425. -moz-transition-duration:0.7s;
  426. }
  427.  
  428. #info a{
  429. color:{color:link};
  430. }
  431.  
  432. #info a:hover{
  433. color:{color:hover};
  434. }
  435.  
  436. #tags{
  437. margin-top:-5px;
  438. text-align:center;
  439. text-transform:lowercase;
  440. font-size:9px;
  441. font-style:italic;
  442. -webkit-transition:0.3s linear;
  443. font-family:calibri;
  444. }
  445.  
  446. /* ------------ BLOCKQUOTE & P -------------- */
  447.  
  448. blockquote{
  449. padding-left:3px;
  450. margin-left:10px;
  451. margin-right:10px;
  452. border-left:2px solid {color:background};
  453. margin-top:1px;
  454. margin-bottom:1px;
  455. }
  456.  
  457. p{
  458. margin-top:6px;
  459. margin-bottom:6px;}
  460.  
  461. pre{
  462. color:{color:text};
  463. font-size:12px;
  464. margin-left:10px;
  465. padding:10px;
  466. }
  467.  
  468. /* ------------ AUDIO -------------- */
  469.  
  470. .audio{
  471. opacity: 1.0;
  472. position:relative;
  473. overflow:hidden;
  474. min-height:130px;
  475. font-size: 10px;
  476. }
  477.  
  478. .player{
  479. position:absolute;
  480. z-index:3;
  481. background:#000000;
  482. margin-top:45px;
  483. margin-left:73px;
  484. opacity:0.75;
  485. filter:alpha(opacity=75);
  486. border:0px #000000 solid;
  487. border-radius: 100px;}
  488.  
  489. .audioplayer{
  490. border: 0px solid {color:perma};
  491. width:363px;
  492. height:15px;
  493. overflow:hidden;
  494. padding:5px;
  495. padding-bottom:13px;
  496. margin-right:5px;
  497. margin-top: 5px;}
  498.  
  499. .audioinfo{
  500. margin-top: 15px;
  501. margin-left:120px;
  502. line-height:10px;
  503. font-size:10px!important;
  504. font-style: normal;}
  505.  
  506. .audiocaption{
  507. margin-left:20px;}
  508.  
  509. .audiocaption img{
  510. max-width:330px!important;}
  511.  
  512. .audiocaption blockquote img{
  513. max-width:320px!important;}
  514.  
  515. .audiocaption blockquote blockquote img{
  516. max-width:310px!important;}
  517.  
  518. /* ------------ CHAT -------------- */
  519.  
  520. .user_1 .label {color:{color:text}; font-weight:bold;}
  521. .user_2 .label {color:{color: text}; font-weight:bold;}
  522. .user_3 .label {color:{color:text}; font-weight:bold;}
  523. .user_4 .label {color:{color:text}; font-weight:bold;}
  524. .user_5 .label {color:{color: text}; font-weight:bold;}
  525. .user_6 .label {color:{color:text}; font-weight:bold;}
  526. .user_7 .label {color:{color:text}; font-weight:bold;}
  527. .user_8 .label {color:{color: text}; font-weight:bold;}
  528. .user_9 .label {color:{color:text}; font-weight:bold;}
  529. .user_10 .label {color:{color:text}; font-weight:bold;}
  530.  
  531. .ul.chat {}
  532. .chat ol {}
  533. .chat li {
  534. list-style:none;
  535. margin-left:-30px;
  536. padding:-5px;
  537. margin-bottom:3px;
  538. }
  539.  
  540. /* ------------ NOTES -------------- */
  541.  
  542. .notes{
  543. margin-left:-15px;
  544. margin-top:30px;
  545. width:500px;
  546. font-size:10px;
  547. }
  548.  
  549. .notes a:hover{
  550. color:{color:link};
  551. }
  552.  
  553. ol.notes{
  554. list-style-type:none;
  555. }
  556.  
  557. ol.notes li.note{
  558. padding-bottom:7px;
  559. margin-bottom:12px;
  560. border-bottom:1px solid {color:accent};
  561. }
  562.  
  563. ol.notes li.note img.avatar{
  564. vertical-align:-6px;
  565. }
  566.  
  567. ol.notes li.note img{
  568. padding:2px;
  569. border-radius:10px;
  570. }
  571.  
  572. ol.notes li.note blockquote{
  573. padding-left:5px;
  574. margin-left:30px;
  575. }
  576.  
  577. {CustomCSS}
  578. </style>
  579. </head>
  580. <body>
  581.  
  582. <div id="icon"><img src="{PortraitURL-30}">
  583. <div class="tii">{Title}</div><div class="tiii"></div></div>
  584. <div id="pside">
  585. <div id="s"><img src="{image:side}">
  586. <div class="desc">{Description}</div></div>
  587. <div id="s2">
  588.  
  589. <div style="font-size:16px;color:{color:text};margin-top:65px;margin-bottom:5px;text-align:right;font-style:italic;text-shadow:1px 1px 0px {color:accent};">just noise, white noise.</div>
  590. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here. edit html to add whatever here.<br>
  591. <div style="color:{color:text};text-shadow:1px 1px 0px {color:accent};margin-top:3px;">
  592. ----------------------------- ▲▼▲ ----------------------------</div>
  593.  
  594. </div></div>
  595. <div id="pag">
  596. {block:PreviousPage}
  597. <a href="{PreviousPage}">prev </a> //
  598. {/block:PreviousPage}
  599. {block:NextPage}
  600. <a href="{NextPage}"> next</a>
  601. {/block:NextPage}
  602. </div></div></div>
  603.  
  604. <div id="head"><img src="{image:header}"></div>
  605. <div id="menu"></div>
  606. <ul id="gooeymenu4" class="framemenu">
  607. <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  608. <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  609. <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  610. <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  611. <li><a href="http://letsrp.tumblr.com/">theme</a></li>
  612. </ul>
  613. <script>gooeymenu.setup({id:'gooeymenu4', selectitem:0})</script>
  614.  
  615. </div>
  616. </div>
  617. </div>
  618. </div>
  619.  
  620. <div id="entries">
  621. {block:Posts}
  622. <div class="post">
  623.  
  624. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  625. {block:Text}{Body}{/block:Text}
  626.  
  627. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"width=500px>
  628. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  629.  
  630. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  631.  
  632. {block:Quote}<div id="quo">"{Quote}"</div>
  633. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  634.  
  635. {block:Link}<div id="ltit"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  636. {/block:Link}
  637.  
  638. {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><br>{/block:Chat}
  639.  
  640. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  641. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  642. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  643.  
  644. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  645.  
  646. {block:Answer}
  647. <div id="asker">▲▼▲ {Asker} ▲▼▲</div><div id="question">{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  648.  
  649. {block:Date}<div id="sym"></div>
  650. <div id="info"> <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> {block:ContentSource} <a href="{SourceURL}">src</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  651.  
  652. {block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  653.  
  654. </div>
  655. </div>
  656. </body>
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement