Advertisement
Guest User

ron ron's theme

a guest
Dec 17th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 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 32 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:bg" content="#FFFFFF">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="text:homelink title" content="">
  24. <meta name="image:Background" content=""/>
  25.  
  26. <meta name="text:link2" content="" />
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="" />
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="" />
  31. <meta name="text:link4 url" content="/">
  32. <meta name="text:link5" content="" />
  33. <meta name="text:link5 url" 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-style:normal;
  44. margin-top:3px;
  45. margin-left:15px;
  46. font-size:8px;
  47. line-height:9px;
  48. font-family:cambria;
  49. z-index: 1000;
  50. background-color:#888;
  51. border: 3px solid #fff;
  52. color: #fff;
  53. text-transform:uppercase;
  54. letter-spacing: 1px;
  55. }
  56. </style>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb{
  62. background-color: #333;
  63. border: 1px solid black;
  64. background-color: #333;
  65. height:auto;
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69. height:auto;
  70. width:9px;
  71. border: 4px solid blue;
  72. }
  73.  
  74. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  75.  
  76. iframe#tumblr_controls {
  77. white-space:nowrap;
  78. -webkit-filter: invert(100%);
  79. -moz-filter: invert(100%);
  80. -o-filter: invert(100%);
  81. -ms-filter: invert(100%);
  82. filter: invert(100%);
  83. opacity:.2;transition: .8s ease-in-out;
  84. -webkit-transition: .8s ease-in-out;
  85. -moz-transition: .8s ease-in-out;
  86. -o-transition: .8s ease-in-out;
  87. }
  88.  
  89. h1 {
  90. font-weight:normal;
  91. font-size:13px;
  92. text-align:center;
  93. font-style:normal;
  94. line-height:100%;
  95. letter-spacing:1px;
  96. text-transform:normal;
  97. color:{color:text};
  98. }
  99.  
  100. h2 {
  101. font-size:10px;
  102. text-align:center;
  103. line-height:100%;
  104. letter-spacing:-0.5px;
  105. color:{color:text};
  106. font-weight:bold;
  107. text-transform:uppercase;
  108. padding:5px;
  109. padding-bottom:2px;
  110. }
  111.  
  112.  
  113. blockquote {
  114. border-left:2px solid {color:text};
  115. padding-left:5px;
  116. margin:5px;
  117. }
  118.  
  119.  
  120. body {
  121. background:{color:background};
  122. background-image: url('{image:background}');
  123. background-repeat: no-repeat;
  124. margin:0px;
  125. color:{color:text};
  126. font-family:times;
  127. font-size:12px;
  128. line-height:120%;
  129. }
  130.  
  131. a {
  132. text-decoration:none;
  133. outline:none;
  134. -moz-outline-style:none;
  135. color:{color:link};
  136. -moz-transition-duration:0.5s;
  137. -webkit-transition-duration:0.5s;
  138. -o-transition-duration:0.5s;
  139. }
  140.  
  141. a:hover {
  142. text-decoration:none;
  143. outline:none;
  144. -moz-outline-style:none;
  145. color:{color:link hover};
  146. }
  147.  
  148. img {
  149. border:none;
  150. }
  151.  
  152. blockquote {
  153. padding-left:5px;
  154. border-left:2px solid;
  155. }
  156.  
  157. blockquote blockquote {
  158. padding-left:5px;
  159. border-left:2px solid;
  160. }
  161.  
  162. #post {
  163. width:500px;
  164. padding-bottom:30px;
  165. margin-top:20px;
  166. }
  167.  
  168.  
  169. #entries {
  170. padding:10px;
  171. width:540px;
  172. margin-left:680px;
  173. margin-top:-235px;
  174. margin-bottom:40px;
  175. position:fixed;
  176. overflow:scroll;
  177. overflow-x:hidden;
  178. height:63%;
  179. }
  180.  
  181. #links {
  182. position:fixed;
  183. font-family:times;
  184. width:230px;
  185. margin-top:210px;
  186. margin-left:100px;
  187. font-size:39px;
  188. text-transform:lowercase;
  189. text-align:left;
  190. line-height:170%;
  191. }
  192.  
  193. #links a{
  194. line-height:170%;
  195. padding:1px;
  196. text-shadow:1px 2px 0px #d9d9d9;
  197. margin-top:1px;
  198. margin-left:2px;
  199. letter-spacing:1px;
  200. color:black;
  201. -moz-transition-duration:.7s;
  202. -webkit-transition-duration:.7s;
  203. -o-transition-duration:.7s;
  204. }
  205.  
  206. #links a:hover {
  207. color: #fff;
  208. -moz-transition-duration:.4s;
  209. -webkit-transition-duration:.4s;
  210. -o-transition-duration:.4s;
  211.  
  212. }
  213.  
  214. #description {
  215. width:100px;
  216. font-family:times;
  217. margin-bottom:0px;
  218. margin-top:271px;
  219. margin-left:150px;
  220. text-align:justify;
  221. font-size:80%;
  222. color:black;
  223. letter-spacing:1px;
  224. line-height:115%;
  225. }
  226.  
  227. #description a {
  228. color:#999;
  229. }
  230.  
  231. #description a:hover {
  232. color:#fff;
  233. }
  234.  
  235.  
  236.  
  237. #pagination {
  238. font-size:10px;
  239. text-transform:uppercase;
  240. margin-top:400px;
  241. margin-left:100px;
  242. letter-spacing:3px;
  243. font-style:normal;
  244. text-align:center;
  245. }
  246.  
  247. #pagination a {
  248. color:{color:link};
  249. }
  250.  
  251. #info {
  252. font-family:times;
  253. width:500px;
  254. margin-top:3px;
  255. padding:5px;
  256. font-size:7px;
  257. color:black;
  258. text-transform:uppercase;
  259. font-style:normal;
  260. text-align:left;
  261. background-color:black;
  262. -moz-transition-duration:0.5s;
  263. -webkit-transition-duration:0.5s;
  264. -o-transition-duration:0.5s;
  265. }
  266.  
  267. #info a {
  268. color:black;
  269. text-align:left;
  270. font-style:normal;
  271. }
  272.  
  273. #info a:hover {
  274. color:{color:link hover};
  275. }
  276.  
  277. .tags {
  278. font-family:cambria;
  279. font-style:normal;
  280. width:500px;
  281. text-transform:normal;
  282. font-style:italic;
  283. color:black;
  284. line-height:120%;
  285. font-size:10px;
  286. opacity:0;
  287. text-align:center;
  288. padding-top:3px;
  289. -moz-transition-duration:.5s;
  290. -webkit-transition-duration:.5s;
  291. -o-transition-duration:.5s;
  292. }
  293.  
  294. .tags a:hover {
  295. color:{color:link hover};
  296. }
  297.  
  298. #post:hover .tags {
  299. opacity:1;
  300. -moz-transition-duration:.5s;
  301. -webkit-transition-duration:.5s;
  302. -o-transition-duration:.5s;
  303.  
  304. }
  305.  
  306. .audio{
  307. background-color:#e5e5e5;
  308. height:65px;
  309. overflow:hidden;
  310. }
  311.  
  312. #ask {
  313. float:left;
  314. margin-left:10px;}
  315.  
  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.  
  341.  
  342. {CustomCSS}</style></head><body>
  343.  
  344. <div id="sidebar">
  345.  
  346. <div id="sidebarimage">
  347. <a href="/"><img src="{image:sidebar}"> </a></div>
  348.  
  349. <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
  350.  
  351. <div id="links">
  352. <a href="{text:link2 url}" title="{text:link2}">II.</a>
  353. <a href="{text:link3 url}" title="{text:link3}">III.</a>
  354. <a href="{text:link4 url}" title="{text:link4}">IV.</a>
  355. <a href="{text:link5 url}" title="{text:link5}">V.</a>
  356.  
  357. </div>
  358.  
  359. <div id="description">
  360. {Description}
  361. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  362. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div></div>
  363.  
  364. <div id="entries">{block:Posts}<div id="post">
  365.  
  366. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  367.  
  368. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369.  
  370. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  371.  
  372. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  373.  
  374. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  375.  
  376. {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}
  377.  
  378. {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}
  379.  
  380. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  381.  
  382. {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}
  383.  
  384. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#bbb;padding:3px;color:#fff;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  385. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  386. {block:HasTags}
  387. <div class="tags">
  388. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  389. {/block:HasTags}
  390. <div class="postnote">
  391. {block:PostNotes}{PostNotes}{/block:PostNotes}
  392. </div>
  393. </div>
  394. {/block:Posts}
  395.  
  396. </div>
  397. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  398.  
  399. </body>
  400.  
  401. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement