Advertisement
mahida

#1 - Him

Jun 22nd, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 KB | None | 0 0
  1.  
  2. <!--
  3. █▀▀▄ █░░█
  4. █▀▀▄ █▄▄█
  5. ▀▀▀░ ▄▄▄█
  6.  
  7. █▀▄▀█ █▀▀█ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀  |   ▀▀█▀▀ █░░█ █▀▄▀█ █▀▀▄ █░░ █▀▀█
  8. █░▀░█ █▄▄▀ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█  |   ░░█░░ █░░█ █░▀░█ █▀▀▄ █░░ █▄▄▀
  9. ▀░░░▀ ▀░▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀  |   ░░▀░░ ░▀▀▀ ▀░░░▀ ▀▀▀░ ▀▀▀ ▀░▀▀
  10.  
  11. █▀▄▀█ █▀▀█ █░░█ ░▀░ █▀▀▄ █▀▀█ |  █▀▀█ ░▀░ ▀▀█ ▀▀█ █░░█ █░░█ █░░█ ▀▀█▀▀
  12. █░▀░█ █▄▄█ █▀▀█ ▀█▀ █░░█ █▄▄█ |  █░░█ ▀█▀ ▄▀░ ▄▀░ █░░█ █▀▀█ █░░█ ░░█░░
  13. ▀░░░▀ ▀░░▀ ▀░░▀ ▀▀▀ ▀▀▀░ ▀░░▀ |  █▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ░▀▀▀ ▀░░▀ ░▀▀▀ ░░▀░░
  14.  
  15. ~#1 - Him
  16. ~don't steal, use as a base code, edit and then post as your own etc.
  17. ~base by the amazing farahmir.
  18. ~again, don't be douche pleAsE.
  19. ~thank you for using, beautiful, have a nice day!
  20. -->
  21.  
  22. <!DOCTYPE html>
  23. <head>
  24.  
  25.  
  26. <title>{Title}</title>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.  
  32. <!--Default Variables-->
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Text" content="#aaaaaa"/>
  36. <meta name="color:Link" content="#000000"/>
  37. <meta name="color:Sblink" content="#ffffff"/>
  38.  
  39. <meta name="image:Sidebar Image" content=""/>
  40. <meta name="text:Titulo" content="" />
  41.  
  42. <meta name="text:Link 1 URL" content="" />
  43. <meta name="text:Link 1" content="" />
  44. <meta name="text:Link 2 URL" content="" />
  45. <meta name="text:Link 2" content="" />
  46. <meta name="text:Link 3 URL" content="" />
  47. <meta name="text:Link 3" content="" />
  48.  
  49.  
  50. <!-- jquery for tooltips-->
  51.  
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <script>
  58.  
  59. (function($){
  60.  
  61. $(document).ready(function(){
  62.  
  63. $("a[title]").style_my_tooltips({
  64.  
  65. tip_follows_cursor:true,
  66.  
  67. tip_delay_time:30,
  68.  
  69. tip_fade_speed:300,
  70.  
  71. attribute:"title"
  72.  
  73. });
  74.  
  75. });
  76.  
  77. })(jQuery);
  78.  
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <!--CSS customization here. -->
  87.  
  88. <style type="text/css">
  89.  
  90. #s-m-t-tooltip{
  91. position:absolute;
  92. margin-top: 15px;
  93. z-index:9999;
  94. background:{color:background};
  95. }
  96.  
  97.  
  98.  
  99. /*basics*/
  100. blockquote {
  101. padding:5px 0 5px 30px;
  102. border-left:1px solid {color:text};
  103. margin-left:30px;
  104. background:#eee;
  105. }
  106.  
  107. body {
  108. background:{color:background};
  109. color:{color:text};
  110. font-family:arial;
  111. font-size:11px;
  112. text-align:justify;
  113. margin:0;
  114. line-height:16px;
  115. }
  116.  
  117.  
  118. a {
  119. color:{color:link};
  120. text-decoration:none;
  121. }
  122.  
  123. a:hover {
  124. text-decoration:underline;
  125.  
  126. }
  127.  
  128. img{
  129. opacity:1;
  130. border:none;
  131. text-decoration:none
  132. }
  133.  
  134.  
  135. small {
  136. font-size:9px;
  137. }
  138.  
  139. big {
  140. font-size:12px;
  141. }
  142.  
  143.  
  144. #title {
  145. font-size:12px;
  146. line-height:18px;
  147. font-weight:bold;
  148. margin-bottom:10px;
  149. text-transform:uppercase;
  150. text-align:left;
  151.  
  152. }
  153.  
  154.  
  155. /*sidebar*/
  156. #sidebar {
  157. text-align:left;
  158. position:fixed;
  159. margin-left:-280px;
  160. margin-top:130px;
  161. width:125px;
  162. }
  163.  
  164. #sidebarim {
  165. margin-top:5px;
  166. }
  167.  
  168. #sidebarim img {
  169. width:180px;
  170. }
  171.  
  172. #titulo {
  173. font-size:18px;
  174. font-weight:bold;
  175.  
  176. }
  177.  
  178. #links {
  179. line-height:16px;
  180. text-transform:uppercase;
  181. font-size:8px;
  182. width:180px;
  183. margin-top:0px;
  184. margin-left:0px;
  185. text-align:center;
  186. border-bottom:1px solid #eee;
  187. }
  188.  
  189.  
  190. #links a {
  191. margin-right:5px;
  192. display:inline-block;
  193. margin-bottom:5px;
  194. text-decoration:none;
  195. padding:2px;
  196. }
  197.  
  198. #links a:hover {
  199. color:{color:Sblink};
  200. -webkit-transition: all 0.3s ease-in-out;
  201. -moz-transition: all 0.3s ease-in-out;
  202. -o-transition: all 0.3s ease-in-out;
  203. -ms-transition: all 0.3s ease-in-out;
  204. }
  205.  
  206.  
  207.  
  208. #description {
  209. margin-top:5px;
  210. width:180px;
  211. }
  212.  
  213.  
  214. /*pagination*/
  215. #pagination {
  216. margin:50px 0;
  217. text-transform:lowercase;
  218. font-weight:bold;
  219. }
  220.  
  221. #pagination a {
  222. padding:0 15px;
  223. }
  224.  
  225. /*container*/
  226. #con {
  227. left:50%;
  228. margin-left:-150px;
  229. position:absolute;
  230. }
  231.  
  232.  
  233.  
  234. /*posts*/
  235.  
  236. #entries {
  237. margin-top:75px;
  238. width:500px;
  239. }
  240.  
  241.  
  242.  
  243. #posts {
  244. width:500px;
  245. {block:IndexPage}
  246. margin-bottom:75px;
  247. {/block:IndexPage}
  248. {block:PermalinkPage}
  249. margin-bottom:50px;
  250. {/block:PermalinkPage}
  251.  
  252. }
  253. #posts img {
  254. max-width:500px;
  255. }
  256.  
  257. #posts img, #posts li, #posts blockquote {
  258. max-width: 100%;
  259. }
  260. .caption {
  261. width:100%;
  262. margin-top:10px;
  263. }
  264.  
  265. /*quote*/
  266.  
  267. #titlequote{
  268. text-align:left;
  269. font-size:14px;
  270. line-height:18px;
  271. font-weight:bold;
  272. }
  273. #source {
  274. margin-top:15px;
  275. margin-left:15px;
  276. }
  277.  
  278. /*audio*/
  279.  
  280. .player {
  281. width:25px;
  282. height:25px;
  283. overflow:hidden;
  284. position:absolute;
  285. background:white;
  286. }
  287.  
  288. .audioinfo {
  289. margin-left:50px;
  290. }
  291.  
  292.  
  293. /*asks*/
  294. .q {
  295. margin-bottom:10px;
  296. }
  297. .as {
  298. font-weight:bold;
  299. }
  300.  
  301. .a {
  302. margin-top:10px;
  303. }
  304.  
  305.  
  306. /*chat*/
  307.  
  308. .chat ol {
  309. padding:0;
  310. list-style:none;
  311. }
  312. .line {
  313. padding:5px 0;
  314. }
  315.  
  316. .label {
  317. font-weight:bold;
  318. }
  319.  
  320.  
  321.  
  322.  
  323.  
  324. /*permalink and notes*/
  325.  
  326. #permalink {
  327. margin-top:15px;
  328. font-size:9px;
  329. text-transform:lowercase;
  330. }
  331. #permalink a {
  332.  
  333. }
  334.  
  335.  
  336. .tags {
  337. word-break:break-all;
  338. font-size:9px;
  339. }
  340.  
  341. .pagenotes {
  342. {block:IndexPage}
  343. display: none!important;
  344. {/block:IndexPage}
  345. width:400px;
  346. text-align:left;
  347. }
  348.  
  349. .pagenotes img {
  350. display:none!important;
  351. }
  352.  
  353. .pagenotes li {
  354. list-style-type:none;
  355. padding:5px 0px;
  356. text-align:left;
  357. margin:0 0 0 -40px;
  358. }
  359.  
  360. #credit {
  361. right:2px;
  362. bottom:0px;
  363. font-size:9px;
  364. padding:5px;
  365. text-transform:uppercase;
  366. position:fixed;
  367. -webkit-transition: all 0.5s ease-out;
  368. -moz-transition: all 0.5s ease-out;
  369. transition: all 0.5s ease-out;
  370. }
  371.  
  372. /* --- UPDATES ---*/
  373.  
  374. #updates {
  375. font-size:9px;
  376. color:{color:Text};
  377. text-align:left;
  378. height:13px;
  379. width:100px;
  380. padding:4px;
  381. top:15px;
  382. left:20px;
  383. z-index:10;
  384. position:fixed;
  385. overflow:hidden;
  386. -webkit-transition: all 0.5s ease-in-out;
  387. -moz-transition: all 0.5s ease-in-out;
  388. -o-transition: all 0.5s ease-in-out;
  389. }
  390.  
  391. #updates:hover {
  392. height:185px;
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. }
  397.  
  398. #updatestitle {
  399. font-size:11px;
  400. text-transform:uppercase;
  401. font-family:arial;
  402. font-weight:bold;
  403. color:#000;
  404. }
  405.  
  406. {CustomCSS}
  407.  
  408.  
  409. </style>
  410.  
  411.  
  412.  
  413. </head>
  414.  
  415. <body>
  416.  
  417. <!-- begin updates tab -->
  418.  
  419. <div id="updates">
  420. <div id="updatestitle">updates</div>
  421.  
  422. <div style="padding-top:10px;">
  423.  
  424. Okay hey, so you can put your text here.
  425.  
  426. <p>
  427.  
  428. As always, use &lt;br&gt; or &lt;p&gt; for line breaks.
  429.  
  430. <p>
  431.  
  432. credit to <a href="http://armyofghosts.tumblr.com/">armyofghosts</a> for this updates tab!
  433.  
  434. </div></div>
  435.  
  436. <!-- end updates tab -->
  437.  
  438. <div id="con">
  439.  
  440. <div id="sidebar">
  441. <div id="titulo">{text:Titulo}</div>
  442. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  443. <div id="links">
  444. <a href="/">home</a>
  445. <a href="/ask">ask</a>
  446. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  447. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  448. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  449. </div>
  450. <div id="description">{Description}</div>
  451.  
  452.  
  453.  
  454. </div>
  455.  
  456.  
  457.  
  458.  
  459. <div id="entries">
  460.  
  461. {block:Posts}
  462. <div id="posts">
  463.  
  464.  
  465. {block:Quote}
  466.  
  467.  
  468. <div id="titlequote">“{Quote}”</div>
  469. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  470. {/block:Quote}
  471.  
  472.  
  473.  
  474. {block:Text}
  475.  
  476. {block:Title}
  477. <div id="title">{Title}</div>{/block:Title}
  478. {Body}
  479. {/block:Text}
  480.  
  481. {block:Link}
  482. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  483. {/block:Link}
  484.  
  485. {block:Chat}
  486. {block:Title}
  487. <h1>{Title}</h1>
  488. {/block:Title}
  489. <div class="chat">
  490. <ol>{block:Lines}
  491. <li class="line {Alt}">
  492. {block:Label}
  493. <span class="label">
  494. {Label}</span>
  495. {/block:Label}{Line}</li>
  496. {/block:Lines}
  497. </ol></div>
  498. {/block:Chat}
  499.  
  500. {block:Photo}
  501. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  502. {/block:Photo}
  503.  
  504. {block:Photoset}
  505. {Photoset-500}
  506. {/block:Photoset}
  507.  
  508. {block:Video}
  509. {Video-500}
  510. {/block:Video}
  511.  
  512. {block:Audio}
  513. <div class="player">{AudioPlayerWhite}</div>
  514. <div class="audioinfo">
  515. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  516. </div>
  517. {/block:Audio}
  518.  
  519. {block:Answer}
  520. <div class="q">
  521. <div class="as">{Asker} said: </div>
  522. {Question}</div>
  523. <div class="a">{Answer}</div>
  524. {/block:Answer}
  525.  
  526. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  527.  
  528. {block:Date}
  529. <div id="permalink">
  530. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  531. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  532. </div>
  533. {/block:Date}
  534.  
  535.  
  536.  
  537. </div>
  538.  
  539.  
  540. {block:PostNotes}
  541. <div class="pagenotes">
  542. {PostNotes}
  543. </div>
  544. {/block:PostNotes}
  545.  
  546.  
  547. {/block:Posts}
  548.  
  549. <div id="pagination">
  550. {block:Pagination}
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">&larr; previous </a>
  553. {/block:PreviousPage}
  554.  
  555.  
  556. {block:NextPage}
  557. <a href="{NextPage}">next &rarr;</a>
  558. {/block:NextPage}
  559. {/block:Pagination}
  560. </div>
  561.  
  562.  
  563.  
  564. </div>
  565.  
  566. </div>
  567.  
  568.  
  569. {block:ContentSource}
  570. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  571. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  572. {/block:SourceLogo}
  573. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  574. {/block:ContentSource}
  575. <div id="credit"><a href="http://pizzuhut.tumblr.com/" a title="mahida"><img src="https://31.media.tumblr.com/9132525e14bc089afbec508734cda90c/tumblr_n7ktryTMqh1snc5kxo1_r1_500.gif" width="40px;"></div></a>
  576. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement