Advertisement
kissingliamsthemes

Theme 14

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