Advertisement
cleverbride

For jioruno

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