Advertisement
rockatanskis

th10 - kingsmancaradoc

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