allfredoflores

02

May 24th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 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.  
  4. <!--- "theme 02 by mainhottie :
  5. please do not steal
  6. please do not use as a base code
  7. please do not remove the credit
  8. thank u --->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <meta name="color:text" content="#838282"/>
  16. <meta name="color:titles" content="#000000"/>
  17. <meta name="color:links" content="#d3d3d3"/>
  18. <meta name="color:links hover" content="#000000"/>
  19. <meta name="color:description" content="#f8f8f8"/
  20. <meta name="color:links hover" content="#ffffff"/>
  21. <meta name="color:line" content="#d3d3d3"/>
  22. <meta name="color:scrollbar" content="#b8b8b8"/>
  23. <meta name="color:borders" content="#f8f8f8"/>
  24.  
  25. <meta name="image:sidebar" content""/>
  26.  
  27. <meta name="text:link 1" content="http://"/>
  28. <meta name="text:link 1 title" content=""/>
  29.  
  30. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:200,
  39. tip_fade_speed:300
  40. });
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45.  
  46. <!-------------------------------------------------------------------->
  47.  
  48. <script>
  49. $(function() {
  50.  
  51. var $el, leftPos, newWidth,
  52. $mainNav = $("#example-one");
  53.  
  54. $mainNav.append("<li id='magic-line'></li>");
  55. var $magicLine = $("#magic-line");
  56.  
  57. $magicLine
  58. .width($(".current_page_item").width())
  59. .css("left", $(".current_page_item a").position().left)
  60. .data("origLeft", $magicLine.position().left)
  61. .data("origWidth", $magicLine.width());
  62.  
  63. $("#example-one li a").hover(function() {
  64. $el = $(this);
  65. leftPos = $el.position().left;
  66. newWidth = $el.parent().width();
  67. $magicLine.stop().animate({
  68. left: leftPos,
  69. width: newWidth
  70. });
  71. }, function() {
  72. $magicLine.stop().animate({
  73. left: $magicLine.data("origLeft"),
  74. width: $magicLine.data("origWidth")
  75. });
  76. });
  77. });
  78. </script>
  79.  
  80. <!-------------------------------------------------------------------->
  81.  
  82. <style type="text/css">
  83.  
  84. #s-m-t-tooltip {
  85. max-width:300px;
  86. padding:4px 4px 4px 4px;
  87. margin:20px 0px 0px 20px;
  88. background:{color:line};
  89. border:1px solid {color:links hover};
  90. font-size:10px;
  91. text-transform:none;
  92. color:{color:links hover};
  93. z-index:999999999999999999999999999999999999;
  94. }
  95.  
  96. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  97.  
  98. ::-webkit-scrollbar-thumb{
  99. background-color:{color:scrollbar};
  100. border:4px solid #fff;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. width:11px;
  105. background-color:{color:scrollbar};
  106. border:5px solid #fff;
  107. }
  108.  
  109. /* CURSOR */
  110. html {
  111. cursor:
  112. url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"),default;
  113. }
  114.  
  115. body {
  116. background:#fff;
  117. margin:0px;
  118. color:{color:text};
  119. font-family:'arial';
  120. font-size:11px;
  121. font-weight:normal;
  122. letter-spacing:0px;
  123. line-height:120%;
  124. }
  125.  
  126. a:link, a:visited, a:active {
  127. color:{color:links};
  128. padding:1px;
  129. text-decoration:none;
  130. transition-duration: 0.1s;
  131. -moz-transition-duration: 0.1s;
  132. -webkit-transition-duration: 0.1s;
  133. -o-transition-duration: 0.1s;
  134. }
  135.  
  136. a:hover {
  137. color:{color:links hover};
  138. padding:1px;
  139. font-weight:none;
  140. transition-duration: 0.1s;
  141. -moz-transition-duration: 0.1s;
  142. -webkit-transition-duration: 0.1s;
  143. -o-transition-duration: 0.1s;
  144. }
  145.  
  146. h1 {
  147. font-size:9px;
  148. text-align:justify;
  149. color:{color:titles};
  150. }
  151.  
  152. h2 {
  153. font-size:14px;
  154. text-align:justify;
  155. font-weight:normal;
  156. }
  157.  
  158. #container {
  159. float:center;
  160. text-align:justify;
  161. color:{color:text};
  162. margin-bottom:0px;
  163. width:500px;
  164. }
  165.  
  166. #posts {
  167. width:400px;
  168. margin-left:400px;
  169. margin-top:80px;
  170. text-align:justify;
  171. margin-bottom:40px;
  172. padding:10px;
  173. line-height:90%;
  174. color:{color:text};
  175. }
  176.  
  177. .info {
  178. margin-left:415px;
  179. text-align:left;
  180. position:absolute;
  181. margin-top:0px;
  182. width:100px;
  183. font-size:8px;
  184. text-transform:uppercase;
  185. letter-spacing:2px;
  186. padding:10px;
  187. line-height:120%;
  188. border-left:1px solid {color:borders}
  189. }
  190.  
  191. #pagination {
  192. left:50%;
  193. margin-left:-270px;
  194. position:absolute;
  195. width:395px;
  196. padding:5px;
  197. margin-top:-10px;
  198. }
  199.  
  200. #header {
  201. position:relative;
  202. margin-top:30px;
  203. display:block;
  204. width:300px;
  205. padding:10px;
  206. margin-left:593px;
  207. margin-right:auto;
  208. margin-bottom:-50px;
  209. }
  210.  
  211. #sidebarimage img{
  212. width:80px;
  213. height:80px;
  214. margin-top:15px;
  215. margin-left:-185px;
  216. position:absolute;
  217. padding:5px;
  218. border-radius:10%;
  219. }
  220.  
  221. #description {
  222. position:absolute;
  223. text-align:justify;
  224. padding:10px;
  225. text-transform:uppercase;
  226. letter-spacing:1px;
  227. width:250px;
  228. font-size:8px;
  229. margin-top:32px;
  230. margin-left:-72px;
  231. background:{color:description};
  232. border:1px solid {color:borders};
  233. border-radius:5px;
  234. }
  235.  
  236. #triangle {
  237. top:53px;
  238. left:-81px;
  239. transform:rotate(0deg);
  240. border-left:10px solid transparent;
  241. border-right:10px solid {color:description};
  242. border-bottom:10px solid transparent;
  243. border-top:10px solid transparent;
  244. position:absolute;
  245. }
  246.  
  247. .nav-wrap {
  248. margin:20px auto;
  249. margin-top:80px;
  250. margin-left:13px;
  251. background:#fff;
  252. border-top:1px solid #fff;
  253. border-bottom:1px solid #fff;
  254. width:250px;
  255. }
  256.  
  257. /* Clearfix */
  258. .group:after {
  259. visibility:hidden;
  260. display:block;
  261. content: "";
  262. clear:both;
  263. height:0;
  264. }
  265.  
  266.  
  267. #example-one {
  268. margin:auto;
  269. list-style:none;
  270. position:relative;
  271. width:230px;
  272. margin-left:-6px;
  273. padding:8px;
  274. line-height:100%;
  275. }
  276.  
  277. #example-one li {
  278. display:inline-block;
  279. }
  280.  
  281. #example-one a {
  282. color:{color:links};
  283. width:165px;
  284. text-align:center;
  285. padding:10px 10px 10px 5px;
  286. text-decoration:none;
  287. text-transform:uppercase;
  288. font-size:8px;
  289. letter-spacing:2px;
  290. }
  291.  
  292. #example-one a:hover {
  293. color:{color:links hover};
  294. font-style:italic;
  295. }
  296.  
  297. #magic-line {
  298. position:absolute;
  299. bottom:-1px;
  300. margin-left:-5px;
  301. width:100px;
  302. height:1px;
  303. background:{color:line};
  304. }
  305.  
  306. .current_page_item a {
  307. color:{color:links}; !important;
  308. }
  309.  
  310. .ie6 #example-one li, .ie7 #example-one li {
  311. display: inline-block;
  312. }
  313.  
  314. .ie6 #magic-line {
  315. bottom: -3px;
  316. }
  317.  
  318. blockquote {
  319. border-left:2px solid #f8f8f8;
  320. padding:0px;
  321. padding-left:5px;
  322. margin:5px;
  323. }
  324.  
  325. .asker {
  326. font-weight:bold;
  327. }
  328.  
  329. #question {
  330. margin-bottom:10px;
  331. line-height:15px;
  332. background:{color:description};
  333. padding:15px;
  334. border-radius:5px;
  335. }
  336.  
  337. .answer {
  338. text-align:justify;
  339. padding:5px;
  340. margin-top:-5px;
  341. }
  342.  
  343. ol.notes {
  344. text-align:left;
  345. width:400px;
  346. margin-left:50px;
  347. margin-right:auto;
  348. padding:0px;
  349. margin-top:80px;
  350. list-style-type:none;
  351. }
  352.  
  353. ol.notes li.note {
  354. padding:7px;
  355. }
  356.  
  357. ol.notes li.note img.avatar {
  358. vertical-align:-4px;
  359. margin-right:10px;
  360. width:16px;
  361. height:16px;
  362. }
  363.  
  364. ol.notes li.note blockquote {
  365. padding:5px 5px 5px 5px;
  366. }
  367.  
  368. #credit {
  369. font-size:12px;
  370. text-transform:uppercase;
  371. font-style:bold;
  372. bottom:10px;
  373. right:10px;
  374. position:fixed;
  375. letter-spacing:2px;
  376. text-align:right;
  377. }
  378.  
  379. {CustomCSS}</style>
  380.  
  381. </head>
  382.  
  383. <body>
  384.  
  385. <div id="container">
  386. <div id="header">
  387. <div id="triangle"></div>
  388. <div id="description">{description}</div>
  389. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  390.  
  391. <div class="nav-wrap">
  392. <ul class="group" id="example-one">
  393. <center>
  394. <li class="current_page_item"><a href="/">home</a></li>
  395. <li><a href="/ask">inbox</a></li>
  396. <li><a href="{text:link 1}">{text:link 1 title}</a></li>
  397. </center></div></div></div></div></ul>
  398.  
  399. {block:Posts}<div id="posts">
  400.  
  401. <div class="info">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {24Hour}:{Minutes}{CapitalAmPm}{/block:Date}<br><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount}<br><p>{block:HasTags}{block:Tags}<a href="{TagURL}"><i>{Tag}</i></a>, {/block:Tags}{/block:HasTags}</div>
  402.  
  403. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  404.  
  405. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  406.  
  407. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  408.  
  409. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  410.  
  411. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  412.  
  413. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  414.  
  415. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  416.  
  417. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418. {block:Answer}
  419. <div id="question">
  420. <div class="asker">{Asker} said: </div>
  421. {Question}</div>
  422. <div class="answer">{Answer}</div>
  423. {/block:Answer}
  424.  
  425. {block:PostNotes}{PostNotes}{/block:PostNotes}
  426. </div></div>
  427. {/block:Posts}
  428.  
  429. <center>
  430. <br><br>
  431. <div id="pagination">
  432. {block:Pagination}
  433. {block:JumpPagination length="5"}{block:CurrentPage}
  434. <span class="current_page" style="padding: 5px 5px 5px 5px; font-weight:bold;">{PageNumber}</span>
  435. {/block:CurrentPage}
  436. {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  437. {/block:JumpPagination}
  438. {/block:Pagination}</div>
  439. <br><br><br>
  440. </center>
  441.  
  442. <div id="credit"><a href="http://mainhottie.tumblr.com/rules">✗</a></div>
  443. </div>
  444.  
  445. {block:ContentSource}<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  446.  
  447. </div>
  448.  
  449. </div>
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment