Advertisement
skylahpce

skylahofrp | polly theme #01

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