KaylaAnneCovert

Hovercraft

Jan 19th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 KB | None | 0 0
  1. <!--
  2. Hovercraft by damntomlinson
  3. 1. Please don't remove credit. Like Ever.
  4. 2. Edit as you'd like, and feel free to message me for help!-->
  5.  
  6. <html>
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. </head>
  15.  
  16. <meta name="color:Background" content="#FCFCFC"/>
  17. <meta name="color:Text" content="#9E9E9E"/>
  18. <meta name="color:Box" content="#FAFAFA"/>
  19. <meta name="color:Title" content="#DE85B1"/>
  20. <meta name="color:link one" content="#DE85B1"/>
  21. <meta name="color:link two" content="#DE85B1"/>
  22. <meta name="color:Link" content="#DE85B1"/>
  23. <meta name="color:Link Hover" content="#9E9E9E"/>
  24. <meta name="color:Scrollbar" content="#9E9E9E"/>
  25. <meta name="color:Border" content="#FCFCFC"/>
  26. <meta name="color:Text Hover" content="#9E9E9E"/>
  27.  
  28.  
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="image:Background" content=""/>
  31.  
  32.  
  33.  
  34. <meta name="text:link 1" content="link 1" />
  35. <meta name="text:link 1 url" content="/" />
  36. <meta name="text:link 2" content="link 2" />
  37. <meta name="text:link 2 url" content="/" />
  38. <meta name="text:link 3" content="link 3" />
  39. <meta name="text:link 3 url" content="/" />
  40. <meta name="text:link 4" content="link 4" />
  41. <meta name="text:link 4 url" content="/" />
  42.  
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  50. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  51. ::-webkit-scrollbar-track{background-color:{color:background};}
  52.  
  53. ::selection {
  54. background:{color:text hover};
  55. }
  56.  
  57. ::-moz-selection {
  58. background:{color:text hover};
  59. }
  60.  
  61. ::-webkit-selection {
  62. background:{color:text hover};
  63. }
  64.  
  65. body {color:{color:text}; background-attachment:fixed; background-color:{color:background}; background-image: url('{image:Background}'); background-repeat:yes-repeat; text-align:justify; backgroung-top:40px; font-family:calibri; font-size:10px;}
  66.  
  67.  
  68. a {color: {color:link}; text-decoration:none;}
  69. a:hover {color:{color:link hover}; text-decoration:none;}
  70.  
  71. small {font-size:10px;}
  72. big {font-size:12px;}
  73. b, strong {color:{color:link};}
  74. i, em {color:{color:text};}
  75. p {margin-top:5px; margin-bottom:5px}
  76. blockquote {border-left:3px solid {color:border}; padding-left:5px; margin:5px;}
  77.  
  78.  
  79.  
  80. #content {width:500px; margin-top:30px; margin-bottom:30px; position: relative; left:490px;}
  81. #posts {margin-bottom:30px;}
  82.  
  83. #title{color:{color:title}; font-family: 'Text Me One', sans-serif; font-size:19px; letter-spacing:1px; text-align:center; margin-top:-20px; margin-bottom:-5px; width:180px;}
  84.  
  85. #sidebarimage {margin:-0px 0 9px 0; text-align:center;}
  86. #sidebarimage img {margin-top:5px; margin-left: -5px; max-width:180px; max-height:180px; text-align:center; border:5px solid {color:border};}
  87. #sidebar {position:fixed; margin-top:165px; left:100px; width:105px;}
  88.  
  89. #sbar {
  90. width: 250px;
  91. height: auto;
  92. margin-left: 0px;
  93. text-align: left;
  94. margin-top: 60px;
  95. position:fixed;
  96. }
  97.  
  98. #nav1 {
  99. font-family:'Century Gothic';
  100. text-transform:uppercase;
  101. display: inline-block;
  102. text-align:right;
  103. position: fixed;
  104. padding: 4px;
  105. width: 240px;
  106. height: 10px;
  107. background: {color:link one};
  108. border-top-right-radius: 0px;
  109. -moz-border-radius-topright: 0px;
  110. -webkit-border-top-right-radius: 0px;
  111. border-bottom-right-radius: 0px;
  112. -moz-border-radius-bottom-left: 0px;
  113. -webkit-border-bottom-right-radius: 0px;
  114. transition: all 0.5s ease-out;
  115. -o-transition-transition: all 0.5s ease-out;
  116. -webkit-transition: all 0.5s ease-out;
  117. -moz-transition: all 0.5s ease-out;
  118. margin: 160px 0px 0px 74px;
  119. }
  120.  
  121. #nav1:hover {
  122. transition: all 0.5s ease-out;
  123. -o-transition-transition: all 0.6s ease-out;
  124. -webkit-transition: all 0.6s ease-out;
  125. -moz-transition: all 0.6s ease-out;
  126. padding-left: 30px;
  127. : 50px;
  128.  
  129. }
  130.  
  131. #nav2 {
  132. display: inline-block;
  133. text-align: right;
  134. font-family:'Century Gothic';
  135. text-transform:uppercase;
  136. position: fixed;
  137. padding: 4px;
  138. height: 10px;
  139. width: 240px;
  140. background: {color:link two};
  141. border-top-right-radius: 0px;
  142. -moz-border-radius-topright: 0px;
  143. -webkit-border-top-right-radius: 0px;
  144. border-bottom-right-radius: 0px;
  145. -moz-border-radius-bottom-left: 0px;
  146. -webkit-border-bottom-right-radius: 0px;
  147. transition: all 0.5s ease-out;
  148. -o-transition-transition: all 0.5s ease-out;
  149. -webkit-transition: all 0.5s ease-out;
  150. -moz-transition: all 0.5s ease-out;
  151. margin: 181px 0px 0px 74px;
  152. }
  153.  
  154. #nav2:hover {
  155. transition: all 0.5s ease-out;
  156. -o-transition-transition: all 0.5s ease-out;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. padding-left: 30px;
  160. }
  161.  
  162. #nav3 {
  163. display: inline-block;
  164. text-align: right;
  165. position: fixed;
  166. font-family:'Century Gothic';
  167. text-transform:uppercase;
  168. width: 240px;
  169. padding: 4px;
  170. height: 10px;
  171. background: {color:link one};
  172. border-top-right-radius: 0px;
  173. -moz-border-radius-topright: 0px;
  174. -webkit-border-top-right-radius: 0px;
  175. border-bottom-right-radius: 0px;
  176. -moz-border-radius-bottom-left: 0px;
  177. -webkit-border-bottom-right-radius: 0px;
  178. transition: all 0.5s ease-out;
  179. -o-transition-transition: all 0.5s ease-out;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;
  182. margin: 202px 0px 0px 74px;
  183. }
  184.  
  185. #nav3:hover {
  186. transition: all 0.5s ease-out;
  187. -o-transition-transition: all 0.5s ease-out;
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;
  190. padding-left: 30px;
  191. }
  192.  
  193. #links {margin-top:0px; font-family:'Century Gothic'; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:0px; letter-spacing:0px;width:180px ; }
  194. #links {margin-top:-5px; font-family:'Century Gothic'; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:-2px; letter-spacing:0px; width:180px; }
  195.  
  196.  
  197. #description {font-family:'Century Gothic'; font-size:10px; text-align:justified; width:180px; margin-top:-5px; }
  198.  
  199. #pagination {font-size:10px; text-align: center; font-family:{font:Body}; text-align:center; padding:4px; width:180px; }
  200. #pagination a{color:{color:Link}}
  201.  
  202. h1{font-family:'Century Gothic'; color:{color:title}; text-transform:uppercase; font-size:12px; letter-spacing:0px; font-weight:normal; margin:0px; text-align:left; line-height:10px;}
  203.  
  204. h2{font-family:'Century Gothic'; color:{color:title}; font-size:12px; letter-spacing:0px; font-weight:normal; margin:5px; text-align:center; line-height:20px;}
  205.  
  206. #tags{ margin-right:auto; font-family:'Century Gothic'; font-size:9px; text-align: center; letter-spacing:1px;}
  207.  
  208. #tags a{ color: {color:link};}
  209.  
  210. #tags a:hover{ color: {color:link hover};}
  211.  
  212. #tagscontainer{ width:520px;}
  213.  
  214. #notes{ text-align:center; font-family:'Century Gothic'; font-size:9px; letter-spacing:1px; margin-bottom: 1px; -moz-border-radius: 0em 0em 1em 1em; border-radius: 0em 0em 1em 1em; -webkit-border-radius: 0em 0em 1em 1em; border-top: 1px dotted {color:Link Hover}; background-color: {color:none};}
  215.  
  216. #notes a{color: {color:link};}
  217.  
  218. #notes a:hover{ color: {color:link hover};}
  219.  
  220. #notescontainer{ width: 500px;}
  221.  
  222. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: {color:none}; }
  223.  
  224.  
  225. #asker {margin-left:70px;text-align:center; text-transform:lowercase; color:{color:text};}
  226.  
  227.  
  228. #question {background-color:{color:box};font-size: 10px;line-height:90%;
  229. color: {color:text}; margin: 0 0 11px 0; padding: 15px; position: relative;}
  230.  
  231. #box {width: 12px; height: 6px; font-size:30px; font-family:'Century Gothic'; position: absolute;
  232. color:{color:box}; bottom: -1.5px; left: 230px;}
  233.  
  234. #answer {color:{color:text};}
  235.  
  236.  
  237. #cred {font-size:9px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  238.  
  239.  
  240. #source {margin-top:1px; text-align:right; font-size:10px;}
  241.  
  242. #audio{padding:5px;}
  243. .player{background-color:black; padding-right:200px;}
  244. .alabel{text-align:left;}
  245.  
  246. .chat {line-height:12px; list-style:none; }
  247. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  248. .person1 {background-color:white; color:{color:text}; }
  249. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  250. .person2 {color:{color:text};}
  251. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  252.  
  253. iframe#tumblr_controls {
  254. top:0px !important;
  255. right:3px !important;
  256. position: fixed !important;
  257. -webkit-transition: opacity 0.7s linear;
  258. opacity: 0.4;
  259. -webkit-transition: all 0.8s ease-out;
  260. -moz-transition: all 0.8s ease-out;
  261. transition: all 0.8s ease-out;
  262. z-index:99;}
  263.  
  264. iframe#tumblr_controls:hover{
  265. -webkit-transition: opacity 0.7s linear;
  266. opacity: 1;
  267. -webkit-transition: all 0.4s ease-out;
  268. -moz-transition: all 0.4s ease-out;
  269. transition: all 0.4s ease-out;
  270. z-index:99;}
  271.  
  272. </style>
  273. <style type="text/css">{CustomCSS}</style>
  274. </head>
  275.  
  276. <body>
  277.  
  278. <div id="sbar">
  279.  
  280.  
  281. <div id="nav1">
  282. <a href="/">home</a>
  283. </div>
  284. <div id="nav2">
  285. <a href="/ask">ask</a>
  286. </div>
  287. <div id="nav3">
  288. <a href="http://damntomlinson.tumblr.com/tagged/themes">THEME</a>
  289.  
  290. </div>
  291. </div></div>
  292.  
  293. <div id="content">
  294.  
  295.  
  296. <div id="sidebar">
  297. <center><div id="title">{Title}</div></center>
  298. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  299.  
  300. <div id="description">{block:Description}{Description}{/block:Description}
  301. <div id="links"><br>
  302. <a href="{text:link 1 url}">{text:link 1}</a> &nbsp;
  303. <a href="{text:link 2 url}">{text:link 2}</a> &nbsp;
  304. <a href="{text:link 3 url}">{text:link 3}</a> &nbsp;
  305. <a href="{text:link 4 url}">{text:link 4}</a> &nbsp;
  306. </div>
  307. </div>
  308.  
  309.  
  310. <div id="cred"><a href="http://damntomlinsonthemes.tumblr.com/">©</a></div>
  311.  
  312. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></center>
  313. <center><div class="thm">
  314. </div></center>
  315.  
  316. </div><br>
  317.  
  318.  
  319.  
  320. <br>
  321. <div id="posts">
  322.  
  323. {block:Posts}
  324.  
  325. <div id="posts">
  326.  
  327. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  328.  
  329. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  330.  
  331. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  332. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  333.  
  334. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  335. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336.  
  337. {block:Photoset}<center>{Photoset-500}</center>
  338. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  341.  
  342. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  343.  
  344.  
  345. {block:Answer}
  346. <div id="question">
  347. <br>
  348. <div id="box">◥</div>
  349. {Question}
  350. <br>
  351. <br>
  352. </div>
  353. <div id="asker">{Asker}</div>
  354. <div id="answer">{Answer}</div>
  355. {/block:answer}
  356.  
  357. {block:Audio}<div class="audio"><div class="player">{AudioPlayerBlack}</div><br>
  358. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  359.  
  360. <div id="notes">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  361. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  362. </div>
  363.  
  364. {/block:Posts}
  365.  
  366. {block:PostNotes}
  367. <div id="postnotes">{PostNotes}</div></div>
  368. {/block:PostNotes}
  369.  
  370.  
  371.  
  372. </div>
  373. </div>
  374. </div>
  375.  
  376. </body>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment