Advertisement
tylerhhoechlin

theme #4 shameless

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