Advertisement
Guest User

scoot

a guest
Mar 27th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 51 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#8A0000"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link2" content="#000000"/>
  17. <meta name="color:Link Hover" content="#eeeeee"/>
  18. <meta name="color:scrollbar" content="#5A0000">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:Background" content="" />
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb{
  37. background-color: {color:scrollbar};
  38. border: 2px solid {color:link};
  39. height:auto;
  40. }
  41.  
  42. ::-webkit-scrollbar {
  43. height:auto;
  44. width:11px;
  45. background-color: {color:scrollbar};
  46. border:5px solid {color:link};
  47. }
  48.  
  49.  
  50. iframe#tumblr_controls {
  51. white-space:nowrap;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -o-filter: invert(100%);
  55. -ms-filter: invert(100%);
  56. filter: invert(100%);
  57. opacity:.2;transition: .8s ease-in-out;
  58. -webkit-transition: .8s ease-in-out;
  59. -moz-transition: .8s ease-in-out;
  60. -o-transition: .8s ease-in-out;
  61. }
  62.  
  63. h1 {
  64. font-weight:normal;
  65. font-size:13px;
  66. text-align:center;
  67. font-style:normal;
  68. line-height:100%;
  69. letter-spacing:1px;
  70. text-transform:normal;
  71. color:{color:text};
  72. }
  73.  
  74. h2 {
  75. font-size:10px;
  76. text-align:center;
  77. line-height:100%;
  78. letter-spacing:-0.5px;
  79. color:{color:text};
  80. font-weight:bold;
  81. text-transform:uppercase;
  82. padding:5px;
  83. padding-bottom:2px;
  84. }
  85.  
  86. blockquote {
  87. border-left:1px solid #ccc;
  88. padding:6px;
  89. margin:9px 2px 0px 9px
  90. }
  91.  
  92. body {
  93. background:{color:background};
  94. margin:0px;
  95. color:{color:text};
  96. font-family:'lao ui';
  97. font-size:12px;
  98. line-height:100%;
  99. background: {color:Background} url({image:Background});
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:link2};
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112. a:hover {
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link hover};
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. #post {
  123. width:700px;
  124. padding-bottom:60px;
  125. margin-top:40px;
  126. }
  127.  
  128. #entries {
  129. position:fixed;
  130. overflow:auto;
  131. overflow-x:hidden;
  132. height:70%;
  133. padding:0px;
  134. width:750px;
  135. word-wrap: break-word;
  136. margin-left:350px;
  137. margin-top:160px;
  138. margin-bottom:0px;
  139. }
  140.  
  141.  
  142.  
  143. #sidebar {
  144. color:{color:text};
  145. position:fixed;
  146. width:100px;
  147. height:auto;
  148. margin-top:100px;
  149. margin-left:500px;
  150. text-align:left;
  151. }
  152.  
  153. #sidebarimage img {
  154. width:240px;
  155. padding-left:0px;
  156. margin-bottom:3x;
  157. }
  158.  
  159. #links {
  160. font-family: Kemco Pixel;
  161. width:300px;
  162. margin-top:-280px;
  163. margin-left:520px;
  164. font-size:24px;
  165. letter-spacing:0px;
  166. text-transform:none;
  167. line-height:200%;
  168. }
  169.  
  170. #links a{
  171. line-height:230%;
  172. background:#fff;
  173. padding-right:6px;
  174. padding-left:6px;
  175. color:{color:link};
  176. text-decoration:none;
  177. -moz-transition-duration:.7s;
  178. -webkit-transition-duration:.7s;
  179. -o-transition-duration:.7s;
  180. }
  181.  
  182. #links a:hover {
  183. color: {color:link hover};
  184. -webkit-filter: blur(1px);
  185. -moz-transition-duration:0.7s;
  186. -webkit-transition-duration:0.7s;
  187. -o-transition-duration:0.7s;
  188. }
  189.  
  190. #description {
  191. position:fixed;
  192. width:197px;
  193. font-family:arial;
  194. margin-top:35px;
  195. margin-left:-0px;
  196. text-align:justify;
  197. border-left:2px solid #ccc;
  198. margin-left:30px;
  199. padding-left:10px;
  200. font-size:9px;
  201. font-style:italic;
  202. word-spacing:2px;
  203. color: {color:text};
  204. line-height:140%;
  205. -moz-transition-duration:1s;
  206. -webkit-transition-duration:1s;
  207. -o-transition-duration:1s;
  208. }
  209.  
  210. #description a {
  211. color:{color:link2};
  212. }
  213.  
  214. #description a:hover {
  215. color:{color:link hover};
  216. }
  217.  
  218. #info {
  219. font-family:'Latha';
  220. width:500px;
  221. margin-top:5px;
  222. padding-top:5px;
  223. padding-bottom:3px;
  224. font-size:9px;
  225. color:{color:text};
  226. text-transform:uppercase;
  227. font-style:normal;
  228. text-align:left;
  229. -moz-transition-duration:0.2s;
  230. -webkit-transition-duration:0.2s;
  231. -o-transition-duration:0.2s;
  232. }
  233.  
  234. #info a {
  235. color:{color:link2};
  236. font-style:normal;
  237. }
  238.  
  239. #info a:hover {
  240. color:{color:link hover};
  241. -moz-transition-duration:0.2s;
  242. -webkit-transition-duration:0.2s;
  243. -o-transition-duration:0.2s;
  244. }
  245.  
  246. .tags {
  247. font-family:arial;
  248. font-style:normal;
  249. width:460px;
  250. text-transform:normal;
  251. font-style:normal;
  252. line-height:120%;
  253. padding-top:5px;
  254. opacity:0;
  255. font-size:8px;
  256. letter-spacing:1px;
  257. text-align:left;
  258. -moz-transition-duration:0.2s;
  259. -webkit-transition-duration:0.2s;
  260. -o-transition-duration:0.2s;
  261. }
  262. .tags a{
  263. margin-right:6px;
  264. color:{color:link2};
  265. }
  266. .tags a:hover{
  267. color:{color:link hover};
  268. }
  269.  
  270. #post:hover .tags{
  271. opacity:1;
  272. }
  273.  
  274. .audio{
  275. background-color:#e5e5e5;
  276. height:65px;
  277. overflow:hidden;
  278. }
  279.  
  280. .question {
  281. padding:9px;
  282. text-align:left;
  283. text-transform:italic;
  284. color:{color:text};
  285. background-color: #f5f5f5;
  286. border-left:3px solid #e5e5e5;
  287. line-height:120%;
  288. }
  289.  
  290. .answer {
  291. text-align:left;
  292. padding:7px;
  293. color:{color:text};
  294. }
  295.  
  296. #credit {
  297. font-size:9px;
  298. font-family:cambria;
  299. font-style:italic;
  300. letter-spacing:1px;
  301. -moz-transition-duration:0.5s;
  302. -webkit-transition-duration:0.5s;
  303. -o-transition-duration:0.5s;
  304. }
  305.  
  306. #credit a {
  307. background-color:#fff;
  308. padding:5px;
  309. border:1px solid #e9e9e9;
  310. position:fixed;
  311. right:15px;
  312. bottom:10px
  313. }
  314.  
  315. #credit a:hover {
  316. color:#fff;
  317. background-color:#191919;
  318. }
  319.  
  320.  
  321. /*** start of the bubble tab ***/
  322.  
  323. #tabs{
  324. border-bottom-right-radius: 15px;
  325. color: #000;
  326. background: #fff;
  327. position:fixed;
  328. left:0px;
  329. text-align: center;
  330. top:0px;
  331. padding: 7px;
  332. bottom: 0px;
  333. height:20px;
  334. width: 20px;
  335. overflow:hidden;
  336. -webkit-transition: opacity 0.7s linear;
  337. -webkit-transition: all 0.7s ease-in-out;
  338. -moz-transition: all 0.7s ease-in-out;
  339. -o-transition: all 0.7s ease-in-out;
  340. z-index:999999999;
  341. }
  342.  
  343. #tabs:hover{
  344. text-align: center;
  345. border-bottom-left-radius: 15px;
  346. border-bottom-right-radius: 15px;
  347. -webkit-transition: opacity 0.7s linear;
  348. -webkit-transition: all 0.7s ease-in-out;
  349. -moz-transition: all 0.7s ease-in-out;
  350. -o-transition: all 0.7s ease-in-out;
  351. padding:5px;
  352. height:150px;
  353. width:115px;
  354. z-index:999999999;
  355. opacity: 2.0;
  356. background:white;
  357. }
  358.  
  359. .ttitle {
  360. background: #E3E4FA;
  361. padding: 5px;
  362. font-size: 10px;
  363. }
  364.  
  365. /*** credit goes to html-tutorials, by naturalblisse ***/
  366.  
  367. #fade { /*--Transparent background layer--*/
  368. display: none; /*--hidden by default--*/
  369. background: #000;
  370. position: fixed; left: 0; top: 0;
  371. width: 100%; height: 100%;
  372. opacity: .80;
  373. z-index: 9999;
  374. }
  375. .popup_block{
  376. display: none; /*--hidden by default--*/
  377. background: #fcfbf8;
  378. padding: 10px;
  379. border: 5px solid #f2e7e2;
  380. float: left;
  381. font-size: 10;
  382. position: fixed;
  383. top: 50%; left: 50%;
  384. z-index: 99999;
  385. /*--CSS3 Box Shadows--*/
  386. -webkit-box-shadow: 0px 0px 20px #000;
  387. -moz-box-shadow: 0px 0px 20px #000;
  388. box-shadow: 0px 0px 20px #000;
  389. /*--CSS3 Rounded Corners--*/
  390. -webkit-border-radius: 5px;
  391. -moz-border-radius: 5px;
  392. border-radius: 5px;
  393. }
  394. img.btn_close {
  395. float: right;
  396. margin: -20 -20px 0 0;
  397. }
  398. /*--Making IE6 Understand Fixed Positioning--*/
  399. *html #fade {
  400. position: absolute;
  401. }
  402. *html .popup_block {
  403. position: absolute;
  404. }
  405.  
  406. {CustomCSS}</style></head><body>
  407.  
  408. <!-- bubble tab -->
  409.  
  410. <div class="wrapper">
  411.  
  412. <div id="tabs">
  413. <b><div style="font-size: 32px;">+</div></b><br><p>
  414. <div style="background: #E3E4FA;padding: 5px;font-size: 10px;"><b>Info</b></div><p>
  415. <div style="background: #fff;padding: 5px;font-size: 10px;"><b>Independent Scott McCall
  416. blah blah blah
  417. stuff stuff stuff
  418. </b></div><p>
  419.  
  420. </div>
  421.  
  422. <!-- bubble tab -->
  423.  
  424.  
  425. <div id="sidebar">
  426.  
  427. <div id="sidebarimage">
  428. <a href="/"><img src="{image:sidebar}"></a></div>
  429.  
  430. <div id="links">
  431. <a href="{text:link 1 url}" title="{text:link 1}">●</a>
  432. <a href="{text:link 2 url}" title="{text:link 2}">●</a>
  433. <a href="{text:link 3 url}" title="{text:link 3}">●</a>
  434. <a href="{text:link 4 url}" title="{text:link 4}">●</a>
  435. <a href="{text:link 5 url}" title="{text:link 5}">●</a>
  436.  
  437. {block:Pagination}{block:NextPage}<a href="{NextPage}" style="float:right;" title="next page">+</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} &nbsp; &nbsp;
  438. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" style="float:right;" title="previous page">-</a>{/block:PreviousPage}{/block:Pagination}
  439. </div>
  440.  
  441. <div id="description">{Description}
  442.  
  443.  
  444. </div></div>
  445.  
  446.  
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  459.  
  460. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  461.  
  462. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  463. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  464.  
  465. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  468.  
  469. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}" style="background:#f5f5f5;padding-left:5px;padding-right:5px;">{ShortMonth} {DayOfMonth}</a> {24Hour}:{Minutes}
  470. {/block:Date} {block:NoteCount} ( <font color="#d71732">&hearts;</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  471.  
  472. <div style="float:right;"> {block:RebloggedFrom}
  473. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  474. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  475. <a title="{SourceTitle}" href="{SourceURL}"></a>
  476. </div>
  477. </div>
  478.  
  479.  
  480. {block:HasTags}
  481. <div class="tags">
  482. {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  483. {/block:HasTags}
  484. <div class="postnote">
  485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  486. </div>
  487. </div>
  488. {/block:Posts}
  489.  
  490.  
  491. </div>
  492. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  493.  
  494. </body>
  495.  
  496. <div id="02" class="popup_block">
  497.  
  498. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  499. </center></div>
  500.  
  501. </div></div></div></div></div></div></div></div></div></div>
  502.  
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement