Advertisement
Guest User

theme

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