Advertisement
rockatanskis

th9 - detcctive

Jul 3rd, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-----------------------------------------------------------------
  4. BASE THEME BY SEXMELUKE
  5. THEME BY ROCKATANSKIS
  6. ------------------------------------------------------------------------>
  7. <head>
  8.  
  9. <!-- META NAMES -->
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
  12.  
  13.  
  14. <meta name="text:guidelines url" content="/">
  15. <meta name="text:navi url" content="/">
  16. <meta name="text:about url" content="/">
  17.  
  18. <!--TITLE-->
  19. <title>{Title}</title>
  20.  
  21. <!--DESCRIPTION-->
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26. <!--FAVICON-->
  27. <link rel="shortcut icon" href="{Favicon}" />
  28.  
  29. <!--RSS-->
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. /* SCROLLBAR */
  37. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:5px}
  38. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  39. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  40.  
  41.  
  42. /* LINKS */
  43. a {
  44. font-family: 'Slabo 27px', serif;
  45. color:black;
  46. text-decoration:none;}
  47.  
  48. a:hover {
  49. color:white;
  50. text-shadow: #000 0 0 10px;
  51. text-decoration:none;
  52. }
  53.  
  54. /* BODY */
  55. body {
  56. background:#e4d5cc fixed;
  57. font-family:helvetica;
  58. font-weight:normal;
  59. }
  60.  
  61. img{
  62. none;
  63. }
  64.  
  65. h1 {
  66. font-size:25px;
  67. line-height:100%;
  68. color:{color:text};
  69. }
  70.  
  71. h2 {
  72. font-size:20px;
  73. line-height:100%;
  74. color:{color:text};
  75. }
  76.  
  77. /* BLOCKQUOTE */
  78. blockquote {
  79. border-left:2px solid {color:text};
  80. padding-left:5px;
  81. margin:5px;
  82. }
  83.  
  84. /* DESCRIPTION */
  85. #description{
  86. margin-top:325px;
  87. margin-left:900px;
  88. position:fixed;
  89. width:100px;
  90. line-height: 100%;
  91. color:black;
  92. padding:7px;
  93. font-size:12px;
  94. text-align:left;
  95. }
  96.  
  97. /* LINKS */
  98. #links{
  99. margin-top:490px;
  100. margin-left:190px;
  101. position:fixed;
  102. text-transform:uppercase;
  103. -webkit-transform: rotate(-90deg);
  104. -moz-transform: rotate(-90deg);
  105. }
  106.  
  107. #links a{
  108. line-height:100%;
  109. text-align:center;
  110. }
  111.  
  112. #links a:hover{
  113. }
  114.  
  115. /* PAGINATION */
  116. #pagi{
  117. position:fixed;
  118. font-size:11px;
  119. margin-left:905px;
  120. margin-top:300px;
  121. width:60px;
  122. color:black;
  123. height:12px;
  124. line-height:100%;
  125. }
  126.  
  127. #pagi a{
  128. }
  129.  
  130. #pagi a:hover{
  131. }
  132.  
  133. /* ASK/ANSWER */
  134. .question {height:relative;
  135. width:500px;
  136. margin-top:10px;
  137. }
  138.  
  139. .asker {
  140. font-size:20px;
  141. font-family:helvetica;
  142. text-align:left;
  143. height:35px;
  144. padding:10px;
  145. letter-spacing:0px;
  146. margin-top:-10px;
  147. margin-bottom:-10px;
  148. }
  149.  
  150. .ask {
  151. font-family:helvetica;
  152. text-align:left;
  153. color:black;
  154. font-style:italic;
  155. padding: 10px;
  156. }
  157.  
  158. .ans {
  159. text-align:left;
  160. font-family:helvetica;
  161. padding:10px;
  162. color:{color:text};
  163. }
  164.  
  165. /* THEME IMAGES */
  166. #header {
  167. position:fixed;
  168. top:0px;
  169. LEFT:358px;
  170. z-index:105; }
  171.  
  172. /* ENTIRES */
  173. #stuffcontainer {
  174. width:550px;
  175. margin-left:350px;
  176. margin-top:340px;
  177. margin-bottom:-10px;
  178. text-align:justify;
  179. position:absolute;
  180. background-color:white;
  181. color:{color:text};
  182. }
  183.  
  184. #stuff {
  185. width:500px;
  186. margin-top:0px;
  187. padding:25px;
  188. text-align:justify;
  189. font-size:12px;
  190. line-height:90%;
  191. letter-spacing:0x;
  192. color:{color:text};
  193. margin-bottom:20px;
  194. }
  195.  
  196. .caption {
  197. width:500px;
  198. font-family:trebuchet ms;
  199. text-align:justify;
  200. line-height:120%;
  201. }
  202.  
  203. .audio {
  204. width:500px;
  205. margin-top:20px;
  206. padding-bottom:20px;
  207. background-color:{color:infobg};
  208. }
  209.  
  210. .albumart {
  211. float:left;
  212. padding:0px 10px 10px 0px;
  213. }
  214.  
  215. .albumart img {
  216. width:45px;
  217. height:45px;
  218. }
  219.  
  220. .playercontainer {
  221. float:left;
  222. text-align:center;
  223. margin-top:20px;
  224. background-color:#ffffff;
  225. width:25px;
  226. height:45px;
  227. overflow:hidden;
  228. }
  229.  
  230. .audioinfo {
  231. color:#313131;
  232. }
  233.  
  234. /* POSTS */
  235. #postinfo {
  236. width:490px;
  237. padding:5px;
  238. font-size:10px;
  239. color:black;
  240. letter-spacing:0px;
  241. text-align:left;
  242. background:#e4d5cc;
  243. text-transform:uppercase;
  244. }
  245.  
  246. #postinfo a {
  247. text-align:center;
  248. letter-spacing:1px;
  249. }
  250.  
  251. #postinfo a:hover{
  252. }
  253.  
  254.  
  255. /* NOTES */
  256. .note {
  257. text-transform:uppercase;
  258. font-family:trebuchet ms;
  259. font-style:normal;
  260. letter-spacing:0px;
  261. font-size: 9px;
  262. text-align:left;
  263. line-height:90%;
  264. margin-left:-40px;
  265. }
  266.  
  267. .note li {
  268. list-style-type:decimal;
  269. padding:10px 25px 10px 25px;
  270. font-size:8px;
  271. text-align:left;
  272. margin:0px;
  273. }
  274.  
  275. /* TAGS */
  276. .tags {
  277. font-style:normal;
  278. width:500px;
  279. opacity:1;
  280. font-family:helvetica;
  281. text-transform:lowercase;
  282. font-style:none;
  283. color:{color:tags};
  284. letter-spacing:2px;
  285. line-height:100%;
  286. font-size:8px;
  287. text-align:right;
  288. padding:5px;
  289. }
  290.  
  291. .tags a {
  292. color:{color:tags};
  293. letter-spacing:1px;
  294. padding:1px;
  295. }
  296.  
  297. .tags a:hover {
  298. }
  299.  
  300. /* CHAT */
  301. ul.chat, .chat ol, .chat li {
  302. list-style:none;
  303. margin:0px;
  304. padding:2px;
  305. }
  306.  
  307. .label {
  308. text-decoration:underline;
  309. font-weight:700;
  310. margin-right:5px;
  311. }
  312.  
  313. /* CREDIT */
  314. #cred{
  315. font-size:10px;
  316. letter-spacing:1px;
  317. }
  318.  
  319. #cred a {
  320. border:1px solid {color:link};
  321. padding:5px;
  322. right:10px;
  323. bottom:10px;
  324. position:fixed;
  325. }
  326.  
  327.  
  328.  
  329. </style>
  330. </head>
  331.  
  332. <div id="description"><p>{Description}</p><p>{block:Pagination}
  333. {block:PreviousPage}
  334. <a href="{PreviousPage}">back</a>
  335. {/block:PreviousPage}
  336. {block:NextPage}
  337. – <a href="{NextPage}">next</a>
  338. {/block:NextPage}
  339. {/block:Pagination}</p>
  340. </div>
  341.  
  342. <div id="links">
  343. <a href="/">HOME</a> ·
  344. <a href="/ask">ASK</a> ·
  345. <a href="{text:guidelines url}">GUIDELINES</a> ·
  346. <a href="{text:navi url}">NAVI</a> ·
  347. <a href="{text:about url}">ABOUT</a>
  348. </div>
  349.  
  350.  
  351.  
  352. <div id="stuffcontainer">
  353.  
  354. {block:Posts}
  355.  
  356. <div id="stuff">
  357.  
  358. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  359.  
  360. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  361.  
  362. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  363. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  364.  
  365. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  366.  
  367. {block:Photoset}<center>{Photoset-500}</center>
  368. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  371.  
  372. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373.  
  374. {block:Answer}<div class="question"><div class="asker">{Asker}said:</div> <div class="ask">{Question}</div></div><div class="ans">{Answer}</div>{/block:answer}
  375.  
  376. {block:Audio}<div class="playercontainer">{AudioPlayerWhite}</div><div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  377. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></div>
  379. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  380.  
  381. <br>
  382.  
  383. {block:Date}<div id="postinfo">{Month} {DayOfMonth} | <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} | via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  384. {block:ContentSource} | source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  385. {block:HasTags}
  386. <div class="tags">↳ filed under:
  387. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  388. {/block:HasTags}
  389. <div class="note">
  390. {block:PostNotes}{PostNotes}{/block:PostNotes}
  391. </div>
  392. </div>
  393. {/block:Posts}
  394.  
  395.  
  396.  
  397. </div>
  398.  
  399. <div id="header"><img src="http://static.tumblr.com/fbxr6e0/4HFnqvqs3/dcth.png"></div>
  400.  
  401. <div id="cred">
  402. <a href="http://rockatanskis.tumblr.com">credit</a>
  403. </div>
  404.  
  405. </div>
  406. </div>
  407. </div>
  408. </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement