Advertisement
PradaThemes

Trident

Jul 14th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <!-- --------------------------
  6.  
  7. P O W E R E D B Y T U M B L R
  8.  
  9. Theme TRIDENT by vogueit-themes, 2012.
  10.  
  11. BY: W A L K P R A D A
  12.  
  13. ------------------------------>
  14.  
  15. <head>
  16. <meta name="color:Background" content="#eaeaea" />
  17. <meta name="color:Header" content="#f7bacd" />
  18. <meta name="color:Title and Description" content="#ffffff" />
  19. <meta name="color:Navigation" content="#b0eea5" />
  20. <meta name="color:Navigation Links" content="#ffffff" />
  21. <meta name="color:Navigation Links Hover" content="#dfdfdf" />
  22. <meta name="color:Entry" content="#ffffff" />
  23. <meta name="color:Title" content="#282828" />
  24. <meta name="color:Text" content="#282828" />
  25. <meta name="color:Link" content="#474747" />
  26. <meta name="color:Link Hover" content="#000000" />
  27. <meta name="font:Body" content="Arial" />
  28. <meta name="font:Title" content="Georgia" />
  29. <meta name="font:Permalink" content="Trebuchet Ms" />
  30. <meta name="image:Background" content=""/>
  31. <meta name="if:show reblog button" content="1"/>
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. <style type="text/css">
  39.  
  40. body{
  41. color:{color:Text};
  42. background-color: {color:Background};
  43. font-family:arial;
  44. font-size:11px;
  45. line-height: 13px;
  46. text-align:justify;
  47. overflow-x: auto;
  48. overflow-y: scroll;
  49. position:relative;
  50. }
  51.  
  52. a:link, a:active, a:visited{color: {color:Link};
  53. text-decoration: none;
  54. }
  55.  
  56. a:hover {color:{color:Link Hover};
  57. text-decoration: none;
  58. }
  59.  
  60. a img{border: 0px;
  61. }
  62.  
  63. #tumblr_controls {
  64. top: 4.30% !important;
  65. margin: -28px 0 0 0;
  66. right: 0px !important;
  67. position: fixed !important;
  68. }
  69.  
  70. #header{
  71. background-color:{color:Header};
  72. padding-top:20px;
  73. margin-top:-8px;
  74. margin-left:-8px;
  75. margin-right:-8px;
  76. text-align: center;
  77. }
  78.  
  79. .posts{
  80. {block:IndexPage}
  81. margin:auto;
  82. width:810px;
  83. padding-top:4px;
  84. position:relative;
  85. {/block:IndexPage}
  86. {block:PermalinkPage}
  87. margin:auto;
  88. padding-bottom:10px;
  89. padding-top:8px;
  90. width:510px;
  91. {/block:PermalinkPage}
  92. }
  93.  
  94. .entry{
  95. background-color:{color:Entry};
  96. {block:IndexPage}
  97. width: 250px;
  98. margin:4px;
  99. padding:6px;
  100. padding-bottom:4px;
  101. float:left;
  102. position: relative;
  103. {/block:IndexPage}
  104. {block:PermalinkPage}
  105. margin:auto;
  106. padding:6px;
  107. padding-bottom:5px;
  108. width:500px;
  109. position:relative;
  110. {/block:PermalinkPage}
  111. }
  112.  
  113. .entry .permalink{
  114. text-transform: uppercase;
  115. font-weight: bold;
  116. font-family: {font:Permalink};
  117. font-size: 8px;
  118. text-align:center;
  119. letter-spacing:3px;
  120. position:absolute;
  121. overflow:hidden;
  122. opacity:0.0;
  123. background-color:{color:Entry};
  124. padding-top:5px;
  125. padding-bottom:5px;
  126. font-size: 8px;
  127. -webkit-transition: all 0.2s linear;
  128. -webkit-transition: all 0.2s linear;
  129. -moz-transition: all 0.2s linear;
  130. transition: all 0.2s linear;
  131. {block:IndexPage}
  132. width:250px;
  133. {/block:IndexPage}
  134. {block:PermalinkPage}
  135. width:500px;
  136. {/block:PermalinkPage}
  137. }
  138.  
  139. .entry:hover .permalink{
  140. bottom:6px;
  141. overflow:visible;
  142. -webkit-transition: all 0.2s linear; opacity: .9;
  143. -webkit-transition: all 0.2s linear;
  144. -moz-transition: all 0.2s linear;
  145. transition: all 0.2s linear;
  146. }
  147.  
  148. .navi{
  149. top:71px;
  150. padding: 3px;
  151. margin:auto;
  152. margin-left:-8px;
  153. color: {color:Navigation Links};
  154. font-family: {font:Permalink};
  155. font-size: 8px;
  156. letter-spacing: 3px;
  157. font-weight: bold;
  158. text-transform: uppercase;
  159. text-align:center;
  160. background-color: {color:Navigation};
  161. }
  162.  
  163. .links a{
  164. color: {color:Navigation Links};
  165. }
  166.  
  167. .links a:hover{
  168. color:{color:Navigation Links Hover};
  169. }
  170.  
  171. .title1{
  172. color:{color:Title};
  173. font-family:{font:Title};
  174. font-size:20px;
  175. line-height:20px;
  176. font-style:italic;
  177. letter-spacing:-1px;
  178. float:center;
  179. }
  180.  
  181. .title2{
  182. color:{color:Title};
  183. font-family:{font:Title};
  184. font-size:20px;
  185. line-height:20px;
  186. letter-spacing:-1px;
  187. }
  188.  
  189. blockquote{
  190. border-left-width: 2px;
  191. border-left-style: solid;
  192. border-left-color: {color:Header};
  193. padding-bottom:1px;
  194. padding-left: 10px;
  195. margin:10px 0px 11px 5px;
  196. }
  197.  
  198. </style>
  199.  
  200. <style type="text/css">{CustomCSS}</style>
  201.  
  202. </head>
  203. <body>
  204.  
  205. <div id="header"><a href="/"><div style="color: {color:Title and Description}; font-size: 24px; line-height: 24px; letter-spacing:-1px; margin-bottom:5px; text-align:center; font-family:{font:Title};"><i>{Title}</i></div></a>{block:Description}
  206. <div style="width:500px; margin:auto; color: {color:Title and Description};">{Description}</div>{/block:Description}
  207.  
  208. <div class="navi" style="margin-top:20px;"> <div class="links">
  209. <a href="/">home</a> •
  210. <a href="/ask">message</a>{block:SubmissionsEnabled} •
  211. <a href="/submit">submit</a>{/block:SubmissionsEnabled}
  212. {block:HasPages} • {block:Pages}
  213. <a href="{URL}" class="page">{Label}</a>•{/block:Pages}{/block:HasPages} •
  214. <a href="http://vogueit-themes.tumblr.com">theme</a>
  215. </div></div></div>
  216.  
  217. <div class="posts">
  218. {block:Posts}
  219. <div class="entry">
  220.  
  221. {block:Text}{block:Title}<div style="margin-bottom:15px; margin-top:-2px;text-align:center;"><a href="{permalink}"><span class="title1">{Title}</span></a></div>{/block:Title}<div style="margin:-13px 0 -9px 0;">{Body}</div>{/block:Text}
  222.  
  223. {block:Photo}
  224. {LinkOpenTag}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-HighRes}" width="250" alt="{PhotoAlt}"/>{LinkCloseTag}</a>{/block:IndexPage}{LinkOpenTag}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}" style="margin-bottom:-1px;"/>{LinkCloseTag}{/block:PermalinkPage}{block:Caption}<div style="margin-top: -10px; margin-bottom:-9px;">{Caption}</div>{/block:Caption}{/block:Photo}
  225.  
  226. {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:Caption}<div style="margin-top:-10px; margin-bottom:-9px;">{Caption}</div>{/block:Caption}{/block:Photoset}
  227.  
  228. {block:Quote}<a href="{permalink}"><div style="margin-top:-2px;"><span class="title2"><i>{Quote}</i></span></a></div> <div style="margin-top:-10px; margin-bottom:2px;">{block:Source}<span class="title3"><br>— {Source}</span></div>{/block:Source} {/block:Quote}
  229.  
  230. {block:Link}<a href="{URL}"><span class="title1"><div style="text-align:center; margin-top:-2px;">{Name}</div></span></a>{/block:Link}
  231. {block:Link}{block:Description}<div style="margin:-9px 0 -9px 0;">{Description}</div>{/block:Description}{/block:Link}
  232.  
  233. {block:Chat}<ul class="chat"><div style="margin:-11px 0 -9px 0; text-align: left;">{block:Lines}<li class="user_
  234. {UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  235.  
  236. {block:Audio}<center>{AudioPlayerWhite}</center>
  237. {block:Caption}<div style="margin:-9px 0 -9px 0;">{Caption}</div>{/block:Caption}{/block:Audio}
  238.  
  239. {block:Video}{block:IndexPage}<div style="margin-bottom:-13px;"><center>{Video-250}</center></div>{block:IndexPage}{block:PermalinkPage}<div style="margin-bottom:-14px;">{Video-500}</div>{/block:PermalinkPage}<br>{block:Caption}<div style="margin-top: -11px; margin-bottom:-9px;">{Caption}</div>{/block:Caption}{/block:Video}
  240.  
  241. {block:Answer}
  242. <div style="text-align:justify;"><div style="border-bottom: 1px solid {color:Link}; padding-bottom:4px;"><img src="{AskerPortraitURL-24}" align="left" style="padding-right:4px;"/><b>{Asker}</b> said: <br><b>{Question}</b></div> <br><div style="margin-top:-22px; margin-bottom:-9px;">{Answer}</div></div>{/block:Answer}
  243.  
  244.  
  245. {block:Date}<div class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a> {block:ifshowreblogbutton}<font color="{color:Text}">//</font> <a href="{ReblogURL}" target="_blank" class="details">reblog</a>{/block:Date}{/block:ifshowreblogbutton}</div>{/block:Date}
  246. </div>
  247.  
  248. {block:PostNotes}
  249. <div style="font-family:{Permalink}; font-size: 8px;letter-spacing: 3px;font-weight: bold; width:510px; text-transform: uppercase; text-align:center;float:center;">{block:NoteCount}<br>{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br>tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}{/block:HasTags}
  250.  
  251. {block:RebloggedFrom}<br>
  252. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}</div>
  253.  
  254. <div style="text-align: justify; float:left;">{PostNotes}
  255.  
  256. <center>{block:ContentSource}<a href="{SourceURL}">
  257. {lang:Source}: {block:SourceLogo}
  258. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  259. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  260. {/block:ContentSource}</center><br></div>
  261.  
  262. {/block:PostNotes}
  263. {/block:Posts}
  264. </div></div>
  265.  
  266. <div style="position:fixed; bottom:3px; left:3px; font-size:10px; font-style:italic; font-family:arial;"><a href="http://vogueit-themes.tumblr.com/">ɀ</a></div>
  267.  
  268. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  269. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  270. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  271. <script type="text/javascript">
  272. $(window).load(function () {
  273. $('.posts').masonry(),
  274. $('.masonryWrap').infinitescroll({
  275. navSelector : "div#navigation",
  276. nextSelector : "div#navigation a#nextPage",
  277. itemSelector : ".entry",
  278. bufferPx : 10000,
  279. extraScrollPx: 11000,
  280. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  281. loadingText : "<em></em>",
  282. },
  283. // call masonry as a callback.
  284. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  285. );
  286. });
  287. </script>
  288.  
  289. {block:IndexPage}
  290. <div class="column navigation" id="navigation">
  291. {block:Pagination}
  292. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  293. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  294. </div>
  295. {/block:IndexPage}
  296.  
  297. </body>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement