Advertisement
beliebertime

Theme 1 - Wild Things

Sep 9th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!--------------------------------------------------------------
  4.  
  5. Theme by Laura aka Louiswillam
  6. 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.
  7.  
  8. ---------------------------------------------------------->
  9.  
  10. <html>
  11. <head>
  12.  
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:link" content="#E6E4E4">
  16. <meta name="color:hover" content="#454545">
  17. <meta name="color:infobg" content="#FCFCFC">
  18. <meta name="color:text" content="#9A9A9A">
  19. <meta name="color:tags" content="#EDEDED">
  20. <meta name="color:scrollbar" content="#D6D5D5">
  21. <meta name="color:border" content="#FAFAFA">
  22. <meta name="color:imgborder" content="#ececec">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:link1" content="/">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="/">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="/">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="/">
  33. <meta name="text:link4 url" content="/">
  34.  
  35. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <style type="text/css">
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.6s;
  48. -webkit-transition-duration:0.6s;
  49. -o-transition-duration:0.6s;
  50. }
  51.  
  52. a:hover {
  53. color:{color:hover};
  54. text-decoration:none;
  55. -moz-transition-duration:0.6s;
  56. -webkit-transition-duration:0.6s;
  57. -o-transition-duration:0.6s;
  58. }
  59.  
  60. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  61. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  62. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  63.  
  64. iframe#tumblr_controls {
  65. right:3px !important;
  66. position: fixed !important;
  67. z-index: 99999999999999999999999999999999999999999999 !important;
  68. -webkit-transition: all 0.8s ease-out;
  69. -moz-transition: all 0.8s ease-out;
  70. transition: all 0.8s ease-out;
  71. -webkit-filter: invert(100%);
  72. }
  73.  
  74. body {
  75. background-color:{color:background};
  76. font-family:Calibri;
  77. font-weight:normal;
  78. }
  79.  
  80. h1 {
  81. font-weight:normal;
  82. font-size:10px;
  83. text-align:center;
  84. font-style:normal;
  85. line-height:80%;
  86. letter-spacing:1px;
  87. text-transform:lowercase;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:15px;
  93. text-align:center;
  94. line-height:100%;
  95. letter-spacing:-0.5px;
  96. color:{color:text};
  97. font-weight:normal;
  98. padding:5px;
  99. padding-bottom:2px;
  100. }
  101.  
  102. blockquote {
  103. border-left:2px solid {color:text};
  104. padding-left:5px;
  105. margin:5px;
  106. }
  107.  
  108. #theme {
  109. background-color:{color:background};
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: center;
  113. }
  114.  
  115. #sidebar {
  116. color:{color:text};
  117. position:fixed;
  118. width:150px;
  119. height:auto;
  120. margin-top:180px;
  121. text-align:left;
  122. }
  123.  
  124. #sidebar img {
  125. width:150px;
  126. height:150px;
  127. margin-bottom:10px;
  128. border:1px dashed {color:imgborder};
  129. padding:4px;
  130. -moz-transition-duration:1s;
  131. -webkit-transition-duration:1s;
  132. -o-transition-duration:1s;
  133. }
  134.  
  135. #sidebar:hover img {
  136. -webkit-transform: rotateY(360deg);
  137. -moz-transition-duration:1s;
  138. -webkit-transition-duration:1s;
  139. -o-transition-duration:1s;
  140. }
  141.  
  142.  
  143. .links {
  144. margin-bottom:10px;
  145. font-size:12px;
  146. text-transform:lowercase;
  147. text-align:center;
  148. letter-spacing:2px;
  149. line-height:170%;
  150. }
  151.  
  152. .links a{
  153. padding:3px;
  154. color:{color:link};
  155. letter-spacing:0px;
  156. text-decoration:none;
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. .links a:hover{
  163. color:{color:hover};
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169. .desc {
  170. margin-bottom:10px;
  171. text-align:center;
  172. font-size:10px;
  173. color:{color:text};
  174. letter-spacing:1px;
  175. line-height:150%;
  176. }
  177.  
  178. .desc a {
  179. color:{color:link};
  180. }
  181.  
  182. .pagi {
  183. font-size:8px;
  184. text-transform:uppercase;
  185. letter-spacing:3px;
  186. font-style:normal;
  187. text-align:center;
  188. }
  189.  
  190. .pagi a {
  191. color:{color:link};
  192. }
  193.  
  194. #stuffcontainer {
  195. float:left;
  196. margin-left:250px;
  197. margin-top:60px;
  198. margin-bottom:30px;
  199. text-align:justify;
  200. background-color:{color:background};
  201. color:{color:text};
  202. margin-bottom: 35px;
  203. }
  204.  
  205. #stuff {
  206. width:500px;
  207. margin-top:75px;
  208. text-align:justify;
  209. font-size:11px;
  210. line-height:90%;
  211. letter-spacing:0x;
  212. color:{color:text};
  213. }
  214.  
  215. .caption {
  216. width:500px;
  217. text-align:justify;
  218. line-height:120%;
  219. }
  220.  
  221. /**Ask Posts**/
  222.  
  223. .ask {
  224. padding:10px;
  225. text-align:center;
  226. color:{color:asktext};
  227. background-color:{color:infobg};
  228. }
  229.  
  230. .ans {
  231. text-align:left;
  232. padding:5px;
  233. color:{color:text};
  234. }
  235.  
  236. /**Audio Posts**/
  237.  
  238. .audio {
  239. height:60px;
  240. padding:5px;
  241. margin-bottom:55px;
  242. }
  243.  
  244. .audio-album {
  245. position:absolute;
  246. width:110px;
  247. -webkit-transition: opacity 0.6s linear;
  248. opacity: 1;
  249. }
  250.  
  251. .audio-player {
  252. opacity:1;
  253. filter:alpha(opacity=90);
  254. width:25px;
  255. height:25px;
  256. overflow:hidden;
  257. position:absolute;
  258. border:30px;
  259. z-index:2;
  260. margin-left:43px;
  261. margin-top:43px;
  262. opacity:0;
  263. -webkit-transition: all 0.6s ease-out;
  264. -o-transition: all 0.6s ease-out;
  265. -webkit-transition: all 0.6s ease-out;
  266. -moz-transition: all 0.6s ease-out;
  267. }
  268.  
  269. .audio-info {
  270. margin-top:7px;
  271. position:relative;
  272. margin-left:120px;
  273. line-height:180%;
  274. padding:2px;
  275. }
  276.  
  277. .audio:hover .audio-player {
  278. opacity:.6;
  279. -webkit-transition: all 0.6s ease-out;
  280. -o-transition: all 0.6s ease-out;
  281. -webkit-transition: all 0.6s ease-out;
  282. -moz-transition: all 0.6s ease-out;
  283. }
  284.  
  285. /**Chat Posts**/
  286.  
  287. ul.chat, .chat ol, .chat li {
  288. list-style:none;
  289. margin:0px;
  290. padding:2px;
  291. }
  292.  
  293. .label {
  294. text-decoration:bold;
  295. font-weight:700;
  296. margin-right:5px;
  297. }
  298.  
  299. /**Post Info, Notes**/
  300.  
  301. #postinfo {
  302. width:500px;
  303. padding:3px;
  304. font-size:9px;
  305. color:{color:link};
  306. text-transform:lowercase;
  307. font-style:normal;
  308. letter-spacing:2px;
  309. text-align:center;
  310. border-top:1px dotted {color:border};
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. #postinfo a {
  317. color:{color:link};
  318. text-align:center;
  319. letter-spacing:1px;
  320. font-style:normal;
  321. }
  322.  
  323. #postinfo a:hover {
  324. color:{color:hover};
  325. }
  326.  
  327. #tags {
  328. text-align:center;
  329. font-size:10px;
  330. font:calibri;
  331. }
  332.  
  333. .note {
  334. text-transform:lowercase;
  335. font-style:normal;
  336. letter-spacing:0px;
  337. font-size: 9px;
  338. text-align:left;
  339. line-height:90%;
  340. margin-left:200px;
  341. padding-bottom:-10px;
  342. }
  343.  
  344. .note li {
  345. list-style-type:none;
  346. padding:10px 25px 10px 25px;
  347. text-align:left;
  348. margin:0px;
  349. -moz-transition-duration:0.5s;
  350. -webkit-transition-duration:0.5s;
  351. -o-transition-duration:0.5s;
  352. }
  353.  
  354. #credit{
  355. bottom:3px;
  356. right:-150px;
  357. width:160px;
  358. font-family: courier new;
  359. font-size:9px;
  360. letter-spacing:1px;
  361. text-transform:
  362. lowercase;
  363. position:fixed;
  364. padding:5px;
  365. text-align:left;
  366. border:1px solid #fff;
  367. height:9px;
  368. line-height:115%;
  369. color:#aaa;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. #credit:hover {
  376. right:5px;
  377. background-color:#fff;
  378. border:1px solid #fff;
  379. color:#fff;
  380. -moz-transition-duration:0.5s;
  381. -webkit-transition-duration:0.5s;
  382. -o-transition-duration:0.5s;
  383. }
  384.  
  385. {CustomCSS}
  386.  
  387. #s-m-t-tooltip {
  388.  
  389. max-width:300px;
  390.  
  391. padding:3px 4px 5px 4px;
  392.  
  393. margin:20px 0px 0px 20px;
  394.  
  395. background-color:#ddd; /* change the background color */
  396.  
  397. border:1px solid #fff; /* change the border color */
  398.  
  399. font-family:calibri; /* change the font */
  400.  
  401. font-size:9px; /* change the font size */
  402.  
  403. letter-spacing:2px; /* change the letter spacing */
  404.  
  405. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  406.  
  407. color:#999; /* change the text color */
  408.  
  409. z-index:999999999999999999999999999999999999;
  410.  
  411. }
  412.  
  413. </style></head>
  414.  
  415. <body>
  416. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  417.  
  418. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  419.  
  420. <script>
  421.  
  422. (function($){
  423.  
  424. $(document).ready(function(){
  425.  
  426. $("a[swaggy]").style_my_tooltips({
  427.  
  428. tip_follows_cursor:true,
  429.  
  430. tip_delay_time:90,
  431.  
  432. tip_fade_speed:600,
  433.  
  434. attribute:"swaggy"
  435.  
  436. });
  437.  
  438. });
  439.  
  440. })(jQuery);
  441.  
  442. </script>
  443.  
  444. <div id="theme">
  445. <div id="sidebar">
  446. <img src="{image:sidebar}">
  447. <div class="links">
  448. {block:IfLink1}
  449. <a swaggy="{text:link1}"href="{text:link1 url}">✿</a>
  450. {/block:IfLink1}
  451. {block:IfLink2}
  452. <a swaggy="{text:link2}"href="{text:link2 url}">✿</a>
  453. {/block:IfLink2}
  454. {block:IfLink3}
  455. <a swaggy="{text:link3}"href="{text:link3 url}">✿</a>
  456. {/block:IfLink3}
  457. {block:IfLink4}
  458. <a swaggy="{text:link4}"href="{text:link4 url}">✿</a>
  459. {/block:IfLink4}
  460. </div>
  461. <div class="desc">
  462. {Description}
  463. </div>
  464. {block:Pagination}
  465. <div class="pagi">
  466. {block:PreviousPage}
  467. <a href="{PreviousPage}">←</a>
  468. {/block:PreviousPage}
  469. {block:NextPage}
  470. <a href="{NextPage}">→</a>
  471. {/block:NextPage}
  472. </div>
  473. {/block:Pagination}
  474. </div>
  475.  
  476. <div id="stuffcontainer">
  477.  
  478. {block:Posts}
  479.  
  480. <div id="stuff">
  481.  
  482. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  483.  
  484. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  485.  
  486. {block:Link}<a title="tooltip text"href="{URL}"><h2>{Name}</h2></a>
  487. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  488.  
  489. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  490.  
  491. {block:Photoset}<center>{Photoset-500}</center>
  492. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  493.  
  494. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  495.  
  496. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  497.  
  498. {block:Answer}<div class="ask"><i>{Asker} was like:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  499.  
  500. {block:Audio}
  501. <div class="audio">
  502. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  503. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  504.  
  505. <div class="audio-info">
  506. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  507. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  508. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  509. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  510. </div></div>
  511. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  512. {/block:Audio}
  513.  
  514. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a title="tooltip text"href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  515. <div id="tags">{block:HasTags}{block:Tags} ❀ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  516. </div>
  517. {/block:Posts}
  518.  
  519. {block:PostNotes}
  520. {PostNotes}
  521. {/block:PostNotes}
  522.  
  523. </div>
  524.  
  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. <div id="credit"><a href="http://justindrews.co.vu/"><big><big><big>✿</big></big></big>&nbsp;&nbsp;&nbsp;&nbsp;theme by louiswillam</a>
  530. </script>
  531.  
  532. </div>
  533. </div>
  534. </div>
  535. </body>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement