Advertisement
beliebertime

Theme 9 - Crawl Space

Mar 2nd, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME BY ARCTICSMNKEY AKA LAURA
  4. DO NOT STEAL AND DO NOT REMOVE CREDIT
  5. THANK U ILY
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:link" content="#bbb8b8">
  22. <meta name="color:text" content="#9a9a9a">
  23. <meta name="color:tags" content="#b9b7b7">
  24. <meta name="color:ask" content="#fcfcfc">
  25. <meta name="color:hover" content="#eeeeee">
  26. <meta name="color:accent" content="#d6d5d5">
  27. <meta name="color:border" content="#e7e7e7">
  28.  
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:customtitle" content="">
  33. <meta name="text:link 1" content="">
  34. <meta name="text:link 1 url" content="/">
  35. <meta name="text:link 2" content="">
  36. <meta name="text:link 2 url" content="/">
  37. <meta name="text:link 3" content="">
  38. <meta name="text:link 3 url" content="/">
  39. <meta name="text:link 4" content="">
  40. <meta name="text:link 4 url" content="/">
  41. <meta name="text:link 5" content="">
  42. <meta name="text:link 5 url" content="/">
  43.  
  44.  
  45. <meta name="if:Cursor" content="1">
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:border};}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  54. ::-webkit-scrollbar {background-color:#fff;height:7px;width:12px;border:5px solid #fff;}
  55. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#dddddd;display:block;height:0px;border-right:2px solid #fff;border-left:2px solid #fff;
  56. }
  57.  
  58.  
  59. body {
  60. font-style:none;
  61. background-color:{color:bg};
  62. font-family:arial;
  63. color:{color:text};
  64. font-size:9px;
  65. }
  66.  
  67.  
  68. a {
  69. color:{color:link};
  70. text-decoration:none;
  71. -webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;
  73. transition: all 0.5s ease-out;
  74. }
  75.  
  76. a:hover {
  77. color:{color:hover};
  78. text-decoration:none;
  79. -webkit-transition: all 0.8s ease-out;
  80. -moz-transition: all 0.8s ease-out;
  81. transition: all 0.8s ease-out;
  82. }
  83.  
  84. b {
  85. color:{color:accent};
  86. }
  87.  
  88. i {
  89. color:{color:accent};
  90. }
  91.  
  92. em {
  93. color:{color:accent};
  94. }
  95.  
  96. big {
  97. color:{color:accent};
  98. font-size:2em;
  99. }
  100.  
  101. strong {
  102. color:{color:accent};
  103. }
  104.  
  105.  
  106. img {
  107. border:none;
  108. }
  109.  
  110. blockquote {
  111. padding-left:5px;
  112. border-left:2px solid {color:accent};
  113. }
  114.  
  115. h1 {
  116. font-size:10px;
  117. }
  118.  
  119.  
  120.  
  121. {block:ifCursor}
  122.  
  123. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  124.  
  125. {/block:ifCursor}
  126.  
  127.  
  128.  
  129.  
  130. #sidebar {
  131. position:fixed;
  132. width:150px;
  133. margin-left:200px;
  134. margin-top:140px;
  135. }
  136.  
  137. #sidebarimage {
  138. width:150px;
  139. margin-left:-170px;
  140. }
  141.  
  142. #sidebarimage img {
  143. position:fixed;
  144. width:150px;
  145. height:82px;
  146. padding:13px;
  147. border-right:solid 1px {color:border};
  148. }
  149.  
  150. #customtitle {
  151. font-size:20px;
  152. font-weight:bold;
  153. font-family:'arial';
  154. text-align:left;
  155. color:#000;
  156. position:fixed;
  157. margin-top:106px;
  158. margin-left:42px;
  159. height:33px;
  160. width:290px;
  161. line-height:40px;
  162. border-bottom:1px solid {color:border};
  163.  
  164. }
  165.  
  166.  
  167. #links {
  168. position:fixed;
  169. margin-top:5px;
  170. width:150px;
  171. margin-left:-22px;
  172. font-family:'arial';
  173. text-transform:uppercase;
  174. text-align:center;
  175. }
  176.  
  177. #links a {
  178. padding:3px;
  179. font-size:9px;
  180. }
  181.  
  182. #links a:hover {
  183. color:{color:hover};
  184. }
  185.  
  186.  
  187. #description {
  188. position:fixed;
  189. margin-top:20px;
  190. margin-left:6px;
  191. width:150px;
  192. height:70px;
  193. font-family:'arial';
  194. font-size:9px;
  195. text-align:left;
  196. }
  197.  
  198.  
  199. #pagination {
  200. position:fixed;
  201. margin-top:98px;
  202. margin-left:14px;
  203. text-align:center;
  204. font-size:9px;
  205. font-family:arial;
  206. color:{color:link};
  207. }
  208.  
  209. #pagination a{
  210. color:{color:link};
  211. }
  212.  
  213. #pagination a:hover {
  214. color:{color:hover};
  215. }
  216.  
  217.  
  218. #posts {
  219. width:500px;
  220. margin-bottom:10px;
  221. padding:1px;
  222. font-size:11px;
  223. color:{color:text};
  224. line-height:90%;
  225. text-align:justify;
  226. }
  227.  
  228. #postscontainer {
  229. margin-bottom:20px;
  230. padding:1px;
  231. margin-left:450px;
  232. margin-top:55px;
  233. }
  234.  
  235.  
  236. #info {
  237. margin-bottom:10px;
  238. font-size:8px;
  239. margin-top:10px;
  240. text-align:center;
  241. text-transform:uppercase;
  242. padding:5px;
  243. color:{color:link};
  244. border-top:1px solid {color:border};
  245. }
  246.  
  247.  
  248. #notes {
  249. margin-left:0px;
  250. margin-top:0px;
  251. }
  252.  
  253.  
  254. #rightinfo a {
  255. color:{color:link};
  256. }
  257.  
  258. #rightinfo a:hover {
  259. color:{color:hover};
  260. }
  261.  
  262.  
  263. .chat ul {
  264. list-style: none;
  265. margin: 0;
  266. padding: 0;
  267. }
  268.  
  269. .chat li {
  270. border-radius: 0.2em;
  271.  
  272. border: 0px solid rgba(0, 0, 0, 0.05);
  273.  
  274. inset;
  275. margin-bottom: 1%;
  276. padding: 2%;
  277. width: 100%;
  278. }
  279.  
  280. .chat .odd {
  281. float: left;
  282. background: {color:accent};
  283. }
  284.  
  285. .chat .odd {
  286. float: center;
  287. background: {color:accent};
  288. }
  289.  
  290.  
  291. #audioinfo {
  292. padding:10px;
  293. color:{color:text};
  294. }
  295.  
  296.  
  297. #tags {
  298. width:490px;
  299. margin-left:-4px;
  300. margin-top:7px;
  301. font-size:8px;
  302. text-align:center;
  303. color:{color:tags}:
  304. }
  305.  
  306. #tags a {
  307. color:{color:tags};
  308. }
  309.  
  310. #tags a:hover {
  311. color:{color:hover}
  312. }
  313.  
  314.  
  315. .question {
  316. color: #000000;
  317. font-size: 10px;
  318. background: #f1f1f1;
  319. -moz-border-radius: 8px;
  320. -webkit-border-radius: 5px;
  321. border-radius: 15px;
  322. margin: 0 0 10px 0;
  323. padding: 10px 15px;
  324. position: relative;
  325. background-color: {color:accent};
  326. }
  327.  
  328. .question .nipple {
  329. color: #f1f1f1;
  330. width: 13px;
  331. height: 7px;
  332. background: {color:accent} url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  333. position: absolute;
  334. bottom: -7px;
  335. left: 30px;
  336. }
  337.  
  338. .asker_container {
  339. margin: 0 0 20px 24px;
  340. }
  341.  
  342. .asker_container img {
  343. margin: 0 12px -7px 0;
  344. }
  345.  
  346. .asker_container a.asker {
  347. color: #000000;
  348. }
  349.  
  350.  
  351. #credit {
  352. right:3px;
  353. bottom:6px;
  354. font-size:9px;
  355. padding:5px;
  356. color:{color:text};
  357. background-color:#fafafa;
  358. text-transform:uppercase;
  359. position:fixed;
  360. -webkit-transition: all 0.5s ease-out;
  361. -moz-transition: all 0.5s ease-out;
  362. transition: all 0.5s ease-out;
  363. }
  364.  
  365. #credit:hover {
  366. text-decoration:underline;
  367. color:{text:hover};
  368. }
  369.  
  370. #s-m-t-tooltip {
  371.  
  372. max-width:300px;
  373. padding:2px 2px 2px 2px;
  374. position:fixed;
  375. margin:-23px -15px -2px -20px;
  376. background-color:black;
  377. font-family:calibri;
  378. font-size:8px;
  379. font-weight:bold;
  380. letter-spacing:2px;
  381. text-transform:uppercase;
  382. color:#fff;
  383. z-index:999999999999999999999999999999999999;
  384.  
  385.  
  386. {CustomCSS}
  387.  
  388. </style></head>
  389.  
  390.  
  391. <body>
  392.  
  393. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  394.  
  395. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  396. <!--tutorial by meem.co.vu-->
  397. <script>
  398.  
  399. (function($){
  400.  
  401. $(document).ready(function(){
  402.  
  403. $("a[title]").style_my_tooltips({
  404.  
  405. tip_follows_cursor:true,
  406.  
  407. tip_delay_time:90,
  408.  
  409. tip_fade_speed:600,
  410.  
  411. attribute:"title"
  412.  
  413. });
  414.  
  415. });
  416.  
  417. })(jQuery);
  418.  
  419. </script>
  420.  
  421. <div id="customtitle">{text:customtitle}</div>
  422. <div id="sidebar">
  423. <div id="sidebarimage">
  424. <img src="{image:sidebar}"></div>
  425.  
  426.  
  427. <div id="links">
  428. <a title="{text:link 1}" href="{text:link 1 url}">◼</a>
  429. <a title="{text:link 2}" href="{text:link 2 url}">◼</a>
  430. <a title="{text:link 3}" href="{text:link 3 url}">◼</a>
  431. <a title="{text:link 4}" href="{text:link 4 url}">◼</a>
  432. <a title="{text:link 5}" href="{text:link 5 url}">◼</a>
  433. </div>
  434.  
  435. <div id="description"><div style="overflow:auto; width: 125px; height:70px; border: 1px solid {color:border}; background-color: #ffffff; padding:1px; text-align:left;">{description}</div></div>
  436.  
  437. {block:Pagination}
  438. <div id="pagination">
  439.  
  440. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  441. {block:NextPage}<a href="{NextPage}">NEXT︎</a>{/block:NextPage}
  442. </div>{/block:Pagination}
  443.  
  444. </div></div>
  445.  
  446.  
  447. <div id="postscontainer">
  448.  
  449. {block:Posts}
  450. {block:ContentSource}
  451. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  452. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  453. {/block:SourceLogo}
  454. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  455. {/block:ContentSource}
  456.  
  457. <div id="posts">
  458.  
  459.  
  460. {block:Text}<h1>{block:Title}<font color={color:accent} size="5px">{Title}</font>{/block:Title}</h1>{Body}{/block:Text}
  461.  
  462.  
  463. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  464.  
  465. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  466.  
  467. {block:Quote}<div class="q"><img src="https://31.media.tumblr.com/27a2ce4c2de57acbb700d8b076ef49fe/tumblr_inline_n1sn21fkXG1qf7xoo.png" width="15px">{Quote}</div>{block:Source}<div class="src">-{Source}</div>{/block:Source}{/block:Quote}
  468.  
  469. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  470.  
  471. {block:Chat}
  472. {block:Title}<h1>{Title}</h1>{/block:Title}
  473. <div class="chat">
  474. <ul>
  475. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  476. </ul>
  477. </div>
  478. {/block:Chat}
  479.  
  480. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>{/block:Audio}
  481.  
  482. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  483.  
  484. {block:Answer}
  485. <div class="question">
  486. <div class="nipple"></div>
  487. {Question}
  488. </div>
  489. <div class="asker_container">{Asker}</div>
  490. <div class="copy">{Answer}</div>
  491. {/block:Answer}
  492.  
  493. <div id="info"><div id="notes"><a href="{Permalink}">
  494. ({NoteCount})</a> <img src="https://31.media.tumblr.com/e0b4a7edcc1bff4c7d60c427d3d52c74/tumblr_inline_n1sneig4Xe1qf7xoo.gif" width="7px">
  495.  
  496. {block:Date}<a href="{Permalink}">
  497. {dayofmonth} {month}</a></a>{/block:Date} / {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">©</a>{/block:RebloggedFrom} / <a href="{ReblogURL}" target="_blank" class="details">Reblog</div>
  498. </div>
  499.  
  500. {block:HasTags} <div id="tags">Filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  501.  
  502. {/block:Posts}
  503.  
  504. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  505. {/block:Posts}
  506.  
  507. </div>
  508.  
  509.  
  510. <div id="credit"><a title="theme by arcticsmnkey" href="http://arcticsmnkey.tumblr.com/">AM</a>
  511. </body>
  512. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement