Advertisement
Guest User

bens theme

a guest
Mar 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 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. <meta name=”image:Background” content=”“/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22. <meta name="color:Pagination" content="#000000" />
  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="if:greyscale" content="1"/>
  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:arial;
  48. z-index: 1000;
  49. border: 1px solid #bebebe;
  50. background-color:#bebebe;
  51. color: #111111;
  52. text-transform:uppercase;
  53. letter-spacing: 2px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color: #536493;
  67. border: 2px solid #;
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:auto;
  73. width:1px;
  74. background-color: #;
  75. border:1px solid #;
  76. }
  77.  
  78.  
  79. iframe#tumblr_controls {
  80. white-space:nowrap;
  81. -webkit-filter: invert(100%);
  82. -moz-filter: invert(100%);
  83. -o-filter: invert(100%);
  84. -ms-filter: invert(100%);
  85. filter: invert(100%);
  86. opacity:.2;transition: .8s ease-in-out;
  87. -webkit-transition: .8s ease-in-out;
  88. -moz-transition: .8s ease-in-out;
  89. -o-transition: .8s ease-in-out;
  90. }
  91.  
  92. h1 {
  93. font-weight:normal;
  94. font-size:13px;
  95. text-align:center;
  96. font-style:normal;
  97. line-height:100%;
  98. letter-spacing:1px;
  99. text-transform:normal;
  100. color:#f0f0f0;
  101. }
  102.  
  103. h2 {
  104. font-size:10px;
  105. text-align:center;
  106. line-height:100%;
  107. letter-spacing:-0.5px;
  108. color:#f0f0f0;
  109. font-weight:bold;
  110. text-transform:uppercase;
  111. padding:5px;
  112. padding-bottom:2px;
  113. }
  114.  
  115. img {
  116. -webkit-filter:grayscale(100%);
  117. -webkit-transition: all 0.9s ease-in-out;
  118. -moz-transition: all 0.9s ease-in-out;
  119. -o-transition: all 0.9s ease-in-out;
  120. -ms-transition: all 0.9s ease-in-out;
  121. transition: all 0.9s ease-in-out;}
  122.  
  123. img:hover {
  124. -webkit-filter:none;}
  125.  
  126. .html_photoset {
  127. -webkit-filter: grayscale(100%);
  128. -webkit-transition: all 0.9s ease-in-out;
  129. -moz-transition: all 0.9s ease-in-out;
  130. -o-transition: all 0.9s ease-in-out;
  131. -ms-transition: all 0.9s ease-in-out;
  132. transition: all 0.9s ease-in-out;}
  133.  
  134. .html_photoset:hover {
  135. -webkit-filter: none;}
  136.  
  137. {/block:IfGreyscale}
  138.  
  139. blockquote {
  140. border-left:2px solid #100d0c;
  141. padding-left:5px;
  142. margin:5px;
  143. }
  144.  
  145.  
  146. body {
  147. background-image:url( http://i.imgur.com/EsepbTA.png);
  148. background-color:#000000;
  149. background-repeat:no-repeat;
  150. background-attachment:fixed;
  151. background-position:top left;
  152. margin:0px;
  153. color:#a7abbd;
  154. font-family:baskerville ms;
  155. font-size:12px;
  156. line-height:100%;
  157.  
  158. }
  159. small, sub, sup {font-size:10px;}
  160. b, strong {font-size:15px}
  161. i, em {font-size:10px;}
  162. a {
  163. text-decoration:none;
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:#ffffff;
  167. -moz-transition-duration:0.5s;
  168. -webkit-transition-duration:0.5s;
  169. -o-transition-duration:0.5s;
  170. }
  171.  
  172. a:hover {
  173. text-decoration:none;
  174. outline:none;
  175. -moz-outline-style:none;
  176. color:#ffffff;
  177. }
  178.  
  179. img {
  180. border:none;
  181.  
  182. }
  183.  
  184. blockquote {
  185. padding-left:5px;
  186. border-left:2px solid;
  187. }
  188.  
  189. blockquote blockquote {
  190. padding-left:5px;
  191. border-left:2px solid;
  192. }
  193.  
  194. #post {
  195. width:500px;
  196. padding-bottom:10px;
  197. margin-top:10px;
  198. }
  199.  
  200. #entries {
  201. position:fixed;
  202. height:262px;
  203. overflow-x:hidden;
  204. overflow-y:auto;
  205. width:500px;
  206. text-align:justify;
  207. padding:20px;
  208. border:none;
  209. background:none;
  210. top:253px;
  211. z-index:999;
  212. margin-left:468px;
  213. }
  214.  
  215.  
  216. #sidebar {
  217. color:280000;
  218. position:fixed;
  219. width:100px;
  220. height:auto;
  221. margin-top:-200px;
  222. margin-left:100px;
  223. text-align:left;
  224. }
  225.  
  226. #sidebarimage img {
  227. width:200px;
  228. margin-top:-10px;
  229. margin-bottom:0px;
  230. margin-left:-9px;
  231. }
  232.  
  233. #links {
  234. position:horizontal;
  235. position:fixed;
  236. font-family:baskerville;
  237. width:500px;
  238. margin-top:275px;
  239. margin-left:-125px;
  240. font-size:20px;
  241. text-transform:uppercase;
  242. text-align:center;
  243. line-height:280%;
  244. }
  245.  
  246. #links a{
  247. line-height:280%;
  248. border-bottom:none;
  249. margin-top:12px;
  250. margin-left:400px;
  251. color:#ffffff;
  252. text-decoration:none;
  253. -moz-transition-duration:.2s;
  254. -webkit-transition-duration:.2s;
  255. -o-transition-duration:.2s;
  256. }
  257.  
  258. #links a:hover {
  259. color:#000000;
  260. width:60px;
  261. -moz-transition-duration:0.2s;
  262. -webkit-transition-duration:0.2s;
  263. -o-transition-duration:0.2s;
  264. }
  265.  
  266. #description {
  267. position:fixed;
  268. width:300px;
  269. font-family:baskerville ms;
  270. margin-top:450px;
  271. margin-left:-320px;
  272. text-align:justify;
  273. font-size:11px;
  274. color: #5e5e5f;
  275. letter-spacing:0px;
  276. line-height:130%;
  277. -moz-transition-duration:1s;
  278. -webkit-transition-duration:1s;
  279. -o-transition-duration:1s;
  280. }
  281.  
  282. #description a {
  283. color:#868686;
  284. }
  285.  
  286. #description a:hover {
  287. color:#280000;
  288. }
  289.  
  290. .sidebartitle {
  291. width:210px;
  292. text-align:center;
  293. position:fixed;
  294. font-family:arial;
  295. line-height:120%;
  296. margin-left:200px;
  297. font-size:15px;
  298. margin-top:50px;
  299. color:#ffffff;
  300. }
  301.  
  302. #pagination {
  303. font-family:cambria;
  304. width:210px;
  305. font-size:12px;
  306. margin-top:120px;
  307. margin-left:1050px;
  308. padding-left:5px;
  309. letter-spacing:1px;
  310. font-style:italic;
  311. text-align:center;
  312. }
  313.  
  314. #pagination a {
  315. color:#ffffff;
  316. }
  317.  
  318. #info {
  319. font-family:arial;
  320. width:496px;
  321. margin-top:5px;
  322. padding-top:1px;
  323. font-size:10px;
  324. background:#000000;
  325. padding:2px;
  326. color:#ffffff;
  327. text-transform:uppercase;
  328. font-style:normal;
  329. text-align:left;
  330. -moz-transition-duration:0.5s;
  331. -webkit-transition-duration:0.5s;
  332. -o-transition-duration:0.5s;
  333. }
  334.  
  335. #info a {
  336. color:#ffffff;
  337. font-style:normal;
  338. }
  339.  
  340. #info a:hover {
  341. color:#4e4e4e;
  342. }
  343.  
  344. .tags {
  345. font-family:calibri;
  346. font-style:normal;
  347. width:495px;
  348. text-transform:normal;
  349. font-style:normal;
  350. line-height:120%;
  351. padding-left:5px;
  352. font-size:10px;
  353. text-align:left;
  354. padding-top:5px;
  355. padding-bottom:15px;
  356. -moz-transition-duration:0.2s;
  357. -webkit-transition-duration:0.2s;
  358. -o-transition-duration:0.2s;
  359. }
  360. .tags a{
  361. color:#7a7a7a;
  362. -moz-transition-duration:0.2s;
  363. -webkit-transition-duration:0.2s;
  364. -o-transition-duration:0.2s;
  365. }
  366. .tags a:hover{
  367. color:280000;
  368. -moz-transition-duration:0.2s;
  369. -webkit-transition-duration:0.2s;
  370. -o-transition-duration:0.2s;
  371. }
  372.  
  373. .audio{
  374. background-color:#e5e5e5;
  375. height:65px;
  376. overflow:hidden;
  377. }
  378.  
  379. #ask {
  380. float:left;
  381. color:#100d0c;
  382. }
  383.  
  384. #credit {
  385. font-size:9px;
  386. font-family:cambria;
  387. font-style:italic;
  388. letter-spacing:1px;
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. #credit a {
  395. background-color:#fff;
  396. padding:5px;
  397. border:1px solid #e9e9e9;
  398. position:fixed;
  399. right:15px;
  400. bottom:10px
  401. }
  402.  
  403. #credit a:hover {
  404. color:#fff;
  405. background-color:#191919;
  406. }
  407.  
  408. /************** FLAGS UPDATES TAB **************/
  409. /* tutorial by deanlirium|tumblr (clarence.tk) */
  410.  
  411. #flags {
  412. position:fixed;
  413. top:280px; /* distance from the top of the page - adjust as you wish! */
  414. left:1007px;
  415. text-align:center;
  416. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  417. color:#8C8C8C; /* 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 #! */
  418. font-size:8px; /* adjust font size */
  419. letter-spacing:1px;
  420. z-index:2147483607;
  421. font-family:calibri;}
  422.  
  423.  
  424. #flag1 {
  425. border:solid 6px #536493; /* flag color */
  426. 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! */
  427. padding-left:10px;
  428. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  429. height:0px;
  430. position:absolute;
  431. -moz-transition:all 0.7s ease-out;
  432. -webkit-transition:all 0.7s ease-out;
  433. -o-transition:all 0.7s ease-out;}
  434.  
  435. #flag1:hover {
  436. width:180px;} /* lenght of the OPEN flag */
  437.  
  438. #upd1 {
  439. position:absolute;
  440. width:110px;
  441. padding:10px;
  442. 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 */
  443. left:-180px;
  444. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  445. opacity:0;
  446. -moz-transition:all 0.7s ease-out;
  447. -webkit-transition:all 0.7s ease-out;
  448. -o-transition:all 0.7s ease-out;}
  449.  
  450. #flag1:hover #upd1{
  451. left:0px;
  452. opacity:1;}
  453.  
  454. /* following is the coding for the other flags - same as above! */
  455.  
  456. #flag2 {
  457. border:solid 6px #536493;
  458. margin-top:20px;
  459. position:absolute;
  460. border-right:solid 6px transparent;
  461. padding-left:10px;
  462. width:20px;
  463. height:0px;
  464. -moz-transition:all 0.7s ease-out;
  465. -webkit-transition:all 0.7s ease-out;
  466. -o-transition:all 0.7s ease-out;}
  467.  
  468. #flag2:hover {
  469. width:180px;}
  470.  
  471. #upd2 {
  472. position:absolute;
  473. width:110px;
  474. padding:10px;
  475. padding-left:60px;
  476. left:-180px;
  477. margin-top:6px;
  478. opacity:0;
  479. -moz-transition:all 0.7s ease-out;
  480. -webkit-transition:all 0.7s ease-out;
  481. -o-transition:all 0.7s ease-out;}
  482.  
  483. #flag2:hover #upd2{
  484. left:0px;
  485. opacity:1;}
  486.  
  487. /*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: */
  488.  
  489. #flag3 {
  490. border:solid 6px #536493;
  491. position:absolute;
  492. margin-top:40px; /* this one! */
  493. border-right:solid 6px transparent;
  494. padding-left:10px;
  495. width:20px;
  496. height:0px;
  497. -moz-transition:all 0.7s ease-out;
  498. -webkit-transition:all 0.7s ease-out;
  499. -o-transition:all 0.7s ease-out;}
  500.  
  501. #flag3:hover {
  502. width:180px;}
  503.  
  504. #upd3 {
  505. position:absolute;
  506. width:110px;
  507. padding:10px;
  508. padding-left:60px;
  509. left:-180px;
  510. margin-top:6px;
  511. opacity:0;
  512. -moz-transition:all 0.7s ease-out;
  513. -webkit-transition:all 0.7s ease-out;
  514. -o-transition:all 0.7s ease-out;}
  515.  
  516. #flag3:hover #upd3{
  517. left:0px;
  518. opacity:1;}
  519.  
  520. /* to here */
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. {CustomCSS}</style></head><body>
  529. <div id="flags">
  530. <div id="flag1"><div id="upd1">
  531.  
  532. <p>"With all due <u>respect</u> sir, you can shove that order down the nearest <i>black hole</i>. You're the one who turned me into a <b>killer</b>."
  533.  
  534.  
  535. </div></div>
  536.  
  537. <div id="flag2"><div id="upd2">
  538.  
  539. <p><u>BEN SKYWALKER</u> ; SON OF LUKE & MARA, ONCE AN INFORMAL PADAWAN TO JACEN SOLO/DARTH CAEDUS, COUSIN TO JAINA, JACEN & ANAKIN; A <b>FINE</b> JEDI KNIGHT</b>.
  540.  
  541. </div></div>
  542.  
  543. <!---- if you want more flags, copy from here ---->
  544.  
  545. <div id="flag3"><div id="upd3">
  546. written by wally.</P>
  547. <p>( <a href="http://nagyattilaart.deviantart.com/art/Star-Wars-Jedi-with-crossguard-lightsaber-497966711">x</a> ) - credit</p>
  548. <p><embed quality="high" style="width:56px; visibility:visible; height:13px;" type="application/x-shockwave-flash" height="56" width="13" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" src="http://www.hypster.com/flash/player.swf?id=5274961:7079405:1&autoplay=true" FlashVars="color_bg=0x000000&color_border=0x9A0000&color_box=0x9A0000&color_songbg=0xFF9700&color_song_clicked=0xFECB81&color_Title=0x000000&color_btns=0x3e56f0&color_title=0x000000" />
  549.  
  550.  
  551. </div></div>
  552.  
  553. <!---- to here and change the numbers according to your css! ---->
  554.  
  555. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  556.  
  557. </div>
  558.  
  559.  
  560. <SCRIPT TYPE="text/javascript">
  561. <!--
  562. function clickIE() {if (document.all) {(message);return false;}}
  563. function clickNS(e) {if
  564. (document.layers||(document.getElementById&&!document.all)) {
  565. if (e.which==2||e.which==3) {(message);return false;}}}
  566. if (document.layers)
  567. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  568. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  569. document.oncontextmenu=new Function("return false")
  570. // -->
  571. </SCRIPT>
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584. <div id="sidebar">
  585.  
  586. <div id="sidebarimage">
  587. <a href="/"><img src="{image:sidebar}"></a></div>
  588.  
  589. <div class="sidebartitle">{text:sidebartitle}</div>
  590.  
  591. <div id="links">
  592. <a href="{text:link 1 url}">{text:link 1}</a>
  593. <a href="{text:link 2 url}">{text:link 2}</a>
  594. <a href="{text:link 3 url}">{text:link 3}</a>
  595. <a href="{text:link 4 url}">{text:link 4}</a>
  596. <a href="{text:link 5 url}">{text:link 5}</a>
  597. </div>
  598.  
  599. <div id="description">{description}
  600.  
  601. <div id="pagination">
  602. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">rise</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  603. </div></div></div>
  604.  
  605. <div id="entries">{block:Posts}<div id="post">
  606.  
  607. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  608.  
  609. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  610.  
  611. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  612.  
  613. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  614.  
  615. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  616.  
  617. {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}
  618.  
  619. {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}
  620.  
  621. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  622.  
  623. {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}
  624.  
  625. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  626. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  627.  
  628. {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>
  629. </div>
  630.  
  631.  
  632. {block:HasTags}
  633. <div class="tags">
  634. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  635. {/block:HasTags}
  636. <div class="postnote">
  637. {block:PostNotes}{PostNotes}{/block:PostNotes}
  638. </div>
  639. </div>
  640. {/block:Posts}
  641.  
  642. </div>
  643. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  644.  
  645. </body>
  646.  
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement