Advertisement
kissingliamsthemes

THEME 12

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