Advertisement
kissingliamsthemes

THEME 5

Jun 30th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 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:background" content="#ffffff"/>
  16. <meta name="color:text" content="#777777"/>
  17. <meta name="color:link" content="#313131"/>
  18. <meta name="color:linkhover" content="#ffffff"/>
  19. <meta name="color:scrollbar" content="#ececec"/>
  20. <meta name="color:selection" content="#000000"/>
  21. <meta name="color:linkbg" content="#dddddd"/>
  22. <!-- FONTS -->
  23.  
  24. <meta name="font:title" content="Cambria" />
  25. <meta name="font:body" content="calibri" />
  26. <meta name="font:pagination" content="calibri" />
  27.  
  28. <!-- IMAGES -->
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <!-- LINKS -->
  32.  
  33. <meta name="text:link 1" content="link 1"/>
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2" content="link 2"/>
  36. <meta name="text:link 2 url" content="/" />
  37. <meta name="text:link 3" content="link 3"/>
  38. <meta name="text:link 3 url" content="/" />
  39. <meta name="text:link 4" content="link 4"/>
  40. <meta name="text:link 4 url" content="/" />
  41.  
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. ::selection {background: #fff; color:{color:selection};}
  48. ::-moz-selection {background: #fff; color:{color:selection};}
  49. ::-webkit-selection {background: #fff; color:{color:selection};}
  50.  
  51. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 3px solid #fff; height:auto; border-bottom:none;}
  52.  
  53. ::-webkit-scrollbar {height:9px;width:9px;background-color: {color:scrollbar} ;border:4px solid #fff;}
  54.  
  55. ::selection {background-color:#fff;}
  56.  
  57.  
  58. body, a, a:hover {cursor: url(http://media.tumblr.com/8d531d6c90214f7c87dbff371fc474bc/tumblr_inline_mmsrpsNO3J1qz4rgp.png), auto;}
  59.  
  60.  
  61.  
  62.  
  63. /* --- BODY ---*/
  64.  
  65. body {
  66. font-style:none;
  67. background:{color:background};
  68. margin:0px; color:{color:text};
  69. font-family:calibri;
  70. font-size:11px;
  71. line-height:100%;
  72. }
  73.  
  74. blockquote {
  75. border-left:2px solid #ddd;
  76. padding-left:2px;
  77. margin:10px;
  78. }
  79.  
  80. a {
  81. color:{color:link}
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. -webkit-transition:all .3s ease-in-out;
  87. -moz-transition:all .3s ease-in-out;
  88. -o-transition:all .3s ease-in-out;
  89. -ms-transition:all .3s ease-in-out;
  90. transition:all .3s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. color:{color:linkhover}
  95. }
  96.  
  97. img {none;}
  98.  
  99.  
  100. h1 , h2 {
  101. font-family: calibri;
  102. text-transform:uppercase;
  103. font-size:11px;
  104. line-height:100%;
  105. letter-spacing:0px;
  106. text-align:center;
  107. font-style:none;
  108. }
  109.  
  110. #entries {
  111. padding:10px;
  112. width:430px;
  113. margin-left:410px;
  114. margin-top:-40px;
  115. padding-top:100px;
  116. position:auto;
  117.  
  118. }
  119.  
  120. #post {
  121. width:400px;
  122. font-style:none;
  123. padding:10px;
  124. padding-bottom:10px;
  125. margin-bottom:10px;
  126. }
  127.  
  128. #post:hover #tags {
  129. opacity:1;
  130. -webkit-transition:all .3s ease-in-out;
  131. -moz-transition:all .3s ease-in-out;
  132. -o-transition:all .3s ease-in-out;
  133. -ms-transition:all .3s ease-in-out;
  134. transition:all .3s ease-in-out;
  135. }
  136.  
  137.  
  138. /* --- SIDEBAR ---*/
  139.  
  140.  
  141. .sidebar {
  142. width:150px;
  143. height:300px;
  144. position:fixed;
  145. margin-left:100px;
  146. margin-top:0px;
  147. position:fixed; padding-top:100px;
  148. }
  149.  
  150. .sidebar {width:150px;}
  151.  
  152. .sidebarimage img {
  153. margin-left:25px;
  154. width:160px;
  155. max-height:100px;
  156. margin-top:100px;
  157. }
  158.  
  159. .sidebar:hover #zayn {
  160. opacity:1;
  161. margin-left:195px;
  162. -webkit-transition:all .3s ease-in-out;
  163. -moz-transition:all .3s ease-in-out;
  164. -o-transition:all .3s ease-in-out;
  165. -ms-transition:all .3s ease-in-out;
  166. transition:all .3s ease-in-out;
  167. }
  168.  
  169. #nav {
  170. position:fixed;
  171. overflow:hidden;
  172. margin-top:150px;
  173. margin-left:316px;
  174. }
  175.  
  176. #title {
  177. font-family: 'Bad Script', cursive;
  178. text-align:center;
  179. margin-top:-140px;
  180. width:120px;
  181. margin-left:120px;
  182. padding-bottom:2px;
  183. text-transform:lowercase;
  184. font-style:none;
  185. font-size:12px;
  186. letter-spacing:1px;
  187. border-style: double; border-color: #ececec;
  188. border-left:none;
  189. border-right:none;
  190. border-top:none;
  191. position:fixed;
  192. }
  193.  
  194.  
  195.  
  196. #description {
  197. margin-left: 25px;
  198. margin-top: 5px;
  199. width: 154px;
  200. padding-left:2px;
  201. line-height: 100%;
  202. text-transform:none;
  203. text-align:justify;
  204. font-family:calibri;
  205. font-size:10px;
  206. font-style:none;
  207. letter-spacing:0px;
  208. background-color:#fff;
  209. border-style:double; border-color:#ddd; border-top:none; border-bottom:none; border-right:none;
  210. }
  211.  
  212.  
  213.  
  214.  
  215. /* --- LINKS ---*/
  216.  
  217. #zayn {
  218. position: fixed;
  219. font-family: calibri;
  220. padding:0px;
  221. margin-top:-96px;
  222. margin-left:180px;
  223. letter-spacing:0px;
  224. text-align:center;
  225. width:120px;
  226. height:50px;
  227. opacity:0;
  228. -webkit-transition:all .3s ease-in-out;
  229. -moz-transition:all .3s ease-in-out;
  230. -o-transition:all .3s ease-in-out;
  231. -ms-transition:all .3s ease-in-out;
  232. transition:all .3s ease-in-out;
  233. }
  234.  
  235. #zayn a {
  236. margin-bottom:2px;
  237. font-size:9px;
  238. font-style:none;
  239. text-align:center;
  240. text-transform:uppercase;
  241. padding:5px;
  242. width:30px;
  243. -webkit-transition:all .8s ease-in-out;
  244. -moz-transition:all .8s ease-in-out;
  245. -o-transition:all .8s ease-in-out;
  246. -ms-transition:all .8s ease-in-out;
  247. transition:all .8s ease-in-out;
  248. }
  249. #zayn a:hover {
  250. background-color:{color:linkbg};
  251. color:#fff;
  252. -webkit-transition:all .3s ease-in-out;
  253. -moz-transition:all .3s ease-in-out;
  254. -o-transition:all .3s ease-in-out;
  255. -ms-transition:all .3s ease-in-out;
  256. transition:all .3s ease-in-out;
  257. }
  258.  
  259.  
  260.  
  261. /* --- POSTS ---*/
  262.  
  263.  
  264.  
  265. #questions {
  266. background-color:#ffffff;
  267. color: {color:text};
  268. margin-left:10px;
  269. margin-top:5px;
  270. margin-bottom:5px;
  271. max-height:100px;
  272. font-family: calibri;
  273. font-size:11px;
  274. font-style:none;
  275. text-align:left;
  276. text-transform:none;
  277. padding-left:2px;
  278. border:1px; border-width:2px; border-style:solid; border-color:#ddd; border-top:none; border-bottom:none; border-right:none;
  279. }
  280.  
  281. #answer {
  282. font-family:calibri;
  283. font-size:11px;
  284. font-style:none;
  285. text-align:left;
  286. }
  287.  
  288. .note {
  289. padding:0px 20px 0px 20px;
  290. background-color:#FFFFFF;
  291. text-transform:lowercase;
  292. letter-spacing:0px;
  293. font-size: 8px;
  294. font-style:normal;
  295. text-align:left;
  296. line-height:120%;
  297. }
  298.  
  299. .note li {
  300. list-style-type:none;
  301. padding:5px 25px 5px 25px;
  302. text-align:left;
  303. margin-right:30px;
  304. margin-top:-50px;
  305. }
  306.  
  307. #NoteCount {
  308. text-align:center;
  309. margin-top:0px;
  310. padding-top:0px;
  311. padding:0px;
  312. padding-bottom:-10px;
  313. text-transform:uppercase;
  314. font-style:none;
  315. font-size:8px;
  316. line-height:100%;
  317. }
  318.  
  319.  
  320. #info {
  321. font-family:calibri;
  322. text-align:left;
  323. margin-top:10px;
  324. padding-top:2px;
  325. padding:2px;
  326. padding-bottom:3px;
  327. text-transform:uppercase;
  328. font-style:none;
  329. font-size:8px;
  330. line-height:100%;
  331. letter-spacing:1px;
  332. border:1px; border-width:1px; border-style:solid; border-color:#ddd; border-left:none; border-bottom:none; border-right:none;
  333.  
  334. }
  335.  
  336. #RebloggedFrom {
  337. font-family:calibri;
  338. text-align:center;
  339. margin-top:10px;
  340. padding-bottom:-10px;
  341. text-transform:uppercase;
  342. font-style:none;
  343. font-size:8px;
  344. letter-spacing:0px;
  345. }
  346.  
  347. #tags {
  348. font-family:calibri;
  349. text-align:left;
  350. margin-top:0px;
  351. margin-left:0px;
  352. padding-bottom:-5px;
  353. text-transform:lowercase;
  354. font-style:none;
  355. font-size:10px;
  356. letter-spacing:0px;
  357. padding-left:2px;
  358. opacity:0;
  359. -webkit-transition:all .3s ease-in-out;
  360. -moz-transition:all .3s ease-in-out;
  361. -o-transition:all .3s ease-in-out;
  362. -ms-transition:all .3s ease-in-out;
  363. transition:all .3s ease-in-out;
  364. }
  365.  
  366. #audioplayer {
  367. margin-bottom:0px;
  368. margin-left:0px;
  369. position:absolute;
  370. opacity:0.4;
  371. }
  372.  
  373. #caption {
  374. margin-left:0px;
  375. margin-top:30px;
  376. padding-bottom:5px;
  377. font-family:calibri;
  378. }
  379.  
  380. /* --- NAV ---*/
  381.  
  382. #limp
  383. {
  384. font-size:10px;
  385. margin-top:20px;
  386. margin-left:50px;
  387. font-family:calibri;
  388. text-align:center;
  389. letter-spacing:0px;
  390. text-transform:lowercase;
  391. font-style:italic;
  392. }
  393.  
  394.  
  395.  
  396.  
  397. /* --- CREDIT ---*/
  398.  
  399.  
  400. #mine {
  401. position:fixed;
  402. width:20px;
  403. font-family:calibri;
  404. font-size:9px;
  405. line-height:150%;
  406. right:5px;
  407. bottom:5px;
  408. text-align:center;
  409. font-style:none;
  410. text-transform:uppercase;
  411. letter-spacing:2px;
  412. height:14px;
  413. padding-bottom:1px;
  414. border:1px; border-width:1px; border-style:solid; border-color:#ddd;
  415. -webkit-transition:all .3s ease-in-out;
  416. -moz-transition:all .3s ease-in-out;
  417. -o-transition:all .3s ease-in-out;
  418. -ms-transition:all .3s ease-in-out;
  419. transition:all .3s ease-in-out;
  420. }
  421.  
  422. #mine:hover {
  423. background:#000;
  424. -webkit-transition:all .3s ease-in-out;
  425. -moz-transition:all .3s ease-in-out;
  426. -o-transition:all .3s ease-in-out;
  427. -ms-transition:all .3s ease-in-out;
  428. transition:all .3s ease-in-out;
  429. }
  430.  
  431. #mine a:hover {
  432. color:#fff;
  433. }
  434.  
  435. #s-m-t-tooltip {
  436.  
  437. max-width:300px;
  438.  
  439. padding:3px 4px 5px 4px;
  440.  
  441. margin:20px 0px 0px 20px;
  442.  
  443. background-color:#fff; /* change the background color */
  444.  
  445. border:1px solid #ddd; /* change the border color */
  446.  
  447. font-family:calibri; /* change the font */
  448.  
  449. font-size:8px; /* change the font size */
  450.  
  451. letter-spacing:0px; /* change the letter spacing */
  452.  
  453. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  454.  
  455. color:#ddd; /* change the text color */
  456.  
  457. z-index:999999999999999999999999999999999999;
  458.  
  459. }
  460.  
  461.  
  462.  
  463. {CustomCSS}</style></head><body>
  464.  
  465. <head> <style> #zayny ul { list-style-type:none; margin:10px; padding:2px; } #zayn a { display:block; max-width:190px; }</style> </head>
  466.  
  467. <div class="sidebar">
  468.  
  469. <div class="sidebarimage"><img src="{image:sidebar}"/></div>
  470.  
  471.  
  472.  
  473.  
  474. <div id="zayn">
  475. <a href="{text:link 1 url}">{text:link 1}</a>
  476. <a href="{text:link 2 url}">{text:link 2}</a>
  477. <a href="{text:link 3 url}">{text:link 3}</a>
  478. <a href="{text:link 4 url}">{text:link 4}</a>
  479. </div>
  480.  
  481. <div id="description">{Description}</div>
  482.  
  483.  
  484.  
  485. <div id="limp">{CurrentPage} out of {TotalPages}<a href={block:NextPage}"{NextPage}"> → {/block:NextPage}</a><a href={block:PreviousPage}"PreviousPage}"> ← {/block:PreviousPage}</a></div>
  486.  
  487.  
  488.  
  489. <div id="scrollbar">{scrollbar}</div>
  490.  
  491. {block:HasPages}{block:Pages}
  492.  
  493. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  494.  
  495. </div></center></div></a>
  496.  
  497. <div id="entries">{block:Posts}<div id="post">
  498.  
  499. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  500.  
  501. {block:blockquote}{/block:blockquote}
  502.  
  503. {block:Photo}
  504. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  505. {/block:Photo}
  506.  
  507. {block:Photoset}
  508. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  509. {/block:Photoset}
  510.  
  511. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  512.  
  513. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  514.  
  515. {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}
  516.  
  517.  
  518. {block:Audio}<div id= "audioplayer">{AudioPlayergrey}</div><div id="caption">{block:Caption}{Caption}{/block:Caption}{block:Artist}Artist: {Artist}{/block:Artist}<br><br>{block:PlayCount}Played {PlayCount} times{/block:PlayCount}</div>{/block:Audio}
  519.  
  520. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  521.  
  522. {block:Answer}<div id="questions"><a href="{askerURL}"></a>{Asker}: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  523.  
  524.  
  525.  
  526. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a> {block:NoteCount} <a href="{Permalink}"> with {NoteCountWithLabel} </a>{/block:NoteCount}<div="RebloggedFrom">{block:RebloggedFrom}<a href="{ReblogParentURL}"> | Source</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> (Original) </a>{/block:ContentSource}</div>
  527.  
  528. <div id="tags">
  529. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  530.  
  531. </div>
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. {/block:Posts}</div>
  534.  
  535.  
  536.  
  537.  
  538. <div id="mine"><a href="http://kissingliams.tumblr.com/">KL</a></div>
  539.  
  540. </div>
  541. </body>
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement