Advertisement
SleepingHearts

Untitled

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