kingsdylan

theme #13; spring- background

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