Advertisement
Guest User

code hey

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