kingsdylan

theme #15; perfection

Jun 17th, 2014
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.60 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="#F7D6D6"/>
  11. <meta name="color:Text" content="#000000"/>
  12. <meta name="color:Link" content="#adadad"/>
  13. <meta name="color:oddlinks" content="" />
  14. <meta name="color:evenlinks" content="" />
  15. <meta name="color:Hover" content="#e3e3e3"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:link1" content="Link1"/>
  20. <meta name="text:link1 tooltip" content="tooltip1"/>
  21. <meta name="text:link1 url" content="/"/>
  22. <meta name="text:link2" content="Link2"/>
  23. <meta name="text:link2 tooltip" content="tooltip2"/>
  24. <meta name="text:link2 url" content="/"/>
  25. <meta name="text:link3" content="Link3"/>
  26. <meta name="text:link3 tooltip" content="tooltip3"/>
  27. <meta name="text:link3 url" content="/"/>
  28.  
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {background-color: #ffffff; height:8px; width:4px}
  32. ::-webkit-scrollbar-thumb:vertical {background-color: #000000; height:50px}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: #dadada; height:8px!important}
  34.  
  35. iframe#tumblr_controls {
  36. white-space:nowrap;
  37. -webkit-filter: invert(100%);
  38. -moz-filter: invert(100%);
  39. -o-filter: invert(100%);
  40. -ms-filter: invert(100%);
  41. filter: invert(100%);
  42. opacity:.2;transition: .8s ease-in-out;
  43. -webkit-transition: .8s ease-in-out;
  44. -moz-transition: .8s ease-in-out;
  45. -o-transition: .8s ease-in-out;}
  46.  
  47.  
  48. body {
  49. background: url(https://dub113.mail.live.com/att/GetAttachment.aspx?tnail=2&messageId=8e6c36d7-f659-11e3-9368-00215ad9bc92&Aux=14%7c0%7c8D1587D7918B810%7c%7c0%7c0%7c0%7c0%7c%7c&cid=960ca2b17d1b195e&maxwidth=220&maxheight=160&size=Att) 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. margin:0px;
  55. color:{color:text};
  56. font-family:arial;
  57. font-size:10px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. a:hover{
  69. color:{color:hover};
  70. }
  71.  
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:15px;
  89. }
  90.  
  91. #entries {
  92. padding:10px;
  93. width:400px;
  94. margin-left:550px;
  95. margin-top:40px;
  96. }
  97.  
  98. #post {
  99. width:400px;
  100. margin-bottom:10px;
  101. background-color:white;
  102. padding:6px;
  103. box-shadow:rgba(0,0,0,0.1)9px 9px;
  104. }
  105.  
  106. #sidebar {
  107. position:fixed;
  108. margin-left:170px;
  109. margin-top:240px;
  110. background:white;
  111. padding:6px;
  112. box-shadow:rgba(0,0,0,0.1)9px 9px;
  113. }
  114.  
  115.  
  116. #title {
  117. font-size:13px;
  118. line-height:7px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. width:250px;
  122. text-transform:lowercase;
  123. text-align:left;
  124.  
  125. }
  126.  
  127. #sidebarimage {
  128. width 160px;
  129. }
  130.  
  131. #sidebarimage img {
  132. width:160px;
  133. }
  134.  
  135. .links {
  136. width:450px;
  137. height:0px;
  138. padding: 3px;
  139. font-family:arial;
  140. text-align:center;
  141. margin-top:-25px;
  142. margin-left:-150px;
  143. text-align:center;
  144. text-transform:none;
  145. word-spacing:2px;
  146. position:fixed;
  147. padding-bottom:7px;
  148. }
  149.  
  150. .links a {
  151. width:11px;
  152. height:11px;
  153. display:inline-block;
  154. border-radius:0%;
  155. border:2px solid #ada9a9;
  156. background:#cccccc;
  157. -webkit-transition: all 0.5s ease-in-out;
  158. -moz-transition: all 0.5s ease-in-out;
  159. -o-transition: all 0.5s ease-in-out;
  160. }
  161.  
  162. .links a:hover {
  163. background:white;
  164. border-radius:0%;
  165. border:2px solid #ada9a9;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170. .links a:hover:nth-of-type(odd) {
  171. border-color: {color:oddlinks};
  172. -webkit-transition: all 0.5s ease-in-out;
  173. -moz-transition: all 0.5s ease-in-out;
  174. -o-transition: all 0.5s ease-in-out;
  175. }
  176.  
  177. .links a:hover:nth-of-type(even) {
  178. border-color:{color:evenlinks};
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. -o-transition: all 0.5s ease-in-out;
  182. }
  183.  
  184.  
  185. #description {
  186. text-align:center;
  187. margin-top:5px;
  188. width:160px;
  189. background:white;
  190. padding-top:10px;
  191. padding-bottom:1px;
  192. background-color: white;
  193. line-height:150%;
  194. padding-bottom:20px;
  195. }
  196. }
  197.  
  198. #info {
  199. text-align:center;
  200. margin-top:10px;
  201. }
  202.  
  203. <!------ ASK/ANSWERED ------>
  204.  
  205. #asker {
  206. font-size: 9px;
  207. padding:5px;
  208. text-align:left;
  209. font-family:arial;
  210. color: #b6afaf;
  211. background-color:white;
  212. }
  213.  
  214. #askerj {
  215. border-radius: 100px;
  216. float: left;
  217. padding-left: 4px;
  218. padding-right: 8px;
  219. padding-top: 4px;
  220. }
  221.  
  222. #askerj img {
  223. border-radius: 100px;
  224. }
  225.  
  226. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  227.  
  228. #urlasker {
  229. font-family:cedarcursive;
  230. font-size:15px;
  231. }
  232.  
  233. #answer {
  234. text-align: right;
  235. background-color: #fcfcfc;
  236. color: #b6afaf;
  237. padding:1px;
  238. padding-top:30px;
  239. padding-right:9px;
  240. padding-left:11px;
  241. }
  242.  
  243.  
  244. .newplayerbutton {
  245. position: relative;
  246. width: 28px;
  247. height: 27px;
  248. overflow: hidden;
  249. }
  250.  
  251. .playerbuttonhug {
  252. position: absolute;
  253. top: -11px;
  254. left: -12px;
  255. }
  256.  
  257.  
  258. .tumblr_audio_player {
  259. border: none;
  260. padding: 0px;
  261. margin: 0px;
  262. height: 50px;
  263. width: 500px;
  264. }
  265.  
  266. .playerbuttonbg {
  267. position: absolute;
  268. left: 20px;
  269. top: 20px;
  270. width: 28px;
  271. height: 28px;
  272. background-color: #ffffff;
  273. padding: 10px;
  274. -webkit-border-radius: 40px;
  275. -moz-border-radius: 40px;
  276. border-radius: 40px;
  277. opacity: .4;
  278. filter: alpha(opacity=40);
  279. -moz-opacity: 0.4;
  280. -khtml-opacity: 0.4;
  281. transition: opacity .7s ease-in-out;
  282. -moz-transition: opacity .7s ease-in-out;
  283. -webkit-transition: opacity .7s ease-in-out;
  284. }
  285.  
  286. .playerbuttonbg:hover {
  287. opacity: 1;
  288. filter: alpha(opacity=100);
  289. -moz-opacity: 1;
  290. -khtml-opacity: 1;
  291. }
  292.  
  293. .audioimgwrapper {
  294. position: absolute;
  295. left: 0px;
  296. top: 0px;
  297. -webkit-border-radius: 50px;
  298. -moz-border-radius: 50px;
  299. border-radius: 50px;
  300. overflow: hidden;
  301. width: 88px;
  302. height: 88px;
  303. }
  304.  
  305. .audioimgwrapper img {
  306. width: 100%;
  307. height: auto;
  308. -webkit-border-radius: 50px;
  309. -moz-border-radius: 50px;
  310. border-radius: 50px;
  311. }
  312.  
  313. .trackdetails {
  314. width: auto;
  315. display:inline-block;
  316. margin-left: 100px;
  317. min-height: 85px;
  318. }
  319.  
  320. .audiowrapper {
  321. position: relative;
  322. display:inline-block;
  323. }
  324.  
  325. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  326.  
  327. #zaynflirt{
  328. position:fixed;
  329. font-family:redensek;
  330. font-size:18px;
  331. line-height:50%;
  332. right:15px;
  333. bottom:25px;
  334. text-transform:uppercase;
  335. }
  336.  
  337. #zaynflirt a {
  338. color:white;
  339. }
  340.  
  341. #s-m-t-tooltip{
  342. max-width:250px;
  343. z-index:999999;
  344. margin:10px;
  345. padding:3px 7px;
  346. border-radius:0px;
  347. text-transform:uppercase; /* cand be lowercase or none */
  348. border-bottom:3px solid #cccccc; /* change the border width and color */
  349. background:#FFF; /* change the background color */
  350. color:black; /* change the text color */
  351. font-family:arial; /* change the font */
  352. font-size:8px; /* change the font size */
  353.  
  354. }
  355.  
  356.  
  357. #pagination {
  358. padding-bottom: 35px;
  359. text-transform: lowercase;
  360. margin-left:320px;
  361. width:400px;
  362. box-shadow:rgba(0,0,0,0.1)9px 9px;
  363. }
  364.  
  365. #pagination a {
  366. background-color: #fff;
  367. color: {color:link};
  368. padding: 5px 10px;
  369. text-decoration: none;
  370. font-size:10px;
  371. }
  372.  
  373. #pagination a:hover {
  374. color:{color:hover};
  375. }
  376.  
  377.  
  378. #ocehans1{
  379. height:13px;
  380. text-align:center;
  381. overflow:hidden;
  382. margin-top:-1px;
  383. border-bottom:1px solid #efefef;
  384. text-transform:uppercase;
  385. letter-spacing:1px;
  386. font-size:11px;
  387. line-height:10px;
  388. z-index:999999999999999999999;
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. }
  393. #ocehans1:hover{
  394. height:100px;
  395. -webkit-transition: all 0.5s ease-in-out;
  396. -moz-transition: all 0.5s ease-in-out;
  397. -o-transition: all 0.5s ease-in-out;
  398. }
  399.  
  400. #ocehans2{
  401. height:13px;
  402. text-align:center;
  403. overflow:hidden;
  404. border-bottom:1px solid #efefef;
  405. text-transform:uppercase;
  406. background-color:#fff;
  407. letter-spacing:1px;
  408. font-size;11px;
  409. line-height:13px;
  410. z-index:999999999999999999999;
  411. -webkit-transition: all 0.5s ease-in-out;
  412. -moz-transition: all 0.5s ease-in-out;
  413. -o-transition: all 0.5s ease-in-out;
  414. }
  415.  
  416. #ocehans2:hover{
  417. height:120px;
  418. -webkit-transition: all 0.5s ease-in-out;
  419. -moz-transition: all 0.5s ease-in-out;
  420. -o-transition: all 0.5s ease-in-out;
  421. }
  422.  
  423. #ocehans{
  424. text-align:left;
  425. font-size:11px;
  426. text-transform:uppercase;
  427. opacity: .8;
  428. border:1px solid #eee;
  429. position:fixed;
  430. font-family:calibri;
  431. left:14px;
  432. background-color:#fff;
  433. letter-spacing:1px;
  434. width:65px;
  435. z-index:9999;
  436. padding:4px;
  437. top:14px;
  438.  
  439. }
  440.  
  441. #ocehans3{
  442. height:13px;
  443. text-align:center;
  444. overflow:hidden;
  445. border-bottom:1px solid #efefef;
  446. text-transform:uppercase;
  447. background-color:#fff;
  448. letter-spacing:1px;
  449. font-size;11px;
  450. line-height:13px;
  451. z-index:999999999999999999999;
  452. -webkit-transition: all 0.5s ease-in-out;
  453. -moz-transition: all 0.5s ease-in-out;
  454. -o-transition: all 0.5s ease-in-out;
  455. }
  456.  
  457. #ocehans3:hover{
  458. height:80px;
  459. -webkit-transition: all 0.5s ease-in-out;
  460. -moz-transition: all 0.5s ease-in-out;
  461. -o-transition: all 0.5s ease-in-out;
  462. }
  463.  
  464. {CustomCSS}</style></head><body>
  465.  
  466.  
  467. <div id="ocehans">
  468. <center>
  469. <div id="ocehans1">
  470. <div style="font-size:8px;">news</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  471.  
  472. AND HERE AN EXAMPLE OF A PICTURE WITH A LINK OMG </p>
  473.  
  474. <a href="http://instagram.com/idkselmaa" target="_blank">
  475. <img src="http://media.tumblr.com/0996ab12f44219dbee0e32a80dc7a84e/tumblr_inline_moi3pghAbS1qz4rgp.gif">
  476. </a>
  477.  
  478.  
  479.  
  480. <br><br>
  481. </div>
  482. </div>
  483.  
  484. <div id="ocehans2">
  485. <div style="font-size:8px;">other</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:9px; line-height:10px; text-align:center; color:#b9b9b9;">
  486.  
  487. YO UPDATES HERE ^^ THERE IS AN EXAMPLE OF A LINK BELOW YAY
  488.  
  489. <p><a href="http://tumblrtheme.directory/">tumblr theme directory</a></p>
  490.  
  491. <br><br>
  492. </div>
  493. </div>
  494.  
  495. <div id="ocehans3">
  496. <div style="font-size:8px;">friends</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#b9b9b9;">
  497.  
  498. MORE SPACE FOR LINKS ((OF YOUR FREINDS BLOGS WHAT))
  499.  
  500.  
  501. <br><br>
  502. </div>
  503. </div>
  504.  
  505.  
  506. </div></div>
  507. </div></div></div></div>
  508.  
  509. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  510. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  511. <script>
  512. (function($){
  513. $(document).ready(function(){
  514. $("a[title]").style_my_tooltips({
  515. tip_follows_cursor:true,
  516. tip_delay_time:100,
  517. tip_fade_speed:100,
  518. attribute:"title"
  519. });
  520. });
  521. })(jQuery);
  522. </script>
  523.  
  524. <div id="sidebar">
  525.  
  526.  
  527.  
  528. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  529.  
  530.  
  531.  
  532. <div id="description">{Description}</div>
  533.  
  534. <div class="links">
  535. <a title="home"href="/"></a>
  536. <a title="mssg"href="/ask"></a>
  537. <a title="{text:link1 tooltip}"href="{text:link1 url}"></a>
  538. <a title="{text:link2 tooltip}"href="{text:link2 url}"></a>
  539. <a title="{text:link3 tooltip}"href="{text:link3 url}"></a>
  540. </div>
  541.  
  542.  
  543. </div>
  544.  
  545. <div id="zaynflirt">
  546. <a title="zaynflirt"href="http://zaynflirt.tumblr.com">☾</a
  547. </div>
  548.  
  549. </div>
  550.  
  551. <div id="entries">{block:Posts}<div id="post">
  552.  
  553. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  554.  
  555. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  556.  
  557. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  558.  
  559. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  560.  
  561. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  562.  
  563. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  564.  
  565. {block:AudioPlayer}
  566. <div class="audiowrapper">
  567. {block:AlbumArt}
  568. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  569. {/block:AlbumArt}
  570.  
  571. <div class="playerbuttonbg">
  572. <div class="newplayerbutton">
  573. <div class="playerbuttonhug">
  574.  
  575. {AudioPlayerWhite}
  576.  
  577. </div>
  578. </div>
  579. </div>
  580.  
  581. <div class="trackdetails">
  582.  
  583. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  584. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  585. {block:Album}Album: {Album}{/block:Album}<br/>
  586. {PlayCountWithLabel}
  587.  
  588. </div>
  589. </div>
  590. {/block:AudioPlayer}
  591.  
  592. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  593.  
  594. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  595.  
  596. <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}
  597. <br>
  598.  
  599. {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  600.  
  601.  
  602. {Block:PostNotes}{PostNotes}{/block:PostNotes}
  603. <br><br><br>
  604. {/block:Posts}
  605.  
  606. <div id="pagination">
  607. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  608. </div>
  609.  
  610.  
  611. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment