Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 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 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" 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. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 3px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-size:7px;
  43. margin-left:10px;
  44. margin-top:-2px;
  45. line-height:9px;
  46. font-family:arial;
  47. z-index: 1000;
  48. border: 1px solid #cacaca;
  49. background-color:#fff;
  50. color: #9b9b9b;
  51. text-transform:uppercase;
  52. letter-spacing: 2px;
  53. }
  54.  
  55. /************** FLAGS UPDATES TAB **************/
  56. /* tutorial by deanlirium|tumblr (clarence.tk) */
  57.  
  58. #flags {
  59. position:fixed;
  60. top:0px; /* distance from the top of the page - adjust as you wish! */
  61. left:-10px;
  62. text-align:center;
  63. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  64. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  65. font-size:8px; /* adjust font size */
  66. letter-spacing:1px;
  67. z-index:2147483607;
  68. font-family:calibri;}
  69.  
  70.  
  71. #flag1 {
  72. border:solid 6px #4A4A4A; /* flag color */
  73. border-right:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  74. padding-left:10px;
  75. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  76. height:0px;
  77. position:absolute;
  78. -moz-transition:all 0.7s ease-out;
  79. -webkit-transition:all 0.7s ease-out;
  80. -o-transition:all 0.7s ease-out;}
  81.  
  82. #flag1:hover {
  83. width:180px;} /* lenght of the OPEN flag */
  84.  
  85. #upd1 {
  86. position:absolute;
  87. width:110px;
  88. padding:10px;
  89. padding-left:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  90. left:-180px;
  91. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  92. opacity:0;
  93. -moz-transition:all 0.7s ease-out;
  94. -webkit-transition:all 0.7s ease-out;
  95. -o-transition:all 0.7s ease-out;}
  96.  
  97. #flag1:hover #upd1{
  98. left:0px;
  99. opacity:1;}
  100.  
  101. /* following is the coding for the other flags - same as above! */
  102.  
  103. #flag2 {
  104. border:solid 6px #8C8C8C;
  105. margin-top:20px;
  106. position:absolute;
  107. border-right:solid 6px transparent;
  108. padding-left:10px;
  109. width:20px;
  110. height:0px;
  111. -moz-transition:all 0.7s ease-out;
  112. -webkit-transition:all 0.7s ease-out;
  113. -o-transition:all 0.7s ease-out;}
  114.  
  115. #flag2:hover {
  116. width:180px;}
  117.  
  118. #upd2 {
  119. position:absolute;
  120. width:110px;
  121. padding:10px;
  122. padding-left:60px;
  123. left:-180px;
  124. margin-top:6px;
  125. opacity:0;
  126. -moz-transition:all 0.7s ease-out;
  127. -webkit-transition:all 0.7s ease-out;
  128. -o-transition:all 0.7s ease-out;}
  129.  
  130. #flag2:hover #upd2{
  131. left:0px;
  132. opacity:1;}
  133.  
  134. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  135.  
  136. #flag3 {
  137. border:solid 6px #B3B3B3;
  138. position:absolute;
  139. margin-top:40px; /* this one! */
  140. border-right:solid 6px transparent;
  141. padding-left:10px;
  142. width:20px;
  143. height:0px;
  144. -moz-transition:all 0.7s ease-out;
  145. -webkit-transition:all 0.7s ease-out;
  146. -o-transition:all 0.7s ease-out;}
  147.  
  148. #flag3:hover {
  149. width:180px;}
  150.  
  151. #upd3 {
  152. position:absolute;
  153. width:110px;
  154. padding:10px;
  155. padding-left:60px;
  156. left:-180px;
  157. margin-top:6px;
  158. opacity:0;
  159. -moz-transition:all 0.7s ease-out;
  160. -webkit-transition:all 0.7s ease-out;
  161. -o-transition:all 0.7s ease-out;}
  162.  
  163. #flag3:hover #upd3{
  164. left:0px;
  165. opacity:1;}
  166.  
  167. /* to here */
  168.  
  169. </style>
  170.  
  171. <style type="text/css">
  172.  
  173. ::-webkit-scrollbar-thumb{
  174. background-color: {color:scrollbar};
  175. border: 2px solid {color:background};
  176. height:auto;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. height:auto;
  181. width:11px;
  182. background-color: {color:scrollbar};
  183. border:5px solid {color:background};
  184. }
  185.  
  186.  
  187. iframe#tumblr_controls {
  188. white-space:nowrap;
  189. -webkit-filter: invert(100%);
  190. -moz-filter: invert(100%);
  191. -o-filter: invert(100%);
  192. -ms-filter: invert(100%);
  193. filter: invert(100%);
  194. opacity:.2;transition: .8s ease-in-out;
  195. -webkit-transition: .8s ease-in-out;
  196. -moz-transition: .8s ease-in-out;
  197. -o-transition: .8s ease-in-out;
  198. }
  199.  
  200. h1 {
  201. font-weight:normal;
  202. font-size:13px;
  203. text-align:center;
  204. font-style:normal;
  205. line-height:100%;
  206. letter-spacing:1px;
  207. text-transform:normal;
  208. color:{color:text};
  209. }
  210.  
  211. h2 {
  212. font-size:10px;
  213. text-align:center;
  214. line-height:100%;
  215. letter-spacing:-0.5px;
  216. color:{color:text};
  217. font-weight:bold;
  218. text-transform:uppercase;
  219. padding:5px;
  220. padding-bottom:2px;
  221. }
  222.  
  223.  
  224. blockquote {
  225. border-left:2px solid {color:text};
  226. padding-left:5px;
  227. margin:5px;
  228. }
  229.  
  230.  
  231. body {
  232. background:{color:background};
  233. margin:0px;
  234. color:{color:text};
  235. font-family:trebuchet ms;
  236. font-size:11px;
  237. line-height:100%;
  238. }
  239.  
  240. a {
  241. text-decoration:none;
  242. outline:none;
  243. -moz-outline-style:none;
  244. color:{color:link};
  245. -moz-transition-duration:0.5s;
  246. -webkit-transition-duration:0.5s;
  247. -o-transition-duration:0.5s;
  248. }
  249.  
  250. a:hover {
  251. text-decoration:none;
  252. outline:none;
  253. -moz-outline-style:none;
  254. color:{color:link hover};
  255. }
  256.  
  257. img {
  258. border:none;
  259. }
  260.  
  261. blockquote {
  262. padding-left:5px;
  263. border-left:2px solid;
  264. }
  265.  
  266. blockquote blockquote {
  267. padding-left:5px;
  268. border-left:2px solid;
  269. }
  270.  
  271. #post {
  272. width:500px;
  273. padding-bottom:30px;
  274. margin-top:30px;
  275. }
  276.  
  277. #entries {
  278. position:fixed;
  279. height:370px;
  280. width:590px;
  281. padding:28px;
  282. margin-left:500px;
  283. margin-top:250px;
  284. text-align:left;
  285. background-color: transparent;
  286. z-index:999;
  287. border:0px dotted;
  288. overflow-x:hidden;
  289. overflow-y:auto;
  290. }
  291.  
  292.  
  293. #sidebar {
  294. color:{color:text};
  295. position:fixed;
  296. width:100px;
  297. height:auto;
  298. margin-top:0px;
  299. margin-left:150px;
  300. text-align:left;
  301. }
  302.  
  303. #sidebarimage img {
  304. width:1200px;
  305. margin-top:-50px;
  306. margin-bottom:0px;
  307. margin-left:-160px;
  308. }
  309.  
  310. #links {
  311. position:absolute;
  312. position:fixed;
  313. font-family:trebuchet ms;
  314. width:220px;
  315. margin-top:-560px;
  316. margin-left:175px;
  317. font-size:30px;
  318. text-transform:uppercase;
  319. text-align:center;
  320. line-height:280%;
  321. }
  322.  
  323. #links a{
  324. line-height:280%;
  325. border-bottom:0px solid #fff;
  326. margin-top:4px;
  327. margin-left:13px;
  328. color:{color:link};
  329. text-decoration:none;
  330. -moz-transition-duration:.2s;
  331. -webkit-transition-duration:.2s;
  332. -o-transition-duration:.2s;
  333. }
  334.  
  335. #links a:hover {
  336. color: {color:link hover};
  337. width:60px;
  338. -moz-transition-duration:0.2s;
  339. -webkit-transition-duration:0.2s;
  340. -o-transition-duration:0.2s;
  341. }
  342.  
  343. #description {
  344. position:fixed;
  345. width:200px;
  346. font-family:trebuchet ms;
  347. margin-top:-315px;
  348. margin-left:829px;
  349. text-align:justify;
  350. font-size:11px;
  351. color: #000;
  352. letter-spacing:0px;
  353. line-height:130%;
  354. -moz-transition-duration:1s;
  355. -webkit-transition-duration:1s;
  356. -o-transition-duration:1s;
  357. }
  358.  
  359. #description a {
  360. color:{color:link};
  361. }
  362.  
  363. #description a:hover {
  364. color:{color:link hover};
  365. }
  366.  
  367. .sidebartitle {
  368. width:210px;
  369. text-align:center;
  370. position:fixed;
  371. font-family:arial;
  372. line-height:120%;
  373. margin-left:-13px;
  374. font-size:13px;
  375. margin-top:10px;
  376. color:{color:title};
  377. }
  378.  
  379. #pagination {
  380. font-family:cambria;
  381. width:210px;
  382. font-size:9px;
  383. margin-top:-250px;
  384. margin-left:-3px;
  385. padding-left:5px;
  386. letter-spacing:1px;
  387. font-style:italic;
  388. text-align:center;
  389. }
  390.  
  391. #pagination a {
  392. color:#000;
  393. }
  394.  
  395. #info {
  396. font-family:arial;
  397. width:450px;
  398. margin-top:5px;
  399. padding-top:1px;
  400. font-size:9px;
  401. background:transparent;
  402. padding:4px;
  403. color:#000;
  404. text-transform:lowercase;
  405. font-style:normal;
  406. text-align:left;
  407. -moz-transition-duration:0.5s;
  408. -webkit-transition-duration:0.5s;
  409. -o-transition-duration:0.5s;
  410. }
  411.  
  412. #info a {
  413. color:#86649b;
  414. font-style:normal;
  415. }
  416.  
  417. #info a:hover {
  418. color:{color:link hover};
  419. }
  420.  
  421. .tags {
  422. font-family:calibri;
  423. font-style:normal;
  424. width:500px;
  425. text-transform:normal;
  426. font-style:normal;
  427. line-height:120%;
  428. padding-left:5px;
  429. font-size:10px;
  430. text-align:left;
  431. padding-top:5px;
  432. padding-bottom:15px;
  433. -moz-transition-duration:0.2s;
  434. -webkit-transition-duration:0.2s;
  435. -o-transition-duration:0.2s;
  436. }
  437. .tags a{
  438. color:{color:link};
  439. -moz-transition-duration:0.2s;
  440. -webkit-transition-duration:0.2s;
  441. -o-transition-duration:0.2s;
  442. }
  443. .tags a:hover{
  444. color:{color:link hover};
  445. -moz-transition-duration:0.2s;
  446. -webkit-transition-duration:0.2s;
  447. -o-transition-duration:0.2s;
  448. }
  449.  
  450. .audio{
  451. background-color:transparent;
  452. height:65px;
  453. overflow:hidden;
  454. }
  455.  
  456. #ask {
  457. float:left;
  458. color:{color:text};
  459. }
  460.  
  461. #credit {
  462. font-size:9px;
  463. font-family:cambria;
  464. font-style:italic;
  465. letter-spacing:1px;
  466. -moz-transition-duration:0.5s;
  467. -webkit-transition-duration:0.5s;
  468. -o-transition-duration:0.5s;
  469. }
  470.  
  471. #credit a {
  472. background-color:#fff;
  473. padding:5px;
  474. border:1px solid #e9e9e9;
  475. position:fixed;
  476. right:15px;
  477. bottom:10px
  478. }
  479.  
  480. #credit a:hover {
  481. color:#fff;
  482. background-color:#191919;
  483. }
  484.  
  485. {CustomCSS}</style></head><body>
  486.  
  487. <div id="flags">
  488. <div id="flag1"><div id="upd1">
  489.  
  490. indie stephanie brown
  491. </br>
  492. #prefertoimprovise
  493.  
  494. </div></div>
  495.  
  496. <div id="flag2"><div id="upd2">
  497.  
  498. is actually stephanie brown
  499.  
  500. </div></div>
  501.  
  502. <!---- if you want more flags, copy from here ---->
  503.  
  504. <div id="flag3"><div id="upd3">
  505.  
  506. n/a
  507.  
  508. </div></div>
  509.  
  510. <!---- to here and change the numbers according to your css! ---->
  511.  
  512. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  513.  
  514. </div>
  515.  
  516. <div id="sidebar">
  517.  
  518. <div id="sidebarimage">
  519. <a href="/"><img src="{image:sidebar}"></a></div>
  520.  
  521. <div class="sidebartitle">{text:sidebartitle}</div>
  522.  
  523. <div id="links">
  524. <a href="{text:link 1 url}">I.</a></br>
  525. <a href="{text:link 2 url}">II.</a>
  526. <a href="{text:link 3 url}">III.</a>
  527. <a href="{text:link 4 url}">IV.</a></br>
  528. <a href="{text:link 5 url}">V.</a>
  529. </div>
  530.  
  531. <div id="description">{description}
  532.  
  533. <div id="pagination">
  534. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  535. </div></div></div>
  536.  
  537. <div id="entries">{block:Posts}<div id="post">
  538.  
  539. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  540.  
  541. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  542.  
  543. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  544.  
  545. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  546.  
  547. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  548.  
  549. {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}
  550.  
  551. {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}
  552. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  553.  
  554. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  555.  
  556. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  557.  
  558. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  559. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  560.  
  561. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  562. </div>
  563.  
  564.  
  565. {block:HasTags}
  566. <div class="tags">
  567. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  568. {/block:HasTags}
  569. <div class="postnote">
  570. {block:PostNotes}{PostNotes}{/block:PostNotes}
  571. </div>
  572. </div>
  573. {/block:Posts}
  574.  
  575. </div>
  576. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  577.  
  578. </body>
  579.  
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement