Advertisement
therisingsatan

trstheme79

Jun 8th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.58 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><title>{Title}</title>
  4. <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps' rel='stylesheet' type='text/css'>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- theme by TRS
  10. please don't remove the credit, I work really hard on these themes
  11. Thank you! Enjoy xx--->
  12.  
  13. <meta name="color:Background" content=#ffffff/>
  14. <meta name="color:Header" content=#fffff0/>
  15. <meta name="color:Posts" content=#fff/>
  16. <meta name="color:Posts Border" content=#eee/>
  17. <meta name="color:Text" content=#000000/>
  18. <meta name="color:Link" content=#9684E3/>
  19. <meta name="color:Link hover" content=#5030D9/>
  20. <meta name="color:Border" content=#000/>
  21. <meta name="color:Title" content=#000/>
  22. <meta name="color:Title hover" content=#eee/>
  23. <meta name="color:Navigation" content=#000/>
  24. <meta name="color:Navigation hover" content=#fff/>
  25. <meta name="color:Navigation Background" content=#fff/>
  26. <meta name="color:Navigation Background hover" content=#fff/>
  27. <meta name="color:Sidebar Image Background" content=#fff/>
  28. <meta name="color:Sidebar Image Border" content=#eee/>
  29. <meta name="color:Description Background" content=#fff/>
  30. <meta name="color:Description Text" content=#000/>
  31. <meta name="color:Description Border" content=#ddd/>
  32. <meta name="color:Sidebar Link" content=#000/>
  33. <meta name="color:Sidebar Link hover" content=#aaa/>
  34. <meta name="color:Sidebar Link Background" content=#fff/>
  35. <meta name="color:Sidebar Link Border" content=#eee/>
  36. <meta name="color:Pagination" content=#ccc/>
  37. <meta name="color:Pagination hover" content=#f6f6f6/>
  38. <meta name="color:Question Background" content=#f6f6f6/>
  39. <meta name="color:Scroll bar" content=#5030D9/>
  40. <meta name="color:Scroll bar background" content=#000000/>
  41. <meta name="color:Selection Text" content=#eee/>
  42. <meta name="color:Selection Background" content=#000/>
  43.  
  44. <meta name="image:Background" content=""/>
  45. <meta name="image:Header" content=""/>
  46. <meta name="image:Sidebar" content=""/>
  47.  
  48. <meta name="text:Link 1" content="" />
  49. <meta name="text:Link 1 Text" content="" />
  50. <meta name="text:Link 2" content="" />
  51. <meta name="text:Link 2 Text" content="" />
  52. <meta name="text:Link 3" content="" />
  53. <meta name="text:Link 3 Text" content="" />
  54. <meta name="text:Link 4" content="" />
  55. <meta name="text:Link 4 Text" content="" />
  56. <meta name="text:Link 5" content="" />
  57. <meta name="text:Link 5 Text" content="" />
  58. <meta name="text:Link 6" content="" />
  59. <meta name="text:Link 6 Text" content="" />
  60.  
  61. <meta name="if:Fading posts" content="1">
  62. <meta name="if:Black and white posts" content="1">
  63.  
  64. <meta name="if:Updates Tab" content=1>
  65.  
  66. <meta name="color:Box1" content=#fff/>
  67. <meta name="color:Box2" content=#fff/>
  68. <meta name="color:Box3" content=#fff/>
  69. <meta name="color:Box4" content=#fff/>
  70.  
  71. <meta name="text:Updates1" content=""/>
  72. <meta name="text:Updates2" content=""/>
  73. <meta name="text:Updates3" content=""/>
  74. <meta name="text:Updates4" content=""/>
  75.  
  76. <meta name="color:Updates Text" content=#888/>
  77. <meta name="color:Updates Background" content=#fff/>
  78. <meta name="color:Updates Border" content=#eee/>
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83. ::-webkit-scrollbar-thumb {
  84. height:auto;
  85. background-color:{color:Scroll bar};
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. height:5px;
  90. width:5px;
  91. background-color:{color:Scroll bar background};
  92. }
  93.  
  94. ::selection {
  95. background:{color:Selection Background};
  96. color:{color:Selection Text};
  97. }
  98. ::-moz-selection {
  99. background:{color:Selection Background};
  100. color:{color:Selection Text};
  101. }
  102.  
  103.  
  104.  
  105. body {
  106. background:{color:Background};
  107. margin:100px;
  108. font-family:"balthazar";
  109. font color:{color:Text};
  110. font size:11px;
  111. line height:120%;
  112. letter-spacing:0px;
  113. background-image:url({image:Background});}
  114.  
  115.  
  116.  
  117. a {
  118. text-decoration:none;
  119. outline:none;
  120. -moz-outline-style:none;
  121. color:{color:Link};
  122. -moz-transition-duration:0.5s;
  123. -webkit-transition-duration:0.5s;
  124. -o-transition-duration:0.5s;
  125. }
  126.  
  127. a:hover {
  128. text-decoration:underline;
  129. outline:none;
  130. -moz-outline-style:none;
  131. color:{color:Link hover};
  132. }
  133.  
  134.  
  135. blockquote {
  136. border-left: 2px solid;
  137. padding-left: 5px;
  138. color: {color:Text}
  139. }
  140.  
  141. blockquote img {
  142. max-width:80%;
  143. }
  144.  
  145.  
  146. h1 {
  147. font-size:13px;
  148. letter-spacing:2px;;
  149. font-family:"balthazar";
  150. font-style:bold;
  151. line-height:10px;
  152. text-align:center;
  153. color:{color:Text};
  154. padding:0px;
  155.  
  156. }
  157.  
  158. .h2 {
  159. position:fixed;
  160. font-size:18px;
  161. letter-spacing:2px;
  162. font-family: 'Bilbo Swash Caps', cursive;
  163. text-align:right;
  164. margin-left:200px;
  165. margin-top:-20px;
  166. z-index:99999999999;
  167. background:{color:Border};
  168.  
  169. }
  170.  
  171. .h2 a {
  172. color:{color:Title};
  173. -moz-transition-duration:0.5s;
  174. -webkit-transition-duration:0.5s;
  175. -o-transition-duration:0.5s;
  176. }
  177.  
  178. .h2 a:hover{
  179. color:{color:Title hover};
  180. text-decoration:none;
  181. -moz-transition-duration:0.5s;
  182. -webkit-transition-duration:0.5s;
  183. -o-transition-duration:0.5s;
  184. }
  185.  
  186. #entries {
  187. padding:10px;
  188. width:400px;
  189. margin-left:350px;
  190. margin-top:250px;
  191. font-size:11px;
  192. line-height:120%;
  193. text-align:left;
  194. font-family:'balthazar';
  195. letter-spacing:0px;
  196. color:{color:Text};
  197. }
  198.  
  199. #post {
  200. overflow:auto;
  201. text-align:left;
  202. width:400px;
  203. padding-bottom:40px;
  204. padding:25px;
  205. margin-top:50px;
  206. z-index:999;
  207. word-wrap: break-word;
  208. border:1px solid {color:Posts Border};
  209. color:{color:Text};
  210. background:{color:Posts};
  211. {block:Iffadingposts}
  212. opacity:0.7;
  213. -moz-transition-duration:0.8s;
  214. -webkit-transition-duration:0.8s;
  215. -o-transition-duration:0.8s;
  216. {/block:Iffadingposts}
  217. {block:IfBlackandWhiteposts}
  218. -webkit-filter: grayscale(100%);
  219. -moz-filter: grayscale(100%);
  220. -ms-filter: grayscale(100%);
  221. -o-filter: grayscale(100%);
  222. -moz-transition-duration:0.8s;
  223. -webkit-transition-duration:0.8s;
  224. -o-transition-duration:0.8s;
  225. {/block:IfBlackandWhiteposts}
  226. }
  227.  
  228. #post:hover {
  229. opacity:1;
  230. -webkit-filter: grayscale(0%);
  231. -moz-filter: grayscale(0%);
  232. -ms-filter: grayscale(0%);
  233. -o-filter: grayscale(0%);
  234. -moz-transition-duration:0.8s;
  235. -webkit-transition-duration:0.8s;
  236. -o-transition-duration:0.8s;
  237. }
  238.  
  239.  
  240. #sidebar2 {
  241. position:fixed;
  242. margin-top:-266px;
  243. right:0px;
  244. width:1366px;
  245. background:{color:Header};
  246. height:240px;
  247. color:{color:Text};
  248. border-bottom:35px solid {color:Border};
  249. z-index:999999;
  250. }
  251.  
  252.  
  253. #sidebar2 img {
  254. position:fixed;
  255. margin-left:0px;
  256. margin-top:0px;
  257. width:1366px;
  258. height:240px;
  259. }
  260.  
  261.  
  262.  
  263. #sidebar {
  264. position:fixed;
  265. margin-top:-155px;
  266. margin-left:174px;
  267. width:160px;
  268. height:850px;
  269. background:transparent;
  270. border-right:2px solid {color:Border};
  271. }
  272.  
  273. #sidebar img {
  274. position:fixed;
  275. margin-top:180px;
  276. background:{color:Sidebar Image Background};
  277. margin-left:35px;
  278. padding:4px;
  279. width:100px;
  280. height:100px;
  281. border-radius:100%;
  282. border:1px solid {color:Sidebar Image Border};
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;
  286. }
  287.  
  288. #sidebar img:hover {
  289. opacity:0.6;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. #sidebar3 {
  296. position:fixed;
  297. margin-top:-155px;
  298. right:262px;
  299. width:160px;
  300. height:850px;
  301. background:transparent;
  302. border-left:2px solid {color:Border};
  303. opacity:1;
  304. }
  305.  
  306. #navi {
  307. position:fixed;
  308. margin-left:335px;
  309. margin-top:-21px;
  310. width:502px;
  311. height:30px;
  312. background:{color:Border};
  313. z-index:999999;
  314. }
  315.  
  316. #navi a {
  317. display:inline-block;
  318. width:94px;
  319. font-family: Garamond;
  320. font-style:italic;
  321. height:24px;
  322. padding-top:2px;
  323. padding-left:3px;
  324. padding-right:3px;
  325. margin-left:17px;
  326. text-align:center;
  327. color:{color:Navigation};
  328. background:{color:Navigation Background};
  329. -moz-transition-duration:0.3s;
  330. -webkit-transition-duration:0.3s;
  331. -o-transition-duration:0.3s;
  332. }
  333.  
  334. #navi a:hover {
  335. color:{color:Navigation hover};
  336. background:{color:Navigation Background hover};
  337. -moz-transition-duration:0.3s;
  338. -webkit-transition-duration:0.3s;
  339. -o-transition-duration:0.3s;
  340. }
  341.  
  342. #links {
  343. position:fixed;
  344. font-family:"balthazar";
  345. text-align:right;
  346. text-transform:lowercase;
  347. margin-top:300px;
  348. overflow:hidden;
  349. width:100px;
  350. height:13px;
  351. padding:4px;
  352. margin-left:35px;
  353. letter-spacing:1px;
  354. font-size:12px;
  355. color:{color:Text};
  356. border:1px solid {color:Sidebar Link Border};
  357. opacity:1;
  358. background:{color:Sidebar Link Background};
  359. -moz-transition-duration:0.5s;
  360. -webkit-transition-duration:0.5s;
  361. -o-transition-duration:0.5s;
  362. }
  363.  
  364. #links:hover {
  365. height:auto;
  366. width:100px;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370. }
  371.  
  372. #links a {
  373. color:{color:Sidebar Link};
  374. background:{color:Sidebar Link Background};
  375. font-size:10px;
  376. margin-top:2px;
  377. width:80px;
  378. letter-spacing:0px;
  379. height:20px;
  380. display:block;
  381. text-align:left;
  382. padding-left:10px;
  383. -moz-transition-duration:0.8s;
  384. -webkit-transition-duration:0.8s;
  385. -o-transition-duration:0.8s;
  386. }
  387.  
  388.  
  389. #links a:hover {
  390. color:{color:Sidebar Link hover};
  391. margin-left:25px;
  392. -moz-transition-duration:0.8s;
  393. -webkit-transition-duration:0.8s;
  394. -o-transition-duration:0.8s;
  395. }
  396.  
  397.  
  398. #description {
  399. text-align:left;
  400. font-family:"balthazar";
  401. position:fixed;
  402. width:110px;
  403. padding:5px;
  404. color:{color:Description Text};
  405. border:1px solid {color:Description Border};
  406. margin-left:15px;
  407. margin-top:180px;
  408. font-size:11px;
  409. line-height:130%;
  410. background:{color:Description Background};
  411. opacity:1;
  412. -moz-transition-duration:0.5s;
  413. -webkit-transition-duration:0.5s;
  414. -o-transition-duration:0.5s;
  415. }
  416.  
  417.  
  418. #pagination {
  419. position:fixed;
  420. font-family:"balthazar";
  421. text-align:center;
  422. font-size:20px;
  423. bottom:10px;
  424. right:250px;
  425. padding-left:5px;
  426. font-style:italic;
  427. }
  428.  
  429. #pagination a {
  430. color:{color:Pagination};
  431. }
  432.  
  433. #pagination a:hover {
  434. text-decoration:none;
  435. color:{color:Pagination hover};
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .question {
  442. padding:10px;
  443. padding-top:13px;
  444. text-align:left;
  445. color:{color:Text};
  446. background-color:{color:Question Background};
  447. }
  448.  
  449. .answer {
  450. text-align:left;
  451. padding:7px;
  452. padding-left:18px;
  453. color:{color:Text};
  454. background:{color:Posts};
  455. }
  456.  
  457. #infoo {
  458. width:440px;
  459. margin-top:5px;
  460. padding:5px;
  461. background:{color:Posts};
  462. font-style:normal;
  463. text-align:left;
  464. height:40px;
  465. border:1px solid {color:Posts Border};
  466. opacity:1;
  467. -moz-transition-duration:0.5s;
  468. -webkit-transition-duration:0.5s;
  469. -o-transition-duration:0.5s;
  470. }
  471.  
  472. #entries:hover #infoo {
  473. opacity:1;
  474. -moz-transition-duration:0.5s;
  475. -webkit-transition-duration:0.5s;
  476. -o-transition-duration:0.5s;
  477. }
  478.  
  479. #info {
  480. font-family:"balthazar";
  481. width:400px;
  482. margin-top:3px;
  483. font-size:10px;
  484. color:{color:Text};
  485. font-style:normal;
  486. text-align:left;
  487. opacity:1;
  488. padding-left:5px;
  489. }
  490.  
  491.  
  492. #info a {
  493. color: {color:Link};
  494. text-align:left;
  495. font-style: normal;
  496. }
  497.  
  498. #info a:hover {
  499. color: {color:Link hover};
  500. -moz-transition-duration:0.5s;
  501. -webkit-transition-duration:0.5s;
  502. -o-transition-duration:0.5s;;
  503. text-decoration:underline;
  504. }
  505.  
  506.  
  507. #tags {
  508. font-family:"balthazar";
  509. width:400px;
  510. margin-top:0px;
  511. font-size:10px;
  512. color:{color:Text};
  513. font-style:normal;
  514. text-align:left;
  515. opacity:1;
  516. background:{color:Posts};
  517. padding-bottom:5px;
  518. padding-top:5px;
  519. padding-left:5px;
  520. -moz-transition-duration:0.5s;
  521. -webkit-transition-duration:0.5s;
  522. -o-transition-duration:0.5s;
  523. }
  524.  
  525. #tags a {
  526. color: {color:Link};
  527. text-align:left;
  528. }
  529.  
  530. #tags a:hover {
  531. color:{color:Link hover};
  532. -moz-transition-duration:0.5s;
  533. -webkit-transition-duration:0.5s;
  534. -o-transition-duration:0.5s;
  535. text-decoration:underline;
  536. }
  537.  
  538.  
  539.  
  540. #like {
  541. width:15px;
  542. margin-top:-13px;
  543. height:15px;
  544. margin-left:379px;
  545. border:1px solid {color:Posts Border};
  546. background:{color:Posts};
  547. padding:5px;
  548. opacity:1;
  549.  
  550. }
  551.  
  552.  
  553. #reblog {
  554. width:15px;
  555. margin-top:-27px;
  556. height:15px;
  557. margin-left:405px;
  558. border:1px solid {color:Posts Border};
  559. background:{color:Posts};
  560. padding:5px;
  561. opacity:1;
  562. }
  563.  
  564.  
  565. #postnote {
  566. width:400px;
  567. padding:25px;
  568. font-size:11px;
  569. text-align:left;
  570. line-height:120%;
  571. }
  572.  
  573. .music {
  574. width:100px;
  575. height:100px;
  576. }
  577.  
  578.  
  579.  
  580.  
  581.  
  582. #credit {
  583. position:fixed;
  584. text-align:center;
  585. font-family:'balthazar'
  586. text-transform:uppercase;
  587. font-size:11px;
  588. right:9px;
  589. bottom:9px;
  590. z-index:999999999999999999999999999999999999999;
  591. }
  592.  
  593. #credit a {
  594. color:#000;
  595. background:#fff;
  596. padding:2px;
  597. border:1px solid #ddd;
  598. }
  599.  
  600. #credit a:hover {
  601. color:#fff;
  602. background:#000;
  603. -moz-transition-duration:0.3s;
  604. -webkit-transition-duration:0.3s;
  605. -o-transition-duration:0.3s;
  606. }
  607.  
  608. #s-m-t-tooltip {
  609. max-width:300px;
  610. padding:3px 4px 5px 4px;
  611. margin:20px 0px 0px 20px;
  612. background-color:#fff; /* change the background color */
  613. border:1px solid #ddd; /* change the border color */
  614. font-family:balthazar; /* change the font */
  615. font-size:9px; /* change the font size */
  616. letter-spacing:2px; /* change the letter spacing */
  617. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  618. color:#999; /* change the text color */
  619. z-index:999999999999999999999999999999999999;
  620. }
  621.  
  622.  
  623. /*UPDATES TAB BY TRSTHEMES, PLEASE CREDIT IF USING*/
  624.  
  625. /*1*/
  626.  
  627. #updates1 {
  628. width:10px; /*keep the same as width below*/
  629. height:10px; /*don't change this*/
  630. position:fixed; /*don't change this*/
  631. top:270px; /*distance between top of screen and tab*/
  632. left:10px; /*distance between left hand side of screen and tab*/
  633. font:"balthazar"; /*font, can be changed to anything you like*/
  634. font-size:11px; /*this one is obvious, change to whatever suits you*/
  635. font-style:normal; /*can be normal,italic, bold or underlined*/
  636. text-align:center; /*can be left, center or right*/
  637. border:0px solid #eee; /*border around title, change 1 to 0 if you dont want a border*/
  638. color:{color:Box1}; /*colour of text*/
  639. padding:2px; /*don't change this*/
  640. background:{color:Box1};
  641. z-index:99997;
  642. overflow:hidden;
  643. border-radius:100%;
  644. -moz-transition-duration:0.5s;
  645. -webkit-transition-duration:0.5s;
  646. -o-transition-duration:0.5s;
  647. }
  648.  
  649.  
  650. #updates1:hover {
  651. width:100px; /*keep same as width above*/
  652. padding:5px;/*don't change this*/
  653. border:1px solid {color:Updates Border}; /*border around the text inside, change 1 to 0 if you don't want a border*/
  654. font-size:11px; /*can be changed to whatever suits you*/
  655. font:"balthazar"; /*can be changed to whatever you like*/
  656. text-align:center; /*can be left, center or right*/
  657. color:{color:Updates Text}; /*colour of text inside*/
  658. background:{color:Updates Background}; /*colour of background inside*/
  659. height:auto; /*don't change this*/
  660. line-height:110%; /*don't change this*/
  661. z-index:999999999999;
  662. border-radius:0%;
  663. -moz-transition-duration:0.5s;
  664. -webkit-transition-duration:0.5s;
  665. -o-transition-duration:0.5s;
  666. }
  667.  
  668.  
  669. /*2*/
  670.  
  671. #updates2 {
  672. width:10px; /*keep the same as width below*/
  673. height:10px; /*don't change this*/
  674. position:fixed; /*don't change this*/
  675. top:290px; /*distance between top of screen and tab*/
  676. left:10px; /*distance between left hand side of screen and tab*/
  677. font:"balthazar"; /*font, can be changed to anything you like*/
  678. font-size:11px; /*this one is obvious, change to whatever suits you*/
  679. font-style:normal; /*can be normal,italic, bold or underlined*/
  680. text-align:center; /*can be left, center or right*/
  681. border:0px solid #eee; /*border around title, change 1 to 0 if you dont want a border*/
  682. color:{color:Box2}; /*colour of text*/
  683. padding:2px; /*don't change this*/
  684. background:{color:Box2};
  685. z-index:99997;
  686. border-radius:100%;
  687. overflow:hidden;
  688. -moz-transition-duration:0.5s;
  689. -webkit-transition-duration:0.5s;
  690. -o-transition-duration:0.5s;
  691. }
  692.  
  693.  
  694. #updates2:hover {
  695. width:100px; /*keep same as width above*/
  696. padding:5px;/*don't change this*/
  697. border:1px solid {color:Updates Border}; /*border around the text inside, change 1 to 0 if you don't want a border*/
  698. font-size:11px; /*can be changed to whatever suits you*/
  699. font:"balthazar"; /*can be changed to whatever you like*/
  700. text-align:center; /*can be left, center or right*/
  701. color:{color:Updates Text}; /*colour of text inside*/
  702. background:{color:Updates Background}; /*colour of background inside*/
  703. height:auto; /*don't change this*/
  704. line-height:110%; /*don't change this*/
  705. z-index:999999999999;
  706. border-radius:0%;
  707. -moz-transition-duration:0.5s;
  708. -webkit-transition-duration:0.5s;
  709. -o-transition-duration:0.5s;
  710. }
  711.  
  712. /*3*/
  713.  
  714. #updates3 {
  715. width:10px; /*keep the same as width below*/
  716. height:10px; /*don't change this*/
  717. position:fixed; /*don't change this*/
  718. top:310px; /*distance between top of screen and tab*/
  719. left:10px; /*distance between left hand side of screen and tab*/
  720. font:"balthazar"; /*font, can be changed to anything you like*/
  721. font-size:11px; /*this one is obvious, change to whatever suits you*/
  722. font-style:normal; /*can be normal,italic, bold or underlined*/
  723. text-align:center; /*can be left, center or right*/
  724. border:0px solid #eee; /*border around title, change 1 to 0 if you dont want a border*/
  725. color:{color:Box3}; /*colour of text*/
  726. padding:2px; /*don't change this*/
  727. background:{color:Box3};
  728. z-index:99997;
  729. overflow:hidden;
  730. border-radius:100%;
  731. -moz-transition-duration:0.5s;
  732. -webkit-transition-duration:0.5s;
  733. -o-transition-duration:0.5s;
  734. }
  735.  
  736.  
  737. #updates3:hover {
  738. width:100px; /*keep same as width above*/
  739. padding:5px;/*don't change this*/
  740. border:1px solid {color:Updates Border}; /*border around the text inside, change 1 to 0 if you don't want a border*/
  741. font-size:11px; /*can be changed to whatever suits you*/
  742. font:"balthazar"; /*can be changed to whatever you like*/
  743. text-align:center; /*can be left, center or right*/
  744. color:{color:Updates Text}; /*colour of text inside*/
  745. background:{color:Updates Background}; /*colour of background inside*/
  746. height:auto; /*don't change this*/
  747. line-height:110%; /*don't change this*/
  748. z-index:999999999999;
  749. border-radius:0%;
  750. -moz-transition-duration:0.5s;
  751. -webkit-transition-duration:0.5s;
  752. -o-transition-duration:0.5s;
  753. }
  754.  
  755.  
  756. /*4*/
  757.  
  758. #updates4 {
  759. width:10px; /*keep the same as width below*/
  760. height:10px; /*don't change this*/
  761. position:fixed; /*don't change this*/
  762. top:330px; /*distance between top of screen and tab*/
  763. left:10px; /*distance between left hand side of screen and tab*/
  764. font:"balthazar"; /*font, can be changed to anything you like*/
  765. font-size:11px; /*this one is obvious, change to whatever suits you*/
  766. font-style:normal; /*can be normal,italic, bold or underlined*/
  767. text-align:center; /*can be left, center or right*/
  768. border:0px solid #eee; /*border around title, change 1 to 0 if you dont want a border*/
  769. color:{color:Box4}; /*colour of text*/
  770. padding:2px; /*don't change this*/
  771. background:{color:Box4};
  772. z-index:99997;
  773. border-radius:100%;
  774. overflow:hidden;
  775. -moz-transition-duration:0.5s;
  776. -webkit-transition-duration:0.5s;
  777. -o-transition-duration:0.5s;
  778. }
  779.  
  780.  
  781. #updates4:hover {
  782. width:100px; /*keep same as width above*/
  783. padding:5px;/*don't change this*/
  784. border:1px solid {color:Updates Border}; /*border around the text inside, change 1 to 0 if you don't want a border*/
  785. font-size:11px; /*can be changed to whatever suits you*/
  786. font:"balthazar"; /*can be changed to whatever you like*/
  787. text-align:center; /*can be left, center or right*/
  788. color:{color:Updates Text}; /*colour of text inside*/
  789. background:{color:Updates Background}; /*colour of background inside*/
  790. height:auto; /*don't change this*/
  791. line-height:110%; /*don't change this*/
  792. z-index:999999999999;
  793. border-radius:0%;
  794. -moz-transition-duration:0.5s;
  795. -webkit-transition-duration:0.5s;
  796. -o-transition-duration:0.5s;
  797. }
  798.  
  799.  
  800. {CustomCSS}
  801.  
  802. </style></head><body>
  803.  
  804. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  805. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  806. <script>
  807. (function($){
  808. $(document).ready(function(){
  809. $("a[title]").style_my_tooltips({
  810. tip_follows_cursor:true,
  811. tip_delay_time:60,
  812. tip_fade_speed:200,
  813. attribute:"title"
  814. });
  815. });
  816. })(jQuery);
  817. </script>
  818.  
  819.  
  820.  
  821. {block:IfUpdatesTab}
  822.  
  823.  
  824. <div id="updates1">
  825.  
  826. <br>{text:Updates1}<br><br>
  827.  
  828. </div>
  829.  
  830. <div id="updates2">
  831.  
  832. <br>{text:Updates2}<br><br>
  833.  
  834. </div>
  835.  
  836. <div id="updates3">
  837.  
  838. <br>{text:Updates3}<br><br>
  839.  
  840. </div>
  841.  
  842. <div id="updates4">
  843.  
  844. <br>{text:Updates4}<br><br>
  845.  
  846. </div>
  847.  
  848. {/block:IfUpdatesTab}
  849.  
  850.  
  851. <div id="sidebar">
  852.  
  853. <div id="sidebarimg"><a href="/"><img src="{image:Sidebar}"></a></div>
  854.  
  855. <div id="links">links
  856. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  857. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  858. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  859. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  860. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  861. <a href="{text:Link 6}">{text:Link 6 Text}</a>
  862. </div>
  863.  
  864.  
  865. </div>
  866.  
  867. <div id="sidebar3">
  868.  
  869. <div id="description">{description}</div>
  870.  
  871. <div id="pagination">
  872. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">backwards</a>{/block:PreviousPage}&nbsp;//&nbsp;{block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}</div></center>
  873. </div>
  874.  
  875. <div id="sidebar2">
  876.  
  877. <div id="sidebar2img"><img src="{image:Header}"></div>
  878.  
  879. </div>
  880.  
  881. <div id="navi">
  882. <a href="/" >index</a>
  883. <a href="/ask" >message</a>
  884. <a href="/archive" >archive</a>
  885. <a href="http://trsthemes.tumblr.com/rules">credit</a>
  886. </div>
  887.  
  888. <div class="h2"><a href="">{Title}</a></div>
  889.  
  890. <div id="entries">{block:Posts}<div id="post">
  891.  
  892. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  893.  
  894. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  895.  
  896. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  897.  
  898. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  899.  
  900. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  901.  
  902. {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}
  903.  
  904. {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}
  905.  
  906. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  907.  
  908. {block:Answer}<div class="question"><i>{Asker}&nbsp;whispered: {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  909.  
  910.  
  911. <div class="postnote">
  912. {block:PostNotes}{PostNotes}{/block:PostNotes}
  913. </div>
  914. </div>
  915.  
  916. <div id="infoo">
  917.  
  918. {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}
  919. {block:ContentSource} | source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  920. {block:HasTags}
  921. <div id="tags">
  922. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  923. {/block:HasTags}
  924.  
  925. <div id="like">{LikeButton size="15"}</div>
  926. <div id="reblog">{ReblogButton size="15"}</div>
  927.  
  928. </div>
  929.  
  930. <div id="credit">
  931. <a href="http://trsthemes.tumblr.com/rules">TRS</a>
  932. </div>
  933.  
  934.  
  935. </body>
  936. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement