Advertisement
tanaxmercedes

Theme #9: Avengers (Erika) - by Tana // Elegance Themes

May 12th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.15 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. THEME CREATED BY TANA AKA BAFFLINQ.CO.VU AKA...
  8.  
  9. ╭━━━┳╮╱╱╭━━━┳━━━┳━━━┳━╮╱╭┳━━━┳━━━╮╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮
  10. ┃╭━━┫┃╱╱┃╭━━┫╭━╮┃╭━╮┃┃╰╮┃┃╭━╮┃╭━━╯┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃
  11. ┃╰━━┫┃╱╱┃╰━━┫┃╱╰┫┃╱┃┃╭╮╰╯┃┃╱╰┫╰━━╮╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮
  12. ┃╭━━┫┃╱╭┫╭━━┫┃╭━┫╰━╯┃┃╰╮┃┃┃╱╭┫╭━━╯╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃
  13. ┃╰━━┫╰━╯┃╰━━┫╰┻━┃╭━╮┃┃╱┃┃┃╰━╯┃╰━━╮╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃
  14. ╰━━━┻━━━┻━━━┻━━━┻╯╱╰┻╯╱╰━┻━━━┻━━━╯╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯
  15.  
  16. THIS DREAM THEME WAS REQUESTED AND SUGGESTED BY ERIKA (hhelencho.tumblr.com)
  17.  
  18. DO NOT STEAL ANY PARTS OF MY CODING, IT IS RUDE AND VERY ILLEGAL.
  19.  
  20. PLUS, IT MAKES YOU A HUGE DOUCHEBAG :) SO JUST DON'T DO IT, MKAY?
  21.  
  22. I LOVE YOU ALL AND I LOVE THE FACT YOU'RE USING MY THEMES!
  23.  
  24. MUAH!! XO
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. -->
  32.  
  33. <html>
  34. <head>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39.  
  40.  
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43. <title>{Title}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <!-- DEFAULTS, this it the area that you can add color, images, if show captions, stuff like that -->
  47.  
  48. <meta name="color:background" content="#ffffff">
  49. <meta name="color:text" content="#c0bdb8" />
  50. <meta name="color:Description" content="" />
  51. <meta name="color:link hover" content="#fdfdfd" />
  52. <meta name="color:link" content="#c0bdb8" />
  53. <meta name="color:Bold" content="#777777" />
  54. <meta name="color:Italic" content="#bbbbbb"/>
  55.  
  56. <meta name="if:PictureInCorner" content="">
  57. <meta name="image:CornerImage" content="http://www.kidokado.com/image/data/themes/Themes-Avengers-Alt.png">
  58.  
  59.  
  60.  
  61. <meta name="image:sidebar" content=""/>
  62.  
  63. <meta name="text:link1" content="url" />
  64. <meta name="text:Link1Hover" content="Link 1 Name" />
  65. <meta name="text:link2" content="url" />
  66. <meta name="text:Link2Hover" content="Link 2 Name" />
  67. <meta name="text:link3" content="url" />
  68. <meta name="text:Link3Hover" content="Link 3 Name" />
  69. <meta name="text:link4" content="url" />
  70. <meta name="text:Link4Hover" content="Link 4 Name" />
  71. <meta name="text:link5" content="url" />
  72. <meta name="text:Link5Hover" content="Link 5 Name" />
  73. <meta name="text:link6" content="url" />
  74. <meta name="text:Link6Hover" content="Link 6 Name" />
  75.  
  76.  
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.  
  80. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  81.  
  82. <script>
  83.  
  84. (function($){
  85.  
  86. $(document).ready(function(){
  87.  
  88. $("a[title]").style_my_tooltips({
  89.  
  90. tip_follows_cursor:true,
  91.  
  92. tip_delay_time:90,
  93.  
  94. tip_fade_speed:600,
  95.  
  96. attribute:"title"
  97.  
  98. });
  99.  
  100. });
  101.  
  102. })(jQuery);
  103.  
  104. </script>
  105. <!--basic tooltip from tutorial-baby! Enjoy-->
  106. <style>
  107. .tooltip{
  108. display: inline;
  109. position: relative;
  110. }
  111. #s-m-t-tooltip {
  112. max-width:300px; /*how big the tooltip can be at most*/
  113. border-radius: 0px; /*change your border radius*/
  114. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  115. margin:20px 7px -2px 20px; /*distance from word*/
  116. background-color:#ffffff; /*background color*/
  117. border:1px solid #E0E0E0; /*border info*/
  118. font-family:calibri; /*tooltip font*/
  119. font-size:9px; /*tooltip font size*/
  120. letter-spacing:2px; /*tooltip letter spacing*/
  121. text-transform:uppercase; /*makes the tooltip title uppercase*/
  122. color:#000; /*tooltip font color*/
  123. z-index:999999999999999999999999999999999999;
  124. }
  125. </style>
  126.  
  127.  
  128. </head>
  129.  
  130. <!-- from here on, you creat class and id DIV's; class looks like: .something id's being #something, you use here to stylize how your theme looks, what color, backgrounds, borders, fonts, texts, padding, margins all of that cool stuff -->
  131.  
  132. <style type="text/css">
  133.  
  134. body {color:{color:text}; background-color:{color:background}; font-family:Marvel; font-size:11px; line-height:17px; text-align:justify}
  135.  
  136. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  137.  
  138. a:hover {
  139. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  140.  
  141. small{font-size:auto}
  142.  
  143. big{font-size:auto}
  144.  
  145. b, strong{color:{color:bold}}
  146.  
  147. h1 {font-size:15px;}
  148.  
  149. i, em {color:{color:italic}}
  150.  
  151. p{margin-top:6px; margin-bottom:6px}
  152.  
  153. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  154.  
  155. img a{border:none; width:100%;}
  156.  
  157. #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
  158.  
  159. /* the overall entries container and position of it */
  160.  
  161. #entries {margin-top:0px; margin-left:500px; margin-bottom:0px; text-align: justify;}
  162.  
  163. /* here are your posts to customize!! */
  164.  
  165. #posts {margin: 70px 0 0px 0; width: 400px;text-align: justify; padding: 10px;
  166. border:2px solid #940F0F;
  167. }
  168.  
  169. #posts img {max-width:100%;}
  170.  
  171. #sidebar{ z-index:9; position:fixed; width:400px; height:400px; background:transparent; border:0px solid #aaa; padding:7px; overflow:hidden;left:80px; top:200px;
  172. }
  173.  
  174. h2 {
  175. font-family:Marvel; font-weight:100; line-height:17px;
  176. }
  177.  
  178. #pagination {font-family:Marvel; text-align:center; font-size:48px; margin-bottom:2px;}
  179.  
  180. #info{padding-top:5px; display:block; padding-bottom:5px; width:auto; font-size:10px; font-family:Marvel; text-transform:uppercase;}
  181.  
  182. .audio{background-color:transparent; display:block}
  183.  
  184. /* this is your chats, you can stylize however you want*/
  185.  
  186. .user_1 .label {color:{color:link}; font-weight:bold}
  187. .user_2 .label {color:{color:text}; font-weight:italic}
  188. .user_3 .label {color:{color:link}; font-weight:text}
  189.  
  190.  
  191. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  192.  
  193. .notes img{width:10px; position:relative; top:1px}
  194. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  195.  
  196. #shield{
  197. position:relative;
  198. z-index:0;
  199. margin-left:30px;
  200. margin-top:80px;
  201. text-align:center;
  202. padding-top:80px;
  203. }
  204.  
  205. #sidebar:hover #desc{
  206. position:absolute;
  207. opacity:.65;
  208. -webkit-transition: all .7s ease;
  209. -moz-transition: all .7s ease;
  210. -o-transition: all .7s ease;
  211. transition: all .7s ease;
  212. }
  213.  
  214.  
  215. #desc{
  216. position fixed !important
  217. z-index:99999;
  218. opacity:0;
  219. color:{color:Description};
  220. max-width:148px;
  221. min-height:148px;
  222. background:white;
  223. margin-left:92px;
  224. margin-top:-220px;
  225. padding:20px;
  226. border-radius:100%;
  227. text-align:center;
  228. -webkit-transition: all .7s ease;
  229. -moz-transition: all .7s ease;
  230. -o-transition: all .7s ease;
  231. transition: all .7s ease;
  232. }
  233.  
  234. #link1{
  235. opacity:0;
  236. z-index:9999;
  237. position:absolute;
  238. margin-top:-150px;
  239. margin-left:150px;
  240. width:20px;
  241. height:20px;
  242. border:1px solid #940F0F;
  243. background:#05236E;
  244. border-radius:100%;
  245. -webkit-transition: all .7s ease-in-out;
  246. -moz-transition: all .7s ease-in-out;
  247. -o-transition: all .7s ease-in-out;
  248. transition: all .7s ease-in-out;
  249. }
  250.  
  251. #sidebar:hover #link1{
  252. opacity:1;
  253. margin-top:-250px;
  254. margin-left:50px;
  255. -webkit-transition: all .7s ease-in-out;
  256. -moz-transition: all .7s ease-in-out;
  257. -o-transition: all .7s ease-in-out;
  258. transition: all .7s ease-in-out;
  259. }
  260.  
  261. #link2{
  262. opacity:0;
  263. position:absolute;
  264. margin-top:-150px;
  265. margin-left:150px;
  266. width:20px;
  267. height:20px;
  268. border:1px solid #940F0F;
  269. background:#05236E;
  270. border-radius:100%;
  271. -webkit-transition: all .7s ease-in-out;
  272. -moz-transition: all .7s ease-in-out;
  273. -o-transition: all .7s ease-in-out;
  274. transition: all .7s ease-in-out;
  275. }
  276.  
  277. #sidebar:hover #link2{
  278. opacity:1;
  279. margin-top:-300px;
  280. margin-left:100px;
  281. -webkit-transition: all .7s ease-in-out;
  282. -moz-transition: all .7s ease-in-out;
  283. -o-transition: all .7s ease-in-out;
  284. transition: all .7s ease-in-out;
  285. }
  286.  
  287. #link3{
  288. opacity:0;
  289. position:absolute;
  290. margin-top:-150px;
  291. margin-left:150px;
  292. width:20px;
  293. height:20px;
  294. border:1px solid #940F0F;
  295. background:#05236E;
  296. border-radius:100%;
  297. -webkit-transition: all .7s ease-in-out;
  298. -moz-transition: all .7s ease-in-out;
  299. -o-transition: all .7s ease-in-out;
  300. transition: all .7s ease-in-out;
  301. }
  302.  
  303. #sidebar:hover #link3{
  304. opacity:1;
  305. margin-top:-320px;
  306. margin-left:160px;
  307. -webkit-transition: all .7s ease-in-out;
  308. -moz-transition: all .7s ease-in-out;
  309. -o-transition: all .7s ease-in-out;
  310. transition: all .7s ease-in-out;
  311. }
  312.  
  313. #link4{
  314. opacity:0;
  315. position:absolute;
  316. margin-top:-152px;
  317. margin-left:150px;
  318. width:20px;
  319. height:20px;
  320. border:1px solid #940F0F;
  321. background:#05236E;
  322. border-radius:100%;
  323. -webkit-transition: all .7s ease-in-out;
  324. -moz-transition: all .7s ease-in-out;
  325. -o-transition: all .7s ease-in-out;
  326. transition: all .7s ease-in-out;
  327. }
  328.  
  329. #sidebar:hover #link4{
  330. opacity:1;
  331. margin-top:-320px;
  332. margin-left:230px;
  333. -webkit-transition: all .7s ease-in-out;
  334. -moz-transition: all .7s ease-in-out;
  335. -o-transition: all .7s ease-in-out;
  336. transition: all .7s ease-in-out;
  337. }
  338.  
  339. #link5{
  340. opacity:0;
  341. position:absolute;
  342. margin-top:-150px;
  343. margin-left:148px;
  344. width:20px;
  345. height:20px;
  346. border:1px solid #940F0F;
  347. background:#05236E;
  348. border-radius:100%;
  349. -webkit-transition: all .7s ease-in-out;
  350. -moz-transition: all .7s ease-in-out;
  351. -o-transition: all .7s ease-in-out;
  352. transition: all .7s ease-in-out;
  353. }
  354.  
  355. #sidebar:hover #link5{
  356. opacity:1;
  357. margin-top:-295px;
  358. margin-left:292px;
  359. -webkit-transition: all .7s ease-in-out;
  360. -moz-transition: all .7s ease-in-out;
  361. -o-transition: all .7s ease-in-out;
  362. transition: all .7s ease-in-out;
  363. }
  364.  
  365. #link6{
  366. opacity:0;
  367. position:absolute;
  368. margin-top:-150px;
  369. margin-left:148px;
  370. width:20px;
  371. height:20px;
  372. border:1px solid #940F0F;
  373. background:#05236E;
  374. border-radius:100%;
  375. -webkit-transition: all .7s ease-in-out;
  376. -moz-transition: all .7s ease-in-out;
  377. -o-transition: all .7s ease-in-out;
  378. transition: all .7s ease-in-out;
  379. }
  380.  
  381. #sidebar:hover #link6{
  382. opacity:1;
  383. margin-top:-250px;
  384. margin-left:340px;
  385. -webkit-transition: all .7s ease-in-out;
  386. -moz-transition: all .7s ease-in-out;
  387. -o-transition: all .7s ease-in-out;
  388. transition: all .7s ease-in-out;
  389. }
  390.  
  391.  
  392.  
  393. </style>
  394.  
  395. <!-- this is the area where everything comes to life and you have to code all the stuff you stylized. so i already got you like 10% started. or something, maybe more. i was never good at math anyway. -->
  396.  
  397. <body>
  398.  
  399.  
  400. <div id="sidebar">
  401. <div id="shield"><img src="http://fc04.deviantart.net/fs71/f/2012/108/7/f/captain_america_modern_shield_test_5_by_kalel7-d4wl3hz.png" width="250px">
  402. <div id="desc" height="400px">
  403. {description}
  404. </div>
  405. </div>
  406. <center>
  407.  
  408. <a href="{text:link1}"><div id="link1" title="{text:Link1Hover}"></div></a>
  409. <a href="{text:link2}"><div id="link2" title="{text:Link2Hover}"></div></a>
  410. <a href="{text:link3}"><div id="link3" title="{text:Link3Hover}"></div></a>
  411. <a href="{text:link4}"><div id="link4" title="{text:Link4Hover}"></div></a>
  412. <a href="{text:link5}"><div id="link5" title="{text:Link5Hover}"></div></a>
  413. <a href="{text:link6}"><div id="link6" title="{text:Link6Hover}"></div></a><br><br><br><br><br>
  414.  
  415. </div>
  416.  
  417. </center>
  418.  
  419. <!-- here is the credit, you can add your own in here! if you're not changing much to this theme, then leave it! -->
  420.  
  421.  
  422. <div id="entries">
  423. {block:posts}
  424.  
  425. <div id="posts">
  426. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  427.  
  428.  
  429. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  430.  
  431. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  432. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  433.  
  434. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436.  
  437. {block:Photoset}<center>{Photoset-400}</center>
  438. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  439.  
  440. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  441.  
  442. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  443.  
  444. {block:Answer}{Asker} whispered: {Question}<br>{Answer}{/block:Answer}
  445.  
  446.  
  447. {block:Audio}{AudioPlayerWhite}<br>
  448. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  449.  
  450. <center><div id="info">{block:Date}<a href="{Permalink}"> <a href="{ReblogURL}" target="_blank" class="details"> +Reblog</a><a href="{ReblogParentURL}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} <i>with</i> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br><i>reblogged from</i> <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}{block:ContentSource} <i>originally from</i> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</center><p>
  451.  
  452. <center>{block:HasTags}<u>filed under:</u>{block:Tags} # <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}
  453. <br /></div>
  454.  
  455. {/block:Posts}
  456.  
  457. <br><br><br><br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  458.  
  459. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  460.  
  461. </div>
  462. </div>
  463.  
  464.  
  465. {Block:ifPictureInCorner}
  466. <div style="position:fixed; bottom:0px; right:0px;">
  467. <img src="{image:CornerImage}" width="500px"></div>
  468. {/Block:ifPictureInCorner}
  469.  
  470.  
  471. <div style="z-index:99999999999; position:fixed; text-shadow:1px 1px 2px #000; font-family:cambri; background:white; border:1px solid {color:Hisatitle}; padding:3px; bottom:10px; right:10px; opacity:.9"><a href="http://elegancethemes.tumblr.com/" title="Tana made this wonderful theme!"><img src="http://33.media.tumblr.com/644606c2c1397ef03ce62a585dc1c2c4/tumblr_inline_ni36jhJvPP1ry72eo.gif"></a></div>
  472. </body>
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement