Guest User

BAJAHELPS' THEME 3

a guest
Nov 3rd, 2013
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14. <meta name="image:bg" content="">
  15. <meta name="image:png" content="">
  16. <meta name="image:postheader" content="">
  17. <meta name="image:logo" content="">
  18. <meta name="image:gif1" content="">
  19. <meta name="image:gif2" content="">
  20. <meta name="image:link1" content="">
  21. <meta name="image:link2" content="">
  22. <meta name="image:link3" content="">
  23. <meta name="image:link4" content="">
  24.  
  25. <meta name="text:link2" content="/">
  26. <meta name="text:link2title" content="link2">
  27. <meta name="text:link3" content="/">
  28. <meta name="text:link3title" content="link3">
  29. <meta name="text:link4" content="/">
  30. <meta name="text:link4title" content="link4">
  31.  
  32. <meta name="color:text" content="#5c5e64">
  33. <meta name="color:bg" content="#ffffff">
  34. <meta name="color:linkshover" content="#d1d5fd">
  35. <meta name="color:links" content="#ba98e0">
  36. <meta name="color:contentbg" content="#ffffff">
  37. <meta name="color:borders" content="#fbced0">
  38.  
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:200,
  48. tip_fade_speed:300
  49. }
  50. );
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. <style type="text/css">
  56.  
  57. @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
  58.  
  59. body {
  60. font-family: calibri;
  61. font-size: 10px;
  62. background-color: {Color:bg};
  63. line-height: 120%;
  64. color: {color:text};
  65. background-attachment: fixed;
  66. background-image: url('{image:bg}');
  67. }
  68.  
  69. a {
  70. color: {color:links};
  71. text-decoration: none;
  72. -moz-transition-duration: 1s;
  73. -webkit-transition-duration:1s;
  74. -o-transition-duration: 1s;
  75. }
  76.  
  77. a:hover {
  78. color: {color:linkshover};
  79. -moz-transition-duration: 1s;
  80. -webkit-transition-duration:1s;
  81. -o-transition-duration: 1s;
  82. }
  83.  
  84. #side {
  85. margin-left: 100px;
  86. position: fixed;
  87. }
  88.  
  89. #left {
  90. margin-top: 50px;
  91. margin-left: -10px;
  92. }
  93.  
  94. #png {
  95. width: 250px;
  96. height: 400px;
  97. position: fixed;
  98. margin-left: -20px;
  99. background-image: url('{image:png}');
  100. }
  101.  
  102. #sidebar {
  103. background-color: {color:contentbg};
  104. width: 150px;
  105. height: 100%;
  106. position: fixed;
  107. margin-top: -8px;
  108. border-left: 4px double {color:borders};
  109. border-right: 4px double {color:borders};
  110. }
  111.  
  112. #desc {
  113. text-align: center;
  114. padding: 5px;
  115. margin-top: 480px;
  116. }
  117.  
  118. #posts {
  119. margin-left: 300px;
  120. position: absolute;
  121. }
  122.  
  123. #post {
  124. width: 500px;
  125. padding: 5px;
  126. background-color: {color:contentbg};
  127. border: 4px double {color:borders};
  128. margin-bottom: 20px;
  129. }
  130.  
  131. #info {
  132. text-align: center;
  133. margin-top: 5px;
  134. font-size: 6pt;
  135. line-height: 100%;
  136. font-family: calibri;
  137. width: 500px;
  138. text-transform: uppercase;
  139. }
  140.  
  141. blockquote {
  142. border-left: 5px solid {color:links};
  143. padding-left: 5px;
  144. }
  145.  
  146. blockquote img {
  147. max-width: 100%;
  148. }
  149.  
  150. #l {
  151. line-height: 200%;
  152. }
  153.  
  154. #l b {
  155. color: {Color:contentbg};
  156. background-color: {Color:linkshover};
  157. }
  158.  
  159. h1, h2 {
  160. font-family: arial black;
  161. font-size: 14pt;
  162. line-height: 100%;
  163. letter-spacing: -2px;
  164. text-align: center;
  165. color: {color:linkshover};
  166. }
  167.  
  168. #ask {
  169. background-color: {color:linkshover};
  170. color: {Color:contentbg};
  171. padding: 5px;
  172. text-align: center;
  173. }
  174.  
  175. #ask a {
  176. color: {color:contentbg};
  177. }
  178.  
  179. #postheader {
  180. width: 500px;
  181. height: 100px;
  182. margin-bottom: 10px;
  183. background-image: url('{image:postheader}');
  184. }
  185.  
  186. #right {
  187. margin-left: 850px;
  188. position: fixed;
  189. width: 245px;
  190. margin-top: 100px;
  191. }
  192.  
  193. #right img {
  194. margin-bottom: 10px;
  195. }
  196.  
  197. #li img {
  198. -webkit-filter: blur(0px);
  199. -webkit-transition: opacity 0.7s linear;
  200. -webkit-transition: all 0.3s ease-out;
  201. -moz-transition: all 0.3s ease-out;
  202. transition: all 0.3s ease-out;
  203. }
  204.  
  205. #li img:hover {
  206. -webkit-transition: opacity 0.7s linear;
  207. -webkit-transition: all 0.3s ease-out;
  208. -moz-transition: all 0.3s ease-out;
  209. transition: all 0.3s ease-out;
  210. -webkit-filter: blur(2px);
  211. }
  212.  
  213. #s-m-t-tooltip{
  214. position: absolute;
  215. background-color:{color:contentbg};
  216. color: {color:links};
  217. font-family: arial black;
  218. font-size: 14pt;
  219. line-height: 100%;
  220. letter-spacing: -2px;
  221. padding: 5px;
  222. z-index: 999999999999999999999999999999999999999999999999999999999999;
  223. margin-top: 10px;
  224. margin-left: 10px;
  225. display: block;
  226. }
  227.  
  228. #cred {
  229. position:fixed;
  230. font-size:12px;
  231. font-weight:normal;
  232. line-height:150%;
  233. border-radius: 100px;
  234. background-color: {color:contentbg};
  235. letter-spacing:2px;
  236. right:10px;
  237. padding: 10px;
  238. bottom:10px;
  239. opacity: .6;
  240. text-transform:uppercase;
  241. text-align:center;
  242. font-family: arial black;
  243. font-size: 10pt;
  244. line-height: 100%;
  245. letter-spacing: -2px;
  246.  
  247. }
  248.  
  249. </style>
  250.  
  251. </head>
  252.  
  253. <body>
  254.  
  255. <div id="cred"><a href="http://bajahelps.tumblr.com">bh</a></div>
  256.  
  257. <div id="right">
  258. <table>
  259. <td>
  260. <img src="{image:gif1}" style="background-color: {color:contentbg}; border: 4px double {color:borders};">
  261. <img src="{image:gif2}" style="background-color: {color:contentbg}; border: 4px double {color:borders};">
  262. </td>
  263.  
  264.  
  265. <Td>
  266. <div id="li">
  267. <div style="position: fixed; margin-top: -220px;">
  268. <a href="/" title="home"><img src="{image:link1}"></a>
  269. <a href="{text:link2}" title="{text:link2title}"><img src="{image:link2}"></a>
  270. <a href="{text:link3}" title="{text:link3title}"><img src="{image:link3}"></a>
  271. <a href="{text:link4}" title="{text:link4title}"><img src="{image:link4}"></a>
  272. </div>
  273. </div>
  274. </td>
  275.  
  276. </table>
  277.  
  278. </div>
  279.  
  280. <div id="side">
  281.  
  282. <div id="sidebar">
  283. <div id="desc">{description}<Br><Br>
  284.  
  285. <div style="font-size: 20pt;">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>
  286.  
  287. {/block:PreviousPage}
  288. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  289. </div>
  290. </div>
  291.  
  292. <div id="left">
  293. <a href="/"><div id="png">
  294. <img src="{image:logo}" style="margin-top: 340px; margin-left: -10px">
  295. </div>
  296. </a>
  297. </div>
  298.  
  299. </div>
  300.  
  301. <div id="posts">
  302.  
  303. <a href="/"><div id="postheader">
  304. </div></a>
  305.  
  306. {block:Posts}<div id="post">
  307.  
  308. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  309.  
  310. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  311.  
  312. {Caption}{/block:Caption}{/block:Photo}
  313.  
  314. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  315.  
  316. {/block:Photoset}
  317.  
  318. {block:Quote}<h1>{Quote}</h1>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  319.  
  320. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  321.  
  322. {Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  325.  
  326. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  327.  
  328. {block:Audio}
  329. {AudioPlayerWhite}
  330. <div id="caption">{Caption}</div>{/block:caption}
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {block:Answer}<div id="ask">{Asker}: {Question}</div>
  336.  
  337. <br>{Answer}{/block:Answer}
  338.  
  339. <div id="info">
  340. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  341. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  342.  
  343. href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>
  344.  
  345. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  346.  
  347. {/block:Tags}{/block:HasTags}</div>
  348.  
  349. </div>
  350. {block:PostNotes}{PostNotes}{/block:PostNotes}
  351. {/block:Posts}</div>
  352.  
  353. </body>
  354.  
  355. </html>
Advertisement
Add Comment
Please, Sign In to add comment