Advertisement
rockatanskis

th12 - platinumcunt

Jul 10th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 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.  
  12. <meta name="text:history url" content="/">
  13. <meta name="text:start url" content="/">
  14. <meta name="text:timeline url" content="/">
  15. <meta name="text:stats url" content="/">
  16. <meta name="text:bigtitle" content="big title here. big title text">
  17. <meta name="text:subtitle" content="sub title here. sub title text">
  18. <meta name="text:column1" content="here goes column 1. very little. very. columny. ok. good. look. listen. be careful your text doesn't cover up the pagination or go off-page! it should be about this length at max.">
  19. <meta name="text:column2" content="here goes column 2. very little. very. columny. ok. good. look. listen. be careful your text doesn't cover up the pagination or go off-page! it should be about this length at max.">
  20. <meta name="text:column3" content="here goes column 3. very little. very. columny. ok. good. look. listen. be careful your text doesn't cover up the pagination or go off-page! it should be about this length at max.">
  21.  
  22. <!--TITLE-->
  23. <title>{Title}</title>
  24.  
  25. <!--DESCRIPTION-->
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />
  28. {/block:Description}
  29.  
  30. <!--FAVICON-->
  31. <link rel="shortcut icon" href="{Favicon}" />
  32.  
  33. <!--RSS-->
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. /* SCROLLBAR */
  41.  
  42.  
  43. /* LINKS */
  44. a {
  45. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  46. color:#8ea3b2;
  47. text-decoration:none;
  48. }
  49.  
  50. a:hover {
  51. color:#b18eb2;
  52. text-decoration:none;
  53. -webkit-transition: ease-out 1s;
  54. -moz-transition: ease-out 1s;
  55. -o-transition: ease-out 1s;
  56. }
  57.  
  58. /* BODY */
  59. body {
  60. background:#c3d3de fixed;
  61. font-family:helvetica;
  62. font-weight:normal;
  63. }
  64.  
  65. img{
  66. none;
  67. }
  68.  
  69. h1 {
  70. font-size:30px;
  71. line-height:100%;
  72. color:#8ea3b2;
  73. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  74. }
  75.  
  76. h2 {
  77. font-size:20px;
  78. line-height:100%;
  79. color:#8ea3b2;
  80. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  81. }
  82.  
  83. /* BLOCKQUOTE */
  84. blockquote {
  85. border-left:2px solid #756b6b;
  86. padding-left:5px;
  87. margin:5px;
  88. }
  89.  
  90. /* DESCRIPTION */
  91. #bigtitle{
  92. width:520px;
  93. margin-left:294px;
  94. bottom:140px;
  95. text-align:center;
  96. position:fixed;
  97. letter-spacing:1px;
  98. font-size:22px;
  99. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  100. color:#fff;
  101. z-index:300;
  102. font-weight:lighter;
  103. }
  104.  
  105. #subtitle{
  106. width:520px;
  107. margin-left:294px;
  108. bottom:130px;
  109. text-align:center;
  110. position:fixed;
  111. letter-spacing:1px;
  112. font-size:15px;
  113. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  114. color:#fff;
  115. font-weight:lighter;
  116. z-index:300;
  117. }
  118.  
  119. #column1 {
  120. width:150px;
  121. margin-left:319px;
  122. height:100px;
  123. bottom:20px;
  124. text-align:justify;
  125. position:fixed;
  126. letter-spacing:1px;
  127. font-size:10px;
  128. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  129. color:#fff;
  130. font-weight:lighter;
  131. z-index:300;
  132. overflow:clip;
  133. }
  134.  
  135. #column2 {
  136. width:150px;
  137. margin-left:479px;
  138. height:100px;
  139. bottom:20px;
  140. text-align:justify;
  141. position:fixed;
  142. letter-spacing:1px;
  143. font-size:10px;
  144. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  145. color:#fff;
  146. font-weight:lighter;
  147. z-index:300;
  148. }
  149.  
  150. #column3 {
  151. width:150px;
  152. margin-left:639px;
  153. height:100px;
  154. bottom:20px;
  155. text-align:justify;
  156. position:fixed;
  157. letter-spacing:1px;
  158. font-size:10px;
  159. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  160. color:#fff;
  161. font-weight:lighter;
  162. z-index:300;
  163. }
  164.  
  165. /* LINKS */
  166. #links{
  167. width:520px;
  168. margin-left:294px;
  169. margin-top:117px;
  170. text-align:center;
  171. position:fixed;
  172. text-transform:uppercase;
  173. letter-spacing:1px;
  174. font-size:13px;
  175. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  176. color:#fff;
  177. z-index:300;
  178.  
  179. }
  180.  
  181. #links a{
  182. color:#fff;
  183. line-height:100%;
  184. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  185. }
  186.  
  187. #links a:hover{color:#b18eb2;
  188. }
  189.  
  190. /* PAGINATION */
  191. #pagination{
  192. bottom:8px;
  193. width:520px;
  194. margin-left:294px;
  195. text-align:center;
  196. font-size:15px;
  197. position:fixed;
  198. color:white;
  199. z-index:200;
  200. }
  201.  
  202. #pagination a{color:white;
  203. }
  204.  
  205. #pagination a:hover{color:#b18eb2;
  206. }
  207.  
  208. /* ASK/ANSWER */
  209. .question {height:relative;
  210. width:500px;
  211. margin-top:10px;
  212. }
  213.  
  214. .asker {
  215. font-size:20px;
  216. font-family:helvetica;
  217. text-align:left;
  218. padding:10px;
  219. letter-spacing:0px;
  220. margin-top:-10px;
  221. margin-bottom:-10px;
  222. }
  223.  
  224. .ask {
  225. font-family:helvetica;
  226. text-align:left;
  227. color:#484040;
  228. font-style:italic;
  229. padding: 10px;
  230. }
  231.  
  232. .ans {
  233. text-align:left;
  234. font-family:helvetica;
  235. padding:10px;
  236. margin-top:-20px;
  237. color:#484040;
  238. }
  239.  
  240. /* THEME IMAGES */
  241. #header {
  242. position:fixed;
  243. left:100px;
  244. bottom:55px;
  245. z-index:106; }
  246.  
  247. #top {
  248. position:fixed;
  249. top:0px;
  250. LEFT:302px;
  251. z-index:105; }
  252.  
  253. #bottom {
  254. position:fixed;
  255. bottom:-20px;
  256. LEFT:302px;
  257. z-index:105; }
  258.  
  259. #text {
  260. position:fixed;
  261. top:50px;
  262. LEFT:410px;
  263. z-index:107; }
  264.  
  265. #url {
  266. position:fixed;
  267. bottom:10px;
  268. right:20px;
  269. z-index:107; }
  270.  
  271. /* ENTIRES */
  272. #stuffcontainer {
  273. width:520px;
  274. margin-left:294px;
  275. margin-top:185px;
  276. margin-bottom:180px;
  277. text-align:justify;
  278. position:absolute;
  279. background:#fff;
  280. }
  281.  
  282. #stuff {
  283. width:500px;
  284. margin-top:0px;
  285. padding:10px;
  286. text-align:justify;
  287. font-size:12px;
  288. line-height:90%;
  289. letter-spacing:0x;
  290. color:#484040;
  291. margin-bottom:20px;
  292. }
  293.  
  294. #background {
  295. background:#fff;
  296. margin-left:294px;
  297. margin-top:60px;
  298. margin-bottom:-50px;
  299. width:520px;
  300. height:100%;
  301. position:fixed;
  302. z-index:-90;
  303. }
  304.  
  305. .caption {
  306. width:500px;
  307. font-family:trebuchet ms;
  308. text-align:justify;
  309. line-height:120%;
  310. }
  311.  
  312. .audio {
  313. width:500px;
  314. margin-top:20px;
  315. padding-bottom:20px;
  316. background-color:{color:infobg};
  317. }
  318.  
  319. .albumart {
  320. float:left;
  321. padding:0px 10px 10px 0px;
  322. }
  323.  
  324. .albumart img {
  325. width:45px;
  326. height:45px;
  327. }
  328.  
  329. .playercontainer {
  330. float:left;
  331. text-align:center;
  332. margin-top:20px;
  333. background-color:#ffffff;
  334. width:25px;
  335. height:45px;
  336. overflow:hidden;
  337. }
  338.  
  339. .audioinfo {
  340. color:#c0c0c0;
  341. }
  342.  
  343. /* POSTS */
  344. #postinfo {
  345. width:490px;
  346. padding:5px;
  347. font-size:10px;
  348. color:#fff;
  349. letter-spacing:0px;
  350. text-align:center;
  351. background:#c3d3de;
  352. text-transform:lowercase;
  353. font-style:italic;
  354. font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  355. }
  356.  
  357. #postinfo a {
  358. color:#fff;
  359. text-align:center;
  360. letter-spacing:1px;
  361. }
  362.  
  363. #postinfo a:hover{color:#cbcbcb;
  364. }
  365.  
  366.  
  367. /* NOTES */
  368. .note {
  369. text-transform:uppercase;
  370. font-family:trebuchet ms;
  371. font-style:normal;
  372. letter-spacing:0px;
  373. font-size: 9px;
  374. text-align:left;
  375. line-height:90%;
  376. margin-left:-40px;
  377. }
  378.  
  379. .note li {
  380. list-style-type:decimal;
  381. padding:10px 25px 10px 25px;
  382. font-size:8px;
  383. text-align:left;
  384. margin:0px;
  385. }
  386.  
  387. /* TAGS */
  388. .tags {
  389. font-style:normal;
  390. width:500px;
  391. opacity:1;
  392. font-family:helvetica;
  393. text-transform:lowercase;
  394. font-style:none;
  395. color:{color:tags};
  396. letter-spacing:2px;
  397. line-height:100%;
  398. font-size:9px;
  399. text-align:center;
  400. padding:5px;
  401. }
  402.  
  403. .tags a {
  404. color:{color:tags};
  405. letter-spacing:1px;
  406. padding:1px;
  407. }
  408.  
  409. .tags a:hover {
  410. }
  411.  
  412. /* CHAT */
  413. ul.chat, .chat ol, .chat li {
  414. list-style:none;
  415. margin:0px;
  416. padding:2px;
  417. }
  418.  
  419. .label {
  420. text-decoration:underline;
  421. font-weight:700;
  422. margin-right:5px;
  423. }
  424.  
  425. /* CREDIT */
  426. #cred{
  427. font-size:15px;
  428. letter-spacing:3px;
  429. text-transform:uppercase;
  430. z-index:108;
  431. }
  432.  
  433. #cred a {
  434. padding:5px;
  435. left:5px;
  436. bottom:5px;
  437. position:fixed;
  438. }
  439.  
  440. .showhide_element {
  441. display:none;
  442. }
  443.  
  444.  
  445. </style>
  446. </head>
  447.  
  448. <div id="pagination">{block:Pagination}
  449. {block:PreviousPage}
  450. <a href="{PreviousPage}"><em>back -</em></a>
  451. {/block:PreviousPage}
  452. {block:NextPage}
  453. <a href="{NextPage}"><em>forth</em></a>
  454. {/block:NextPage}
  455. {/block:Pagination}
  456. </div>
  457.  
  458. <div id="links">
  459. <a href="/">INDEX</a> ·
  460. <a href="/ask">MESSAGE</a> ·
  461. <a href="{text:history url}">HISTORY</a> ·
  462. <a href="{text:start url}">START</a> ·
  463. <a href="{text:timeline url}">TIMELINE</a> ·
  464. <a href="{text:stats url}">STATS</a>
  465. </div>
  466.  
  467. <div id="bigtitle">{text:bigtitle}</div>
  468. <div id="subtitle">{text:subtitle}</div>
  469. <div id="column1">{text:column1}</div>
  470. <div id="column2">{text:column2}</div>
  471. <div id="column3">{text:column3}</div>
  472.  
  473.  
  474. <div id="stuffcontainer">
  475.  
  476. {block:Posts}
  477.  
  478. <div id="stuff">
  479.  
  480. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  481.  
  482. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  483.  
  484. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  485. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  486.  
  487. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  488.  
  489. {block:Photoset}<center>{Photoset-500}</center>
  490. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {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}
  493.  
  494. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  495.  
  496. {block:Answer}<div class="question"><div class="asker">{Asker}said:</div> <div class="ask">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {Question}</div></div><div class="ans">{Answer}</div>{/block:answer}
  497.  
  498. {block:Audio}<div class="playercontainer">{AudioPlayerWhite}</div><div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  499. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  500. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></div>
  501. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  502.  
  503. <br>
  504.  
  505. {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &nbsp;|&nbsp; <a href="{Permalink}">{NoteCount} </a> &nbsp;|&nbsp; {/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  506. {block:ContentSource} &nbsp;|&nbsp; <a href="{SourceURL}">source</a>{/block:ContentSource}</div>{/block:Date}
  507. {block:HasTags}
  508. <div class="tags">
  509. {block:Tags}<a href="{TagURL}">░ {Tag}</a>&nbsp; {/block:Tags}</div>
  510. {/block:HasTags}
  511. <div class="note">
  512. {block:PostNotes}{PostNotes}{/block:PostNotes}
  513. </div>
  514. </div>
  515. {/block:Posts}
  516.  
  517.  
  518.  
  519. </div>
  520. <div id="top"><img src="http://static.tumblr.com/fbxr6e0/p0bnra4l4/platinumt.png"></div>
  521. <div id="bottom"><img src="http://static.tumblr.com/fbxr6e0/7g8nra35s/platinumb.png"></div>
  522.  
  523. <div id="cred">
  524. <a href="http://rockatanskis.tumblr.com">©</a>
  525. </div>
  526.  
  527. <div id="background"></div>
  528.  
  529. </div>
  530. </div>
  531. </div>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement