Advertisement
helloiloveju

#1 Golden Hunters

Sep 19th, 2012
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 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. G O L D E N H U N T E R S
  10. theme #1 by
  11. helloiloveju.tumblr.com
  12. DO NOT REMOVE MY CREDIT!
  13. feel free to edit
  14. e n j o y !
  15. & don't remove this comment
  16. --->
  17.  
  18. <meta name="color:Background" content="#585151"/>
  19. <meta name="color:Text" content="#838282"/>
  20. <meta name="color:Link" content="#E4C677"/>
  21. <meta name="color:underline" content="#dadb48"/>
  22. <meta name="color:strike" content="#FBCC56"/>
  23. <meta name="color:entry" content="#F8F0F0"/>
  24. <meta name="color:borderbottom" content="#E4C677"/>
  25. <meta name="color:Maintitle1" content="#090806"/>
  26. <meta name="color:Maintitle2" content="#D8C38C"/>
  27. <meta name="color:sidebarborder" content="#D3C9A2"/>
  28. <meta name="color:backgroundleft" content="#403B3B"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:backgroundleft" content=""/>
  32.  
  33. <meta name="text:ask link" content="/ask">
  34. <meta name="text:about me link" content="/me">
  35. <meta name="text:affiliate link" content="http://your best friends link.tumblr.com">
  36. <meta name="text:tags link" content="/tags">
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Tinos|Mate:400,400italic' rel='stylesheet' type='text/css'>
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. background:{color:background};
  50. margin:0px;
  51. color:{color:text};
  52. font-family:arial;
  53. font-size:10px;
  54. line-height:100%;}
  55.  
  56. /**text styling**/
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};}
  62.  
  63. a:hover {
  64. color:{color:text};}
  65.  
  66. b, bold{
  67. color: {color:sidebarborder};}
  68.  
  69. i, italic{
  70. color: {color:borderbottom}; }
  71.  
  72. s, strike{
  73. color: {color:strike};
  74. text-decoration:line-through;}
  75.  
  76. u, underline{
  77. color: {color:underline};}
  78.  
  79. img {
  80. border:none;}
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;}
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;}
  89.  
  90. h1 {
  91. font-size:15px;
  92. font-family;'Arial';
  93. letter-spacing:1px;}
  94.  
  95. /**title**/
  96. .maintitle1 {
  97. font-size: 30px;
  98. font-style: bold, italic;
  99. font-family: 'Petit Formal Script';
  100. -webkit-transform: rotate(-4deg);
  101. -moz-transform: rotate(-4deg);
  102. color: {color:Maintitle1};
  103. position:fixed;
  104. left: 140px;
  105. top:55px;}
  106.  
  107. .maintitle2 {
  108. font-size: 30px;
  109. font-style: bold, italic;
  110. font-family: 'Petit Formal Script';
  111. -webkit-transform: rotate(-4deg);
  112. -moz-transform: rotate(-4deg);
  113. color: {color:Maintitle2};
  114. position:fixed;
  115. left: 139px;
  116. top:55px;}
  117.  
  118. /**base code**/
  119.  
  120. #entries {
  121. padding:10px;
  122. width:500px;
  123. margin-left:500px;
  124. margin-top:20px;}
  125.  
  126. #entry{
  127. width:500px;
  128. padding: 8px;
  129. display: block;
  130. background-color: {color:entry};
  131. overflow:hidden;
  132. margin: 20px 3px 3px 3px;
  133. border-top: 0.5px solid #F6F4ED;}
  134.  
  135. #post {
  136. width:500px;
  137. padding-bottom:20px;}
  138.  
  139.  
  140.  
  141. /********************************************** hover description */
  142.  
  143. #sidebar:hover .sbdescript {
  144. opacity: 0.8;
  145. transition: all 0.6s ease-out;
  146. -o-transition: all 0.6s ease-out;
  147. -webkit-transition: all 0.6s ease-out;
  148. -moz-transition: all 0.6s ease-out; }
  149.  
  150.  
  151. .sbdescript {
  152. opacity: 0.0;
  153. background-color: {color:entry};
  154. color: {color:text};
  155. position: absolute;
  156. z-index: 8;
  157. width: 240px;
  158. height:auto;
  159. transition: all 0.6s ease-out;
  160. -o-transition: all 0.6s ease-out;
  161. -webkit-transition: all 0.6s ease-out;
  162. -moz-transition: all 0.6s ease-out;
  163. font-family: 'Mate', 'Tinos';
  164. font-size: 7px;
  165. text-align: center;
  166. padding: 10px;
  167. padding-top: 40px;
  168. text-transform: uppercase;
  169. letter-spacing: 1px;}
  170.  
  171. .sbdescript a:link, .sbdescript a:visited, .sbdescript a:active {text-decoration: underline;
  172. color: {color:text} }
  173.  
  174. #sidebar {
  175. background:{color:entry};
  176. border-bottom:5px solid {color:sidebarborder};}
  177.  
  178. #title {
  179. font-size:20px;
  180. text-align:center;
  181. margin-bottom:5px;}
  182.  
  183. #sidebarimage {
  184. width 250px;
  185. height:100%;}
  186.  
  187. #sidebarimage img {
  188. width:250px;
  189. height:100%;
  190. border: 5px solid {color:sidebarborder};}
  191.  
  192. /** icon**/
  193. #icon {
  194. text-align: left;
  195. display:block;
  196. margin:0px 1px 5px 0px;
  197. padding:2px;}
  198.  
  199. #icon img {
  200. float:left;
  201. display: inline;
  202. margin-left:3px;
  203. margin-top:6px;
  204. border: 4px solid;
  205. border-color:{color:sidebarborder};}
  206.  
  207. /**pagination aka back and forth**/
  208.  
  209. #pagination {
  210. margin-left:0px;
  211. width: 250px;
  212. text-align:center;
  213. margin-top: -5px;
  214. font-family:arial;
  215. font-size:70px;
  216. padding: 10px 8px 8px 8px;
  217. color:{color:entry};}
  218.  
  219. #paginationposition {
  220. width:260px;
  221. position:fixed;
  222. margin-left:150px;
  223. margin-top:140px;}
  224.  
  225. /**color on the left side**/
  226. #backgroundleft{
  227. background:{color:backgroundleft};
  228. background-image:url({image:backgroundleft});
  229. width: 450px;
  230. height:100%;
  231. position:fixed;
  232. top:0;
  233. left:0;}
  234.  
  235. #description {
  236. padding:5px;
  237. text-align:center;}
  238.  
  239. #pagination {
  240. font-size:20px;
  241. text-align:center;}
  242.  
  243. /**tags and information**/
  244.  
  245. #info {
  246. text-align:center;
  247. width:516px;
  248. margin-top:-3px;
  249. margin-left:3px;
  250. font-family: georgia;
  251. font-size: 10px;
  252. text-transform: uppercase;
  253. color: {color:text};
  254. border-bottom: 5px solid {color:borderbottom};
  255. letter-spacing: 0px;
  256. line-height: 11px;
  257. font-style: none;
  258. padding-top: 7px;
  259. padding-bottom:3px;
  260. background-color: {color:Entry};
  261. text-align: center;}
  262.  
  263. #asker {
  264. float:left;
  265. margin-right:5px;}
  266.  
  267. /**MUSIC PLAYER don't edit if you're a starter, you can mess up so easily in the audio part**/
  268. #acont{
  269. z-index:2;
  270. display:block;
  271. width: 100px;
  272. height:100px;
  273. background-color:{color:Entry};
  274. opacity:0.7;
  275. position:absolute;}
  276.  
  277. #acont:hover{
  278. -webkit-transition: all 0.2s ease-in-out;
  279. -moz-transition: all 0.2s ease-in-out;
  280. -o-transition: all 0.2s ease-in-out;
  281. transition: all 0.2s ease-in-out;
  282. opacity:0.6;}
  283.  
  284. #audioplayer{
  285. width:20px;
  286. height:20px;
  287. overflow:hidden;
  288. margin: 38px 0px 0px 35px;
  289. background-color:transparent;}
  290.  
  291. .atext {
  292. background-color:{color:Entry};
  293. font-family: {font:audio info};
  294. font-size: 8px;
  295. line-height: 7px;
  296. letter-spacing: 2px;
  297. color: {color:italic}!important;
  298. margin-top: 5px;
  299. margin-left: 101px;
  300. text-transform:;
  301. height:18px;
  302. text-decoration: none;
  303. display: block;
  304. padding: 20px 5px 41px 6px;
  305. width:390px;
  306. text-align:center;}
  307.  
  308. .atext:hover {
  309. color:{color:link};
  310. background-color:{color:entries};
  311. -webkit-transition: opacity 0.7s linear;
  312. opacity: 0.9s;
  313. -webkit-transition: all 0.6s ease-out;
  314. -moz-transition: all 0.6s ease-out;
  315. transition: all 0.6s ease-out;
  316. }
  317.  
  318. .audio{
  319. position:absolute;
  320. width:40px;
  321. height:40px;}
  322.  
  323. .aimg{
  324. width:100px;
  325. height:100px;
  326. position:absolute;}
  327.  
  328. .aimg img{
  329. float:left;
  330. opacity:0.6;
  331. width:100px;}
  332.  
  333. iframe#tumblr_controls {
  334. top: 0% !important;
  335. right:0% !important;
  336. position: fixed !important;}
  337.  
  338. .source img {
  339. margin-top:2px;
  340. margin-left:1px;
  341. margin-bottom:1px;
  342. border:4px solid {color:background};}
  343.  
  344. /**fade CSS3**/
  345. .fade {
  346. opacity: 1;
  347. transition: opacity .25s ease-in-out;
  348. -moz-transition: opacity .25s ease-in-out;
  349. -webkit-transition: opacity .25s ease-in-out;
  350. }
  351.  
  352. .fade:hover {
  353. opacity: 0.3;
  354. }
  355.  
  356. /*billyplayer*/
  357.  
  358. #cornerplayer{
  359. z-index:999;
  360. background-color:{color:entry};
  361. width:50px;
  362. height:50px;
  363. border-radius:50px 0px 0px 0px;
  364. -moz-border-radius:50px 0px 0px 0px;
  365. position:fixed;
  366. overflow:hidden;
  367. bottom:0px;
  368. right:0px;
  369. -webkit-transition: opacity 0.8s linear;
  370. -webkit-transition: all 0.8s ease-in-out;
  371. -moz-transition: all 0.8s ease-in-out;
  372. -o-transition: all 0.8s ease-in-out;}
  373.  
  374. #cornericon{
  375. margin-top:25px;
  376. margin-bottom:20px;
  377. margin-left:5px;
  378. -webkit-transition: opacity 0.8s linear;
  379. -webkit-transition: all 0.8s ease-in-out;
  380. -moz-transition: all 0.8s ease-in-out;
  381. -o-transition: all 0.8s ease-in-out;}
  382.  
  383. #cornerplayer:hover{
  384. width:200px;
  385. border-radius:5px 5px 5px 5px;
  386. margin: 0 3px 3px 0;
  387. -moz-border-radius:50px 0px 0px 0px;}
  388.  
  389. #cornerplayer:hover #cornericon{
  390. margin-top:10px;
  391. margin-left:0px;
  392. margin-bottom:4px;
  393. border:none;}
  394. {CustomCSS}</style>
  395. </head>
  396.  
  397. <body>
  398.  
  399.  
  400.  
  401. <div id="backgroundleft">
  402. <div id="paginationposition">
  403. <br>
  404. <div class="maintitle1">{Title}</div>
  405. <div class="maintitle2">{Title}</div>
  406. <div style="margin-top:-65px;">
  407. <a href="/"><img src="http://25.media.tumblr.com/tumblr_malvqk7tvX1qd6op7o5_r1_100.png" border="0" style="border:none;margin-left:145px;"width="12px" class="fade"></a>
  408. <a href="{text:ask link}"><img src="http://25.media.tumblr.com/tumblr_malvqk7tvX1qd6op7o6_r2_100.png" border="0" style="border:none; padding-left:10px;" width="12px"class="fade"></a>
  409. <a href="{text:about me link}"><img src="http://25.media.tumblr.com/tumblr_malvqk7tvX1qd6op7o4_100.png" border="0" style="border:none;padding-left:10px;" width="12px"class="fade"></a>
  410. <a href="{text:tags link}"><img src="http://24.media.tumblr.com/tumblr_malvqk7tvX1qd6op7o1_100.png" width="12px" border="0" style="border:none;padding-left:10px;"class="fade"></a>
  411. <a href="{text:affiliate link}"><img src="http://24.media.tumblr.com/tumblr_malvqk7tvX1qd6op7o3_100.png" border="0" style="border:none;padding-left:10px;"width="12px"class="fade"></a>
  412. </div>
  413.  
  414. <br><br><br>
  415. <div id="sidebar">
  416.  
  417.  
  418. <div id="sidebarimage"><div class="sbdescript"><b><h1>hello sweetie!</h1></b><br><br>PLEASE INSERT YOUR OWN TEXT OR DESCRIPTION HERE<br> and when you're finished writing, put < br > (without the space) after your text until the white hover field has the same height as your sidebar image.<br><br>otherwise the white hover field stops right after your text and your image won't be covered completely<br>
  419. <br>normal
  420. <br><b>bold</b>
  421. <br><i>italic</i>
  422. <br><s>strike</s>
  423. <br><u>underlined</u><br><br>
  424. I hope you like this feature<br>
  425. If you have any questions, just ask!<br><br><br><br>
  426.  
  427.  
  428. </div><img src="{image:sidebar}"></div>
  429.  
  430.  
  431.  
  432. <div id="description"><div id="icon"><img src="{PortraitURL-40}"></div>
  433. {Description}</div></div>
  434.  
  435.  
  436.  
  437. <div id="pagination"><center>{block:PreviousPage}
  438. <a href="{PreviousPage}">«
  439. </a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div></div><br></div></div>
  440.  
  441.  
  442. </div>
  443. </div>
  444.  
  445.  
  446. <!-----Content--------->
  447.  
  448.  
  449.  
  450.  
  451. <div id="entries">
  452.  
  453. {block:Posts}
  454. <div id="post">
  455.  
  456. {block:Text}<div id="entry">
  457. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}</div>
  458. {/block:Text}
  459.  
  460. {block:Photo}<div id="entry">
  461. {LinkOpenTag}
  462. <img src="{PhotoURL-500}">{LinkCloseTag}
  463. {block:Caption}{Caption}{/block:Caption}
  464. </div>{/block:Photo}
  465.  
  466. {block:Photoset}<div id="entry">
  467. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  468. </div>{/block:Photoset}
  469.  
  470. {block:Quote}<div id="entry">
  471. {Quote}{block:Source} —{Source}{/block:Source}
  472. </div>{/block:Quote}
  473.  
  474. {block:Link}<div id="entry">
  475. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  476. </div>{/block:Link}
  477.  
  478. {block:Chat}<div id="entry">
  479. {block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  480. </div>{/block:Chat}
  481.  
  482. {block:Audio}
  483. <div id="entry">
  484. <div class="audio"><div id="acont"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  485. <div class="aimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="aimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  486. <span class="atext"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body}">{block:TrackName}{TrackName}{/block:TrackName}</font><br>
  487. <FONT style="FONT-WEIGHT: normal; FONT-SIZE: 5pt; TEXT-TRANSFORM: uppercase; COLOR: {color:link}; font-style:; LINE-HEIGHT: 8pt; LETTER-SPACING: 1pt; text-transform:;">{block:Artist}by: {Artist}{/block:Artist} {block:PlayCount}played {PlayCount} times{/block:PlayCount}<br> {block:Album}
  488. Album: {Album}
  489. {/block:Album}<br>♫</font></span>
  490. <br>
  491. {block:Caption}{Caption}{/block:Caption}
  492. </div>
  493. {/block:Audio}
  494.  
  495. {block:Video}<div id="entry">
  496. {Video-500}{block:Caption}{Caption}{/block:Caption}
  497. </div>{/block:Video}
  498.  
  499. {block:Answer}<div id="entry">
  500. <div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}
  501. </div>{/block:Answer}
  502.  
  503.  
  504. <div id="info">
  505. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  506. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>reblogged from: <a href="{ReblogParentURL}"
  507. title="{ReblogParentTitle}">{ReblogParentName}</a> originally by: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  508.  
  509. </div>
  510. {block:PostNotes}{PostNotes}{/block:PostNotes}
  511. {/block:Posts}</div>
  512.  
  513. <div style="position:fixed; color:{color:link}; bottom:0px; left:0px;background-color:{color:entry}; padding:5px;">
  514. <a href="http://helloiloveju.tumblr.com"> © theme by<br> HELLOILOVEJU </a></div>
  515.  
  516. <!-- Cornerplayer -->
  517. <div id="cornerplayer"><center>
  518. <div id="cornericon"><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"></div>
  519. <div> <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://www.dropbox.com/s/r7sn9xjja12mfz0/01%20Kyle%20Andrews%20-%20You%20Always%20Make%20Me%20Smile.mp3&t0=Kyle Andrews - You Always Make Me Smile&total=1" quality="high" wmode="transparent" width="180" height="10" name="billy" align="left" type="application/x-shockwave-flash" /> </div>
  520. </center></div>
  521.  
  522. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement