Advertisement
Guest User

Theme

a guest
Nov 29th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 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. <meta name="image:Updates TL" content=""/>
  34.  
  35. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  36.  
  37. <style>
  38. div#qTip {
  39. padding: 3px;
  40. display: none;
  41. text-align: center;
  42. position: absolute;
  43. font-size:7px;
  44. margin-left:10px;
  45. margin-top:-2px;
  46. line-height:9px;
  47. font-family:times;
  48. z-index: 1000;
  49. border: 1px solid #cacaca;
  50. background-color:#fff;
  51. color: #9b9b9b;
  52. text-transform:uppercase;
  53. letter-spacing: 2px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58. #container-top-left {
  59. /*don't change anything*/
  60. position:fixed;
  61. left:0px;
  62. top:0px;
  63. z-index:999;
  64. }
  65.  
  66. #container-top-left:hover #text-top-left {
  67. opacity:1; /*don't change*/
  68. /*transition speed: 0.1 = fastest and 1 = slowest*/
  69. -webkit-transition: all .7s ease-in-out;
  70. -moz-transition: all .7s ease-in-out;
  71. -o-transition: all .7s ease-in-out;
  72. }
  73.  
  74. #text-top-left {
  75.  
  76. /*you can change the things below this*/
  77. font-size:10px;
  78. font-family:calibri;
  79. text-align:center;
  80. width:125px; /*how wide the text spans*/
  81. top:30px; /*higher number = farther down on page*/
  82. left:100px; /*lower number = closer to image; beware: don't make this number higher than the image width or your text will be on top of your image*/
  83.  
  84. /*don't change anything below this*/
  85. padding:0px 5px 0px 5px;
  86. position:fixed;
  87. opacity:0;
  88.  
  89. /*transition speed: 0.1 = fastest and 1 = slowest*/
  90. -webkit-transition: all .7s ease-in-out;
  91. -moz-transition: all .7s ease-in-out;
  92. -o-transition: all .7s ease-in-out;
  93.  
  94. }
  95.  
  96. #image-top-left img {
  97. width: 100px; /*higher number = larger image; if you change this, make sure you change the "left:100px" style under #text-top-left, or else your text will be on top of your image*/
  98.  
  99. /*don't change anything below this*/
  100. height: auto;
  101. top:0px;
  102. left:0px;
  103. }
  104.  
  105.  
  106. ::-webkit-scrollbar-thumb{
  107. background-color: {color:scrollbar};
  108. border: 2px solid {color:background};
  109. height:auto;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. height:auto;
  114. width:11px;
  115. background-color: {color:scrollbar};
  116. border:5px solid {color:background};
  117. }
  118.  
  119.  
  120. iframe#tumblr_controls {
  121. white-space:nowrap;
  122. -webkit-filter: invert(100%);
  123. -moz-filter: invert(100%);
  124. -o-filter: invert(100%);
  125. -ms-filter: invert(100%);
  126. filter: invert(100%);
  127. opacity:.2;transition: .8s ease-in-out;
  128. -webkit-transition: .8s ease-in-out;
  129. -moz-transition: .8s ease-in-out;
  130. -o-transition: .8s ease-in-out;
  131. }
  132.  
  133. h1 {
  134. font-weight:normal;
  135. font-size:13px;
  136. text-align:center;
  137. font-style:normal;
  138. line-height:100%;
  139. letter-spacing:1px;
  140. text-transform:normal;
  141. color:{color:text};
  142. }
  143.  
  144. h2 {
  145. font-size:10px;
  146. text-align:center;
  147. line-height:100%;
  148. letter-spacing:-0.5px;
  149. color:{color:text};
  150. font-weight:bold;
  151. text-transform:uppercase;
  152. padding:5px;
  153. padding-bottom:2px;
  154. }
  155.  
  156.  
  157. blockquote {
  158. border-left:1px dotted {color:text};
  159. padding-left:5px;
  160. margin:5px;
  161. }
  162.  
  163.  
  164. body {
  165. background:{color:background};
  166. margin:0px;
  167. color:{color:text};
  168. font-family:times;
  169. font-size:10px;
  170. line-height:100%;
  171. background-attachment:fixed;
  172. background-image: url('https://33.media.tumblr.com/4c751f25c1273d0fea264d27dfcdbc4c/tumblr_nfj2grAtJ21tl8rhgo1_r1_1280.png');
  173. background-repeat:no-repeat;
  174.  
  175. }
  176.  
  177. a {
  178. text-decoration:none;
  179. outline:none;
  180. -moz-outline-style:none;
  181. color:{color:link};
  182. -moz-transition-duration:0.5s;
  183. -webkit-transition-duration:0.5s;
  184. -o-transition-duration:0.5s;
  185. }
  186.  
  187. a:hover {
  188. text-decoration:none;
  189. outline:none;
  190. -moz-outline-style:none;
  191. color:{color:link hover};
  192. }
  193.  
  194. img {
  195. border:none;
  196. }
  197.  
  198. blockquote {
  199. padding-left:5px;
  200. border-left:2px solid;
  201. }
  202.  
  203. blockquote blockquote {
  204. padding-left:5px;
  205. border-left:2px solid;
  206. }
  207.  
  208. #post {
  209. width:540px;
  210. padding-bottom:30px;
  211. margin-top:30px;
  212. }
  213.  
  214. #entries {
  215. padding:10px;
  216. width:540px;
  217. margin-left:630px;
  218. margin-top:160px;
  219. margin-bottom:40px;
  220. position:fixed;
  221.  
  222. overflow:scroll;
  223.  
  224. overflow-x:hidden;
  225.  
  226. height:55%;
  227.  
  228. border:1px none;
  229.  
  230. background-color: transparent;
  231. }
  232.  
  233.  
  234. #sidebar {
  235. color:{color:text};
  236. position:fixed;
  237. width:100px;
  238. height:auto;
  239. margin-top:39px;
  240. margin-left:250px;
  241. text-align:left;
  242. }
  243.  
  244. #sidebarimage img {
  245. width:200px;
  246. margin-top:-10px;
  247. margin-bottom:0px;
  248. margin-left:-9px;
  249. }
  250.  
  251. #links {
  252. position:absolute;
  253. position:fixed;
  254. font-family:times;
  255. width:270px;
  256. margin-top:-125px;
  257. margin-left:350px;
  258. font-size:25px;
  259. text-transform:none;
  260. text-align:right;
  261. line-height:280%;
  262. }
  263.  
  264. #links a{
  265. line-height:280%;
  266. margin-top:4px;
  267. margin-left:13px;
  268. color:{color:link};
  269. text-decoration:none;
  270. -moz-transition-duration:.2s;
  271. -webkit-transition-duration:.2s;
  272. -o-transition-duration:.2s;
  273. }
  274.  
  275. # a:hover {
  276. color: {color:link hover};
  277. width:60px;
  278. -moz-transition-duration:0.2s;
  279. -webkit-transition-duration:0.2s;
  280. -o-transition-duration:0.2s;
  281. }
  282.  
  283. #description {
  284. position:fixed;
  285. width:200px;
  286. font-family:times;
  287. margin-top:-180px;
  288. margin-left:500px;
  289. text-align:justify;
  290. font-size:9px;
  291. color: {color:text};
  292. letter-spacing:0px;
  293. line-height:130%;
  294. -moz-transition-duration:1s;
  295. -webkit-transition-duration:1s;
  296. -o-transition-duration:1s;
  297. }
  298.  
  299. #description a {
  300. color:{color:link};
  301. }
  302.  
  303. #description a:hover {
  304. color:{color:link hover};
  305. }
  306.  
  307. .sidebartitle {
  308. width:210px;
  309. text-align:center;
  310. position:fixed;
  311. font-family:times;
  312. line-height:120%;
  313. margin-left:-13px;
  314. font-size:13px;
  315. margin-top:10px;
  316. color:{color:title};
  317. }
  318.  
  319. #pagination {
  320. font-family:times;
  321. width:210px;
  322. font-size:20px;
  323. margin-top:85px;
  324. margin-left:150px;
  325. padding-left:5px;
  326. letter-spacing:1px;
  327. font-style:italic;
  328. text-align:center;
  329. }
  330.  
  331. #pagination a {
  332. color:{color:link};
  333. }
  334.  
  335. #info {
  336. font-family:times;
  337. width:493px;
  338. margin-top:5px;
  339. padding-top:1px;
  340. font-size:7px;
  341. background:transparent;
  342. padding:4px;
  343. color:{color:text};
  344. text-transform:uppercase;
  345. font-style:normal;
  346. text-align:left;
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;
  350. }
  351.  
  352. #info a {
  353. color:{color:link};
  354. font-style:normal;
  355. }
  356.  
  357. #info a:hover {
  358. color:{color:link hover};
  359. }
  360.  
  361. .tags {
  362. font-family:times;
  363. font-style:normal;
  364. width:495px;
  365. text-transform:normal;
  366. font-style:normal;
  367. line-height:120%;
  368. padding-left:5px;
  369. font-size:10px;
  370. text-align:left;
  371. padding-top:5px;
  372. padding-bottom:15px;
  373. -moz-transition-duration:0.2s;
  374. -webkit-transition-duration:0.2s;
  375. -o-transition-duration:0.2s;
  376. }
  377. .tags a{
  378. color:{color:link};
  379. -moz-transition-duration:0.2s;
  380. -webkit-transition-duration:0.2s;
  381. -o-transition-duration:0.2s;
  382. }
  383. .tags a:hover{
  384. color:{color:link hover};
  385. -moz-transition-duration:0.2s;
  386. -webkit-transition-duration:0.2s;
  387. -o-transition-duration:0.2s;
  388. }
  389.  
  390. .audio{
  391. background-color:#e5e5e5;
  392. height:65px;
  393. overflow:hidden;
  394. }
  395.  
  396. #ask {
  397. float:left;
  398. color:{color:text};
  399. }
  400.  
  401. #credit {
  402. font-size:9px;
  403. font-family:times;
  404. font-style:italic;
  405. letter-spacing:1px;
  406. -moz-transition-duration:0.5s;
  407. -webkit-transition-duration:0.5s;
  408. -o-transition-duration:0.5s;
  409. }
  410.  
  411. #credit a {
  412. background-color:#fff;
  413. padding:5px;
  414. border:1px solid #e9e9e9;
  415. position:fixed;
  416. right:15px;
  417. bottom:10px
  418. }
  419.  
  420. #credit a:hover {
  421. color:#fff;
  422. background-color:#191919;
  423. }
  424.  
  425. {CustomCSS}</style></head><body>
  426. <div id="container-top-left">
  427. <div id="image-top-left"><img src="http://media.tumblr.com/59bfd5cc419a9dd24e8e8e3c723c3f19/tumblr_inline_mvp8mrPAhp1rb3m8r.png" /></div>
  428. <div id="text-top-left">
  429. This is where your text will go!<br />
  430. Feel free to style it as you please :)<br /><br />
  431. The image you upload will be resized to a 100px width by default, but it can have a variable height.
  432. </div>
  433. </div>
  434.  
  435. <div id="sidebar">
  436.  
  437. <div id="sidebarimage">
  438. <a href="/"><img src="{image:sidebar}"></a></div>
  439.  
  440. <div class="sidebartitle">{text:sidebartitle}</div>
  441.  
  442. <div id="links">
  443. <a href="{text:link 1 url}">{text:link 1}</a>
  444. <a href="{text:link 2 url}">{text:link 2}</a>
  445. <a href="{text:link 3 url}">{text:link 3}</a>
  446. <a href="{text:link 4 url}">{text:link 4}</a>
  447. <a href="{text:link 5 url}">{text:link 5}</a>
  448. </div>
  449.  
  450. <div id="description">{description}
  451.  
  452. <div id="pagination">
  453. <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>
  454. </div></div></div>
  455.  
  456. <div id="entries">{block:Posts}<div id="post">
  457.  
  458. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  459.  
  460. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  463.  
  464. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  465.  
  466. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  467.  
  468. {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}
  469.  
  470. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  471.  
  472. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  473.  
  474. {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}
  475.  
  476. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  477. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  478.  
  479. {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>
  480. </div>
  481.  
  482.  
  483. {block:HasTags}
  484. <div class="tags">
  485. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  486. {/block:HasTags}
  487. <div class="postnote">
  488. {block:PostNotes}{PostNotes}{/block:PostNotes}
  489. </div>
  490. </div>
  491. {/block:Posts}
  492.  
  493. </div>
  494. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  495.  
  496. </body>
  497.  
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement