Advertisement
Aerospatial

Old theme remember

Nov 16th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. <!-- THEME BY TEYUSS/PLUSHIEKOUGRA -->
  2.  
  3. <html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  10.  
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  12. <meta name="color:Background" content="#000000">
  13. <meta name="color:Content Background" content="#FFFFFF">
  14. <meta name="color:Regular Text" content="#000000">
  15. <meta name="color:Link Text" content="#FF0000">
  16. <meta name="color:Sidebar Link" content="#FF0000">
  17. <meta name="color:Sidebar Link Hover" content="#FFFFFF">
  18. <meta name="color:Post Title" content="#FF0000">
  19. <meta name="color:Post Blockquote" content="#FF0000">
  20. <meta name="color:Ask Question Background" content="#FF0000">
  21. <meta name="color:Ask Question Text" content="#FFFFFF">
  22. <meta name="color:Stats Background" content="#FF0000">
  23. <meta name="color:Stats Text" content="#FFFFFF">
  24. <meta name="color:Stats Link" content="#FFFFFF">
  25. <meta name="color:Stats Link Hover" content="#FF0000">
  26. <meta name="color:Stats Tags" content="#FFFFFF">
  27.  
  28. <meta name="image:Background" content="">
  29. <meta name="image:Sidebar" content="http://static.tumblr.com/6uumyb2/Vhum2wv9g/04847.gif">
  30.  
  31. <meta name="if:Show Tags" content="0">
  32. <meta name="if:Reblog Link" content="1">
  33. <meta name="if:Show Captions" content="0">
  34. <meta name="if:Background Repeat" content="1">
  35.  
  36. <meta name="text:Background Position" content="bottom left">
  37. <meta name="text:Sidebar Height" content="190">
  38. <meta name="text:Sidebar Hover Height" content="345">
  39. <meta name="text:Sidebar Image Text" content="CEASE REPRODUCTION">
  40.  
  41. <meta name="text:Name 1" content="">
  42. <meta name="text:URL 1" content="">
  43. <meta name="text:Name 2" content="">
  44. <meta name="text:URL 2" content="">
  45. <meta name="text:Name 3" content="">
  46. <meta name="text:URL 3" content="">
  47. <meta name="text:Name 4" content="">
  48. <meta name="text:URL 4" content="">
  49. <meta name="text:Name 5" content="">
  50. <meta name="text:URL 5" content="">
  51. <meta name="text:Name 6" content="">
  52. <meta name="text:URL 6" content="">
  53.  
  54. <style type="text/css">
  55. /* BODY */
  56. body {
  57. font-family: consolas;
  58. background: url("{image:Background}") {text:Background Position};
  59. background-attachment: fixed;
  60. background-repeat: {block:IfNotBackgroundRepeat}no-{/block:IfNotBackgroundRepeat}repeat;
  61. background-color: {color:Background};
  62. }
  63.  
  64. ::-webkit-scrollbar-thumb:vertical {
  65. height: 10px;
  66. background-color: {color:Content Background};
  67. }
  68.  
  69. ::-webkit-scrollbar {
  70. height: 2px;
  71. width: 3px;
  72. background-color: {color:Background};
  73. }
  74.  
  75. #container {
  76. float: center;
  77. width: 790px;
  78. margin: auto;
  79. margin-top: 20px;
  80. }
  81.  
  82. /* SIDEBAR */
  83. #sidebar {
  84. width: 250px;
  85. float: right;
  86. position: fixed;
  87. text-align: center;
  88. line-height: 12px;
  89. padding: 5px;
  90. font-family: lucida sans unicode;
  91. font-size: 11px;
  92. letter-spacing: 1px;
  93. overflow: hidden;
  94. transition:height 2s;
  95. -moz-transition:height 2s;
  96. -webkit-transition:height 2s;
  97. -o-transition:height 2s;
  98. height: {text:Sidebar Height}px;
  99. color: {color:Regular Text};
  100. background-color: {color:Content Background};
  101. }
  102.  
  103. #sidebar:hover {height: {text:Sidebar Hover Height}px;}
  104.  
  105. #sidebar img {
  106. max-width: 250px;
  107. }
  108.  
  109. #nav {padding-bottom: 5px;}
  110.  
  111. #nav a {
  112. font-family: consolas;
  113. font-size: 11px;
  114. letter-spacing: 0px;
  115. font-weight: bold;
  116. text-decoration: none;
  117. text-transform: uppercase;
  118. -webkit-transition: all 1s ease;
  119. -moz-transition: all 1s ease;
  120. -o-transition: all 1s ease;
  121. color: {color:Sidebar Link};
  122. }
  123.  
  124. #sidebar a {
  125. font-weight: bold;
  126. text-decoration: none;
  127. -webkit-transition: all 1s ease;
  128. -moz-transition: all 1s ease;
  129. -o-transition: all 1s ease;
  130. color: {color:Sidebar Link};
  131. }
  132.  
  133. #sidebar a:hover {
  134. color: {color:Sidebar Link Hover};
  135. text-decoration: none;
  136. }
  137.  
  138. /* POSTS */
  139. .post {
  140. width: 515px;
  141. float: right;
  142. }
  143.  
  144. .entry {
  145. width: 500px;
  146. padding: 5px;
  147. margin-bottom: 8px;
  148. font-family: lucida sans unicode;
  149. font-size: 11px;
  150. color: {color:Regular Text};
  151. letter-spacing: 1px;
  152. overflow: hidden;
  153. background-color: {color:Content Background};
  154. }
  155.  
  156. .entry a {
  157. color: {color:Link Text};
  158. -webkit-transition: all 0.5s ease;
  159. -moz-transition: all 0.5s ease;
  160. -o-transition: all 0.5s ease;
  161. text-decoration: none;
  162. }
  163.  
  164. .entry a {
  165. color: {color:Link Text Hover};
  166. text-decoration: none;
  167. }
  168.  
  169. .entry h1 {
  170. font-size: 16px;
  171. color: {color:Post Title};
  172. padding-top: 5px;
  173. font-weight: bold;
  174. text-align: center;
  175. margin: 0;
  176. }
  177.  
  178. .entry h1 a {
  179. color: {color:Post Title};
  180. }
  181.  
  182. .entry blockquote {
  183. border-left: 1px solid {color:Post Blockquote};
  184. padding-left: 5px;
  185. margin-left: 0px;
  186. }
  187.  
  188. .entry img {
  189. max-width: 500px;
  190. height: auto;
  191. margin-bottom: -2px;}
  192.  
  193. /* QUOTE POST */
  194. .quote {
  195. font-size: 28px;
  196. color: {color:Bold Text};
  197. float: left;
  198. }
  199.  
  200. .entry h2 {
  201. font-size: 12px;
  202. color: {color:Post Title};
  203. padding-left: 10px;
  204. padding-right: 10px;
  205. font-weight: normal;
  206. letter-spacing: 1.5px;
  207. }
  208.  
  209. #caption {
  210. padding-left: 5px;
  211. padding-right: 5px;
  212. }
  213.  
  214. #caption img {
  215. max-width: 300px;
  216. }
  217.  
  218. /* ASK POSTS */
  219. .ask {
  220. background-color: {color:Ask Question Background};
  221. color: {color:Ask Question Text};
  222. padding: 5px;
  223. }
  224.  
  225. /* STATISTICS */
  226. .stats {
  227. font-family: consolas;
  228. font-size: 9px;
  229. text-transform: uppercase;
  230. text-align: center;
  231. letter-spacing: 1px;
  232. line-height: 10px;
  233. margin-top: 5px;
  234. padding: 2px;
  235. position: relative;
  236. color: {color:Stats Text};
  237. background-color: {color:Stats Background};
  238. }
  239.  
  240. .stats a {
  241. color: {color:Stats Link};
  242. text-decoration: none;
  243. -webkit-transition: all 0.5s ease;
  244. -moz-transition: all 0.5s ease;
  245. -o-transition: all 0.5s ease;
  246. }
  247.  
  248. .stats a:hover {
  249. color: {color:Stats Link Hover};
  250. text-decoration: none;
  251. -webkit-transition: all 0.5s ease;
  252. -moz-transition: all 0.5s ease;
  253. -o-transition: all 0.5s ease;
  254. }
  255.  
  256. .stats a.tag {
  257. color: {color:Stats Tags};
  258. }
  259.  
  260. /* PERMALINK PAGE */
  261. .permalink {
  262. font-family: lucida sans unicode;
  263. font-size: 9px;
  264. color: {color:Regular Text};
  265. text-transform: lowercase;
  266. text-align: center;
  267. width: 515px;
  268. float: right;
  269. }
  270.  
  271. .permalink a {
  272. color: {color:Link Text};
  273. text-decoration: none;
  274. }
  275.  
  276. ol.notes {
  277. padding: 0px;
  278. margin: 15px 0px;
  279. list-style-type: none;
  280. background: transparent;
  281. border: 0px;
  282. letter-spacing: 0px;
  283. text-transform: lowercase;
  284. color: {color:Content Background};
  285. }
  286.  
  287. ol.notes li.note {
  288. padding: 1px;
  289. padding-right: 9px;
  290. text-align: left;
  291. letter-spacing: 0px;
  292. text-transform: lowercase;
  293. {color:Content Background};
  294. }
  295.  
  296. .notes img{
  297. width: 9px;
  298. position: relative;
  299. top: 1px;
  300. }
  301.  
  302. /* TUMBLR CONTROLS */
  303. iframe#tumblr_controls {
  304. right:3px !important;
  305. position: fixed !important;
  306. -webkit-transition: opacity 0.7s linear;
  307. opacity: 0.2;
  308. -webkit-transition: all 0.8s ease-out;
  309. -moz-transition: all 0.8s ease-out;
  310. transition: all 0.8s ease-out;
  311. }
  312.  
  313. iframe#tumblr_controls:hover {
  314. -webkit-transition: opacity 0.7s linear;
  315. opacity: 1;
  316. -webkit-transition: all 0.4s ease-out;
  317. -moz-transition: all 0.4s ease-out;
  318. transition: all 0.4s ease-out;
  319. }
  320.  
  321. </style>
  322. <style type="text/css">{CustomCSS}</style>
  323. </head>
  324. <body>
  325. <!-- SCM Music Player http://scmplayer.net -->
  326. <script type="text/javascript" src="http://scmplayer.net/script.js"
  327. data-config="{'skin':'skins/aquaBlue/skin.css','volume':29,'autoplay':false,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'Catch Me','url':'http://www.youtube.com/watch?v=tZ9P7xwTuKc'},{'title':'Radioactive','url':'http://www.youtube.com/watch?v=eu-xFvLaE68'},{'title':'Gorgeous','url':'http://www.youtube.com/watch?v=RPu8LsIKYBM'},{'title':'Flare','url':'http://www.youtube.com/watch?v=ktuDYYtbs2s'}]}" ></script>
  328. <!-- SCM Music Player script end -->
  329.  
  330. <div id="container">
  331.  
  332. <div id="sidebar">
  333. <a href="/"><img src="{image:Sidebar}" width="250px" title="{text:Sidebar Image Text}" style="padding-bottom: 5px;"></a>
  334. <div id="nav">
  335. <a href="{text:URL 1}">{text:Name 1}</a>
  336. <a href="{text:URL 2}">{text:Name 2}</a>
  337. <a href="{text:URL 3}">{text:Name 3}</a>
  338. <a href="{text:URL 4}">{text:Name 4}</a>
  339. <a href="{text:URL 5}">{text:Name 5}</a>
  340. <a href="{text:URL 6}">{text:Name 6}</a>
  341. </div>
  342. <small>{Description}</small>
  343. </div>
  344.  
  345. {block:Posts}
  346.  
  347. <div class="post">
  348. <div class="entry">
  349.  
  350. {block:Text}
  351. {block:Title}<h1>{Title}</h1>{/block:Title}
  352. <div id="caption">{Body}</div>
  353. {/block:Text}
  354.  
  355. {block:Photo}
  356. <center>{LinkOpenTag}<img src="{PhotoURL-500}" width="500px" alt="{Source}">{LinkCloseTag}</center>
  357. {block:IfShowCaptions}{block:Caption}
  358. <div id="caption">{Caption}</div>
  359. {/block:Caption}{/block:IfShowCaptions}
  360. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  361. <div id="caption">{Caption}</div>
  362. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  363. {/block:Photo}
  364.  
  365. {block:Photoset}
  366. <div class="photo">{Photoset-500}</div>
  367. {block:IfShowCaptions}{block:Caption}
  368. <div id="caption">{Caption}</div>
  369. {/block:Caption}{/block:IfShowCaptions}
  370. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  371. <div id="caption">{Caption}</div>
  372. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  373. {/block:Photoset}
  374.  
  375. {block:Quote}
  376. <h2>{Quote}</h2>
  377. {block:Source}<p align="right" style="padding-right: 5px;"><b>&mdash; {Source}</b></p>{/block:Source}
  378. {block:IfShowCaptions}{block:Caption}
  379. <div id="caption">{Caption}</div>
  380. {/block:Caption}{/block:IfShowCaptions}
  381. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  382. <div id="caption">{Caption}</div>
  383. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  384. {/block:Quote}
  385.  
  386. {block:Link}
  387. <h1><a href="{URL}" target="{Target}">{Name} →</a></h1>
  388. {block:Description}<div id="caption">{Description}</div>
  389. {/block:Description}
  390. {/block:Link}
  391.  
  392. {block:Chat}
  393. {block:Title}<h1>{Title}</h1>{/block:Title}
  394. {block:Lines}
  395. {block:Label}
  396. <b>{Label}</b>
  397. {/block:Label}
  398. {Line}<br />
  399. {/block:Lines}
  400. {/block:Chat}
  401.  
  402. {block:Audio}
  403. <center><div style="padding: 5px;">{AudioPlayerBlack}</div>
  404. <b>{FormattedPlayCount}</b> plays{block:TrackName} | <i>{TrackName}</i>{/block:TrackName}</center>
  405. {block:IfShowCaptions}{block:Caption}
  406. <div id="caption">{Caption}</div>
  407. {/block:Caption}{/block:IfShowCaptions}
  408. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  409. <div id="caption">{Caption}</div>
  410. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  411. {/block:Audio}
  412.  
  413. {block:Video}
  414. {Video-500}
  415. {block:IfShowCaptions}{block:Caption}
  416. <div id="caption">
  417. {Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  418. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  419. <div id="caption">{Caption}</div>
  420. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  421. {/block:Video}
  422.  
  423. {block:Answer}
  424. <div class="ask"><b>{Asker} sent:</b> {Question}</div>
  425. <div id="caption">{Answer}</div>
  426. {/block:Answer}
  427.  
  428. {block:IndexPage}
  429. <div class="stats">
  430. {block:Date}Posted <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} @ {24Hour}:{Minutes}</a>{/block:Date}{block:NoteCount}&nbsp;|&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} | <a href="{ReblogURL}" target="_blank">Reblog</a>
  431. {block:IfShowTags}{block:HasTags}<br>{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}</div>
  432. {/block:IndexPage}
  433.  
  434. </div></div>
  435.  
  436. {block:PermalinkPage}
  437. <div class="permalink">
  438. <center><font color="{color:Content Background}">{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  439. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</font></center>
  440. {block:PostNotes}
  441. {PostNotes}
  442. {/block:PostNotes}
  443. </div>
  444. {/block:PermalinkPage}
  445.  
  446. {/block:Posts}
  447.  
  448. </div>
  449.  
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement