Advertisement
rockatanskis

THEME BASE

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