Advertisement
kingsdylan

theme 11; disco fever- pink

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