Advertisement
therisingsatan

trstheme34

Sep 21st, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--- theme by TRS
  11. please don't remove the credit, I work really hard on these themes
  12. Thank you--->
  13.  
  14. <meta name="color:Background" content=#ffffff/>
  15. <meta name="color:Description Background" content=#ffffff/>
  16. <meta name="color:Links background" content=#fff/>
  17. <meta name="color:Links Background hover" content=#fff/>
  18. <meta name="color:Text" content=#000000/>
  19. <meta name="color:Link" content=#9684E3/>
  20. <meta name="color:Link hover" content=#5030D9/>
  21. <meta name="color:Scroll bar" content=#5030D9/>
  22. <meta name="color:Scroll bar background" content=#000000/>
  23. <meta name="color:Border" content=eee/>
  24. <meta name="color:Posts" content=#fff/>
  25.  
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Background" content=""/>
  28.  
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Text" content="" />
  37.  
  38. <meta name="if:Black and White posts" content="1">
  39. <meta name="if:Fading posts" content="1">
  40. <meta name="if:Updates Tab" content="1">
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46.  
  47. ::-webkit-scrollbar-thumb {
  48. height:auto;
  49. background-color:{color:Scroll bar};
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:5px;
  54. width:5px;
  55. background-color:{color:Scroll bar background};
  56. }
  57.  
  58.  
  59. body {
  60. background:{color:Background};
  61. margin:100px;
  62. font-family:"balthazar";
  63. color:{color:Text};
  64. font size:13px;
  65. line height:100%;
  66. letter-spacing:0px;
  67. background-image:url({image:Background});}
  68.  
  69.  
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:Link};
  76. }
  77.  
  78. a:hover {
  79. text-decoration:none;
  80. outline:none;
  81. -moz-outline-style:none;
  82. color:{color:Link hover};
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88.  
  89. blockquote {
  90. border-left: 2px solid;
  91. padding-left: 5px;
  92. color: {color:Text};
  93. }
  94.  
  95.  
  96. h1 {
  97. font-size:13px;
  98. letter-spacing:2px;;
  99. font-family:"balthazar";
  100. font-style:bold;
  101. line-height:10px;
  102. text-align:center;
  103. padding:0px;
  104. }
  105.  
  106.  
  107. #entries {
  108. padding:10px;
  109. width:500px;
  110. margin-left:325px;
  111. margin-top:5px;
  112. font-size:11px;
  113. font-family:’balthazar’;
  114. letter-spacing:0px;
  115. color:{color:Text};
  116. }
  117.  
  118. #post {
  119. word-wrap: break-word;
  120. width:500px;
  121. padding-bottom:40px;
  122. padding:25px;
  123. margin-top:25px;
  124. background:{color:Posts};
  125. {block:Iffadingposts}
  126. opacity:0.7;
  127. -moz-transition-duration:0.8s;
  128. -webkit-transition-duration:0.8s;
  129. -o-transition-duration:0.8s;
  130. {/block:Iffadingposts}
  131. {block:IfBlackandWhiteposts}
  132. -webkit-filter: grayscale(100%);
  133. -moz-filter: grayscale(100%);
  134. -ms-filter: grayscale(100%);
  135. -o-filter: grayscale(100%);
  136. -moz-transition-duration:0.8s;
  137. -webkit-transition-duration:0.8s;
  138. -o-transition-duration:0.8s;
  139. {/block:IfBlackandWhiteposts}
  140. }
  141.  
  142. #post:hover {
  143. -webkit-filter: grayscale(0%);
  144. -moz-filter: grayscale(0%);
  145. -ms-filter: grayscale(0%);
  146. -o-filter: grayscale(0%);
  147. -moz-transition-duration:0.8s;
  148. -webkit-transition-duration:0.8s;
  149. -o-transition-duration:0.8s;
  150. opacity:1;
  151. }
  152.  
  153.  
  154. #sidebar {
  155. position:fixed;
  156. margin-left:100px;
  157. margin-top:-100px;
  158. width:200px;
  159. height:800px;
  160. border-right:1px solid {color:Border};
  161. }
  162.  
  163.  
  164.  
  165. #sidebar img {
  166. position:fixed;
  167. width:200px;
  168. border:1px solid {color:Border};
  169. margin-left:-100px;
  170. bottom:260px;
  171. opacity:1;
  172. -moz-transition-duration:0.5s;
  173. -webkit-transition-duration:0.5s;
  174. -o-transition-duration:0.5s;
  175. }
  176.  
  177. #sidebar img:hover {
  178. opacity:0.8;
  179. -webkit-filter: grayscale(100%);
  180. -moz-filter: grayscale(100%);
  181. -ms-filter: grayscale(100%);
  182. -o-filter: grayscale(100%);
  183. -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  184. -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  185. box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  186. -moz-transition-duration:0.5s;
  187. -webkit-transition-duration:0.5s;
  188. -o-transition-duration:0.5s;
  189. }
  190.  
  191. #links {
  192. position:fixed;
  193. font-family:"balthazar";
  194. text-align:center;
  195. font-style:bold;
  196. margin-top:315px;
  197. margin-left:-5px;
  198. width:200px;
  199. font-size:12px;
  200. display:inline-block;
  201. }
  202.  
  203. #links a {
  204. color:{color:Link};
  205. background:{color:Links Background};
  206. margin-left:5px;
  207. border:1px solid {color:Border};
  208. width:25px;
  209. padding-top:5px;
  210. padding-bottom:5px;
  211. display:inline-block;
  212.  
  213. }
  214.  
  215.  
  216. #links a:hover {
  217. -moz-transition-duration:0.3s;
  218. -webkit-transition-duration:0.3s;
  219. -o-transition-duration:0.3s;
  220. color:{color:Link hover};
  221. background:{color:Links Background hover};
  222. -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  223. -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  224. box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);}
  225.  
  226. #description {
  227. text-align:center;
  228. font-family:"balthazar";
  229. position:fixed;
  230. width:200px;
  231. height:auto;
  232. margin-left:-100px;
  233. margin-top:435px;
  234. font-size:11px;
  235. padding-top:10px;
  236. padding-bottom:10px;
  237. line-height:100%;
  238. background-color:{color:Description background};
  239. color:{color:Text};
  240. border-top:1px solid {color:Border};
  241. }
  242.  
  243. #pagination {
  244. font-family:"balthazar";
  245. text-align:center;
  246. position:fixed;
  247. font-size:20px;
  248. position:fixed;
  249. margin-top:408px;
  250. margin-left:40px;
  251. width:200px;
  252. color:{color:Border};
  253. }
  254.  
  255.  
  256.  
  257. #info {
  258. font-family:"balthazar";
  259. width:500px;
  260. margin-top:3px;
  261. padding:1px;
  262. font-size:10px;
  263. color:{color:Text};;
  264. font-style:normal;
  265. text-align:left;
  266. opacity:1;
  267. border-top:1px solid {color:Border};
  268. -moz-transition-duration:0.5s;
  269. -webkit-transition-duration:0.5s;
  270. -o-transition-duration:0.5s;
  271. }
  272.  
  273.  
  274. #info a {
  275. color: {color:Link};
  276. text-align:left;
  277. font-style: normal;
  278. }
  279.  
  280. #info a:hover {
  281. color: {color:Link hover};
  282. -moz-transition-duration:0.5s;
  283. -webkit-transition-duration:0.5s;
  284. -o-transition-duration:0.5s;;
  285. text-decoration:underline;
  286. }
  287.  
  288. #post:hover #info {
  289. opacity:1;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. #tags {
  296. font-family:"balthazar";
  297. width:500px;
  298. margin-top:0px;
  299. font-size:10px;
  300. color:{color:Text};
  301. font-style:italic;
  302. text-align:left;
  303. opacity:0;
  304. -moz-transition-duration:0.5s;
  305. -webkit-transition-duration:0.5s;
  306. -o-transition-duration:0.5s;
  307. }
  308.  
  309. #tags a {
  310. color: {color:Link};
  311. text-align:left;
  312. }
  313.  
  314. #tags a:hover {
  315. color:{color:Link hover};
  316. -moz-transition-duration:0.5s;
  317. -webkit-transition-duration:0.5s;
  318. -o-transition-duration:0.5s;
  319. text-decoration:underline;
  320. }
  321.  
  322. #post:hover #tags {
  323. opacity:1;
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329.  
  330. .question {
  331. padding:10px;
  332. padding-top:13px;
  333. text-align:left;
  334. color:{color:Text};;
  335. background-color:#f6f6f6;
  336. }
  337.  
  338. .answer {
  339. text-align:left;
  340. padding:7px;
  341. padding-left:18px;
  342. color:{color:Text};;
  343. background-color:{color:Background};
  344. }
  345.  
  346. .music {
  347. width:100px;
  348. height:100px;
  349. }
  350.  
  351.  
  352.  
  353. #credit {
  354. position:fixed;
  355. text-align:center;
  356. font-family:'balthazar'
  357. text-transform:uppercase;
  358. font-size:11px;
  359. right:9px;
  360. bottom:9px;
  361. color:{color:Link};
  362. background-color:transparent;
  363. }
  364.  
  365. #credit hover {
  366. color:{color:Link Hover};
  367. -moz-transition-duration:0.3s;
  368. -webkit-transition-duration:0.3s;
  369. -o-transition-duration:0.3s;
  370. }
  371.  
  372.  
  373.  
  374. #s-m-t-tooltip {
  375. max-width:300px;
  376. padding:3px 4px 5px 4px;
  377. margin:20px 0px 0px 20px;
  378. background-color:#fff; /* change the background color */
  379. border:1px solid #ddd; /* change the border color */
  380. font-family:balthazar; /* change the font */
  381. font-size:9px; /* change the font size */
  382. -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  383. -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  384. box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  385. letter-spacing:2px; /* change the letter spacing */
  386. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  387. color:{color:Text}; /* change the text color */
  388. z-index:999999999999999999999999999999999999;
  389. }
  390.  
  391. {CustomCSS}
  392.  
  393. </style></head><body>
  394.  
  395. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  396. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  397. <script>
  398. (function($){
  399. $(document).ready(function(){
  400. $("a[title]").style_my_tooltips({
  401. tip_follows_cursor:true,
  402. tip_delay_time:80,
  403. tip_fade_speed:400,
  404. attribute:"title"
  405. });
  406. });
  407. })(jQuery);
  408. </script>
  409.  
  410.  
  411. <div id="sidebar">
  412.  
  413. <div id="sidebarimage">
  414. <a href="/">
  415. <img src="{image:Sidebar}">
  416. </a>
  417. </div>
  418.  
  419.  
  420. <div id="description">{description}</div>
  421.  
  422.  
  423. <div id="pagination">
  424. <center>{block:Pagination}{block:NextPage}<a href="{NextPage}" title="older">↞&nbsp;</a>{/block:NextPage}|{block:PreviousPage}<a href="{PreviousPage}" title="newer">&nbsp;↠</a>{/block:PreviousPage}{/block:Pagination}</div></center></div>
  425.  
  426. <div id="links">
  427. <a href="{text:Link 1}" title="{text:Link 1 text}"></a>
  428. <a href="{text:Link 2}" title="{text:Link 2 text}"></a>
  429. <a href="{text:Link 3}" title="{text:Link 3 text}"></a>
  430. <a href="{text:Link 4}" title="{text:Link 4 text}"></a>
  431. </div>
  432. </div>
  433.  
  434.  
  435. <div id="entries">{block:Posts}<div id="post">
  436.  
  437.  
  438. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  439.  
  440. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  441.  
  442. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  443.  
  444. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  445.  
  446. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  447.  
  448. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  449.  
  450. {block:Audio}<div class=""><div class="">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="music">{/block:AlbumArt}<br><div class="">{block:TrackName}<div style="font-size:12px; padding:0px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:11px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:10px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  451.  
  452. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  453.  
  454. {block:Answer}<div class="question"><i>{Asker} whispered: {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  455.  
  456. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} | reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  457. {block:ContentSource} | source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  458. {block:HasTags}
  459. <div id="tags">
  460. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  461. {/block:HasTags}
  462.  
  463. <div class="postnote">
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. </div>
  466. </div>
  467.  
  468. <div id="credit"><a href="trsthemes.tumblr.com/rules" title="trs"><img src="https://33.media.tumblr.com/15a3b864d3f265695ee77b44e0c08363/tumblr_mjunroAw7K1rmbzf6o1_500.png" div style="width:50px"></a></div>
  469.  
  470.  
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement