Advertisement
cocoofrps

THEME 11 'BUBBLY'

Jan 28th, 2014
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.12 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <head><title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--- THEME BY @cocoofrps --->
  25.  
  26. <meta name="color:Background" content="#c9b6a2"/>
  27. <meta name="color:Text" content="#5f6882"/>
  28. <meta name="color:PostBG" content="#d7cbb3"/>
  29. <meta name="color:SidebarBorder" content="#c9a9a2" />
  30. <meta name="color:Border" content="#c9a9a2"/>
  31. <meta name="color:Hover" content="#7784a2"/>
  32. <meta name="color:Scrollbar" content="#eae5ce"/>
  33. <meta name="color:ScrollbarBg" content="#53607e"/>
  34. <meta name="color:Post Links" content="#53607e"/>
  35. <meta name="color:DescriptionText" content="#53607e"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Image One" content=""/>
  39. <meta name="image:Image Two" content=""/>
  40. <meta name="image:Image Three" content=""/>
  41. <meta name="image:Right Image" content=""/>
  42. <meta name="image:PNG" content=""/>
  43.  
  44. <meta name="image:link1" content=""/>
  45. <meta name="image:link2" content=""/>
  46. <meta name="image:link3" content=""/>
  47.  
  48. <meta name="text:link1" content=""/>
  49. <meta name="text:link2" content=""/>
  50. <meta name="text:link3" content=""/>
  51. <meta name="text:link1 name" content=""/>
  52. <meta name="text:link2 name" content=""/>
  53. <meta name="text:link3 name" content=""/>
  54.  
  55. <meta name="if:CoverBackgroundImage" content="1"/>
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. border:{color:ScrollbarBg};
  62. border:1px solid {color:ScrollbarBg};
  63. background-color:{color:Scrollbar};
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. height:9px;
  68. width:5px;
  69. background-color:{color:ScrollbarBg};
  70. }
  71.  
  72. ::selection {
  73. background: {color:Background};
  74. color: {color:PostBG};
  75. }
  76.  
  77. ::-moz-selection {
  78. background: {color:Background};
  79. color: {color:PostBG};
  80. }
  81.  
  82. ::-webkit-selection {
  83. background: {color:Background};
  84. color: {color:PostBG};
  85. }
  86.  
  87. body {
  88. border-top:3px solid {color:Border};
  89. overflow-y:scroll;
  90. background:{color:Background};
  91. margin:0px;
  92. color:{color:Text};
  93. font-family:'arial';
  94. font-size:11px;
  95. line-height:100%;
  96. letter-spacing:1px;
  97. text-align:justify;
  98. {block:ifNotCoverBackgroundImage}
  99. background-image:url('{image:Background}');
  100. background-attachment:fixed;
  101. {block:ifNotCoverBackgroundImage}
  102. {block:IfCoverBackgroundImage}
  103. background: url('{image:Background}') no-repeat center center fixed;
  104. -webkit-background-size: cover;
  105. -moz-background-size: cover;
  106. -o-background-size: cover;
  107. background-size: cover;
  108. {block:IfCoverBackgroundImage}
  109. }
  110.  
  111. small,big {
  112.  
  113. }
  114. a {
  115. text-decoration:none;
  116. outline:none;
  117. font-weight:400;
  118. -moz-outline-style:none;
  119. color:{color:Post Links};
  120. }
  121.  
  122. b {
  123. color:{color:border};
  124. font-weight:100;
  125. }
  126.  
  127. a:hover {
  128. color:{color:Hover};
  129. -webkit-transition: all 0.4s ease-in-out;
  130. -moz-transition: all 0.4s ease-in-out;
  131. -o-transition: all 0.4s ease-in-out;
  132. -ms-transition: all 0.4s ease-in-out;
  133. transition: all 0.4s ease-in-out;
  134. }
  135.  
  136. img {
  137. border:none;
  138. }
  139.  
  140. blockquote {
  141. margin-left:5px;
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. blockquote blockquote {
  147. padding-left:5px;
  148. border-left:2px solid;
  149. }
  150.  
  151. h1 {
  152. font-size:11px;
  153. letter-spacing:2px;
  154. text-transform:uppercase;
  155. font-style:none;
  156. line-height:10px;
  157. text-align:center;
  158. padding:0px;
  159. }
  160.  
  161. /*ENTRIES*/
  162.  
  163. #entries {
  164. width:500px;
  165. position:absolute;
  166. margin-left:414px;
  167. margin-top:30px;
  168. font-size:11px;
  169. z-index:99999000;
  170. letter-spacing:0px;
  171. }
  172.  
  173. #post {
  174. background-color:{color:PostBG};
  175. width:500px;
  176. padding-bottom:20px;
  177. padding:20px;
  178. border:2px solid {color:Border};
  179. margin-top:10px;
  180. }
  181.  
  182. /*SIDEBAR*/
  183. #sidebar {
  184. position:fixed;
  185. width:200px;
  186. margin-left:0px;
  187. z-index:9999;
  188. }
  189.  
  190. #title img {
  191. position:fixed;
  192. width:100px;
  193. margin-left:0px;
  194. margin-top:200px;
  195. background-color:{color:PostBG};
  196. height:100px;
  197. border:2px solid {color:SidebarBorder};
  198. -webkit-border-radius: 50%;
  199. -moz-border-radius: 50%;
  200. -o-border-radius: 50%;
  201. -ms-border-radius: 50%;
  202. border-radius: 50%;
  203. }
  204.  
  205. #png img {
  206. position:fixed;
  207. margin-left:900px;
  208. width:350px;
  209. }
  210.  
  211. #sidebarimage {
  212. margin-top:70px;
  213. height:100px;
  214. margin-left:220px;
  215. position:fixed;
  216. width:100px;
  217. }
  218.  
  219. #sidebarimage img{
  220. -webkit-border-radius: 80px;
  221. -moz-border-radius: 80px;
  222. border-radius: 80px;
  223. width:160px;
  224. border:2px solid {color:SidebarBorder};
  225. background-color:{color:PostBG};
  226. height:160px;
  227. margin-top:20px;
  228. -webkit-transition: all 0.5s ease;
  229. -moz-transition: all 0.5s ease;
  230. -o-transition: all 0.5s ease;
  231. transition: all 0.5s ease;
  232. }
  233.  
  234. #sidebarimage img:hover {
  235. -webkit-transform: rotate(360deg);
  236. -moz-transform: rotate(360deg);
  237. -o-transform: rotate(360deg);
  238. -ms-transform: rotate(360deg);
  239. transform: rotate(360deg);
  240. -webkit-transition: all 0.5s ease;
  241. -moz-transition: all 0.5s ease;
  242. -o-transition: all 0.5s ease;
  243. transition: all 0.5s ease;
  244. }
  245.  
  246. #rightimage img {
  247. position:fixed;
  248. margin-left:995px;
  249. width:225px;
  250. height:225px;
  251. margin-top:250px;
  252. border:2px solid {color:SidebarBorder};
  253. -webkit-border-radius: 112px;
  254. -moz-border-radius: 112px;
  255. border-radius: 112px;
  256. }
  257.  
  258. #desc {
  259. margin-top:532px;
  260. overflow-y:auto;
  261. border:2px solid {color:SidebarBorder};
  262. width:200px;
  263. margin-left:995px;
  264. z-index:-1;
  265. height:80px;
  266. color:{color:DescriptionText};
  267. background-color:{color:SidebarBorder};
  268. position:fixed;
  269. padding:10px;
  270. }
  271.  
  272. #desc p {
  273. margin-top:-10px;
  274. padding:5px;
  275. text-align:justify;
  276. }
  277.  
  278. #png img {
  279. z-index:-99999999999;
  280. position:fixed;
  281. margin-left:1100;
  282. }
  283.  
  284. .links{
  285. position:fixed;
  286. display:block;
  287. margin-left:20px;
  288. width:200px;
  289. margin-top:200px;
  290. z-index:999;
  291. }
  292.  
  293. .links img{
  294. margin-bottom:0px;
  295. -webkit-transition: all 0.4s ease-in-out;
  296. -moz-transition: all 0.4s ease-in-out;
  297. -o-transition: all 0.4s ease-in-out;
  298. -ms-transition: all 0.4s ease-in-out;
  299. transition: all 0.4s ease-in-out;
  300. }
  301.  
  302. .links img:hover {
  303. -webkit-transition: all 0.4s ease-in-out;
  304. -moz-transition: all 0.4s ease-in-out;
  305. -o-transition: all 0.4s ease-in-out;
  306. -ms-transition: all 0.4s ease-in-out;
  307. transition: all 0.4s ease-in-out;
  308. }
  309.  
  310. img.blur:hover {
  311. -webkit-filter: brightness(120%);
  312. -moz-filter: brightness(120%);
  313. -o-filter: brightness(120%);
  314. -ms-filter: brightness(120%);
  315. filter: brightness(120%);
  316. }
  317.  
  318. #pagination {
  319. position:fixed;
  320. padding:5px;
  321. width:214px;
  322. z-index:99000000;
  323. text-align:center;
  324. margin-top:510px;
  325. margin-left:995px;
  326. background-color:{color:SidebarBorder};
  327. }
  328.  
  329. #pagination a{
  330. font-style:bold;
  331. font-family:'georgia';
  332. font-style:italic;
  333. letter-spacing:2px;
  334. font-size:6px;
  335. padding:5px;
  336. color:{color:DescriptionText};
  337. text-align:center;
  338. text-transform:uppercase;
  339. z-index:-111;
  340. -webkit-transition: all 0.4s ease-in-out;
  341. -moz-transition: all 0.4s ease-in-out;
  342. -o-transition: all 0.4s ease-in-out;
  343. -ms-transition: all 0.4s ease-in-out;
  344. transition: all 0.4s ease-in-out;
  345. }
  346.  
  347. #pagination a:hover {
  348. color:{color:Background};
  349. -webkit-transition: all 0.4s ease-in-out;
  350. -moz-transition: all 0.4s ease-in-out;
  351. -o-transition: all 0.4s ease-in-out;
  352. -ms-transition: all 0.4s ease-in-out;
  353. transition: all 0.4s ease-in-out;
  354. }
  355.  
  356.  
  357. /*AUDIO INFO*/
  358.  
  359. .playerbuttonbg {
  360. position: absolute;
  361. left: 15px;
  362. top: 15px;
  363. width: 30px;
  364. height: 30px;
  365. background-color: #ffffff;
  366. padding: 10px;
  367. opacity: .4;
  368. filter: alpha(opacity=40);
  369. -moz-opacity: 0.4;
  370. -khtml-opacity: 0.4;
  371. transition: opacity .7s ease-in-out;
  372. -moz-transition: opacity .7s ease-in-out;
  373. -webkit-transition: opacity .7s ease-in-out;
  374. }
  375.  
  376. .playerbuttonbg:hover {
  377. opacity: 1;
  378. filter: alpha(opacity=100);
  379. -moz-opacity: 1;
  380. -khtml-opacity: 1;
  381. }
  382.  
  383. .newplayerbutton {
  384. position: relative;
  385. width:30px;
  386. height:30px;
  387. margin-top:-4px;
  388. overflow: hidden;
  389. }
  390.  
  391. .playerbuttonhug {
  392. position: absolute;
  393. top: -25px;
  394. left: -10px;
  395. }
  396.  
  397. .tumblr_audio_player {
  398. height: 90px;
  399. width: 270px;
  400.  
  401. -moz-transform-origin: top left;
  402. -webkit-transform-origin: top left;
  403. -o-transform-origin: top left;
  404. -ms-transform-origin: top left;
  405. transform-origin: top left;
  406. }
  407.  
  408. .audioimgwrapper {
  409. position: absolute;
  410. left: 0px;
  411. top: 0px;
  412. overflow: hidden;
  413. width: 79px;
  414. height: 79px;
  415. }
  416.  
  417. .audioimgwrapper img {
  418. width: 100%;
  419. height: auto;
  420. }
  421.  
  422. .trackdetails {
  423. text-transform:uppercase;
  424. width: auto;
  425. display:inline-block;
  426. margin-top:23px;
  427. margin-left: 90px;
  428. min-height: 85px;
  429. }
  430.  
  431. .audiowrapper {
  432. position: relative;
  433. display:inline-block;
  434. }
  435.  
  436. /*POST INFO*/
  437.  
  438. #info {
  439. text-align:right;
  440. font-family:'helvetica';
  441. letter-spacing:1px;
  442. font-size:7px;
  443. font-style:none;
  444. line-height:10px;
  445. text-transform:uppercase;
  446. padding:5px;
  447. background-color:{color:Background};
  448. border-color:{color:Border};
  449. }
  450.  
  451. #info a {
  452. text-align:right;
  453. color:{color:PostBG};
  454. }
  455.  
  456. #info a:hover {
  457. -moz-transition-duration:0.3s;
  458. -webkit-transition-duration:0.3s;
  459. -o-transition-duration:0.3s;
  460. color:{color:Hover}
  461. }
  462.  
  463. #tags {
  464. margin-top:4px;
  465. width:500px;
  466. text-align:right;
  467. font-size:8px;
  468. margin-left:-5px;
  469. font-family:'arial';
  470. opacity:1;
  471. padding:0px;
  472. text-transform:lowercase;
  473. transition-duration: 0.5s;
  474. -moz-transition-duration: 0.5s;
  475. -webkit-transition-duration: 0.5s;
  476. -o-transition-duration: 0.5s
  477. color:{color:Post Links};
  478. background-color:{color:Border};
  479. }
  480.  
  481. #tags a {
  482. padding:5px;
  483. letter-spacing:0px;
  484. font-family:'helvetica';
  485. text-decoration:none;
  486. display:inline-block;
  487. }
  488.  
  489. #tags a:hover {
  490. -moz-transition-duration:0.3s;
  491. -webkit-transition-duration:0.3s;
  492. -o-transition-duration:0.3s;
  493. color:{color:Hover};
  494. }
  495.  
  496. /*QUESTION*/
  497.  
  498. #asker {
  499. padding:14px;
  500. font-size:11px;
  501. letter-spacing:0px;
  502. text-align:left;
  503. margin-top:0px;
  504. border:2px solid {color:Border};
  505. text-transform:lowercase;
  506. line-height:100%;
  507. }
  508.  
  509. #q {
  510. border:2px solid {color:Border};
  511. -webkit-border-radius: 5px;
  512. -moz-border-radius: 5px;
  513. -o-border-radius: 5px;
  514. -ms-border-radius: 5px;
  515. border-radius: 5px;
  516. }
  517.  
  518. /*CREDIT*/
  519.  
  520. #cred {
  521. position:fixed;
  522. font-family:'helvetica';
  523. text-transform:uppercase;
  524. font-size:20px;
  525. background-color:{color:PostBG};
  526. right:9px;
  527. bottom:9px;
  528. padding:5px;
  529. padding-bottom:11px;
  530. border:2px solid {color:Background};
  531. letter-spacing:1px;
  532. }
  533.  
  534. #notes {
  535. font-family:helvetica;
  536. text-transform:uppercase;
  537. }
  538.  
  539. #notes li{
  540. list-style-type:none;
  541. background-color:{color:PostBG};
  542. padding:6px;
  543. }
  544.  
  545. #notes img {
  546. opacity:0;
  547. }
  548.  
  549. #s-m-t-tooltip{
  550. position:absolute;
  551. background-color:{color:PostBG};
  552. padding:3px;
  553. z-index:9999;
  554. border:2px solid {color:DescriptionText};
  555. margin-top:-10px;
  556. margin-left:5px;
  557. display:block;
  558. text-transform:uppercase;
  559. font-size:8px;
  560. color:{color:text};
  561. }
  562.  
  563.  
  564. {CustomCSS}</style>
  565. </head><body>
  566. <div id="sidebar">
  567. <div id="sidebarimage"><img src="{image:Image One}">
  568. <img src="{image:Image Two}">
  569. <img src="{image:Image Three}">
  570. </div>
  571. <div id="png"><img src="{image:PNG}"></div>
  572. <div id="rightimage"><img src="{image:Right Image}"></div>
  573. <div id="desc"><p>{Description}</p></div>
  574. <div class="links">
  575. <a href="{text:link1}" title="refresh"><img src="{image:link1}" class="blur"></a>
  576. <a href="{text:link2}" title="ask"><img src="{image:link2}" class="blur"></a>
  577. <a href="{text:link3}" title="navi"><img src="{image:link3}" class="blur"></a>
  578. </div>
  579. </div>
  580. {block:Pagination}
  581. <div id="pagination">
  582. {block:PreviousPage}<a href="{PreviousPage}" title="back"><big>PREV</big></a> // {/block:PreviousPage}
  583. {block:NextPage}<a href="{NextPage}" title="next"><big> NEXT</big></a>{/block:NextPage}
  584. </div>
  585. {/block:Pagination}
  586.  
  587.  
  588. <div id="entries">
  589. {block:Posts}
  590. <div id="post">
  591.  
  592. {block:Text}
  593. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="width:490px;font-size:10px;font-family:'courier new';text-tranform:uppercase;padding:5px;background-color:{color:Border};color:{color:PostBG};">{Title}</div></a>{/block:Title}</h1>
  594. {Body}<br>{/block:Text}
  595.  
  596. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  597. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photo}
  598.  
  599. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  600. {/block:Caption}<br>{/block:Photoset}
  601.  
  602. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:PostBG};">"{Quote}"</div><br/>
  603. {block:Source}<div class="qsource"> —{Source}</div>
  604. {/block:Source}<br>{/block:Quote}
  605.  
  606. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="width:490px;font-size:11px;padding:5px;font-family:'courier new';background-color:{color:Border};color:{color:PostBG};">{Name}</div></a>{block:Description}{Description}{/block:Description}<br>{/block:Link}
  607.  
  608. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="font-size:15px;text-transform:uppercase;"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  609.  
  610. {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}{Artist}{/block:Artist}<br/>{block:Album}{Album}{/block:Album}<br/></div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  611.  
  612.  
  613. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  614.  
  615. <!--- Please don't steal anything. I find it rude and unethical. -->
  616. {block:Answer}<div id="asker"><span style="text-transform:uppercase;color:{color:Post Links};letter-spacing:2px;">{Asker}:</span></br>{Question}</div>{block:Answerer}</br><div style="padding:14px;border:2px solid {color:Border};padding-top:17px;padding-bottom:2px;"><span style="text-transform:uppercase;letter-spacing:2px;">{Answerer}:</span><div style="margin-top:-10px;">{Answer}</div></div>{/block:Answerer}{Replies}</br>{/block:Answer}
  617.  
  618. <div id="info">
  619. <a href="{Permalink}" title="Permalink">{TimeAgo}</a>
  620. {block:NoteCount}
  621. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  622. <a href="{SourceURL}" title="Source">source</a>{/block:ContentSource}
  623. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  624. {block:HasTags}<div id="tags">
  625. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  626. </div>{block:HasTags}
  627. </div>
  628. </div>
  629. {/block:Posts}
  630. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  631. {/block:Posts}</div></div></div>
  632. <br><br><br><br>
  633.  
  634. <div id="cred">
  635. <a href="http://cocoofrps.tumblr.com/" title="THEME 11 BY COCO">♚</a>
  636. </div>
  637. </div>
  638.  
  639.  
  640.  
  641. </body>
  642.  
  643. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement