Advertisement
b0rn-to-be-wild

Page: REDIRECT (dark)

Mar 3rd, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----
  4.  
  5. ©borntobewildcodes.tumblr.com | REDIRECT PAGE (dark)
  6.  
  7. + Do not redistribute this page or remove the credits.
  8. + Edit as long as you keep the credits intact.
  9. + Contact me if you have any questions or concerns.
  10. + If you want a custom theme you can commission me.
  11. + Thanks for using this page, I hope that you enjoy it.
  12.  
  13. Other credits:
  14.  
  15. - Google fonts
  16. - Saturn icons
  17. - Jquery
  18.  
  19. ---->
  20.  
  21. <html>
  22. <head>
  23.  
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27.  
  28. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  29. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  30.  
  31. <style type="text/css">
  32.  
  33. /* ---------------------------- GENERAL ----------------------------- */
  34.  
  35. /* -------- BASICS ------- */
  36.  
  37. body {
  38. margin: 0;
  39. padding: 0;
  40. width: 100%;
  41. height: 100%;
  42. font-family: Helvetica;
  43. font-size: 12px;
  44. line-height: 17px;
  45. color: #777777;
  46. /* Background */
  47. background-color: #000;
  48. background-image: URL('https://78.media.tumblr.com/c264f47c16f79e1b1b98ba7a504a5f26/tumblr_ozdooyMBPm1w4d880o1_400.png');
  49. background-attachment: fixed;
  50. background-repeat: repeat;
  51. }
  52.  
  53. /* Webkit scrollbar */
  54.  
  55. ::-webkit-scrollbar {
  56. width: 8px;
  57. height: 0px;
  58. }
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. height: 0px;
  62. background-color: #222222;
  63. border:3px solid #ffffff;
  64. }
  65.  
  66. ::-webkit-scrollbar-button:start:decrement,
  67. ::-webkit-scrollbar-button:end:increment {
  68. height: 0px;
  69. display: block;
  70. background-color: #ffffff;
  71. }
  72.  
  73. ::-webkit-scrollbar-track-piece {
  74. background-color: #ffffff;
  75. }
  76.  
  77. /* Tumblr controls */
  78.  
  79. iframe.tmblr-iframe {
  80. top:0px!important;
  81. right:33px!important;
  82. opacity:0.8;
  83. transform:scale(0.6);
  84. transform-origin:100% 0;
  85. -webkit-transform:scale(0.8);
  86. -webkit-transform-origin:100% 0;
  87. -moz-transform:scale(0.8);
  88. -moz-transform-origin:100% 0;
  89. -ms-transform:scale(0.8);
  90. -ms-transform-origin:100% 0;
  91. -o-transform:scale(0.8);
  92. -o-transform-origin:100% 0;
  93. z-index:100000!important;
  94. }
  95.  
  96. iframe.tmblr-iframe:hover {
  97. opacity:1!important;
  98. }
  99.  
  100. /* Tooltips */
  101.  
  102. .ui-tooltip {
  103. position:absolute;
  104. z-index:9999;
  105. padding-top:10px;
  106. }
  107.  
  108. .ui-tooltip-content {
  109. background:#ffffff;
  110. padding:0 4px;
  111. font-style:italic;
  112. color:#222222;
  113. text-transform:lowercase;
  114. border:1px solid #eeeeee;
  115. }
  116.  
  117. img {
  118. opacity:1;
  119. border:0;
  120. text-decoration:none;
  121. max-width:100%;
  122. height:auto;
  123. display:block;
  124. }
  125.  
  126. pre {
  127. padding:0;
  128. margin:0;
  129. line-height:inherit!important;
  130. background:transparent;
  131. font-family:inherit!Important;
  132. font-size:inherit!important;
  133. white-space:pre-wrap;
  134. white-space:-moz-pre-wrap;
  135. white-space:-pre-wrap;
  136. white-space:-o-pre-wrap;
  137. word-wrap:break-word;
  138. }
  139.  
  140. /* Fix */
  141.  
  142. iframe, img, embed, object, video {
  143. max-width: 100%;
  144. border: none;
  145. }
  146.  
  147. input, textarea, select, a { outline: none; }
  148.  
  149. /* Headings */
  150.  
  151. h1, h2, h3, h4 {
  152. margin:1.5em;
  153. font-size:1.5em;
  154. padding:0;
  155. font-weight:bold;
  156. }
  157.  
  158. /* Paragraph */
  159.  
  160. p { margin:5px 0px;}
  161.  
  162. p:first-of-type { margin-top:0;}
  163.  
  164. p:last-of-type { margin-bottom:0;}
  165.  
  166. small, big, sub, pre {
  167. font-size:1em!important;
  168. line-height:1.4em!important;
  169. vertical-align:baseline!important;
  170. }
  171.  
  172. /* Bold and italic */
  173.  
  174. b, strong, b a, strong a {
  175. font-weight:bold!important;
  176. color:#333333;
  177. }
  178.  
  179. i, em {
  180. color: #555555;
  181. }
  182.  
  183. /* Links */
  184.  
  185. a {
  186. color:#333333;
  187. text-decoration:none;
  188. -webkit-transition: all 0.4s ease-in-out;
  189. -moz-transition: all 0.4s ease-in-out;
  190. -ms-transition: all 0.4s ease-in-out;
  191. -o-transition: all 0.4s ease-in-out;
  192. transition: all 0.4s ease-in-out;
  193. }
  194.  
  195. a, a img {cursor:pointer;}
  196.  
  197. a:hover {
  198. color:#eeeeee!important;
  199. text-decoration:none;
  200. }
  201.  
  202. ul, ol, li {
  203. margin: 5px 10px;
  204. padding: 0px;
  205. }
  206.  
  207. /* Line break */
  208.  
  209. hr {
  210. border:none;
  211. box-shadow:0px;
  212. margin-top:0px;
  213. margin-bottom:15px;
  214. margin-left:0px;
  215. width:40px;
  216. padding:0px;
  217. border-top:1px solid #D88552;
  218. }
  219.  
  220. /*------------ CONTAINER ------------*/
  221.  
  222. #container {
  223. position:fixed;
  224. top:50%;
  225. left:50%;
  226. width:500px;
  227. height:250px;
  228. z-index:100;
  229. overflow:hidden;
  230. -webkit-transform:translateX(-50%) translateY(-50%);
  231. -moz-transform:translateX(-50%) translateY(-50%);
  232. -ms-transform:translateX(-50%) translateY(-50%);
  233. -o-transform:translateX(-50%) translateY(-50%);
  234. transform:translateX(-50%) translateY(-50%);
  235. /* Container background */
  236. background:rgba(1,1,1,0.8);
  237. border-radius:2px;
  238. -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  239. -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  240. box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
  241. }
  242.  
  243. /* Avatar */
  244.  
  245. #avatar {
  246. position:absolute;
  247. bottom:10px;
  248. margin-left:10px;
  249. width:90px;
  250. height:90px;
  251. border-radius:100%;
  252. -webkit-transition: all 0.5s ease;
  253. -moz-transition: all 0.5s ease;
  254. -ms-transition: all 0.5s ease;
  255. -o-transition: all 0.5s ease;
  256. transition: all 0.5s ease;
  257. }
  258.  
  259. #avatar img{
  260. margin:0;
  261. width:100%;
  262. height:100%;
  263. border-radius:100%;
  264. }
  265.  
  266. /* Avatar on hover */
  267.  
  268. #avatar:hover {
  269. -webkit-transform: rotate(360deg);
  270. -moz-transform: rotate(360deg);
  271. -ms-transform: rotate(360deg);
  272. -o-transform: rotate(360deg);
  273. transform: rotate(360deg);
  274. }
  275.  
  276. /*-- PANEL --*/
  277.  
  278. .panel{
  279. position:absolute;
  280. top:60px;
  281. left:50px;
  282. width:250px;
  283. height:130px;
  284. font-size:15px;
  285. /* has moved to text */
  286. color:#9C5A27;
  287. font-family:'Brutal Type', sans-serif;
  288. text-align:center;
  289. letter-spacing:3px;
  290. z-index:100;
  291. }
  292.  
  293. /* Urls */
  294.  
  295. #url1 {
  296. margin:10px 0;
  297. width:250px;
  298. height:30px;
  299. font-size:25px;
  300. line-height:30px;
  301. color:#bbbbbb;
  302. background: transparent;
  303. font-family:'Brutal Type', sans-serif;
  304. text-align:left;
  305. }
  306.  
  307. #url2 {
  308. margin:10px 0;
  309. width:250px;
  310. height:30px;
  311. font-size:25px;
  312. line-height:30px;
  313. color:#bbbbbb;
  314. background: transparent;
  315. font-family:'Brutal Type', sans-serif;
  316. text-align:right;
  317. }
  318.  
  319. #url2 a{
  320. color:#bbbbbb;
  321. }
  322.  
  323. /*-- SIDEBAR --*/
  324.  
  325. #sidebar {
  326. position:absolute;
  327. top:0px;
  328. left:350px;
  329. width:100px;
  330. height:250px;
  331. /* Sidebar background */
  332. background-color:#111111;
  333. background-image: URL('http://www.studiobyoga.ca/wp-content/uploads/733ded7b0b09285ba43bfc203c546b5e.jpg');
  334. background-repeat:no-repeat;
  335. background-size:cover;
  336. z-index:100;
  337. -webkit-transition: all 0.5s ease;
  338. -moz-transition: all 0.5s ease;
  339. -ms-transition: all 0.5s ease;
  340. -o-transition: all 0.5s ease;
  341. transition: all 0.5s ease;
  342. }
  343.  
  344. /* Social icons */
  345.  
  346. #icons {
  347. margin-left:100px;
  348. width:50px;
  349. height:250px;
  350. text-align:center;
  351. overflow:hidden;
  352. /* Social icons background */
  353. background:rgba(0,0,0,0.8);
  354. }
  355.  
  356. #icons span {
  357. display:inline-block;
  358. height:20px;
  359. margin:10px 0px;
  360. margin-left:-2px;
  361. margin-right:-1px;
  362. padding:5px 10px;
  363. /* Social icons style */
  364. color:#9C5A27;
  365. font-size:15px;
  366. line-height:25px;
  367. text-align:center;
  368. -webkit-transition: all 0.4s ease-in-out;
  369. -moz-transition: all 0.4s ease-in-out;
  370. -ms-transition: all 0.4s ease-in-out;
  371. -o-transition: all 0.4s ease-in-out;
  372. transition: all 0.4s ease-in-out;
  373. }
  374.  
  375. /* Main icons style on hover */
  376.  
  377. #icons span:hover {
  378. color:#eeeeee;
  379. }
  380.  
  381. /*-- CREDIT --*/
  382.  
  383. #credit {
  384. position:fixed;
  385. top: 10px;
  386. right: 10px;
  387. width:25px;
  388. height:25px;
  389. z-index: 100000;
  390. }
  391.  
  392. #credit img{
  393. border: 1px solid #eeeeee;
  394. }
  395.  
  396. #credit img:hover{
  397. border: 1px solid #222222;
  398. }
  399.  
  400. /* --------------------------- Custom CSS -------------------------- */
  401.  
  402. {CustomCSS}
  403.  
  404. </style>
  405.  
  406. </head>
  407.  
  408. <body>
  409.  
  410. <div id="container">
  411.  
  412. <div id="avatar"><img src="{PortraitURL-128}"></div>
  413.  
  414. <div class="panel">
  415.  
  416. <div id="url1"> @oldurl</div>
  417.  
  418. <div id="description"> has moved to </div>
  419.  
  420. <div id="url2"><a href="https://">@newurl</a></div>
  421.  
  422. </div>
  423. <!--End panel-->
  424.  
  425. <div id="sidebar">
  426.  
  427. <div id="icons">
  428. <a href="https://" Title="google-plus"><span class="sf sf-google-plus"></span></a>
  429. <a href="https://" Title="facebook"><span class="sf sf-facebook"></span></a>
  430. <a href="https://" Title="pinterest"><span class="sf sf-pinterest"></span></a>
  431. <a href="https://" Title="twitter"><span class="sf sf-twitter"></span></a>
  432. <a href="https://" Title="youtube"><span class="sf sf-youtube"></span></a>
  433. </div>
  434. <!--End icons-->
  435.  
  436. </div>
  437. <!--End sidebar-->
  438.  
  439. </div>
  440. <!--End container-->
  441.  
  442.  
  443. <!-------------------------------- SCRIPTS -------------------------------->
  444.  
  445. <!--Google fonts-->
  446.  
  447. <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Exo|Poiret+One|Montez|Exo" rel="stylesheet">
  448.  
  449. <!-- Saturn icons -->
  450.  
  451. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  452.  
  453. <!--Jquery-->
  454.  
  455. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  456.  
  457. <!-- CREDIT (do not remove) -->
  458.  
  459. <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page REDIRECT by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement