Advertisement
kissingliamsthemes

THEME 13

Dec 10th, 2014
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.63 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.  
  9.  
  10. <!-- THEME BY AFIREHAZ, THANK YOU FOR USING;
  11. PLEASE DO NOT REMOVE CREDIT OR STEAL THIS THEME! -->
  12.  
  13. <!-- COLORS -->
  14.  
  15. <meta name="color:text" content="#777777"/>
  16. <meta name="color:link" content="#313131"/>
  17. <meta name="color:sidelinks" content="#313131"/>
  18. <meta name="color:scrollbar" content="#ececec"/>
  19. <meta name="color:selection" content="#000000"/>
  20. <meta name="color:linkhover" content="#eeeeee"/>
  21.  
  22.  
  23. <!-- IMAGES -->
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <!-- LINKS -->
  28.  
  29. <meta name="text:link 1" content="link 1"/>
  30. <meta name="text:link 1 url" content="/" />
  31. <meta name="text:link 2" content="link 2"/>
  32. <meta name="text:link 2 url" content="/" />
  33. <meta name="text:link 3" content="link 3"/>
  34. <meta name="text:link 3 url" content="/" />
  35. <meta name="text:link 4" content="link 4"/>
  36. <meta name="text:link 4 url" content="/" />
  37. <meta name="text:link 5" content="link 5"/>
  38. <meta name="text:link 5 url" content="/" />
  39.  
  40.  
  41. <!-- TEXT -->
  42.  
  43. <style type="text/css">
  44.  
  45. ::selection {background: #fff; color:{color:selection};}
  46. ::-moz-selection {background: #fff; color:{color:selection};}
  47. ::-webkit-selection {background: #fff; color:{color:selection};}
  48.  
  49. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 3px solid #fff; height:auto; border-bottom:none;}
  50.  
  51. ::-webkit-scrollbar {height:9px;width:9px;background-color:{color:scrollbar}; border:4px solid #fff;}
  52.  
  53. ::selection {background-color:#fff;}
  54.  
  55. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
  56.  
  57. body, a, a:hover {cursor: url(http://media.tumblr.com/8d531d6c90214f7c87dbff371fc474bc/tumblr_inline_mmsrpsNO3J1qz4rgp.png), auto;}
  58.  
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63.  
  64. body {
  65. font-style:none;
  66. background:{color:background};
  67. margin:0px; color:{color:text};
  68. font-family:calibri;
  69. font-size:10px;
  70. line-height:100%;
  71. }
  72.  
  73. blockquote {
  74. border-left:2px solid; color:{color:text};
  75. padding-left:5px;
  76. margin:15px;
  77. }
  78.  
  79. a {
  80. color:{color:link}
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. -webkit-transition:all .3s ease-in-out;
  86. -moz-transition:all .3s ease-in-out;
  87. -o-transition:all .3s ease-in-out;
  88. -ms-transition:all .3s ease-in-out;
  89. transition:all .3s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. color:{color:linkhover}
  94. }
  95.  
  96. img {none;}
  97.  
  98.  
  99. h1 , h2 {
  100. font-size:8px;
  101. letter-spacing:3px;
  102. line-height:100%;
  103. font-weight:100;
  104. text-align:left;
  105. text-transform:uppercase;
  106. font-family:calibri;
  107. }
  108.  
  109.  
  110. #entries {
  111. width:440px;
  112. height:500px;
  113. padding:20px;
  114. margin-left:500px;
  115. margin-top:60px;
  116. position:auto;
  117. border:1px; border-style:solid; border-width:1px; border-color:#000;
  118. overflow-y:scroll;
  119. }
  120.  
  121. #post {
  122. width:400px;
  123. font-style:none;
  124. margin-bottom:30px;
  125. background:#fff;
  126. padding:20px;
  127.  
  128.  
  129. }
  130.  
  131.  
  132.  
  133. /* --- SIDEBAR ---*/
  134.  
  135.  
  136. .sidebar {
  137. width:260px;
  138. height:900px;
  139. position:fixed;
  140. margin-left:200px;
  141. margin-top:-70px;
  142.  
  143. }
  144.  
  145.  
  146. .sidebarimage img {
  147. margin-left:125px;
  148. width:90px;
  149. margin-top:120px;
  150. background:#fff;
  151. border-radius:100%;
  152. }
  153.  
  154.  
  155.  
  156. #description {
  157. margin-left:990px;
  158. margin-top:0px;
  159. word-spacing:2px;
  160. width:70px;
  161. line-height: 100%;
  162. text-align:justify;
  163. text-transform:none;
  164. font-family:calibri;
  165. font-size:10px;
  166. font-style:none;
  167. letter-spacing:0px;
  168. word-spacing:0px;
  169. background:#fff;
  170. padding:10px;
  171. position:fixed;
  172. border:1px; border-style:solid; border-width:1px; border-color:#000;
  173. }
  174.  
  175. /* --- LINKS ---*/
  176.  
  177. #links {
  178. text-align:center;
  179. margin-left:170px;
  180. margin-top:90px;
  181. position:fixed;
  182. }
  183.  
  184.  
  185. #links a {
  186. display:block;
  187. letter-spacing:1px;
  188. padding:5px;
  189. margin-bottom:2px;
  190. text-transform:uppercase;
  191. font-size:8px;
  192. text-align:right;
  193. width:100px;
  194. color:{color:sidelinks};
  195. }
  196.  
  197. #links a:hover {
  198. color:{color:linkhover};
  199. }
  200.  
  201.  
  202. #s-m-t-tooltip{
  203. /* basic */
  204. max-width:300px;
  205. z-index:10;
  206. margin:24px 14px 7px 12px;
  207. /* style and design */
  208. padding:2px;
  209. background:#222; /* fallback if rgba not supported */
  210. background:rgba(0,0,0,0.8);
  211. font-size:11px;
  212. color:#fff;
  213. opacity:0.5;
  214. }
  215.  
  216. #s-m-t-tooltip {
  217.  
  218. max-width:300px; /* maximum width */
  219.  
  220.  
  221. background-color:#000000; /* color background */
  222.  
  223. font-size:8px; /* font size */
  224.  
  225. color:#ffffff; /* font color */
  226.  
  227. letter-spacing:0px; /* font spacing */
  228.  
  229. text-transform:uppercase; /* uppercase, lowercase, none */
  230.  
  231. padding:3px; /* padding size */
  232.  
  233. margin:20px 0px 0px 20px; /* margin size */
  234.  
  235. z-index:9999999999999999999999;
  236.  
  237. border-radius: 2px; /* border radius */
  238.  
  239. }
  240.  
  241. /*** POSTS ***/
  242.  
  243. #questions {
  244. font-size:8px;
  245. letter-spacing:1px;
  246. font-weight:100;
  247. line-height:100%;
  248. text-align:justify;
  249. text-transform:uppercase;
  250. }
  251.  
  252. #answer {
  253. font-family:calibri;
  254. font-size:10px;
  255. font-style:none;
  256. text-align:center;
  257. }
  258.  
  259. .note {
  260. padding:0px 20px 0px 20px;
  261. background-color:#FFFFFF;
  262. text-transform:lowercase;
  263. letter-spacing:0px;
  264. font-size: 8px;
  265. font-style:normal;
  266. text-align:left;
  267. line-height:120%;
  268. }
  269.  
  270. .note {
  271. padding:10px 20px 10px 20px;
  272. background-color:#FFFFFF;
  273. text-transform:uppercase;
  274. letter-spacing:1px;
  275. font-size: 8px;
  276. font-style:normal;
  277. text-align:left;
  278. line-height:120%;
  279.  
  280. }
  281.  
  282. .note li {
  283. list-style-type:none;
  284. padding:5px 25px 5px 25px;
  285. text-align:left;
  286. margin-right:30px;
  287. margin-top:-50px;
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294. #info {
  295. font-family:helvetica;
  296. text-align:center;
  297. letter-spacing:1px;
  298. padding-top:5px;
  299. margin-top:5px;
  300. font-style:none;
  301. font-size:8px;
  302. text-transform:lowercase;
  303. opacity:0;
  304. -webkit-transition:all .3s ease-in-out;
  305. -moz-transition:all .3s ease-in-out;
  306. -o-transition:all .3s ease-in-out;
  307. -ms-transition:all .3s ease-in-out;
  308. transition:all .3s ease-in-out;
  309. }
  310.  
  311.  
  312.  
  313. #Sources {
  314. font-family:calibri;
  315. margin-top:-10px;
  316. font-style:none;
  317. font-size:8px;
  318. text-align:center;
  319. text-transform:uppercase;
  320. }
  321.  
  322.  
  323. #post:hover #info {
  324. opacity:1;
  325. -webkit-transition:all .3s ease-in-out;
  326. -moz-transition:all .3s ease-in-out;
  327. -o-transition:all .3s ease-in-out;
  328. -ms-transition:all .3s ease-in-out;
  329. transition:all .3s ease-in-out;
  330. }
  331.  
  332.  
  333. #quote {
  334. font-size:11px;
  335. font-weight:900;
  336. font-style:none;
  337. line-height:100%;
  338. text-align:justify;
  339. letter-spacing:1px;
  340. text-transform:uppercase;
  341. font-family:calibri;
  342. }
  343.  
  344. #qs {
  345. font-family:calibri;
  346. font-size:9px;
  347. font-weight:none;
  348. letter-spacing:1px;
  349. text-transform:uppercase;
  350. }
  351.  
  352. #music {
  353. border:1px; border-style:solid; border-width:1px; border-color:#000;
  354. width:250px;
  355. }
  356.  
  357. .treble {
  358. text-transform:uppercase;
  359. font-family:calibri;
  360. font-size:8px;
  361. letter-spacing:1px;
  362. color:{color:text};
  363. }
  364.  
  365.  
  366. /* --- PAGINATION ---*/
  367.  
  368. #pagi
  369. {
  370. font-size:9px;
  371. margin-top:10px;
  372. margin-left:550px;
  373. width:400px;
  374. height:20px;
  375. font-family:calibri;
  376. text-align:center;
  377. letter-spacing:10px;
  378. font-style:none;
  379. background:#fff;
  380. }
  381.  
  382.  
  383.  
  384. /* --- CREDIT ---*/
  385.  
  386. #mine a{
  387. position:fixed;
  388. padding:5px;
  389. font-family:calibri;
  390. font-size:10px;
  391. right:-78px;
  392. bottom:5px;
  393. text-align:center;
  394. background:#fff;
  395. color:#000;
  396. word-spacing:8px;
  397. }
  398.  
  399. #mine a:hover {
  400. right:10px;
  401. }
  402.  
  403. {CustomCSS}</style></head><body>
  404.  
  405. <div class="sidebar">
  406.  
  407.  
  408. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  409. <script type="text/javascript">
  410. $(document).ready(function(){
  411. $(".links_body").hide();
  412. $(".links_head").click(function(){
  413. $(this).next(".links_body").slideToggle('fast');
  414. }); }); </script>
  415. <style type="text/css">
  416. .links_list { margin:0px; padding:0px; width:180px;}
  417. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:fixed; margin:1px; margin-left:260px; margin-top:61px; text-align:center; color:#000;}
  418. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  419. </style>
  420.  
  421. <div class="links_list">
  422. <p class="links_head"><i class="fa fa-bars fa-3x"></i></p>
  423. <div class="links_body">
  424. <center>
  425. <div id="links">
  426.  
  427. <a href="{text:link 1 url}">{text:link 1}</a>
  428. <a href="{text:link 2 url}">{text:link 2}</a>
  429. <a href="{text:link 3 url}">{text:link 3}</a>
  430. <a href="{text:link 4 url}">{text:link 4}</a>
  431. <a href="{text:link 5 url}">{text:link 5}</a>
  432.  
  433.  
  434. </div></div>
  435.  
  436. </center>
  437. </div></div>
  438.  
  439. <div id="description">{Description}</div>
  440.  
  441. <div id="scrollbar">{scrollbar}</div>
  442.  
  443. {block:HasPages}{block:Pages}
  444.  
  445. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  446.  
  447. </div></center></div></a>
  448.  
  449.  
  450. <div id="entries">
  451.  
  452.  
  453. {block:Posts}<div id="post">
  454.  
  455.  
  456. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  457.  
  458. {block:blockquote}{/block:blockquote}
  459.  
  460. {block:Photo}
  461. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  462. {/block:Photo}
  463.  
  464. {block:Photoset}
  465. <center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}
  466. {/block:Photoset}
  467.  
  468. <div id="quote">{block:Quote}{Quote}<div id="qs">{block:Source}
  469. <p>
  470. —{Source}{/block:Source}</div>{/block:Quote}
  471.  
  472. </div>
  473.  
  474.  
  475. {block:Answer}<div id="questions"><a href="{askerURL}"></a>—{Asker} Asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  476.  
  477.  
  478.  
  479. {block:Audio}
  480. <div id="music">{AudioPlayerWhite}</div>
  481. <p>
  482. <div class="treble">{block:TrackName}
  483. TITLE: {TrackName} <br>
  484. {/block:TrackName}
  485. ALBUM: {block:Album}
  486. {Album}<br>
  487. {/block:Album}
  488. ARTIST: {block:Artist}
  489. {Artist}
  490. {/block:Artist}
  491. </div>
  492. {/block:Audio}
  493.  
  494.  
  495. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  496.  
  497. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  498.  
  499.  
  500. <div id="info">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}
  501. at {12Hour}:{Minutes}{AmPm}
  502.  
  503. {/block:Date}</a>
  504.  
  505.  
  506. {block:NoteCount} <a href="{Permalink}"> + {NoteCount}</a> Notes {/block:NoteCount}
  507.  
  508. <br>
  509.  
  510. {block:RebloggedFrom}<a href="{ReblogParentURL}">Source + </a>{/block:RebloggedFrom}
  511.  
  512. {block:ContentSource}<a href="{SourceURL}"> Credit </a>{/block:ContentSource}
  513.  
  514. </div></br>
  515.  
  516.  
  517.  
  518. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  519.  
  520.  
  521.  
  522.  
  523. </div>
  524.  
  525.  
  526.  
  527. {block:PostNotes}{PostNotes}{/block:PostNotes}
  528. {/block:Posts}</div>
  529.  
  530.  
  531. <!-- start of script tooltip -->
  532. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  533.  
  534. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  535.  
  536. <script>
  537.  
  538. (function($){
  539.  
  540. $(document).ready(function(){
  541.  
  542. $("a[title]").style_my_tooltips({
  543.  
  544. tip_follows_cursor:true,
  545.  
  546. tip_delay_time:90,
  547.  
  548. tip_fade_speed:600,
  549.  
  550. attribute:"title"
  551.  
  552. });
  553.  
  554. });
  555.  
  556. })(jQuery);
  557.  
  558. </script>
  559.  
  560.  
  561. <!-- end of script tooltip -->
  562.  
  563.  
  564. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  565.  
  566.  
  567.  
  568.  
  569. <div id="pagi"> {block:Pagination}
  570. {block:PreviousPage}
  571. <a href="{PreviousPage}">←</a>
  572. {/block:PreviousPage}
  573.  
  574. {block:JumpPagination length="3"}
  575. {block:CurrentPage}
  576. <span class="current_page">{PageNumber}</span>
  577. {/block:CurrentPage}
  578.  
  579. {block:JumpPage}
  580. <a class="jump_page" href="{URL}">{PageNumber}</a>
  581. {/block:JumpPage}
  582. {/block:JumpPagination}
  583.  
  584. {block:NextPage}
  585. <a href="{NextPage}">→</a>
  586. {/block:NextPage}
  587. {/block:Pagination}
  588. </div>
  589.  
  590.  
  591.  
  592. <div id="mine"><a href="http://afirehaz.tumblr.com/"><i class="fa fa-heart-o fa-lg"></i> KATIES THEMES</a></div>
  593.  
  594. </div>
  595. </body>
  596. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement