Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. viva happy theme 2.5 (-__- ikr) by jojo (30dollars.tumblr.com) x3
  6. i finally fixed the footer and desc and added moar stuff :D
  7.  
  8. rulez:
  9. 1. dont remove cred -__- (but u can like change the pixel manually or whatever)
  10. thats literally it
  11.  
  12. GO WILD AND EDIT HOWEVER U WANT! (as long as it kinda looks the original)
  13. dont use as a base??? OwO
  14.  
  15. O YA! HAVE FUN AND ENJO Y THIS THEME X3
  16. ----->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22.  
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("a[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:0,
  29. tip_fade_speed:0,
  30. attribute:"title"
  31. });
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <meta charset="utf-8">
  37. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />
  40. {/block:Description}
  41.  
  42. <meta name="image:favicon" content="" />
  43. <meta name="image:sidebar" content="">
  44. <meta name="image:background" content="">
  45. <meta name="image:banner" content="">
  46. <meta name="image:right img" content="">
  47. <meta name="image:left img" content="">
  48. <meta name="color:tooltip background" content="#fff">
  49. <meta name="color:tooltip text color" content="#000">
  50. <meta name="color:background" content="#fff">
  51. <meta name="color:post background" content="#ffffff">
  52. <meta name="color:text" content="#000000"/>
  53. <meta name="color:link" content="#888888"/>
  54. <meta name="color:hover" content="#ffffff"/>
  55. <meta name="color:scrollbar" content="#000">
  56. <meta name="color:srcollbar bg" content="0" />
  57. <meta name="color:links glow" content="#888888"/>
  58. <meta name="color:text glow" content="#888888"/>
  59. <meta name="color:tooltip glow" content="0" />
  60. <meta name="text:tooltip text size" content="19">
  61. <meta name="text:sidebar words" content="NUT">
  62. <meta name="text:font size" content="">
  63. <meta name="text:Font family" content="arial">
  64. <meta name="text:Link1URL" content="/">
  65. <meta name="text:Link1Name" content="/">
  66. <meta name="text:Link2URL" content="/">
  67. <meta name="text:Link2Name" content="/">
  68. <meta name="text:tag symbol" content=""/>
  69. <meta name="if:bg cover" content="1">
  70. <meta name="if:repeatbanner" content="1">
  71. <meta name="if:postbg" content="1">
  72. <meta name="if:footerright" content= "1">
  73. <meta name="if:links glow" content="0" />
  74. <meta name="if:text glow" content="0" />
  75. <meta name="if:tooltip glow" content="0" />
  76. <meta name="if:show description" content="0" />
  77.  
  78. <title>{Title}</title>
  79.  
  80. <link rel="shortcut icon" href="{image:Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  83.  
  84. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  85.  
  86. <style type="text/css">
  87.  
  88. /*---WEBKIT SCROLLBAR---*/
  89. ::selection {background: #fff; color:{color:selection};}
  90. ::-moz-selection {background: #fff; color:{color:selection};}
  91. ::-webkit-selection {background: #fff; color:{color:selection};}
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  94. height:100px;}
  95.  
  96. ::-webkit-scrollbar { height:10px;width:15px; background-color:{color:scrollbar bg};}
  97.  
  98.  
  99. #s-m-t-tooltip {
  100.  
  101.  
  102. max-width:300px;
  103. background-color:{color:tooltip background};
  104. font-size:{text:tooltip text size}px;
  105. color:{color:tooltip text color};
  106. {block:iftooltipglow}
  107. text-shadow: 0 0 12px {color:tooltip glow};
  108. {/block:iftooltipglow}
  109. letter-spacing:0px;
  110. text-transform:none;
  111. padding:8px;
  112. margin:20px 0px 0px 20px;
  113. z-index:9999999999999999999999;
  114. border-radius: 0px;
  115.  
  116.  
  117. }
  118.  
  119. /*
  120. general text styles, fonts and colours
  121. */
  122.  
  123. body {
  124. margin:0px;
  125. background:{color:background};
  126. font-family:{text:Font family};
  127. font-size:{text:font size}px;
  128. line-height:140%;
  129. color: #000;
  130. background-image: url('{image:background}');
  131. {block:ifnotbgcover}
  132. background-repeat: repeat;
  133. background-attachment: fixed;
  134. {/block:ifnotbgcover}
  135. {block:ifbgcover}
  136. background-size: cover;
  137. background-attachment: fixed;
  138. {/block:ifbgcover}
  139. line-height:140%;
  140. color: {color:text};
  141. {block:iftextglow}
  142. text-shadow: 0 0 12px {color:text glow};
  143. {/block:iftextglow}
  144. }
  145.  
  146.  
  147. p{
  148. margin:0 0 10px 0;
  149. padding:2px;
  150. }
  151.  
  152. pre {
  153. white-space: pre-wrap;
  154. white-space: -moz-pre-wrap;
  155. white-space: -pre-wrap;
  156. white-space: -o-pre-wrap;
  157. word-wrap: break-word;
  158. }
  159.  
  160. a{
  161. color:{color:link};
  162. text-decoration:none;
  163. {block:iflinksglow}
  164. text-shadow: 0 0 12px {color:links glow};
  165. {/block:iflinksglow}
  166. }
  167.  
  168. a:hover{
  169. color:{color:hover};
  170. }
  171.  
  172. li{
  173. margin-left:-15px;
  174. }
  175.  
  176. /*
  177. containers etc
  178. */
  179. #wrapper{
  180. width:600px;
  181. margin:50px auto;
  182. }
  183.  
  184. #owo{
  185. position:fixed;
  186. width:250px;
  187. text-align:center;
  188. margin-left:-80px;
  189. {block:ifpostbg}
  190. background:{color:post background}
  191. {/block:ifpostbg}
  192. }
  193.  
  194. #content{
  195. width:400px;
  196. margin-left:200px;
  197. overflow:hidden;
  198. }
  199.  
  200. .post{
  201. width:400px;
  202. margin:0 0 50px 0;
  203. overflow:hidden;
  204. {block:ifroundedposts}
  205. border-radius:10px;
  206. {/block:ifroundedposts}
  207. {block:ifpostbg}
  208. background:{color:post background}
  209. {/block:ifpostbg}
  210. }
  211.  
  212. #owo img, .post img{
  213. max-width:100%;
  214. }
  215.  
  216. #banner{
  217. background-image: {image:banner};
  218. {block:ifrepeatbanner}
  219. text-align:left;
  220. background-image: url({image:banner});
  221. background-repeat: repeat-x;
  222. {/block:ifrepeatbanner}
  223. }
  224.  
  225. #nav{
  226. margin:50px 0 0 0;
  227. }
  228.  
  229. /*
  230. content in the body of the posts - quotes, asks, etc
  231. "media" contains photos, photosets, videos, audio posts
  232. */
  233. .media{
  234. margin:0 0 10px 0;
  235. }
  236.  
  237. .title{
  238. font-weight:normal;
  239. font-size:18px;
  240. margin:0 0 10px 0;
  241. }
  242.  
  243. .quote{
  244. font-weight:normal;
  245. font-size:16px;
  246. font-style:italic;
  247. margin:0 0 10px 0;
  248. }
  249.  
  250. .question{
  251. margin-bottom:10px;
  252. }
  253.  
  254. blockquote{
  255. margin:0 0 10px 10px;
  256. padding:0 0 0 10px;
  257. border-left:solid 1px #000;
  258. }
  259.  
  260. /*
  261. post footers - date, tags, via and source
  262. */
  263. .post .footer{
  264. margin:0;
  265. {block:iffooterright}
  266. text-align:right;
  267. {/block:iffooterright}
  268. }
  269.  
  270. /*
  271. post notes
  272. */
  273. ol.notes{
  274. list-style-type:none;
  275. padding:0;
  276. margin:0;
  277. }
  278.  
  279. ol.notes li.note img{
  280. width:16px;
  281. height:16px;
  282. }
  283.  
  284. ol.notes li.note{
  285. margin:0px;
  286. }
  287.  
  288. #links{
  289. margin: 15;
  290. padding: 0px;
  291. }
  292.  
  293. {CustomCSS}
  294. </style>
  295. <div id="banner"><img src="{image:banner}"></div>
  296. </head>
  297.  
  298. <body>
  299. <div id="wrapper">
  300.  
  301.  
  302. <div id="owo">
  303. <a href="/" title="{text:sidebar words}"><img src="{image:sidebar}"></a></br>
  304. {block:ifshowdescription}
  305. {Description}
  306. {/block:ifshowdescription}
  307.  
  308. <a href="{text:Link1URL}">{text:Link1Name}</a>
  309.  
  310. <a href="{text:Link2URL}">{text:Link2Name}</a>
  311. </div>
  312.  
  313. <div id="content">
  314. {block:Posts}
  315.  
  316. <!-- {block:NoRebloggedFrom}
  317. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  318. {/block:NoRebloggedFrom} -->
  319.  
  320. {block:ContentSource}<!-- {SourceURL}
  321. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  322. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  323. {/block:ContentSource}
  324.  
  325. <div class="post">
  326.  
  327. {block:Text}
  328. {block:Title}
  329. <div class="title">{Title}</div>
  330. {/block:Title}
  331. {Body}
  332. {/block:Text}
  333.  
  334. {block:Photo}
  335. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  336.  
  337. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  338. {/block:Photo}
  339.  
  340. {block:Photoset}
  341. <div class="media">{Photoset-400}</div>
  342. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  343. {/block:Photoset}
  344.  
  345. {block:Quote}
  346. <div class="quote">"{Quote}"</div>
  347. {block:Source}
  348. <div class="quotesource">{Source}</div>
  349. {/block:Source}
  350. {/block:Quote}
  351.  
  352. {block:Link}
  353. <div class="title"><a href="{URL}">{Name}</a></div>
  354. {block:Description}
  355. <div class="description">{Description}</div>
  356. {/block:Description}
  357. {/block:Link}
  358.  
  359. {block:Chat}
  360. {block:Title}
  361. <div class="title">{Title}</div>
  362. {/block:Title}
  363.  
  364. {block:Lines}
  365. <div class="{Alt} user_{UserNumber}">
  366. {block:Label}
  367. <b>{Label}</b>{/block:Label}
  368. &nbsp;{Line}
  369. </div>
  370. {/block:Lines}
  371. {/block:Chat}
  372.  
  373. {block:Video}
  374. <div class="media">{Video-400}</div>
  375. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  376. {/block:Video}
  377.  
  378. {block:Audio}
  379. <div class="media">
  380. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  381. {AudioPlayerWhite}
  382. {block:TrackName}{TrackName}<br>{/block:TrackName}
  383. {block:Artist}{Artist}<br>{/block:Artist}
  384. {block:Album}{Album}{/block:Album}
  385. </div>
  386. {block:Caption}{Caption}{/block:Caption}
  387. {/block:Audio}
  388.  
  389. {block:Answer}
  390. <div class="question">{Asker}: {Question}</div>
  391. <div class="caption">{Answer}</div>
  392. {/block:Answer}
  393.  
  394.  
  395. {block:Date}
  396. <div class="footer">
  397. <a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCount} {text:note symbol}){/block:NoteCount}</a>
  398. {block:HasTags}<br>{block:Tags}{text:tag symbol}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  399. {block:RebloggedFrom}<br><a href="{ReblogParentURL}"> </a>{/block:RebloggedFrom}
  400. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}
  401. </div>
  402.  
  403. {block:PermalinkPage}
  404. {block:NoteCount}
  405. {block:PostNotes}{PostNotes}{/block:PostNotes}
  406. {/block:NoteCount}
  407. {/block:PermalinkPage}
  408. {/block:Date}
  409.  
  410. </div>
  411. {/block:Posts}
  412.  
  413. {block:Pagination}
  414. <div id="nav">
  415. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  416.  
  417. <img src="{image:left img}" style='position:fixed;bottom:0px;;left:0px;z-index:-2;' width="">
  418. <img src="{image:right img}" style='position:fixed;bottom:0px;;right:0px;z-index:-1;' width="">
  419.  
  420. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  421. </div>
  422. {/block:Pagination}
  423. </div>
  424. </div>
  425.  
  426. </div>
  427.  
  428. <div id="c" style='position:fixed;bottom:0px;right:0px; font-size:15px; padding:15px;' > <a target="_blank" href="http://30dollars.tumblr.com/" title="credit"><img src="http://68.media.tumblr.com/c49e023de1a149b3eed290b553f694d3/tumblr_inline_nhitz7eHHy1qbq39l.gif"></a>
  429.  
  430. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  431. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  432.  
  433. </body>
  434. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement