kingsdylan

theme #13; spring- purple

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