Advertisement
Guest User

gross custom theme

a guest
Apr 1st, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.45 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 30 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  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:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  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.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar-thumb{
  34. background-color: {color:scrollbar};
  35. border: 2px solid {color:background};
  36. height:auto;
  37. }
  38.  
  39. ::-webkit-scrollbar {
  40. height:auto;
  41. width:9px;
  42. background-color: {color:scrollbar};
  43. border: 4px solid {color:background};
  44. }
  45.  
  46.  
  47. iframe#tumblr_controls {
  48. white-space:nowrap;
  49. -webkit-filter: invert(100%);
  50. -moz-filter: invert(100%);
  51. -o-filter: invert(100%);
  52. -ms-filter: invert(100%);
  53. filter: invert(100%);
  54. opacity:.2;transition: .8s ease-in-out;
  55. -webkit-transition: .8s ease-in-out;
  56. -moz-transition: .8s ease-in-out;
  57. -o-transition: .8s ease-in-out;
  58. }
  59.  
  60. h1 {
  61. font-weight:normal;
  62. font-size:13px;
  63. text-align:center;
  64. font-style:normal;
  65. line-height:100%;
  66. letter-spacing:1px;
  67. text-transform:normal;
  68. color:{color:text};
  69. }
  70.  
  71. h2 {
  72. font-size:10px;
  73. text-align:center;
  74. line-height:100%;
  75. letter-spacing:-0.5px;
  76. color:{color:text};
  77. font-weight:bold;
  78. text-transform:uppercase;
  79. padding:5px;
  80. padding-bottom:2px;
  81. }
  82.  
  83.  
  84. blockquote {
  85. border-left:2px solid {color:text};
  86. padding-left:5px;
  87. margin:5px;
  88. }
  89.  
  90.  
  91. body {
  92. background:{color:background};
  93. margin:0px;
  94. color:{color:text};
  95. font-family:times;
  96. font-size:10px;
  97. line-height:120%;
  98. background-image:url("https://40.media.tumblr.com/1aa4c357b93b1e548aa8a7685f24fa52/tumblr_nm5qgyVk0B1urknqbo1_1280.png");
  99. background-attachment: fixed;
  100. background-image:stretch;
  101. background-repeat: no-repeat;
  102. background-image:cover;
  103. background-position:left top;
  104. }
  105.  
  106. a {
  107. text-decoration:none;
  108. outline:none;
  109. -moz-outline-style:none;
  110. color:{color:link};
  111. -moz-transition-duration:0.5s;
  112. -webkit-transition-duration:0.5s;
  113. -o-transition-duration:0.5s;
  114. }
  115.  
  116. a:hover {
  117. text-decoration:none;
  118. outline:none;
  119. -moz-outline-style:none;
  120. color:{color:link hover};
  121. }
  122.  
  123. img {
  124. border:none;
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. blockquote blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. }
  136.  
  137. #theme {
  138. width:500px;
  139. margin:0 auto -12px auto;
  140. }
  141.  
  142. #post {
  143. width:400px;
  144. padding-bottom:30px;
  145. margin-top:20px;
  146. }
  147.  
  148.  
  149. #entries {
  150. padding:10px;
  151. left:600px;
  152. top:60px;
  153. position:fixed;
  154. background-color:transparent;
  155. width:450px;
  156. height:350px;
  157. top:130px;
  158. padding: 20px;
  159. overflow-x:scroll;
  160. scroll:left;
  161. overflow-x:hidden;
  162. }
  163.  
  164. #sidebar {
  165. color:{color:text};
  166. position:fixed;
  167. width:600px;
  168. height:auto;
  169. top:50px;
  170. left:500px;
  171. text-align:left;
  172. }
  173.  
  174. #sidebarimage img {
  175. width:100px;
  176. margin-top:0px;
  177. margin-bottom:5px;
  178. padding:-1px;
  179. outline-offset:4px;
  180. }
  181.  
  182. #links {
  183. position:fixed;
  184. font-family:cambria;
  185. width:1770px;
  186. top:550px;
  187. left:100px;
  188. font-size:20px;
  189. text-transform:lowercase;
  190. text-align:center;
  191. line-height:170%;
  192.  
  193. }
  194.  
  195. #links a{
  196. line-height:170%;
  197. padding:1px;
  198. margin-top:1px;
  199. margin-left:2px;
  200. color:{color:link};
  201. -moz-transition-duration:.7s;
  202. -webkit-transition-duration:.7s;
  203. -o-transition-duration:.7s;
  204. }
  205.  
  206. #links a:hover {
  207. color: {color:link hover};
  208. -moz-transition-duration:.4s;
  209. -webkit-transition-duration:.4s;
  210. -o-transition-duration:.4s;
  211.  
  212. }
  213.  
  214. #description {
  215. width:103px;
  216. font-family:times;
  217. margin-bottom:0px;
  218. margin-top:20px;
  219. margin-left:-2px;
  220. text-align:justify;
  221. font-size:80%;
  222. color: {color:text};
  223. letter-spacing:1px;
  224. line-height:115%;
  225. }
  226.  
  227. #description a {
  228. color:{color:link};
  229. }
  230.  
  231. #description a:hover {
  232. color:{color:link hover};
  233. }
  234.  
  235. #pagination {
  236. font-family:cambria;
  237. width:103px;
  238. font-size:8px;
  239. text-transform:normal;
  240. margin-top:48px;
  241. margin-left:0px;
  242. padding-top:25px;
  243. letter-spacing:1px;
  244. font-style:normal;
  245. text-align:center;
  246. }
  247.  
  248. #pagination a {
  249. color:{color:link};
  250. }
  251.  
  252. #info {
  253. font-family:cambria;
  254. width:398px;
  255. margin-top:-13px;
  256. padding-top:1px;
  257. font-size:8px;
  258. letter-spacing:1px;
  259. color:{color:text};
  260. text-transform:lowercase;
  261. opacity:0;
  262. text-align:left;
  263. -moz-transition-duration:.7s;
  264. -webkit-transition-duration:.7s;
  265. -o-transition-duration:.7s;
  266. }
  267.  
  268. #info a {
  269. color:{color:link};
  270. text-align:right;
  271. }
  272.  
  273. #info a:hover {
  274. color:{color:link hover};
  275. }
  276. #post:hover #info {
  277. margin-top:3px;
  278. opacity:1;
  279. -moz-transition-duration:1.2s;
  280. -webkit-transition-duration:1.2s;
  281. -o-transition-duration:1.2s;
  282. }
  283.  
  284. .tags {
  285. font-family:cambria;
  286. font-style:normal;
  287. width:398px;
  288. text-transform:italic;
  289. color:{color:link};
  290. line-height:120%;
  291. opacity:0;
  292. font-size:8px;
  293. text-align:left;
  294. padding-top:7px;
  295. -moz-transition-duration:0.4s;
  296. -webkit-transition-duration:0.4s;
  297. -o-transition-duration:0.4s;
  298. }
  299.  
  300. #post:hover .tags {
  301. opacity:1;
  302. -moz-transition-duration:0.4s;
  303. -webkit-transition-duration:0.4s;
  304. -o-transition-duration:0.4s;
  305. }
  306.  
  307. .audio{
  308. background-color:#e5e5e5;
  309. height:65px;
  310. overflow:hidden;
  311. }
  312.  
  313. #ask {
  314. float:left;
  315. margin-left:10px;}
  316.  
  317. #credit {
  318. font-size:9px;
  319. font-family:cambria;
  320. font-style:italic;
  321. letter-spacing:1px;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. #credit a {
  328. background-color:#fff;
  329. padding:5px;
  330. border:1px solid #e9e9e9;
  331. position:fixed;
  332. right:15px;
  333. bottom:10px
  334. }
  335.  
  336. #credit a:hover {
  337. color:#fff;
  338. background-color:#191919;
  339. }
  340. #updates {
  341. text-align: center;
  342. font-size: 11px;
  343. position:fixed;
  344. left:5px;
  345. top:-111px;
  346. -webkit-transition: all .5s ease-in-out;
  347. -moz-transition: all .5s ease-in-out;
  348. -o-transition: all .5s ease-in-out;
  349. z-index:999;
  350. }
  351.  
  352. #updates:hover {top:0px;}
  353.  
  354. #update {
  355. border-right-style:dashed;
  356. border-bottom-style:dashed;
  357. border-left-style:dashed;
  358. border-width:1px;
  359. border-color:#000;
  360. padding: 5px 0 5px 0;
  361. background: #fff;
  362. width:200px;
  363. height:100px;
  364. border-bottom-right-radius: 5px;
  365. -moz-border-radius-bottomright: 5px;
  366. -webkit-border-bottom-right-radius: 5px;
  367. z-index: 9999;
  368. }
  369.  
  370. #updatestab {
  371. border-top-style:none;
  372. border-right-style:dashed;
  373. border-bottom-style:dashed;
  374. border-left-style:dashed;
  375. border-width:1px;
  376. border-color:#000;
  377. text-align: center;
  378. height:10px;
  379. padding: 2px 0 8px 0;
  380. background:#fff;
  381. border-bottom-left-radius: 5px;
  382. -moz-border-radius-bottomleft: 5px;
  383. -webkit-border-bottom-left-radius: 5px;
  384. border-bottom-right-radius: 5px;
  385. -moz-border-radius-bottomright: 5px;
  386. -webkit-border-bottom-right-radius: 5px;
  387. width: 200px;
  388. }
  389.  
  390. {CustomCSS}</style></head><body>
  391. <div id="updates">
  392. <div id="update"> <center><b>
  393.  
  394. idk what you'd want here but this is an updates tag
  395. if u wanna edit just <br>
  396. > customize<br>
  397. > go to html/click somewhere in it<br>
  398. > cntrl f<br>
  399. > type memes into the "search for" thing<br>
  400. > put whatever u want in here<br>
  401. make sure u put < br > w/o the spaces when u want a line break<br>
  402. </center></div>
  403. <div id="updatestab">xx</div>
  404. </div>
  405.  
  406.  
  407. <!--tutorial made by cristallite-->
  408. <div id="theme">
  409.  
  410. <div id="sidebar">
  411.  
  412. <div id="sidebarimage">
  413. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  414.  
  415. <div id="links">
  416. <a href="{text:link 1 url}">{text:link 1}</a>
  417. <a href="{text:link 2 url}">{text:link 2}</a>
  418. <a href="{text:link 3 url}">{text:link 3}</a>
  419. <a href="{text:link 4 url}">{text:link 4}</a>
  420. </div>
  421.  
  422. <div id="description">
  423. {Description}</div>
  424. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  425. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  426.  
  427. <div id="entries">{block:Posts}<div id="post">
  428.  
  429. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  434.  
  435. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  438.  
  439. {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}
  440.  
  441. {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}
  442. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  443.  
  444. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  445.  
  446. {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}
  447.  
  448. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  449. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  450. {block:HasTags}
  451. <div class="tags">
  452. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  453. {/block:HasTags}
  454. <div class="postnote">
  455. {block:PostNotes}{PostNotes}{/block:PostNotes}
  456. </div>
  457. </div>
  458. {/block:Posts}
  459.  
  460. </div>
  461. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  462.  
  463. </body>
  464.  
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement