kingsdylan

theme #16; succulent

Jul 19th, 2014
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- hi hope you like this theme and i hope you will also follow the rules, or else i will found you, and then i will kill you (。◕‿◕。) --->
  9.  
  10. <meta name="color:Background" content="#bfdbf3"/>
  11. <meta name="color:Text" content="#b5b5b5"/>
  12. <meta name="color:Link" content="#d2d2d2"/>
  13. <meta name="color:Hover" content="#e3e3e3"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:panel" content="panel"/>
  18.  
  19. <meta name="text:linkA" content="LinkA"/>
  20. <meta name="text:linkA url" content="/"/>
  21. <meta name="text:linkB" content="LinkB"/>
  22. <meta name="text:linkB url" content="/"/>
  23. <meta name="text:linkC" content="LinkC"/>
  24. <meta name="text:linkC url" content="/"/>
  25.  
  26. <meta name="color:border" content="#fff"/>
  27. <meta name="select:font" content="bitxmap" title="bitxmap">
  28. <meta name="select:font" content="arial" title="arial">
  29. <meta name="select:font" content="calibri" title="calibri">
  30. <meta name="select:font" content="Mixtape Mike" title="Mixtape Mike">
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar {background-color: #ffffff; height:8px; width:4px}
  35. ::-webkit-scrollbar-thumb:vertical {background-color: #f5dbf3; height:50px}
  36. ::-webkit-scrollbar-thumb:horizontal {background-color: #dadada; height:8px!important}
  37.  
  38. iframe#tumblr_controls {
  39. white-space:nowrap;
  40. -webkit-filter: invert(100%);
  41. -moz-filter: invert(100%);
  42. -o-filter: invert(100%);
  43. -ms-filter: invert(100%);
  44. filter: invert(100%);
  45. opacity:.2;transition: .8s ease-in-out;
  46. -webkit-transition: .8s ease-in-out;
  47. -moz-transition: .8s ease-in-out;
  48. -o-transition: .8s ease-in-out;}
  49.  
  50.  
  51. body {
  52. margin:0px;
  53. color:{color:text};
  54. font-family:arial;
  55. font-size:10px;
  56. line-height:100%;
  57. font-family:bitxmap;
  58. background: url(http://38.media.tumblr.com/a5f2e903b827e494950ca7d5948fb493/tumblr_n6d615bahK1t1csrro1_500.png) no-repeat center center fixed;
  59. -webkit-background-size: cover;
  60. -moz-background-size: cover;
  61. -o-background-size: cover;
  62. background-size: cover; }
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. }
  71.  
  72. a:hover{
  73. color:{color:hover};
  74. }
  75.  
  76. a {
  77. cursor:help;
  78. text-decoration:none;
  79. outline:none;
  80. -moz-outline-style:none;
  81. color:{color:link};
  82. -moz-transition-duration:0.1s;
  83. -webkit-transition-duration:0.1s;
  84. -o-transition-duration:0.1s;
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. blockquote blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. h1 {
  102. font-size:15px;
  103. }
  104.  
  105. #entries {
  106. padding:10px;
  107. width:400px;
  108. margin-left:560px;
  109. margin-top:240px;
  110. }
  111.  
  112. #post {
  113. width:250px;
  114. margin-bottom:10px;
  115. background:white;
  116. padding:10px;
  117. border:solid #e3e3e3 1px;
  118. box-shadow:rgba(0,0,0,0.05)10px 9px;
  119. }
  120.  
  121.  
  122. #sidebar {
  123. position:absolute;
  124. margin-left:625px;
  125. margin-top:-210px;
  126. background:white;
  127. padding:10px;
  128. border:#e3e3e3 solid 1px;
  129. box-shadow:rgba(0,0,0,0.05)10px 9px;
  130. width:130px;
  131.  
  132. }
  133.  
  134.  
  135. #title {
  136. font-size:20px;
  137. text-align:left;
  138. margin-bottom:5px;
  139. font-family:lala;
  140. }
  141.  
  142. #sidebarimage {
  143. width 60px;
  144. margin-left:35px;
  145. }
  146.  
  147. #sidebarimage img {
  148. width:60px;
  149. }
  150.  
  151. #links{
  152. font-size:9px;
  153. padding-left:0px;
  154. padding-top:10px;
  155.  
  156. }
  157.  
  158. #links a{
  159. background-color:white;
  160. width:0px;
  161. height:0px;
  162. display:inline-block;
  163. -moz-transition-duration:0.3s;
  164. -webkit-transition-duration:0.3s;
  165. -o-transition-duration:0.3s;
  166. }
  167.  
  168. #links a:hover {
  169. background-color:#feceec;
  170. border: 3px double #a4a4a8;
  171. -moz-transition-duration:0.3s;
  172. -webkit-transition-duration:0.3s;
  173. -o-transition-duration:0.3s;
  174. }
  175.  
  176. #description {
  177. text-align:center;
  178. margin-top:-4px;
  179. width:130px;
  180. margin-left:3px;
  181. }
  182.  
  183. #info {
  184. text-align:center;
  185. margin-top:10px;
  186. background:white;
  187. border:solid 1px #e3e3e3;
  188. padding:5px;
  189. border-radius:5px;
  190. }
  191.  
  192. <!------ ASK/ANSWERED ------>
  193.  
  194. #asker {
  195. font-size: 9px;
  196. padding:5px;
  197. text-align:left;
  198. font-family:arial;
  199. color: #b6afaf;
  200. background-color:white;
  201. }
  202.  
  203. #askerj {
  204. border-radius: 100px;
  205. float: left;
  206. padding-left: 4px;
  207. padding-right: 8px;
  208. padding-top: 4px;
  209. }
  210.  
  211. #askerj img {
  212. border-radius: 100px;
  213. }
  214.  
  215. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  216.  
  217. #urlasker {
  218. font-family:cedarcursive;
  219. font-size:15px;
  220. }
  221.  
  222. #answer {
  223. text-align: right;
  224. background-color: #fcfcfc;
  225. color: #b6afaf;
  226. padding:1px;
  227. padding-top:30px;
  228. padding-right:9px;
  229. padding-left:11px;
  230. }
  231.  
  232.  
  233. .newplayerbutton {
  234. position: relative;
  235. width: 28px;
  236. height: 27px;
  237. overflow: hidden;
  238. }
  239.  
  240. .playerbuttonhug {
  241. position: absolute;
  242. top: -11px;
  243. left: -12px;
  244. }
  245.  
  246.  
  247. .tumblr_audio_player {
  248. border: none;
  249. padding: 0px;
  250. margin: 0px;
  251. height: 50px;
  252. width: 500px;
  253. }
  254.  
  255. .playerbuttonbg {
  256. position: absolute;
  257. left: 20px;
  258. top: 20px;
  259. width: 28px;
  260. height: 28px;
  261. background-color: #ffffff;
  262. padding: 10px;
  263. -webkit-border-radius: 40px;
  264. -moz-border-radius: 40px;
  265. border-radius: 40px;
  266. opacity: .4;
  267. filter: alpha(opacity=40);
  268. -moz-opacity: 0.4;
  269. -khtml-opacity: 0.4;
  270. transition: opacity .7s ease-in-out;
  271. -moz-transition: opacity .7s ease-in-out;
  272. -webkit-transition: opacity .7s ease-in-out;
  273. }
  274.  
  275. .playerbuttonbg:hover {
  276. opacity: 1;
  277. filter: alpha(opacity=100);
  278. -moz-opacity: 1;
  279. -khtml-opacity: 1;
  280. }
  281.  
  282. .audioimgwrapper {
  283. position: absolute;
  284. left: 0px;
  285. top: 0px;
  286. -webkit-border-radius: 50px;
  287. -moz-border-radius: 50px;
  288. border-radius: 50px;
  289. overflow: hidden;
  290. width: 88px;
  291. height: 88px;
  292. }
  293.  
  294. .audioimgwrapper img {
  295. width: 100%;
  296. height: auto;
  297. -webkit-border-radius: 50px;
  298. -moz-border-radius: 50px;
  299. border-radius: 50px;
  300. }
  301.  
  302. .trackdetails {
  303. width: auto;
  304. display:inline-block;
  305. margin-left: 100px;
  306. min-height: 85px;
  307. }
  308.  
  309. .audiowrapper {
  310. position: relative;
  311. display:inline-block;
  312. }
  313.  
  314. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  315.  
  316. #zaynflirt{
  317. position:fixed;
  318. font-family:redensek;
  319. font-size:18px;
  320. line-height:50%;
  321. right:15px;
  322. bottom:25px;
  323. text-transform:uppercase;
  324. }
  325.  
  326. #zaynflirt a {
  327. color:black;
  328. }
  329.  
  330. #s-m-t-tooltip{
  331. max-width:250px;
  332. z-index:999999;
  333. margin:10px;
  334. padding:3px 7px;
  335. border-radius:0px;
  336. text-transform:uppercase; /* cand be lowercase or none */
  337. background:#FFF; /* change the background color */
  338. color:#AAA; /* change the text color */
  339. font-family:arial; /* change the font */
  340. font-size:8px; /* change the font size */
  341. box-shadow:rgba(0,0,0,0.05)10px 9px;
  342. }
  343.  
  344. #pagination {
  345. padding-bottom: 35px;
  346. text-transform: lowercase;
  347. margin-left:140px;
  348. width:400px;
  349. }
  350.  
  351. #pagination a {
  352. padding:10px;
  353. border:#e3e3e3 solid 1px;
  354. box-shadow:rgba(0,0,0,0.05)10px 9px;
  355. color: {color:link};
  356. padding: 5px 10px;
  357. text-decoration: none;
  358. font-size:10px;
  359.  
  360. }
  361.  
  362. #pagination a:hover {
  363. color:{color:hover};
  364. }
  365.  
  366. @font-face {font-family:Mixtape Mike; src: url(http://static.tumblr.com/9wzbixa/EZ4mj3kyl/mixtmk_t.otf);}
  367. @font-face{ font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  368.  
  369.  
  370.  
  371. {CustomCSS}</style></head><body>
  372.  
  373.  
  374.  
  375.  
  376. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  377. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  378. <script>
  379. (function($){
  380. $(document).ready(function(){
  381. $("a[title]").style_my_tooltips({
  382. tip_follows_cursor:true,
  383. tip_delay_time:100,
  384. tip_fade_speed:100,
  385. attribute:"title"
  386. });
  387. });
  388. })(jQuery);
  389. </script>
  390.  
  391. <div id="sidebar">
  392.  
  393. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  394.  
  395. <div id="links">
  396.  
  397. <form action="http://www.myspacegens.com/handler.php?gen=redirect" method="post"><select onchange='location=this.options[this.selectedIndex].value;' style="width: 130px; height: 20px; font-size: 9px;"></form>
  398.  
  399. <option>{text:panel}</option>
  400.  
  401. <option value="/">home</option>
  402. <option value="/ask">message</option>
  403. <option value="{text:linkA url}">{text:linkA}</option>
  404. <option value="{text:linkB url}">{text:linkB}</option>
  405. <option value="{text:linkC url}">{text:linkC}</option>
  406.  
  407. </select>
  408. </div>
  409. <div id="links">
  410. </div>
  411.  
  412. <div id="description">{Description}</div>
  413.  
  414. </div>
  415.  
  416. <div id="zaynflirt">
  417. <a title="zaynflirt"href="http://zaynflirt.tumblr.com">☾</a
  418. </div>
  419.  
  420. </div>
  421.  
  422. <div id="entries">{block:Posts}<div id="post">
  423.  
  424. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  425.  
  426. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  431.  
  432. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  433.  
  434. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  435.  
  436. {block:AudioPlayer}
  437. <div class="audiowrapper">
  438. {block:AlbumArt}
  439. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  440. {/block:AlbumArt}
  441.  
  442. <div class="playerbuttonbg">
  443. <div class="newplayerbutton">
  444. <div class="playerbuttonhug">
  445.  
  446. {AudioPlayerWhite}
  447.  
  448. </div>
  449. </div>
  450. </div>
  451.  
  452. <div class="trackdetails">
  453.  
  454. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  455. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  456. {block:Album}Album: {Album}{/block:Album}<br/>
  457. {PlayCountWithLabel}
  458.  
  459. </div>
  460. </div>
  461. {/block:AudioPlayer}
  462.  
  463. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  464.  
  465. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  466.  
  467. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> ; {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> src <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  468. <br>
  469.  
  470. {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  471.  
  472.  
  473. {Block:PostNotes}{PostNotes}{/block:PostNotes}
  474. <br><br><br>
  475. {/block:Posts}
  476.  
  477. <div id="pagination">
  478. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  479. </div>
  480. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment