radiantvictor

gerome theme

Aug 31st, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 20.2; noir et blanc by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:90,
  35.  
  36. tip_fade_speed:600,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47. <!--basic tooltip from tutorial-baby! Enjoy-->
  48. <style>
  49. .tooltip{
  50. display: inline;
  51. position: relative;
  52. }
  53. #s-m-t-tooltip {
  54. max-width:300px; /*how big the tooltip can be at most*/
  55. border-radius: 0px; /*change your border radius*/
  56. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  57. margin:20px 7px -2px 20px; /*distance from word*/
  58. background-color:#594544; /*background color*/
  59. border-left:3px solid #fff; /*border info*/
  60. border-right:3px solid #fff; /*border info*/
  61. font-family:"silkscreen"; /*tooltip font*/
  62. font-size:9px; /*tooltip font size*/
  63. letter-spacing:2px; /*tooltip letter spacing*/
  64. text-transform:uppercase; /*makes the tooltip title uppercase*/
  65. color:#fff; /*tooltip font color*/
  66. z-index:999999999999999999999999999999999999;
  67. box-shadow:0px 0px 0px 0px #ababab;
  68. }
  69. </style>
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="http://31.media.tumblr.com/04d0a0a83f3f923782419f74f2e28e57/tumblr_inline_n15muwtSLA1rqcq1b.gif">
  72.  
  73. <meta name="image:Background" content="" />
  74. <meta name="image:Sidebar" content="" />
  75.  
  76. <meta name="color:Links" content="#b6b6b6" />
  77. <meta name="color:Main Color" content="#ffffff" />
  78. <meta name="color:Text" content="#ffffff" />
  79. <meta name="color:Background" content="#ffffff" />
  80. <meta name="color:Border" content="#f1f1f1" />
  81. <meta name="color:Scrollbar" content="#60433c" />
  82. <meta name="color:Permalink Page Background" content="#f9f9f9" />
  83.  
  84. <meta name="text:Link 01" content="index" />
  85. <meta name="text:Link 02" content="message" />
  86. <meta name="text:Link 03" content="link" />
  87. <meta name="text:Link 04" content="link" />
  88. <meta name="text:Link 05" content="link" />
  89. <meta name="text:Link 01 URL" content="/" />
  90. <meta name="text:Link 02 URL" content="/ask" />
  91. <meta name="text:Link 03 URL" content="/" />
  92. <meta name="text:Link 04 URL" content="/" />
  93. <meta name="text:Link 05 URL" content="/" />
  94. <meta name="text:Background Image Position" content="left" />
  95. <meta name="text:Font Family" content="arial" />
  96. <meta name="text:Font Size" content="9" />
  97.  
  98. <meta name="if:Lazy Load" content="0" />
  99. <meta name="if:Custom Scrollbar" content="1">
  100. <meta name="if:Background Image Repeat" content="0" />
  101. <meta name="if:Infinite Scrolling" content="0" />
  102. <meta name="if:400px posts" content="0" />
  103. <meta name="if:Grayscale" content="0" />
  104. <meta name="if:Sidebar Image" content="0" />
  105.  
  106. <!----------------------------------------------------------------------->
  107.  
  108. {block:IfLazyLoad}
  109. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  110. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  111. <script type="text/javascript" charset="utf-8">
  112. var $j = jQuery.noConflict();
  113. $j(function() {
  114. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  115. $j("img").lazyload({
  116. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  117. effect: "fadeIn",
  118. });
  119. });
  120. </script>
  121. {/block:IfLazyLoad}
  122.  
  123. <!----------------------------------------------------------------------->
  124.  
  125. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  126.  
  127. <!----------------------------------------------------------------------->
  128.  
  129. <script type="text/javascript">
  130. function unhide(divID) {
  131. var item = document.getElementById(divID);
  132. if (item) {
  133. item.className=(item.className=='hidden')?'unhidden':'hidden';
  134. }
  135. }
  136. </script>
  137.  
  138. <!----------------------------------------------------------------------->
  139.  
  140. <style type="text/css">
  141.  
  142. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  143.  
  144. #musicplayer {
  145. position: fixed;
  146. left: 150px;
  147. top: 363px; }
  148.  
  149. .yo {
  150. position: absolute;
  151. left: 35px;
  152. top: 0px;
  153. font-style: oblique; font: 9px georgia;
  154. width: 80px;
  155. height: auto;
  156. padding: 5px;
  157. background-color: #fff;
  158. opacity: 0;
  159. -webkit-transition: all 0.3s ease-in;
  160. -moz-transition: all 0.3s ease-in;
  161. -o-transition: all 0.3s ease-in;
  162. -ms-transition: all 0.3s eease-in;
  163. transition: all 0.3s ease-in; }
  164.  
  165. #musicplayer:hover .yo {
  166. opacity: 1;
  167. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  168. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  169. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  170.  
  171. .player {
  172. border: 0px solid #fff;
  173. padding-top:2px;
  174. padding-right:1px;
  175. position: fixed;
  176. width: 25px;
  177. margin: 3px 0px 0px 0px;
  178. overflow: hidden;
  179. z-index: 9999;
  180. opacity: 0.6; }
  181.  
  182. {block:IfCustomScrollbar}
  183. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background};}
  184. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  185. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  186. {/block:IfCustomScrollbar}
  187.  
  188. 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;}
  189.  
  190. body {font-family:{text:font family};font-size:15px;line-height:11px;color:{color:text};background-color:#7a7a7a;background-attachment:fixed;background-image:url('http://i.imgur.com/6EFPKGR.png');background-position:left top;{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  191.  
  192. a {text-decoration:none;-webkit-transition: all .8s linear;-moz-transition: all .8s linear;-ms-transition: all .8s linear;-o-transition: all .8s linear;transition: all .8s linear;color:#fff;}
  193. a:hover {color:{color:main color};letter-spacing:4px;-webkit-transition: all .8s linear;-moz-transition: all .8s linear;-ms-transition: all .8s linear;-o-transition: all .8s linear;transition: all .8s linear;}
  194.  
  195. strong, bold, b {font-weight:bold;text-shadow:0px 2px 5px #2b0e0f;font-size:17px;}
  196. i, italic {text-shadow:0px 2px 3px #2b0e0f;font-size:16px;}
  197. small, sub {font-size:{text:font size}px;}
  198. code {font-size:{text:font size}px;font-family:{text:font family};}
  199. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  200.  
  201. {block:IfGrayscale}img {-webkit-transition:opacity 0.8s linear;opacity:0.60;-webkit-filter:grayscale(100%);}
  202. img:hover {-webkit-transition:opacity 0.8s linear;opacity:1;-webkit-filter:none;}{/block:IfGrayscale}
  203.  
  204. blockquote {padding-left:8px;margin:-2px 8px;border-left:4px double {color:border};border-radius:5px;}
  205.  
  206. h1 {font-size:9px;letter-spacing:4px;text-transform:uppercase;line-height:18px;color:{color:main color};text-align:center;font-weight:normal;}
  207. h1 a {color:{color:main color};}
  208.  
  209. .label {font-weight:bold;color:{color:main color};}
  210. .chat {line-height:12px;margin:8px;}
  211.  
  212. ::selection {color:#593a3c;}
  213. ::-moz-selection {color:#593a3c;}
  214. ::-webkit-selection {color:#593a3c;}
  215.  
  216. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  217.  
  218. /************************************************************************/
  219.  
  220. #sidebar {position:fixed;width:210px;margin-left:220px;margin-top:320px;text-align:right;}
  221.  
  222. .titre {font-size:19px;letter-spacing:4px;text-transform:uppercase;line-height:18px;color:{color:main color}; text-shadow:0px 0px 16px #451317;-moz-transition-duration:.7s;
  223. -webkit-transition-duration:.7s;
  224. -o-transition-duration:.7s; text-align:right;}
  225. .titre a {color:#fff; text-align:right;}
  226. .titre a:hover {color:#451e20;text-shadow:0px 0px 7px #451317;-moz-transition-duration:.7s;
  227. -webkit-transition-duration:.7s;
  228. -o-transition-duration:.7s;letter-spacing:6px; }
  229.  
  230. .description {margin:0px;line-height:10px;margin:5px 0px;color:{color:main color};}
  231.  
  232. .navigation {margin-top:2px;padding:3px 0px;border-top:1px solid {color:border};border-bottom:1px solid {color:border};font-size:30px;width:270px;}
  233. .navigation a {padding:0px 3px;color:#fff; -moz-transition-duration:.7s;
  234. -webkit-transition-duration:.7s;
  235. -o-transition-duration:.7s;letter-spacing:2px;}
  236. .navigation a:hover {text-decoration:none;color:#451e20; text-shadow:0px 0px 7px #451317; -moz-transition-duration:.7s;
  237. -webkit-transition-duration:.7s;
  238. -o-transition-duration:.7s;letter-spacing:2px;}
  239.  
  240. /************************************************************************/
  241.  
  242. #post {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}margin:40px 0px 80px 550px;text-align:left;-webkit-filter:grayscale(80%);
  243. opacity:0.8;
  244. -webkit-transition: all 0.6s ease-in-out;
  245. -moz-transition: all 0.6s ease-in-out;
  246. -o-transition: all 0.6s ease-in-out;
  247. -ms-transition: all 0.6s ease-in-out;
  248. transition: all 0.6s ease-in-out;
  249. -webkit-transition: all 0.6s ease-in-out;}
  250.  
  251. #post blockquote div {margin-top:8px;}
  252. #post blockquote img {{block:IfNot400pxPosts}max-width:450px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}}
  253. #postimage img {{block:IfNot400pxPosts}max-height:700px;width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}max-height:560px;width:400px;{/block:If400pxPosts}overflow:hidden;}
  254.  
  255. #permalink {{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}color:{color:main color};margin-top:15px;}
  256. #permalink a {color:{color:main color};}
  257.  
  258. .heart {font-size:11px;}
  259. .heart:hover {color:red;}
  260.  
  261. #tags {line-height:15px;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}color:{color:main color};margin-top:3px;}
  262. #tags a {padding-right:5px;color:{color:main color};}
  263. #tags a:hover {text-decoration:underline;}
  264.  
  265. /************************************************************************/
  266.  
  267. #permalinkpage {margin-top:15px;background-color:{color:permalink page background};text-align:center;padding:5px 0px;text-transform:lowercase;border-top:1px solid {color:border};}
  268.  
  269. #tagspp {line-height:15px;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  270. #tagspp a {padding:0px 5px;}
  271. #tagspp a:hover {text-decoration:underline;}
  272.  
  273. /************************************************************************/
  274.  
  275. .tumblr_audio_player {border:1px solid {color:permalink page background};padding:0px;margin:0px;height:40px;position:relative;z-index:10;{block:IfNot400pxPosts}width:498px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:398px;{/block:If400pxPosts}background-color:{color:permalink page background};}
  276. .audio {position:absolute;z-index:50;margin-top:-27px;text-align:center;{block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}}
  277.  
  278. /************************************************************************/
  279.  
  280. .quote {font-size:12px;font-family:cambria;line-height:15px;}
  281. .source {font-size:8px;text-transform:uppercase;font-family:calibri;font-weight:bold;padding-top:10px;text-align:center;margin-bottom:10px;}
  282.  
  283. /************************************************************************/
  284.  
  285. #question {margin:10px 0px;padding:10px 20px;line-height:15px;border-bottom:1px solid {color:border};text-align:center;}
  286.  
  287. /************************************************************************/
  288.  
  289. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}width:480px;{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}}
  290. .notes a:hover {background-color:transparent;color:{color:links};}
  291. ol.notes {list-style-type:none;}
  292. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  293. ol.notes li.note img.avatar {vertical-align:-6px;}
  294. ol.notes li.note img {padding:2px 5px 2px 2px;}
  295. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  296.  
  297. /************************************************************************/
  298.  
  299. .hidden {display:none;}
  300. .unhidden {display:block;}
  301.  
  302. /************************************************************************/
  303.  
  304. </style>
  305. </head>
  306.  
  307. <body>
  308.  
  309.  
  310. <div id="musicplayer">
  311.  
  312.  
  313. <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  314. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  315. <param name="bgcolor" value="#7a7a7a" />
  316. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/07d8a9e7lpt2xat/Lullaby%2520for%2520a%2520Stormy%2520Night.mp3%3Fdl%3D0&amp;width=25&amp;loop=1&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=7a7a7a&amp;bgcolor1=7a7a7a&amp;bgcolor2=7a7a7a&amp;buttonovercolor=b6b6b6" />
  317. </object></div></div>
  318.  
  319. </div>
  320.  
  321. <!----------------------------------------------------------------------->
  322.  
  323. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">WH</a></div>
  324.  
  325. <!----------------------------------------------------------------------->
  326.  
  327. <div id="sidebar">
  328.  
  329. <div class="titre"><a href="/">{Title}</a></div>
  330.  
  331. {block:IfSidebarImage}<img src="{image:sidebar}" width="220" style="margin:3px 0px 5px 0px;">{/block:IfSidebarImage}
  332.  
  333. <div class="navigation">
  334. {block:IfNotInfiniteScrolling}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{/block:IfNotInfiniteScrolling}<br>
  335. <a title="{text:link 01}" href="{text:Link 01 URL}">■</a>
  336. <a title="{text:link 02}" href="{text:Link 02 URL}">■</a>
  337. <a title="{text:link 03}" href="{text:Link 03 URL}">■</a>
  338. <a title="{text:link 04}" href="{text:Link 04 URL}">■</a>
  339. <a title="{text:link 05}" href="{text:Link 05 URL}">■</a>
  340. {block:IfNotInfiniteScrolling}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:IfNotInfiniteScrolling}<br>
  341. <br>
  342. </div>
  343.  
  344. <div class="description">{Description}</div>
  345.  
  346. </div>
  347.  
  348. <!----------------------------------------------------------------------->
  349.  
  350. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  351.  
  352. {block:Posts}
  353. <div id="post">
  354.  
  355. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  356.  
  357. {block:Photo}{block:IfNot400pxPosts}<div id="postimage"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{/block:IfNot400pxPosts}{block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  358.  
  359. {block:Photoset}{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  360.  
  361. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">- {Source}</div>{/block:Source}{/block:Quote}
  362.  
  363. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  364.  
  365. {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  366.  
  367. {block:Video}{block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  368.  
  369. {block:Audio}{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<div class="audio">{block:TrackName}<i>{TrackName}</i>{/block:TrackName} - {block:Artist}<b>{Artist}</b>{/block:Artist}</div>{block:caption}{caption}{/block:caption}{/block:Audio}
  370.  
  371. {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  372.  
  373. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  374. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  375.  
  376. <!-- {block:NoRebloggedFrom}
  377. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  378. {/block:NoRebloggedFrom} -->
  379.  
  380. {block:IndexPage}
  381. <div id="permalink">
  382. <span class="heart">♥</span> {block:Date}<a href="{Permalink}" title="{TimeAgo}"><b>{MonthNumberWithZero}.{DayOfMonthWithZero}</b></a>{/block:Date} {block:NoteCount}+{NoteCount}{/block:NoteCount}
  383. </div>
  384. {/block:IndexPage}
  385.  
  386. {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
  387.  
  388. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  389.  
  390. {block:HasTags}<div id="tags">{block:IndexPage}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:IndexPage}</div>{/block:HasTags}
  391.  
  392. {block:PostNotes}
  393. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  394. <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  395. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  396. {/block:PostNotes}
  397.  
  398. </div>
  399. {/block:Posts}
  400.  
  401. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  402.  
  403. </body>
  404. </html>
Advertisement
Add Comment
Please, Sign In to add comment