Advertisement
beliebertime

Theme 2 - Props & Mayhem

Oct 19th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.48 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 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:border" content="#e7e7e7">
  25. <meta name="color:scrollbar" content="#d6d5d5">
  26. <meta name="color:heart" content="#D12626">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link 1" content="">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="">
  34. <meta name="text:link 2 url" content="/">
  35. <meta name="text:link 3" content="">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="">
  38. <meta name="text:link 4 url" content="/">
  39.  
  40. <meta name="if:Cursor" content="1">
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. /*--scrollbar--*/
  47.  
  48. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  49. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  50. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  51. ::-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;
  52. }
  53. /*--body--*/
  54.  
  55.  
  56. body {
  57. font-style:none;
  58. background-color:{color:bg};
  59. font-family:calibri;
  60. color:{color:text};
  61. font-size:9px;
  62. }
  63.  
  64.  
  65. a {
  66. color:{color:link};
  67. text-decoration:none;
  68. -webkit-transition: all 0.5s ease-out;
  69. -moz-transition: all 0.5s ease-out;
  70. transition: all 0.5s ease-out;
  71. }
  72.  
  73. a:hover {
  74. color:{color:hover};
  75. text-decoration:none;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid {color:border};
  88. }
  89.  
  90. h1 {
  91. font-size:10px;
  92. }
  93.  
  94. /*--Cursor code--*/
  95.  
  96. {block:ifCursor}
  97.  
  98. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  99.  
  100. {/block:ifCursor}
  101.  
  102.  
  103.  
  104. /*--sidebar--*/
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. position:fixed;
  109. width:150px;
  110. text-align:left;
  111. }
  112.  
  113. #sidebarimage {
  114. width:140px;
  115. }
  116.  
  117. #sidebarimage img {
  118. position:fixed;
  119. width:140px;
  120. margin-top:195px;
  121. margin-left:198px;
  122. padding:3px;
  123. }
  124.  
  125. /*--links--*/
  126.  
  127. #linksA {
  128. width:30px;
  129. font-family:'cambria';
  130. position:fixed;
  131. text-transform:uppercase;
  132. text-align:center;
  133. margin-top:215px;
  134. margin-left:150px;
  135.  
  136.  
  137. }
  138.  
  139. #linksB {
  140. width:30px;
  141. font-family:'cambria';
  142. position:fixed;
  143. text-transform:uppercase;
  144. text-align:center;
  145. margin-top:275px;
  146. margin-left:150px;
  147.  
  148.  
  149. }
  150.  
  151. #links a {
  152. padding:3px;
  153. font-size:8px;
  154.  
  155.  
  156. }
  157.  
  158. #links a:hover {
  159. color:{color:hover};
  160. opacity:1;
  161.  
  162. }
  163.  
  164. /*--description--*/
  165.  
  166. #description {
  167. width:155px;
  168. position:fixed;
  169. font-family:'calibri';
  170. font-size:9px;
  171. text-align:center;
  172. margin-left:195px;
  173. margin-top:345px;
  174. color:{color:text};
  175. border-top:1px solid {color:border};
  176. border-bottom:1px solid {color:border}
  177. }
  178.  
  179. /*--pagination--*/
  180.  
  181. #pagination {
  182. font-style:italic;
  183. position:fixed;
  184. text-align:center;
  185. font-size:9px;
  186. margin-left:370px;
  187. margin-top:260px;
  188. font-family:calibri;
  189. color:{color:link};
  190. }
  191.  
  192. #pagination a{
  193. color:{color:link};
  194. }
  195.  
  196. #pagination a:hover {
  197. color:{color:hover};
  198. }
  199.  
  200. /*--posts--*/
  201.  
  202. #posts {
  203. width:500px;
  204. margin-bottom:10px;
  205. padding:1px;
  206. font-size:11px;
  207. color:{color:text};
  208. line-height:90%;
  209. text-align:justify;
  210. }
  211.  
  212. #postscontainer {
  213. margin-bottom:20px;
  214. padding:1px;
  215. margin-left:450px;
  216. margin-top:55px;
  217. }
  218.  
  219.  
  220. #info {
  221. margin-bottom:10px;
  222. font-size:8px;
  223. margin-top:10px;
  224. text-align:left;
  225. padding:5px;
  226. color:{color:link};
  227. border-top:1px solid {color:border};
  228. }
  229.  
  230.  
  231. #reblog {
  232. text-transform:uppercase;
  233. font-family:trebuchet ms;
  234. margin-left:-5px;
  235. margin-top:-5px;
  236. text-align:center;
  237. color:white;
  238. background-color:#cfcece;
  239. width:35px;
  240. padding:3px;
  241. }
  242.  
  243. #reblog a {
  244. color:white;
  245. }
  246.  
  247. #notes {
  248. margin-left:40px;
  249. margin-top:-12px;
  250. }
  251.  
  252. #rightinfo {
  253. text-transform:uppercase;
  254. font-family:trebuchet ms;
  255. margin-left:370px;
  256. text-align:justify;
  257. float:right;
  258. background-color:#cfcece;
  259. padding:3px;
  260. margin-top:-12px;
  261. color:white;
  262. }
  263.  
  264. #rightinfo a {
  265. color:white;
  266. }
  267.  
  268. /*--tags--*/
  269.  
  270. #tags {
  271. width:490px;
  272. margin-left:-4px;
  273. margin-top:7px;
  274. font-size:8px;
  275. color:{color:tags}:
  276. }
  277.  
  278. #tags a {
  279. color:{color:tags};
  280. }
  281.  
  282. #tags a:hover {
  283. color:{color:hover}
  284. }
  285.  
  286. /*--asks--*/
  287.  
  288. #askbg {
  289. padding:12px;
  290. background-color:{color:ask};
  291. }
  292.  
  293. #ask {
  294. margin-top:-10px;
  295. font-family:calibri;
  296. text-align:left;
  297. }
  298.  
  299. #ask img {
  300. margin-top:30px;
  301. width:50px;
  302. }
  303.  
  304. /*--credit--*/
  305.  
  306. #credit {
  307. right:3px;
  308. bottom:6px;
  309. font-size:9px;
  310. padding:5px;
  311. color:{color:text};
  312. background-color:#fafafa;
  313. text-transform:uppercase;
  314. border:1px solid {color:border};
  315. position:fixed;
  316. -webkit-transition: all 0.5s ease-out;
  317. -moz-transition: all 0.5s ease-out;
  318. transition: all 0.5s ease-out;
  319. }
  320.  
  321. #credit:hover {
  322. background-color:black;
  323. color:white;
  324. }
  325.  
  326.  
  327. {CustomCSS}
  328.  
  329. #s-m-t-tooltip {
  330.  
  331. max-width:300px;
  332.  
  333. padding:3px 4px 5px 4px;
  334.  
  335. margin:20px 0px 0px 20px;
  336.  
  337. border-radius: 5px;
  338.  
  339. background-color:#fff;
  340.  
  341. border:1px solid {color:border};
  342.  
  343. font-family:calibri;
  344.  
  345. font-size:9px;
  346.  
  347. letter-spacing:2px;
  348.  
  349. text-transform:uppercase;
  350.  
  351. color:{color:text};
  352.  
  353. z-index:999999999999999999999999999999999999;
  354.  
  355. }
  356.  
  357. </style></head>
  358.  
  359.  
  360. <body>
  361.  
  362. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  363.  
  364. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  365.  
  366. <script>
  367.  
  368. (function($){
  369.  
  370. $(document).ready(function(){
  371.  
  372. $("a[title]").style_my_tooltips({
  373.  
  374. tip_follows_cursor:true,
  375.  
  376. tip_delay_time:90,
  377.  
  378. tip_fade_speed:600,
  379.  
  380. attribute:"title"
  381.  
  382. });
  383.  
  384. });
  385.  
  386. })(jQuery);
  387.  
  388. </script>
  389.  
  390. <div id="sidebar">
  391. <div id="sidebarimage">
  392. <img src="{image:sidebar}"></div>
  393.  
  394. <div id="description">{description}</div>
  395.  
  396. <div id="linksA">
  397. <a title="{Text:Link 1}"href="{Text:link 1 url}" href="{Text:Link 1}"><img src="http://media.tumblr.com/586eb606858e61f97bce9ac6fff84c5f/tumblr_inline_muy542nlry1qf7xoo.jpg"></a>
  398. <a title="{Text:Link 2}"href="{Text:link 2 url}" href="{Text:Link 2}"><img src="http://media.tumblr.com/586eb606858e61f97bce9ac6fff84c5f/tumblr_inline_muy542nlry1qf7xoo.jpg"></a>
  399.  
  400.  
  401. </div>
  402.  
  403. <div id="linksB">
  404. <a title="{Text:Link 3}"href="{Text:link 3 url}" href="{Text:Link 3}"><img src="http://media.tumblr.com/586eb606858e61f97bce9ac6fff84c5f/tumblr_inline_muy542nlry1qf7xoo.jpg"></a>
  405. <a title="{Text:Link 4}"href="{Text:link 4 url}" href="{Text:Link 4}"><img src="http://media.tumblr.com/586eb606858e61f97bce9ac6fff84c5f/tumblr_inline_muy542nlry1qf7xoo.jpg"></a>
  406. </div>
  407.  
  408. {block:Pagination}
  409. <div id="pagination">
  410.  
  411. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  412. {block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}
  413. </div>{/block:Pagination}
  414.  
  415. </div></div>
  416.  
  417.  
  418. <div id="postscontainer">
  419.  
  420. {block:Posts}
  421.  
  422. <div id="posts">
  423.  
  424.  
  425. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  426.  
  427.  
  428. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  429.  
  430. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  431.  
  432. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  433.  
  434. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  435.  
  436. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  437.  
  438. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  439.  
  440. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441.  
  442. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} was like: {Question}</div> {Answer}{/block:Answer}
  443.  
  444. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><font color={color:heart}>♥</font> <a href="{Permalink}">
  445. {NoteCount}</a></div>
  446. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  447. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  448. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}</div>
  449. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  450.  
  451.  
  452. </div>
  453.  
  454. {/block:Posts}
  455.  
  456. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  457. {/block:Posts}
  458.  
  459. </div>
  460.  
  461.  
  462. <div id="credit"><a href="http://louiswillam.tumblr.com/">LW</a>
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement