Advertisement
rockatanskis

blaxneydays

Jul 8th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 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=Roboto+Slab:700,400' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script>
  16. var current_obj='';
  17.  
  18. function showLinks(objID) {
  19. var obj=document.getElementById(objID);
  20. if (current_obj.style) {
  21. current_obj.style.display='none';
  22. }
  23. obj.style.display='block';
  24. current_obj=obj;
  25. }
  26. </script>
  27.  
  28.  
  29. <meta name="text:link 1 name" content="LINK 1">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2 name" content="LINK 2">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3 name" content="LINK 3">
  34. <meta name="text:link 3 url" content="/">
  35.  
  36. <!--TITLE-->
  37. <title>{Title}</title>
  38.  
  39. <!--DESCRIPTION-->
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />
  42. {/block:Description}
  43.  
  44. <!--FAVICON-->
  45. <link rel="shortcut icon" href="{Favicon}" />
  46.  
  47. <!--RSS-->
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. /* SCROLLBAR */
  55.  
  56.  
  57. /* LINKS */
  58. a {
  59. font-family: helvetica;
  60. color:#5d9595;
  61. text-decoration:none;
  62. }
  63.  
  64. a:hover {
  65. color:#525252;
  66. text-shadow: #5d9595 0 0 10px;
  67. text-decoration:none;
  68. -webkit-transition: ease-out 1s;
  69. -moz-transition: ease-out 1s;
  70. -o-transition: ease-out 1s;
  71. }
  72.  
  73. /* BODY */
  74. body {
  75. background:#e4f0f0 fixed;
  76. font-family:helvetica;
  77. font-weight:normal;
  78. }
  79.  
  80. img{
  81. none;
  82. }
  83.  
  84. h1 {
  85. font-size:30px;
  86. line-height:100%;
  87. color:#5d9595;
  88. font-family: 'Roboto Slab', serif;
  89. }
  90.  
  91. h2 {
  92. font-size:20px;
  93. line-height:100%;
  94. color:#5d9595;
  95. font-family: 'Roboto Slab', serif;
  96. }
  97.  
  98. /* BLOCKQUOTE */
  99. blockquote {
  100. border-left:2px solid #000;
  101. padding-left:5px;
  102. margin:5px;
  103. }
  104.  
  105. /* DESCRIPTION */
  106. /* N/A */
  107.  
  108. /* LINKS */
  109. #links{
  110. margin-top:110px;
  111. margin-left:960px;
  112. position:fixed;
  113. text-transform:uppercase;
  114. letter-spacing:1px;
  115. font-size:10px;
  116. font-family: 'Droid Serif', serif;
  117. color:#464646;
  118. z-index:300;
  119.  
  120. }
  121.  
  122. #links a{
  123. color:#464646;
  124. line-height:100%;
  125. }
  126.  
  127. #links a:hover{
  128. }
  129.  
  130. /* PAGINATION */
  131. #pagination{
  132. bottom:15px;
  133. margin-left:530px;
  134. font-size:20px;
  135. position:fixed;
  136. color:black;
  137. z-index:200;
  138. }
  139.  
  140. #pagination a{color:black;
  141. }
  142.  
  143. #pagination a:hover{color:white;
  144. }
  145.  
  146. /* ASK/ANSWER */
  147. .question {height:relative;
  148. width:500px;
  149. margin-top:10px;
  150. }
  151.  
  152. .asker {
  153. font-size:20px;
  154. font-family:helvetica;
  155. text-align:left;
  156. padding:10px;
  157. letter-spacing:0px;
  158. margin-top:-10px;
  159. margin-bottom:-10px;
  160. }
  161.  
  162. .ask {
  163. font-family:helvetica;
  164. text-align:left;
  165. color:#000;
  166. font-style:italic;
  167. padding: 10px;
  168. }
  169.  
  170. .ans {
  171. text-align:left;
  172. font-family:helvetica;
  173. padding:10px;
  174. color:#000;
  175. }
  176.  
  177. /* THEME IMAGES */
  178. #header {
  179. position:fixed;
  180. left:100px;
  181. bottom:55px;
  182. z-index:106; }
  183.  
  184. #top {
  185. position:fixed;
  186. top:0px;
  187. LEFT:302px;
  188. z-index:105; }
  189.  
  190. #bottom {
  191. position:fixed;
  192. bottom:-20px;
  193. LEFT:302px;
  194. z-index:105; }
  195.  
  196. #text {
  197. position:fixed;
  198. top:50px;
  199. LEFT:410px;
  200. z-index:107; }
  201.  
  202. #url {
  203. position:fixed;
  204. bottom:10px;
  205. right:20px;
  206. z-index:107; }
  207.  
  208. /* ENTIRES */
  209. #stuffcontainer {
  210. width:660px;
  211. margin-left:294px;
  212. margin-top:100px;
  213. margin-bottom:100px;
  214. text-align:justify;
  215. position:absolute;
  216. overflow:scroll;
  217. background:#fff;
  218. }
  219.  
  220. #stuff {
  221. width:500px;
  222. margin-top:0px;
  223. padding-left:90px;
  224. text-align:justify;
  225. font-size:12px;
  226. line-height:90%;
  227. letter-spacing:0x;
  228. color:#000;
  229. margin-bottom:20px;
  230. }
  231.  
  232. #background {
  233. background:#fff;
  234. margin-left:294px;
  235. margin-top:60px;
  236. margin-bottom:-50px;
  237. width:660px;
  238. height:100%;
  239. position:fixed;
  240. z-index:-90;
  241. }
  242.  
  243. .caption {
  244. width:500px;
  245. font-family:trebuchet ms;
  246. text-align:justify;
  247. line-height:120%;
  248. }
  249.  
  250. .audio {
  251. width:500px;
  252. margin-top:20px;
  253. padding-bottom:20px;
  254. background-color:{color:infobg};
  255. }
  256.  
  257. .albumart {
  258. float:left;
  259. padding:0px 10px 10px 0px;
  260. }
  261.  
  262. .albumart img {
  263. width:45px;
  264. height:45px;
  265. }
  266.  
  267. .playercontainer {
  268. float:left;
  269. text-align:center;
  270. margin-top:20px;
  271. background-color:#ffffff;
  272. width:25px;
  273. height:45px;
  274. overflow:hidden;
  275. }
  276.  
  277. .audioinfo {
  278. color:#c0c0c0;
  279. }
  280.  
  281. /* POSTS */
  282. #postinfo {
  283. width:490px;
  284. padding:5px;
  285. font-size:10px;
  286. color:#000;
  287. letter-spacing:0px;
  288. text-align:right;
  289. background:#e4f0f0;
  290. text-transform:uppercase;
  291. font-family: helvetica;
  292. }
  293.  
  294. #postinfo a {
  295. color:black;
  296. text-align:center;
  297. letter-spacing:1px;
  298. }
  299.  
  300. #postinfo a:hover{color:#cbcbcb;
  301. }
  302.  
  303.  
  304. /* NOTES */
  305. .note {
  306. text-transform:uppercase;
  307. font-family:trebuchet ms;
  308. font-style:normal;
  309. letter-spacing:0px;
  310. font-size: 9px;
  311. text-align:left;
  312. line-height:90%;
  313. margin-left:-40px;
  314. }
  315.  
  316. .note li {
  317. list-style-type:decimal;
  318. padding:10px 25px 10px 25px;
  319. font-size:8px;
  320. text-align:left;
  321. margin:0px;
  322. }
  323.  
  324. /* TAGS */
  325. .tags {
  326. font-style:normal;
  327. width:500px;
  328. opacity:1;
  329. font-family:helvetica;
  330. text-transform:lowercase;
  331. font-style:none;
  332. color:{color:tags};
  333. letter-spacing:2px;
  334. line-height:100%;
  335. font-size:9px;
  336. text-align:right;
  337. padding:5px;
  338. }
  339.  
  340. .tags a {
  341. color:{color:tags};
  342. letter-spacing:1px;
  343. padding:1px;
  344. }
  345.  
  346. .tags a:hover {
  347. }
  348.  
  349. /* CHAT */
  350. ul.chat, .chat ol, .chat li {
  351. list-style:none;
  352. margin:0px;
  353. padding:2px;
  354. }
  355.  
  356. .label {
  357. text-decoration:underline;
  358. font-weight:700;
  359. margin-right:5px;
  360. }
  361.  
  362. /* CREDIT */
  363. #cred{
  364. font-size:15px;
  365. letter-spacing:3px;
  366. text-transform:uppercase;
  367. z-index:108;
  368. }
  369.  
  370. #cred a {
  371. padding:5px;
  372. left:5px;
  373. bottom:5px;
  374. position:fixed;
  375. }
  376.  
  377. .showhide_element {
  378. display:none;
  379. }
  380.  
  381.  
  382. </style>
  383. </head>
  384.  
  385. <div id="pagination" style="color:black">{block:Pagination}
  386. {block:PreviousPage}
  387. <a href="{PreviousPage}"><img src="http://static.tumblr.com/fbxr6e0/OHynr4pzz/next2.png"></a>
  388. {/block:PreviousPage}
  389. {block:NextPage}
  390. <a href="{NextPage}"><img src="http://static.tumblr.com/fbxr6e0/8sfnr4pzj/next.png"></a>
  391. {/block:NextPage}
  392. {/block:Pagination}
  393. </div>
  394.  
  395. <div id="links">
  396. <a href="/">HOME</a><br>
  397. <a href="/ask">MESSAGE</a><br>
  398. <a href="{text:link 1 url}">{text:link 1 name}</a><br>
  399. <a href="{text:link 2 url}">{text:link 2 name}</a><br>
  400. <a href="{text:link 3 url}">{text:link 3 name}</a><br>
  401. </div>
  402.  
  403. <div id="about" class="showhide_element">{text:about}</div>
  404. <div id="status" class="showhide_element">{text:status}</div>
  405.  
  406.  
  407.  
  408. <div id="stuffcontainer">
  409.  
  410. {block:Posts}
  411.  
  412. <div id="stuff">
  413.  
  414. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  415.  
  416. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  417.  
  418. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  419. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  420.  
  421. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  422.  
  423. {block:Photoset}<center>{Photoset-500}</center>
  424. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  425.  
  426. {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}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {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><br><div class="ans">{Answer}</div>{/block:answer}
  431.  
  432. {block:Audio}<div class="playercontainer">{AudioPlayerWhite}</div><div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  433. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  434. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></div>
  435. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  436.  
  437. <br>
  438.  
  439. {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}
  440. {block:ContentSource} | source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  441. {block:HasTags}
  442. <div class="tags">tagged as:
  443. {block:Tags}<a href="{TagURL}">★ {Tag}</a>&nbsp; {/block:Tags}</div>
  444. {/block:HasTags}
  445. <div class="note">
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447. </div>
  448. </div>
  449. {/block:Posts}
  450.  
  451.  
  452.  
  453. </div>
  454.  
  455. <div id="header"><img src="http://static.tumblr.com/fbxr6e0/VTZnr4o1v/ablaine.png"></div>
  456. <div id="top"><img src="http://static.tumblr.com/fbxr6e0/9wdnr4o2u/header1.png"></div>
  457. <div id="bottom"><img src="http://static.tumblr.com/fbxr6e0/Q2rnr4q35/bottom.png"></div>
  458. <div id="text"><img src="http://static.tumblr.com/fbxr6e0/tmDnr4rd3/biteme.png"></div>
  459. <div id="url"><img src="http://static.tumblr.com/fbxr6e0/MY3nr4rs8/blxney.png"></div>
  460.  
  461. <div id="cred">
  462. <a href="http://rockatanskis.tumblr.com">©</a>
  463. </div>
  464.  
  465. <div id="background"></div>
  466.  
  467. </div>
  468. </div>
  469. </div>
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement