Advertisement
beliebertime

Theme 6 - Kiss Me

Oct 31st, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.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.  
  3. <!-- THEME BY LAURA AKA LOUISWILLAM
  4. do not remove remove the credit or move it to a secondary page, do not use this as a base code, do not claim this as your own or i will find you and feed you to actual demons. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}"/>
  14. {/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18. <meta name="color:bg" content="#ffffff">
  19. <meta name="color:link" content="#bbb8b8">
  20. <meta name="color:text" content="#9a9a9a">
  21. <meta name="color:tags" content="#b9b7b7">
  22. <meta name="color:ask" content="#fcfcfc">
  23. <meta name="color:hover" content="#eeeeee">
  24. <meta name="color:sidebar" content="#000000">
  25. <meta name="color:border" content="#e7e7e7">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:customtitle" content="">
  32. <meta name="text:link 1" content="">
  33. <meta name="text:link 1 url" content="/">
  34. <meta name="text:link 2" content="">
  35. <meta name="text:link 2 url" content="/">
  36. <meta name="text:link 3" content="">
  37. <meta name="text:link 3 url" content="/">
  38. <meta name="text:link 4" content="">
  39. <meta name="text:link 4 url" content="/">
  40. <meta name="text:link 5" content="">
  41. <meta name="text:link 5 url" content="/">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. body, a, a:hover {
  47. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  48. }
  49.  
  50.  
  51.  
  52.  
  53. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  55. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  56. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  57. }
  58.  
  59.  
  60.  
  61. body {
  62. font-style:none;
  63. background-color:{color:bg};
  64. font-family:calibri;
  65. color:{color:text};
  66. font-size:9px;
  67. }
  68.  
  69.  
  70. a {
  71. color:{color:link};
  72. text-decoration:none;
  73. -webkit-transition: all 0.5s ease-out;
  74. -moz-transition: all 0.5s ease-out;
  75. transition: all 0.5s ease-out;
  76. }
  77.  
  78. a:hover {
  79. color:{color:hover};
  80. text-decoration:none;
  81. -webkit-transition: all 0.8s ease-out;
  82. -moz-transition: all 0.8s ease-out;
  83. transition: all 0.8s ease-out;
  84. }
  85.  
  86. img {
  87. border:none;
  88. }
  89.  
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid {color:border};
  93. }
  94.  
  95. h1 {
  96. font-size:10px;
  97. }
  98.  
  99.  
  100.  
  101.  
  102.  
  103. /*---the dimensions are 200x133px but your pic doesnt have to be exactly those dimensions, if it's a similar ratio it'll look fine. messsage me if you have any problems with your sidebar picture ---*/
  104.  
  105. #sidebar {
  106. position:fixed;
  107. width:200px;
  108. margin-left:150px;
  109. margin-top:100px;
  110. }
  111.  
  112. #sidebarimage {
  113. width:200px;
  114. }
  115.  
  116. #sidebarimage img {
  117. width:200px;
  118. padding:0px;
  119. border:2px solid {color:sidebar};
  120. }
  121.  
  122.  
  123.  
  124. #customtitle {
  125. font-size:14px;
  126. font-style:italic;
  127. font-family:'georgia';
  128. text-align:center;
  129. color:#fff;
  130. position:fixed;
  131. margin-top:237px;
  132. margin-left:150px;
  133. background-color:{color:sidebar};
  134. height:20px;
  135. width:204px;
  136. line-height:20px;
  137.  
  138. }
  139.  
  140.  
  141.  
  142. #links {
  143. margin-top:-160px;
  144. width:200px;
  145. margin-left:-2px;
  146. font-family:'calibri';
  147. text-transform:uppercase;
  148. text-align:center;
  149. }
  150.  
  151. #links a {
  152. padding:7px;
  153. font-size:9px;
  154. }
  155.  
  156. #links a:hover {
  157. color:{color:hover};
  158. }
  159.  
  160.  
  161.  
  162. #description {
  163. margin-top:165px;
  164. margin-left:0px;
  165. width:198px;
  166. padding:3px;
  167. color:#fff;
  168. background-color:{color:sidebar};
  169. font-family:'georgia';
  170. font-size:9px;
  171. text-align:center;
  172. }
  173.  
  174.  
  175.  
  176. #pagination {
  177. margin-top:10px;
  178. margin-left:5px;
  179. font-style:italic;
  180. text-align:center;
  181. font-size:9px;
  182. color:{color:link};
  183. }
  184.  
  185. #pagination a{
  186. color:{color:link};
  187. }
  188.  
  189. #pagination a:hover {
  190. color:{color:hover};
  191. }
  192.  
  193.  
  194.  
  195. #posts {
  196. width:500px;
  197. margin-bottom:10px;
  198. padding:1px;
  199. font-size:11px;
  200. color:{color:text};
  201. line-height:90%;
  202. text-align:justify;
  203. }
  204.  
  205. #postscontainer {
  206. margin-bottom:20px;
  207. padding:1px;
  208. margin-left:450px;
  209. margin-top:55px;
  210. }
  211.  
  212.  
  213. #info {
  214. margin-bottom:10px;
  215. font-size:8px;
  216. margin-top:10px;
  217. text-align:left;
  218. padding:5px;
  219. color:{color:link};
  220. border-top:1px solid {color:border};
  221. }
  222.  
  223.  
  224. #notes {
  225. margin-left:0px;
  226. margin-top:0px;
  227. }
  228.  
  229. #rightinfo {
  230. text-transform:uppercase;
  231. font-size:8px;
  232. margin-left:25px;
  233. text-align:justify;
  234. padding:3px;
  235. margin-top:-12px;
  236. color:{color:link};
  237. }
  238.  
  239. #rightinfo a {
  240. color:{color:link};
  241. }
  242.  
  243. #rightinfo a:hover {
  244. color:{color:hover};
  245. }
  246.  
  247.  
  248.  
  249. #tags {
  250. width:490px;
  251. margin-left:-4px;
  252. margin-top:7px;
  253. font-size:8px;
  254. color:{color:tags}:
  255. }
  256.  
  257. #tags a {
  258. color:{color:tags};
  259. }
  260.  
  261. #tags a:hover {
  262. color:{color:hover}
  263. }
  264.  
  265.  
  266.  
  267. #askbg {
  268. padding:12px;
  269. background-color:{color:ask}
  270. }
  271.  
  272. #ask {
  273. margin-top:-10px;
  274. font-family:calibri;
  275. text-align:left;
  276. }
  277.  
  278.  
  279.  
  280.  
  281. #credit {
  282. right:3px;
  283. bottom:6px;
  284. font-size:9px;
  285. padding:5px;
  286. color:{color:text};
  287. background-color:#fafafa;
  288. text-transform:uppercase;
  289. position:fixed;
  290. -webkit-transition: all 0.5s ease-out;
  291. -moz-transition: all 0.5s ease-out;
  292. transition: all 0.5s ease-out;
  293. }
  294.  
  295. #credit:hover {
  296. background-color:#fafafa;
  297. text-decoration:underline;
  298. text-shadow:2px 0px 0px #BABABA, -2px 0px 0px #BABABA;
  299. color:white;
  300. }
  301.  
  302. #s-m-t-tooltip {
  303.  
  304. max-width:300px;
  305. padding:2px 2px 2px 2px;
  306. position:fixed;
  307. margin:-23px -15px -2px -20px;
  308. background-color:transparent;
  309. font-family:calibri;
  310. font-size:8px;
  311. font-weight:bold;
  312. letter-spacing:2px;
  313. text-transform:uppercase;
  314. color:#000;
  315. z-index:999999999999999999999999999999999999;
  316.  
  317. }
  318.  
  319.  
  320. {CustomCSS}
  321.  
  322. </style></head>
  323.  
  324.  
  325. <body>
  326.  
  327. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  328.  
  329. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  330. <!--tutorial by meem.co.vu-->
  331. <script>
  332.  
  333. (function($){
  334.  
  335. $(document).ready(function(){
  336.  
  337. $("a[title]").style_my_tooltips({
  338.  
  339. tip_follows_cursor:true,
  340.  
  341. tip_delay_time:90,
  342.  
  343. tip_fade_speed:600,
  344.  
  345. attribute:"title"
  346.  
  347. });
  348.  
  349. });
  350.  
  351. })(jQuery);
  352.  
  353. </script>
  354.  
  355. <div id="customtitle">{text:customtitle}</div>
  356. <div id="sidebar">
  357. <div id="sidebarimage">
  358. <img src="{image:sidebar}"></div>
  359.  
  360.  
  361. <div id="links">
  362. <a title="{text:link 1}" href="{text:link 1 url}">☯</a>
  363. <a title="{text:link 2}" href="{text:link 2 url}">☯</a>
  364. <a title="{text:link 3}" href="{text:link 2 url}">☯</a>
  365. <a title="{text:link 4}" href="{text:link 4 url}">☯</a>
  366. <a title="{text:link 5}" href="{text:link 5 url}">☯</a>
  367. </div>
  368.  
  369. <div id="description">{description}</div>
  370.  
  371. {block:Pagination}
  372. <div id="pagination">
  373.  
  374. {block:PreviousPage}<a href="{PreviousPage}">rise</a>{/block:PreviousPage}
  375. {block:NextPage} − <a href="{NextPage}">sink</a>{/block:NextPage}
  376. </div>{/block:Pagination}
  377.  
  378. </div></div>
  379.  
  380.  
  381. <div id="postscontainer">
  382.  
  383. {block:Posts}
  384. {block:ContentSource}
  385. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  386. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  387. {/block:SourceLogo}
  388. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  389. {/block:ContentSource}
  390.  
  391. <div id="posts">
  392.  
  393.  
  394. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  395.  
  396.  
  397. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  398.  
  399. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  400.  
  401. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  402.  
  403. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  404.  
  405. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  406.  
  407. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  408.  
  409. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  410.  
  411. {block:Answer}<div id="askbg"><div id="ask"></div><br>{Asker} said: {Question}</div> {Answer}{/block:Answer}
  412.  
  413. <div id="info"><div id="notes"><a href="{Permalink}">
  414. ({NoteCount})</a></div>
  415. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  416. {TimeAgo}</a></a>{/block:Date} / {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom}</div>
  417. {block:HasTags} <div id="tags">Filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  418.  
  419.  
  420. </div>
  421.  
  422. {/block:Posts}
  423.  
  424. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  425. {/block:Posts}
  426.  
  427. </div>
  428.  
  429.  
  430. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  431. </body>
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement