Advertisement
kingsdylan

theme #16; stars

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