Advertisement
cocoofrps

THEME 2 'WISHING FOR DIAMONDS'

Nov 9th, 2013
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 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.  
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  6. <script>
  7. (function($){
  8. $(document).ready(function(){
  9. $("[title]").style_my_tooltips({
  10. tip_follows_cursor:true,
  11. tip_delay_time:200,
  12. tip_fade_speed:300
  13. }
  14. );
  15. });
  16. })(jQuery);
  17. </script>
  18.  
  19. <head><title>{Title}</title>
  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.  
  25.  
  26. <!--- THEME 2 BY @cocoofrps --->
  27.  
  28. <meta name="color:Background" content="#201a31"/>
  29. <meta name="color:Text" content="#201a31"/>
  30. <meta name="color:PostBG" content="#dc7281"/>
  31. <meta name="color:PostBorder" content="#a35459" />
  32. <meta name="color:SidebarBorder" content="#df7a89" />
  33. <meta name="color:DescriptionText" content="#1b153f"/>
  34. <meta name="color:Border" content="#713a3a"/>
  35. <meta name="color:Hover" content="#6c3838"/>
  36. <meta name="color:Scrollbar" content="#3b2252"/>
  37. <meta name="color:ScrollbarBg" content="#f09db9"/>
  38. <meta name="color:Post Links" content="#312b41"/>
  39. <meta name="color:Answer Backg" content="#dc7281"/>
  40.  
  41. <meta name="image:Banner" content=""/>
  42. <meta name="image:Small Image 1" content=""/>
  43. <meta name="image:Small Image 2" content=""/>
  44. <meta name="image:Small Image 3" content=""/>
  45. <meta name="image:Background" content=""/>
  46.  
  47. <meta name="image:link1" content=""/>
  48. <meta name="image:link2" content=""/>
  49. <meta name="image:link3" content=""/>
  50.  
  51. <meta name="text:link1" content=""/>
  52. <meta name="text:link2" content=""/>
  53. <meta name="text:link3" content=""/>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color:{color:Scrollbar};
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:9px;
  64. width:4px;
  65. background-color:{color:ScrollbarBg};
  66. }
  67.  
  68. ::selection {
  69. background: {color:PostBG};
  70. color: {color:Background};
  71. }
  72.  
  73. ::-moz-selection {
  74. background: {color:PostBG};
  75. color: {color:Background};
  76. }
  77.  
  78. ::-webkit-selection {
  79. background: {color:PostBG};
  80. color: {color:Background};
  81. }
  82.  
  83. body {
  84. overflow-y:scroll;
  85. background:{color:Background};
  86. margin:0px;
  87. color:{color:Text};
  88. font-family:helvetica;
  89. font-size:10px;
  90. line-height:100%;
  91. letter-spacing:1px;
  92. text-align:justify;
  93. background-image:url('{image:Background}');
  94. }
  95.  
  96. a {
  97. text-decoration:none;
  98. outline:none;
  99. -moz-outline-style:none;
  100. color:{color:Post Links};
  101. }
  102.  
  103. a:hover {
  104. color:{color:Hover};
  105. -webkit-transition: all 0.4s ease-in-out;
  106. -moz-transition: all 0.4s ease-in-out;
  107. -o-transition: all 0.4s ease-in-out;
  108. -ms-transition: all 0.4s ease-in-out;
  109. transition: all 0.4s ease-in-out;
  110. }
  111.  
  112. img {
  113. border:none;
  114. }
  115.  
  116. blockquote {
  117. margin-left:5px;
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. h1 {
  128. font-size:8px;
  129. letter-spacing:2px;
  130. text-transform:uppercase;
  131. font-family:'helvetica';
  132. font-style:none;
  133. line-height:10px;
  134. text-align:center;
  135. padding:0px;
  136. }
  137.  
  138.  
  139.  
  140. /*ENTRIES*/
  141.  
  142. #entries {
  143. padding:10px;
  144. width:500px;
  145. margin-left:650px;
  146. margin-top:5px;
  147. font-size:10px;
  148. font-family:'arial';
  149. letter-spacing:0px;
  150. }
  151.  
  152. #post {
  153. border:1px solid {color:PostBorder};
  154. background-color:{color:PostBG};
  155. width:500px;
  156. padding-bottom:40px;
  157. padding:25px;
  158. margin-top:50px;
  159. }
  160.  
  161. /*SIDEBAR*/
  162.  
  163. #sidebar {
  164. position:fixed;
  165. margin-left:100px;
  166. margin-top:60px;
  167. margin-left:170px;
  168. }
  169.  
  170. #banner {
  171. width:600px;
  172. height:280px;
  173. position:fixed;
  174. margin-left:-150px;
  175. }
  176.  
  177. #smallimages {
  178. width:700px;
  179. height:200px;
  180. position:fixed;
  181. margin-top:420px;
  182. margin-left:-160px;
  183. }
  184.  
  185. #smallimages img {
  186. margin-left:-3px;
  187. padding:5px;
  188. border:1px solid {color:PostBG};
  189. -webkit-border-radius: 50%;
  190. -moz-border-radius: 50%;
  191. -o-border-radius: 50%;
  192. -ms-border-radius: 50%;
  193. border-radius: 50%;
  194. }
  195.  
  196. #desc {
  197. padding:10px;
  198. color:{color:DescriptionText};
  199. width:580px;
  200. height:50px;
  201. overflow-y:auto;
  202. font-size:15px;
  203. background-color:{color:PostBG};
  204. font-family:'courier new';
  205. position:fixed;
  206. margin-top:280px;
  207. margin-left:-150px;
  208. text-align:justify;
  209. }
  210.  
  211. .links{
  212. position:fixed;
  213. margin-left:0px;
  214. margin-top:350px;
  215. }
  216.  
  217. #pagination {
  218. font-style:bold;
  219. position:fixed;
  220. background-color:{color:PostBG};
  221. padding:10px;
  222. font-family:'arial';
  223. letter-spacing:0px;
  224. font-size:9px;
  225. text-align:right;
  226. border:1px solid {color:SidebarBorder};
  227. width:40px;
  228. margin-left:420px;
  229. margin-top:120px;
  230. text-transform:lowercase;
  231. height:15px;
  232. z-index:-111;
  233. -webkit-transition: all 0.4s ease-in-out;
  234. -moz-transition: all 0.4s ease-in-out;
  235. -o-transition: all 0.4s ease-in-out;
  236. -ms-transition: all 0.4s ease-in-out;
  237. transition: all 0.4s ease-in-out;
  238. }
  239.  
  240. #pagination:hover {
  241. margin-left:425px;
  242. -webkit-transition: all 0.4s ease-in-out;
  243. -moz-transition: all 0.4s ease-in-out;
  244. -o-transition: all 0.4s ease-in-out;
  245. -ms-transition: all 0.4s ease-in-out;
  246. transition: all 0.4s ease-in-out;
  247. }
  248.  
  249.  
  250. /*AUDIO INFO*/
  251.  
  252. .playerbuttonbg {
  253. position: absolute;
  254. left: 20px;
  255. top: 20px;
  256. width: 19px;
  257. height: 19px;
  258. -webkit-border-radius: 40px;
  259. -moz-border-radius: 40px;
  260. border-radius: 40px;
  261. background-color: #ffffff;
  262. padding: 10px;
  263. opacity: .4;
  264. filter: alpha(opacity=40);
  265. -moz-opacity: 0.4;
  266. -khtml-opacity: 0.4;
  267. transition: opacity .7s ease-in-out;
  268. -moz-transition: opacity .7s ease-in-out;
  269. -webkit-transition: opacity .7s ease-in-out;
  270. }
  271.  
  272. .playerbuttonbg:hover {
  273. opacity: 1;
  274. filter: alpha(opacity=100);
  275. -moz-opacity: 1;
  276. -khtml-opacity: 1;
  277. }
  278.  
  279. .newplayerbutton {
  280. position: relative;
  281. width: 19px;
  282. height: 19px;
  283. overflow: hidden;
  284. }
  285.  
  286. .playerbuttonhug {
  287. position: absolute;
  288. top: -17px;
  289. left: -4px;
  290. }
  291.  
  292. .tumblr_audio_player {
  293. height: 90px;
  294. width: 270px;
  295. -moz-transform: scale(0.60, 0.60);
  296. -webkit-transform: scale(0.60, 0.60);
  297. -o-transform: scale(0.60, 0.60);
  298. -ms-transform: scale(0.60, 0.60);
  299. transform: scale(0.60, 0.60);
  300. -moz-transform-origin: top left;
  301. -webkit-transform-origin: top left;
  302. -o-transform-origin: top left;
  303. -ms-transform-origin: top left;
  304. transform-origin: top left;
  305. }
  306.  
  307. .audioimgwrapper {
  308. position: absolute;
  309. left: 0px;
  310. top: 0px;
  311. overflow: hidden;
  312. width: 79px;
  313. height: 79px;
  314. }
  315.  
  316. .audioimgwrapper img {
  317. width: 100%;
  318. height: auto;
  319. }
  320.  
  321. .trackdetails {
  322. width: auto;
  323. display:inline-block;
  324. margin-top:20px;
  325. margin-left: 90px;
  326. min-height: 85px;
  327. }
  328.  
  329. .audiowrapper {
  330. position: relative;
  331. display:inline-block;
  332. }
  333.  
  334. /*POST INFO*/
  335.  
  336. #info {
  337. width:500px;
  338. text-align:center;
  339. font-family:'helvetica';
  340. letter-spacing:1px;
  341. font-size:7px;
  342. font-style:none;
  343. line-height:10px;
  344. text-transform:uppercase;
  345. padding-top:5px;
  346. border-top:1px solid;
  347. border-color:{color:Border};
  348. }
  349.  
  350. #info a {
  351. text-align:center;
  352. color:{color:Post Links};
  353. }
  354.  
  355. #info a:hover {
  356. -moz-transition-duration:0.3s;
  357. -webkit-transition-duration:0.3s;
  358. -o-transition-duration:0.3s;
  359. color:{color:Hover}
  360. }
  361.  
  362. #tags {
  363. float:left;
  364. width:489px;
  365. margin-top:-7px;
  366. margin-left:-5px;
  367. text-align:left;
  368. font-size:7px;
  369. padding:5px;
  370. opacity:1;
  371. transition-duration: 0.5s;
  372. -moz-transition-duration: 0.5s;
  373. -webkit-transition-duration: 0.5s;
  374. -o-transition-duration: 0.5s
  375. color:{color:Post Links};
  376. }
  377.  
  378. #tags a {
  379. letter-spacing:0px;
  380. text-align:center;
  381. font-family:'helvetica';
  382. text-decoration:none;
  383. display:inline-block;
  384. }
  385.  
  386. #tags a:hover {
  387. -moz-transition-duration:0.3s;
  388. -webkit-transition-duration:0.3s;
  389. -o-transition-duration:0.3s;
  390. color:{color:Hover};
  391. }
  392.  
  393. /*QUESTION*/
  394.  
  395. #asker {
  396. color:{color:background};
  397. padding:14px;
  398. font-family:'arial';
  399. font-size:11px;
  400. letter-spacing:0px;
  401. text-align:left;
  402. margin-top:0px;
  403. text-transform:lowercase;
  404. line-height:100%;
  405. background-color:{color:Answer Backg}
  406. }
  407.  
  408. /*CREDIT*/
  409.  
  410. #cred {
  411. position:fixed;
  412. font-family:'helvetica';
  413. text-transform:uppercase;
  414. font-size:8px;
  415. right:9px;
  416. bottom:9px;
  417. padding:4px;
  418. letter-spacing:1px;
  419. }
  420.  
  421.  
  422.  
  423. #s-m-t-tooltip{
  424. position:absolute;
  425. background-color:{color:Background};
  426. padding:3px;
  427. z-index:9999;
  428. border-bottom:5px solid {color:Answer BackG};
  429. margin-top:-10px;
  430. margin-left:5px;
  431. display:block;
  432. text-transform:uppercase;
  433. font-size:8px;
  434. color:{color:postbg};
  435. }
  436.  
  437.  
  438. {CustomCSS}</style></head><body>
  439.  
  440. <div id="sidebar">
  441. <div id="banner"><img src="{image:Banner}"></div>
  442. <div id="desc">
  443. {Description}
  444. </div>
  445. <div id="smallimages">
  446. <img src="{image:Small Image 1}">
  447. <img src="{image:Small Image 2}">
  448. <img src="{image:Small Image 3}">
  449. </div>
  450. <div class="links">
  451. <a href="{text:link1}"
  452. ><img title="{text:link1}" src="{image:link1}"></a>
  453. <a href="{text:link2}"
  454. ><img title="{text:link2}" src="{image:link2}"></a>
  455. <a href="{text:link3}"
  456. ><img title="{text:link3}" src="{image:link3}"></a>
  457. </div>
  458.  
  459.  
  460. {block:Pagination}
  461. <div id="pagination">
  462. {block:PreviousPage}<a href="{PreviousPage}" title="click this too">«</a>{/block:PreviousPage}
  463. {block:NextPage}<a href="{NextPage}" title="click it">»</a>{/block:NextPage}
  464. </div>
  465. {/block:Pagination}
  466. </div>
  467.  
  468. <div id="entries">
  469. {block:Posts}
  470. <div id="post">
  471.  
  472. {block:Text}
  473. <h1>{block:Title}<span style="width:500px;font-size:20px;text-tranform:uppercase;padding:10px;">{Title}</span>{/block:Title}</h1>
  474. {Body}<br>{/block:Text}
  475.  
  476. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  477. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photo}
  478.  
  479. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  480. {/block:Caption}<br>{/block:Photoset}
  481.  
  482. {block:Quote}<h2>"{Quote}"</h2>
  483. {block:Source}<div class="qsource"> —{Source}</div>
  484. {/block:Source}<br>{/block:Quote}
  485.  
  486. {block:Link}<h1 style="font-size:20px;text-tranform:uppercase;padding:10px;"><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}<br>{/block:Link}
  487.  
  488. {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}
  489.  
  490. {block:AudioPlayer}
  491. <div class="audiowrapper">
  492. {block:AlbumArt}
  493. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  494. {/block:AlbumArt}
  495.  
  496. <div class="playerbuttonbg">
  497. <div class="newplayerbutton">
  498. <div class="playerbuttonhug">
  499.  
  500. {AudioPlayerWhite}
  501.  
  502. </div>
  503. </div>
  504. </div>
  505.  
  506. <div class="trackdetails">
  507.  
  508. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  509. {block:Artist}{Artist}{/block:Artist}<br/>
  510. {block:Album}{Album}{/block:Album}<br/>
  511.  
  512. </div>
  513. </div>
  514. {block:Caption}{Caption}{/block:Caption}
  515. {/block:AudioPlayer}
  516.  
  517. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  518.  
  519. {block:Answer}<div id="asker"><span style="text-transform:uppercase;font-size:20px;color:{color:post links};"><b>{Asker}:</b><br></span> "{Question}"</div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div><br>{/block:Answer}
  520.  
  521. <div id="info">
  522. <a href="{Permalink}" title="Permalink">{TimeAgo}</a>
  523. {block:RebloggedFrom} — <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} and
  524. <a href="{SourceURL}" title="Source">{SourceLink}</a>{/block:ContentSource}
  525. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}{block:NoteCount}
  526. with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  527. {block:HasTags}<div id="tags">
  528.  
  529. {block:Tags}filed under: <a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  530. </div>{block:HasTags}
  531. </div>
  532. </div>
  533. {/block:Posts}
  534. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  535. {/block:Posts}</div></div></div>
  536. <br><br><br><br>
  537.  
  538. <div id="cred">
  539. <a href="http://cocoofrps.tumblr.com/">♚</a>
  540. </div>
  541. </div>
  542.  
  543.  
  544.  
  545. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement