Advertisement
Guest User

shebiites

a guest
Jul 7th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.72 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>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- this is theme 50 by Hollywhood
  11. please don't remove the credit
  12. thank you
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#9B9B9B"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19. <meta name="color:title" content="#aaaaaa"/>
  20. <meta name="color:scrollbar" content="#999999">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="text:sidebartitle" content="">
  24. <meta name="image:Updates TL" content=""/>
  25.  
  26. <meta name="text:I" content="I"/>
  27. <meta name="text:I url" content="/"/>
  28. <meta name="text:link 2" content="Link 2"/>
  29. <meta name="text:link 2 url" content="/"/>
  30. <meta name="text:link 3" content="Link 3"/>
  31. <meta name="text:link 3 url" content="/"/>
  32. <meta name="text:link 4" content="Link 4"/>
  33. <meta name="text:link 4 url" content="/"/>
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38.  
  39. #}
  40.  
  41. #tumblr_controls {-webkit-filter: invert(100%);}
  42.  
  43.  
  44.  
  45.  
  46. ::-webkit-scrollbar-thumb{
  47. background-color: #fff;
  48. border: px solid #fff;
  49. height:auto;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:auto;
  54. width:2px;
  55.  
  56. border:px solid #000000;
  57. }
  58.  
  59.  
  60.  
  61.  
  62. h1 {
  63. font-weight:normal;
  64. font-size:13px;
  65. text-align:center;
  66. font-style:normal;
  67. line-height:100%;
  68. letter-spacing:1px;
  69. text-transform:normal;
  70. color:{color:text};
  71. }
  72.  
  73. h2 {
  74. font-size:10px;
  75. text-align:center;
  76. line-height:100%;
  77. letter-spacing:-0.5px;
  78. color:{color:text};
  79. font-weight:bold;
  80. text-transform:uppercase;
  81. padding:5px;
  82. padding-bottom:2px;
  83. }
  84.  
  85. blockquote {
  86. border-left:1px solid #ccc;
  87. padding:6px;
  88. margin:9px 2px 0px 9px
  89. }
  90.  
  91. body {
  92. background:{color:background};
  93. margin:0px;
  94. color:{color:text};
  95. background-image:url(http://i.imgur.com/Swnuh9c.gif);
  96. position:relative;
  97. font-family:calibri;
  98. font-size:14px;
  99. line-height:120%;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:link};
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112. a:hover {
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link hover};
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. #theme {
  123. width:500px;
  124. margin:0 auto -12px auto;
  125. }
  126.  
  127. #post {
  128. width:450px;
  129. padding-bottom:30px;
  130. margin-top:10px;
  131. }
  132.  
  133. #entries {
  134. position:fixed;
  135. height:380px;
  136. overflow-x:hidden;
  137. overflow-y:auto;
  138. width:475px;
  139. text-align:justify;
  140. padding:5px;
  141. border:1px dotted:none;
  142. background-color:#00000;
  143. top:154px;
  144. left:240px;
  145. z-index:990;
  146. margin-left:310px;
  147. margin-top:39px;
  148. margin-bottom:0px;
  149. }
  150. #sidebar {
  151. color:{color:text};
  152. position:absolute;
  153. width:100px;
  154. height:400px;
  155. margin-top:170px;
  156. margin-left:-300px;
  157. text-align:left;
  158. }
  159.  
  160.  
  161. #sidebarimage img {
  162. width:200px;
  163. height:400px;
  164. margin-top:-150px;
  165. padding:-1px;
  166.  
  167. -moz-transition-duration:1s;
  168. -webkit-transition-duration:1s;
  169. -o-transition-duration:1s;
  170. }
  171.  
  172.  
  173. #links {
  174. position:fixed;
  175. font-family:calibri;
  176. background:#ffff;
  177. width:210px;
  178. z-index:1;
  179. margin-top:140px;
  180. letter-spacing:8px;
  181. margin-left:430px;
  182. top:0px;
  183. left:0px;
  184. font-size:25px;
  185. text-transform:uppercase;
  186. text-align:center;
  187. line-height:300%;
  188. }
  189.  
  190. #links a{
  191. line-height:250%;
  192. margin-top:-4px;
  193. margin-left:7px;
  194. margin-right:7px;
  195. color:{color:link};
  196. -moz-transition-duration:.4s;
  197. -webkit-transition-duration:.4s;
  198. -o-transition-duration:.4s;
  199. }
  200.  
  201. #links a:hover {
  202. color: {color:link hover};
  203. text-decoration:;
  204. width:60px;
  205. -moz-transition-duration:0.4s;
  206. -webkit-transition-duration:0.4s;
  207. -o-transition-duration:0.4s;
  208. }
  209.  
  210. #description {
  211. position:fixed;
  212. width:129px;
  213. font-family:arial;
  214. padding:33px;
  215. padding-top:50px;
  216. margin-top:270px;
  217. top:-290px;
  218. left:865px;
  219. background: url() no-repeat 0 px;
  220. margin-left:-120px;
  221. text-align:justify;
  222. font-style:normal;
  223. font-size:10px;
  224. letter-spacing:0px;
  225. color:#11100f
  226. line-height:160%;
  227. -moz-transition-duration:1s;
  228. -webkit-transition-duration:1s;
  229. -o-transition-duration:1s;
  230. }
  231.  
  232. #description a {
  233. color:#ffff;
  234. }
  235.  
  236. #description a:hover {
  237. color:#eeeeee;
  238. }
  239.  
  240. .sidebartitle {
  241. width:178px;
  242. text-align:right;
  243. font-family:arial;
  244. line-height:120%;
  245. opacity:1;
  246. z-index:-999;
  247. margin-left:-9px;
  248. word-spacing:2px;
  249. letter-spacing:-1px;
  250. font-size:21px;
  251. margin-top:33px;
  252. color:{color:title};
  253. -moz-transition-duration:1.5s;
  254. -webkit-transition-duration:1.5s;
  255. -o-transition-duration:1.5s;
  256. }
  257.  
  258.  
  259. #pagination {
  260. font-family:arial;
  261. width:160px;
  262. font-size:30px;
  263. font-style:;
  264. margin-top:80px;
  265. top:0px;
  266. left:0px;
  267. margin-left:-320px;
  268. padding-top:0px;
  269. letter-spacing:1px;
  270. text-align:center;
  271. }
  272.  
  273. #pagination a {
  274. color:{color:link};
  275. }
  276.  
  277. #info {
  278. font-family:'Latha';
  279. width:500px;
  280. margin-top:5px;
  281. padding-top:5px;
  282. padding-bottom:3px;
  283. font-size:10px;
  284. color:{color:text};
  285. text-transform:uppercase;
  286. font-style:normal;
  287. text-align:left;
  288. -moz-transition-duration:0.2s;
  289. -webkit-transition-duration:0.2s;
  290. -o-transition-duration:0.2s;
  291. }
  292.  
  293. #info a {
  294. color:{color:link};
  295. font-style:normal;
  296. }
  297.  
  298. #info a:hover {
  299. color:{color:link hover};
  300. -moz-transition-duration:0.2s;
  301. -webkit-transition-duration:0.2s;
  302. -o-transition-duration:0.2s;
  303. }
  304.  
  305. .tags {
  306. font-family:calibri;
  307. font-style:normal;
  308. width:460px;
  309. text-transform:normal;
  310. font-style:normal;
  311. line-height:120%;
  312. padding-top:6px;
  313. font-size:10px;
  314. text-align:left;
  315. -moz-transition-duration:0.5s;
  316. -webkit-transition-duration:0.5s;
  317. -o-transition-duration:0.5s;
  318. }
  319. .tags a{
  320. margin-left:6px;
  321. background:#0000;
  322. color:{color:link};
  323. }
  324. .tags a:hover{
  325. color:{color:link hover};
  326. }
  327.  
  328.  
  329. .audio{
  330. background-color:#e5e5e5;
  331. height:65px;
  332. overflow:hidden;
  333. }
  334.  
  335. .question {
  336. padding:9px;
  337. text-align:left;
  338. text-transform:italic;
  339. color:{color:text};
  340. background-color: ##4c4b4b;
  341. border-left:3px solid #e3e3e3;
  342. line-height:120%;
  343. }
  344.  
  345. .answer {
  346. text-align:left;
  347. padding:7px;
  348. color:{color:text};
  349. }
  350.  
  351. #credit {
  352. font-size:9px;
  353. font-family:cambria;
  354. font-style:italic;
  355. letter-spacing:1px;
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. #credit a {
  362. background-color:#0000;
  363. padding:5px;
  364. border:1px solid #0000;
  365. position:absolute;
  366. right:15px;
  367. bottom:30px
  368. }
  369.  
  370. #credit a:hover {
  371. color:#fff;
  372. background-color:#191919;
  373. }
  374.  
  375.  
  376.  
  377. {CustomCSS}
  378. /************** FLAGS UPDATES TAB **************/
  379. /* tutorial by deanlirium|tumblr (clarence.tk) */
  380.  
  381. #flags {
  382. position:fixed;
  383. top:-10px;
  384. left:100px; /* distance from the left of the page - adjust as you wish! */
  385. text-align:center;
  386. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  387. color:#fff; /* 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 #! */
  388. font-size:8px; /* adjust font size */
  389. letter-spacing:1px;
  390. z-index:2147483607;
  391. font-family:calibri;}
  392.  
  393. /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
  394. On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  395.  
  396. #flag1 {
  397. border:solid 6px #192442; /* flag color */
  398. border-bottom: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! */
  399. padding-top:20px;
  400. width:0px;
  401. height:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  402. position:absolute;
  403. -moz-transition:all 0.7s ease-out;
  404. -webkit-transition:all 0.7s ease-out;
  405. -o-transition:all 0.7s ease-out;}
  406.  
  407. #flag1:hover {
  408. height:180px;} /* lenght of the OPEN flag */
  409.  
  410. #upd1 {
  411. position:absolute;
  412. width:110px;
  413. height:200px; /* adjust to fit the text if you write a lot! */
  414. padding:10px;
  415. padding-top:60px; /* adjust this if you've changed the length of the closed flag */
  416. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  417. margin-left:6px; /* keep this number equal to the 'border' value for the flag */
  418. opacity:0;
  419. overflow:hidden;
  420. -moz-transition:all 0.7s ease-out;
  421. -webkit-transition:all 0.7s ease-out;
  422. -o-transition:all 0.7s ease-out;}
  423.  
  424. #flag1:hover #upd1{
  425. top:0px;
  426. opacity:1;}
  427.  
  428. /* following is the coding for the other flags - same as above! */
  429.  
  430. #flag2 {
  431. border:solid 6px #294a56;
  432. margin-left:20px;
  433. position:absolute;
  434. border-bottom:solid 6px transparent;
  435. padding-top:20px;
  436. width:0px;
  437. height:20px;
  438. -moz-transition:all 0.7s ease-out;
  439. -webkit-transition:all 0.7s ease-out;
  440. -o-transition:all 0.7s ease-out;}
  441.  
  442. #flag2:hover {
  443. height:180px;}
  444.  
  445. #upd2 {
  446. position:absolute;
  447. width:110px;
  448. padding:10px;
  449. padding-top:60px;
  450. height:200px; /* adjust to fit the text if you write a lot! */
  451. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  452. overflow:hidden;
  453. margin-left:6px;
  454. opacity:0;
  455. -moz-transition:all 0.7s ease-out;
  456. -webkit-transition:all 0.7s ease-out;
  457. -o-transition:all 0.7s ease-out;}
  458.  
  459. #flag2:hover #upd2{
  460. top:0px;
  461. opacity:1;}
  462.  
  463. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  464.  
  465. #flag3 {
  466. border:solid 6px #63b5ad;
  467. position:absolute;
  468. margin-left:40px;
  469. border-bottom:solid 6px transparent;
  470. padding-top:20px;
  471. height:20px;
  472. width:0px;
  473. -moz-transition:all 0.7s ease-out;
  474. -webkit-transition:all 0.7s ease-out;
  475. -o-transition:all 0.7s ease-out;}
  476.  
  477. #flag3:hover {
  478. height:180px;}
  479.  
  480. #upd3 {
  481. position:absolute;
  482. width:110px;
  483. padding:10px;
  484. padding-top:60px;
  485. height:200px; /* adjust to fit the text if you write a lot! */
  486. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  487. overflow:hidden;
  488. margin-left:6px;
  489. opacity:0;
  490. -moz-transition:all 0.7s ease-out;
  491. -webkit-transition:all 0.7s ease-out;
  492. -o-transition:all 0.7s ease-out;}
  493.  
  494. #flag3:hover #upd3{
  495. top:0px;
  496. opacity:1;}
  497.  
  498. /* to here */
  499. </style></head><body>
  500. <div id="flags">
  501. <div id="flag1"><div id="upd1">
  502.  
  503. <center><b><big>THE SECOND,</big></b><br><small>ind. delta from jurassic world.<br>
  504. movie + personal influences.<br><u>nsfw</u>.<br></small><B><big>IN COMMAND.</B></big>
  505.  
  506.  
  507. </div></div>
  508.  
  509. <div id="flag2"><div id="upd2">
  510.  
  511. <center> <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2916576&name="></script> || <script language="JavaScript">
  512. var ref = (''+document.referrer+'');
  513. var w_h = window.screen.width + " x " + window.screen.height;
  514. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4895200&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  515. </script><br>read all rules before interacting. </center>
  516.  
  517. </div></div>
  518.  
  519. <!---- if you want more flags, copy from here ---->
  520.  
  521. <div id="flag3"><div id="upd3">
  522.  
  523. <br>written by <u>mitchie</u>!!<br><br>
  524. <b>squad</b>: <a href="ofblueisms.tumblr.com/">BLUE</a>,<a href="tahula.tumblr.com/">CHARLIE</a> <a href="shebiites.tumblr.com/">DELTA</a>, <a href="ofecho.tumblr.com/">ECHO</a>.
  525.  
  526. </div></div>
  527.  
  528. <!---- to here and change the numbers according to your css! ---->
  529.  
  530. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  531.  
  532. </div>
  533. </div>
  534.  
  535.  
  536. <div id="theme">
  537.  
  538. <div id="sidebar">
  539.  
  540. <div id="sidebarimage">
  541. <a href="/"><img src="{image:sidebar}"></a></div>
  542.  
  543. <div id="links">
  544. <a href="/"><big><big>•</big></big></a>
  545. <a href="/ask"><big><big>•</big></big></a>
  546. <a href="/g"><big><big>•</big></big></a>
  547. <a href="/ab"><big><big>•</big></big></a>
  548. </div>
  549.  
  550.  
  551. <div id="description">{description}
  552.  
  553. <div id="pagination">
  554. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  555.  
  556. <div class="sidebartitle">{text:sidebartitle}</div>
  557.  
  558. </div>
  559.  
  560. <div id="entries">{block:Posts}<div id="post">
  561.  
  562. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  563.  
  564. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  565. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  566.  
  567. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  568.  
  569. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  570.  
  571. {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}
  572.  
  573. {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}
  574. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  575.  
  576. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  577.  
  578. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  579.  
  580. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}" style="background:#000000;padding-left:5px;padding-right:5px;">{ShortMonth} {DayOfMonth}</a> {24Hour}:{Minutes}
  581. {/block:Date} {block:NoteCount} ( <font color="#d71732">&hearts;</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  582.  
  583. <div style="float:right;"> {block:RebloggedFrom}
  584. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  585. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  586. <a title="{SourceTitle}" href="{SourceURL}"></a>
  587. </div>
  588. </div>
  589.  
  590.  
  591. {block:HasTags}
  592. <div class="tags">
  593. tags: {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  594. {/block:HasTags}
  595. <div class="postnote">
  596. {block:PostNotes}{PostNotes}{/block:PostNotes}
  597. </div>
  598. </div>
  599. {/block:Posts}
  600.  
  601.  
  602. </div>
  603. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  604.  
  605. </body>
  606.  
  607. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement