Advertisement
tylerhhoechlin

theme #2: gracieux

Feb 1st, 2014
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. <head><title>{Title}</title>
  2.  
  3. <link rel="shortcut icon" href="{Favicon}">
  4.  
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--------------------------------------------
  9. THEME: #2 GRACIEUX || HARRYSTYHELLS
  10.  
  11. - DO NOT REMOVE CREDIT
  12. - DO NOT CLAIM AS YOUR OWN
  13. - DO NOT REDISTRIBUTE
  14. - DO NOT COPY ANY PARTS OF MY CODE
  15. --------------------------------------------->
  16.  
  17. <meta name="color:background" content="#ffffff" />
  18. <meta name="color:text" content="#2e2e2e" />
  19. <meta name="color:links" content="#000000" />
  20. <meta name="color:hover" content="#000000" />
  21.  
  22. <meta name="if:Show Link 1" content="1" />
  23. <meta name="if:Show Link 2" content="1" />
  24. <meta name="if:Show Link 3" content="1" />
  25. <meta name="if:Show Link 4" content="1" />
  26.  
  27. <meta name="text:Title" content="words/word" />
  28.  
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4" content="" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. sub,small {
  38. font-size:10px;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. height:auto;
  43. border:1px solid;
  44. border-color:{color:text};
  45. background-color:{color:text};
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:9px;
  50. width:4px;
  51. background-color:#ffffff;
  52. }
  53.  
  54. #s-m-t-tooltip {
  55. max-width:300px;
  56. padding:3px 4px 4px 4px;
  57. margin:10px 0px 0px 15px;
  58. background-color:#ffffff;
  59. font-family:'arial';
  60. font-size:10px;
  61. text-transform:uppercase;
  62. color:#000000;
  63. z-index:9999;
  64. }
  65.  
  66. h1{
  67. color:{color:text};
  68. text-align:left;
  69. font-size:20px;
  70. font-family:'arial';
  71. margin-left:-8px;
  72. letter-spacing:-1px;
  73. line-height:100%;
  74. padding:5px;
  75. }
  76.  
  77. body {
  78. background:{color:background};
  79. color:{color:text};
  80. font-family:'arial';
  81. font-size:10px;
  82. line-height:100%;
  83. text-align:justify;
  84. }
  85.  
  86. #entries {
  87. font-family:'arial';
  88. width:400px;
  89. margin-left:402px;
  90. padding-bottom:100px;
  91. font-size:10px;
  92. }
  93.  
  94. #posts {
  95. width:400px;
  96. padding-bottom:40px;
  97. padding:30px;
  98. }
  99.  
  100. a {
  101. color:{color:links};
  102. text-decoration:none;
  103. -webkit-transition: all 0.4s ease-in-out;
  104. -moz-transition: all 0.4s ease-in-out;
  105. -ms-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. }
  108.  
  109. a:hover {
  110. color:{color:hover};
  111. -webkit-transition: all 0.4s ease-in-out;
  112. -moz-transition: all 0.4s ease-in-out;
  113. -ms-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. }
  116.  
  117. blockquote {
  118. border-left:1px solid;
  119. border-color:#eeeeee;
  120. width:300px;
  121. padding:1px;
  122. padding-left:20px;
  123. }
  124.  
  125. #sidebar {
  126. margin-left:200px;
  127. margin-top:200px;
  128. position:fixed;
  129. }
  130.  
  131. #icon {
  132. width:64px;
  133. height:64px;
  134. border:5px solid #f5f5f5;
  135. }
  136.  
  137. #description {
  138. font-family:'arial';
  139. line-height:100%;
  140. font-size:10px;
  141. width:120px;
  142. margin-top:82px;
  143. margin-left:-26px;
  144. text-align:justify;
  145. text-transform:lowercase;
  146. }
  147.  
  148. #description a {
  149. color:{color:text};
  150. }
  151.  
  152. #links {
  153. font-family:'arial';
  154. position:fixed;
  155. margin-top:10px;
  156. margin-left:-28px;
  157. font-weight:bold;
  158. text-align:center;
  159. font-size:9px;
  160. text-transform:uppercase;
  161. width:120px;
  162. line-height:20px;
  163. }
  164.  
  165. #links a {
  166. padding:3px;
  167. background-color:#f9f9f9;
  168. color:{color:links};
  169. }
  170.  
  171. #links a:hover {
  172. background-color:{color:hover};
  173. color:#ffffff;
  174. -webkit-transition: all 0.4s ease-in-out;
  175. -moz-transition: all 0.4s ease-in-out;
  176. -ms-transition: all 0.4s ease-in-out;
  177. -o-transition: all 0.4s ease-in-out;
  178. }
  179.  
  180. #title {
  181. position:fixed;
  182. font-size:12px;
  183. width:120px;
  184. text-align:center;
  185. margin-top:330px;
  186. margin-left:180px;
  187. text-transform:uppercase;
  188. letter-spacing:1px;
  189. color:{color:text};
  190. font-family:'arial';
  191. }
  192.  
  193. #information {
  194. font-family:'arial';
  195. letter-spacing:1px;
  196. margin-top:10px;
  197. text-align:center;
  198. font-size:8px;
  199. text-transform:uppercase;
  200. border-bottom:1px solid #eeeeee;
  201. line-height:0px;
  202. }
  203.  
  204. #information a {
  205. color:{color:text};
  206. }
  207.  
  208. #information a:hover {
  209. color:{color:hover};
  210. -webkit-transition: all 0.4s ease-in-out;
  211. -moz-transition: all 0.4s ease-in-out;
  212. -ms-transition: all 0.4s ease-in-out;
  213. -o-transition: all 0.4s ease-in-out;
  214. }
  215.  
  216. #tags {
  217. font-family:'arial';
  218. font-size:10px;
  219. opacity:0;
  220. text-transform:lowercase;
  221. text-align:center;
  222. line-height:100%;
  223. margin-top:10px;
  224. -webkit-transition: all 0.4s ease-in-out;
  225. -moz-transition: all 0.4s ease-in-out;
  226. -ms-transition: all 0.4s ease-in-out;
  227. -o-transition: all 0.4s ease-in-out;
  228. }
  229.  
  230. #tags a {
  231. color:{color:links};
  232. text-decoration:underline;
  233. }
  234.  
  235. #tags a:hover {
  236. color:{color:hover};
  237. -webkit-transition: all 0.4s ease-in-out;
  238. -moz-transition: all 0.4s ease-in-out;
  239. -ms-transition: all 0.4s ease-in-out;
  240. -o-transition: all 0.4s ease-in-out;
  241. }
  242.  
  243. #posts:hover #tags {
  244. opacity:1;
  245. -webkit-transition: all 0.4s ease-in-out;
  246. -moz-transition: all 0.4s ease-in-out;
  247. -ms-transition: all 0.4s ease-in-out;
  248. -o-transition: all 0.4s ease-in-out;
  249. }
  250.  
  251. .credit {
  252. right:10px;
  253. bottom:10px;
  254. font-family:tahoma;
  255. position:fixed;
  256. letter-spacing:1px;
  257. font-size:7px;
  258. color:{color:links};
  259. transition: all 0.4s ease-in-out;
  260. -webkit-transition: all 0.4s ease-in-out;
  261. -moz-transition: all 0.4s ease-in-out;
  262. -ms-transition: all 0.4s ease-in-out;
  263. -o-transition: all 0.4s ease-in-out;
  264. }
  265.  
  266. .credit a {
  267. padding:5px;
  268. background-color:#ffffff;
  269. }
  270.  
  271. .credit a:hover {
  272. background-color:{color:links};
  273. color:{color:background};
  274. transition: all 0.4s ease-in-out;
  275. -webkit-transition: all 0.4s ease-in-out;
  276. -moz-transition: all 0.4s ease-in-out;
  277. -ms-transition: all 0.4s ease-in-out;
  278. -o-transition: all 0.4s ease-in-out;
  279. }
  280.  
  281. .notes {
  282. width:400px;
  283. margin-left:-40px;
  284. }
  285.  
  286. .notes a {
  287. color:{color:text};
  288. text-transform:uppercase;
  289. font-size:7px;
  290. font-family:'arial';
  291. letter-spacing:1px;
  292. font-weight:bold;
  293. margin-top:-5px;
  294. padding:5px;
  295. line-height:100%;
  296. }
  297.  
  298. .notes img {
  299. border-radius:100%;
  300. }
  301.  
  302. ol.notes, .notes li {
  303. list-style: none;
  304. }
  305.  
  306. #ask {
  307. background-color:#f5f5f5;
  308. padding:25px;
  309. font-size:10px;
  310. line-height:100%;
  311. font-family:'arial';
  312. }
  313.  
  314. #ask a {
  315. color:{color:text};
  316. text-align:justify;
  317. }
  318.  
  319. #asker {
  320. font-weight:bold;
  321. font-family:'arial';
  322. font-size:9px;
  323. text-transform:uppercase;
  324. letter-spacing:1px;
  325. }
  326.  
  327. #asker a:hover {
  328. color:{color:hover};
  329. -webkit-transition: all 0.4s ease-in-out;
  330. -moz-transition: all 0.4s ease-in-out;
  331. -ms-transition: all 0.4s ease-in-out;
  332. -o-transition: all 0.4s ease-in-out;
  333. }
  334.  
  335. #answer {
  336. padding:10px;
  337. margin-left:-5px;
  338. line-height:100%;
  339. font-family:'arial';
  340. font-size:10px;
  341. }
  342.  
  343. #answer a {
  344. color:{color:text};
  345. }
  346.  
  347. #pagination {
  348. font-family:'arial';
  349. font-size:9px;
  350. margin-top:20px;
  351. margin-left:-35px;
  352. width:150px;
  353. text-align:center;
  354. text-transform:uppercase;
  355. }
  356.  
  357. #pagination a {
  358. color:{color:text};
  359. padding:5px;
  360. }
  361.  
  362. #audiopost {
  363. width:400px;
  364. height:70px;
  365. margin-left:5px;
  366. }
  367.  
  368. .player {
  369. opacity:1;
  370. display:block;
  371. position:absolute;
  372. margin-top:0px;
  373. margin-left:0px;
  374. background:transparent;
  375. border:5px solid white;
  376. }
  377.  
  378. .audioplayer {
  379. margin-top:0px;
  380. margin-left:0px;
  381. overflow:hidden;
  382. width:25px;
  383. height:25px;
  384. padding:0px;
  385. border:18px solid white;
  386. }
  387.  
  388. .audioinfo {
  389. display:block;
  390. width:306px;
  391. height:48px;
  392. line-height:10px;
  393. padding-top:22px;
  394. padding-left:90px;
  395. font-family:'times new';
  396. font-size:10px;
  397. text-transform:uppercase;
  398. text-align:left;
  399. color:{color:text};
  400. background:#f5f5f5;
  401. }
  402.  
  403. {CustomCSS}</style></head>
  404.  
  405. <body>
  406.  
  407. <div id="title">{text:title}</div>
  408.  
  409. <div id="sidebar">
  410.  
  411. <div id="icon"><a href="/">
  412. <img src="{PortraitURL-64}"></a>
  413.  
  414. <div id="links">
  415. <a title="index" href="/">uno</a>
  416. <a title="message" href="/ask">dos</a>
  417. {block:IfShowLink1}<a title="title" href="{text:Link 1}">tres</a>{/block:IfShowLink1}
  418. {block:IfShowLink2}<a title="title" href="{text:Link 2}">cuatro</a>{/block:IfShowLink2}
  419. {block:IfShowLink3}<a title="title" href="{text:Link 3}">cinco</a>{/block:IfShowLink3}
  420. {block:IfShowLink4}<a title="title" href="{text:Link 4}">seis</a>{/block:IfShowLink4}</div>
  421.  
  422. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  423. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  424. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  425. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  426. <script>
  427. (function($){
  428. $(document).ready(function(){
  429. $("a[title]").style_my_tooltips({
  430. tip_follows_cursor:true,
  431. tip_delay_time:90,
  432. tip_fade_speed:600,
  433. attribute:"title"
  434. });
  435. });
  436. })(jQuery);
  437. </script>
  438.  
  439. <div id="description">{Description}</div>
  440.  
  441. <div id="pagination">
  442. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}</a>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}</div>{/block:IndexPage}</div></div>
  443.  
  444. <div id="entries">{block:Posts}<div id="posts">
  445.  
  446. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  447.  
  448. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  451. {/block:Photoset}
  452.  
  453. {block:Quote}<h2>"{Quote}"</h2>{block:Source}<br><br> — {Source}</div>{/block:Source}{/block:Quote}
  454.  
  455. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  456. {Description}{/block:Description}{/block:Link}
  457.  
  458. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}
  459. <b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  460.  
  461. {block:Audio}<div id="audiopost"><div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}<b>track name</b>: {TrackName}{/block:TrackName}{block:Artist} <br><b>producer</b>: {Artist}{/block:Artist}<br><b>played</b>: {FormattedPlayCount} times</div></div>{block:Caption}<br>{Caption}{/block:Caption}{/block:Audio}
  462.  
  463. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}
  464. {/block:Video}
  465.  
  466. {block:Answer}<div id="asker"><b>{Asker}</b>:<br><br></div><div id="ask">{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  467.  
  468. <div id="information"><span style="background-color:white">{Month}, {DayOfMonth}{DayOfMonthSuffix}, {Year} // <a href="{Permalink}"><b>{NoteCountWithLabel} </b></a>
  469. {block:PermalinkPage}
  470. {block:ContentSource}
  471. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  472. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}
  474. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  475. {/block:ContentSource}
  476. {block:RebloggedFrom}// <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} // <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  477. {/block:PermalinkPage}</span></a></div>
  478.  
  479. {block:HasTags}<div id="tags">
  480.  
  481. {block:Tags}<a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  482. </div>{block:HasTags}
  483.  
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  485.  
  486. <div class="credit"><a href="http://harrystyhells.tumblr.com/">HS</a></div>
  487.  
  488. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement