Advertisement
kissingliamsthemes

THEME 15

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