Advertisement
b0rn-to-be-wild

- Pastel about -

May 6th, 2016
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 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.onrg/1999/xhtml">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "Pastel about"
  7.  
  8. + Please do not redistribute this page or remove credits.
  9. + You are allowed to make changes as long as you keep our credits.
  10. + If you have any questions or concerns, just contact us.
  11. + Thanks for using our page! We hope that you enjoy it!
  12.  
  13. ---->
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19. <!--Google fonts-->
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  22.  
  23. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  24.  
  25. <style type="text/css">
  26.  
  27. /* ---------------------------- GENERAL ----------------------------- */
  28.  
  29. /* -------- BASICS ------- */
  30.  
  31. body {
  32. margin:0;
  33. padding:0;
  34. width:100%;
  35. height:100%;
  36. background-color: #f1f1f1;
  37.  
  38. background-attachment: fixed;
  39. background-repeat: repeat;
  40. }
  41.  
  42. /* Paragraph */
  43.  
  44. p {margin-top:5px; margin-bottom:5px;}
  45.  
  46. <--ses-->
  47. small{font-size: 90%;}
  48.  
  49. big{font-size: 110%;}
  50.  
  51. /* Links */
  52.  
  53. a:link, a:active, a:visited{
  54. -webkit-transition: all .7s ease;
  55. -moz-transition: all .7s ease;
  56. -o-transition: all .7s ease;
  57. transition: all .7s ease;
  58. color:#000000;
  59. text-decoration:none;
  60. }
  61.  
  62. a:hover{
  63. color:#2082bc;
  64. -webkit-transition: all 0.8s ease-in-out;
  65. -moz-transition: all 0.8s ease-in-out;
  66. -o-transition: all 0.8s ease-in-out;
  67. -ms-transition: all 0.8s ease-in-out;
  68. transition: all 0.8s ease-in-out;
  69. }
  70.  
  71. a img {border: 0px;}
  72.  
  73. /* Bold and italic */
  74.  
  75. b, strong {color:#55575a;}
  76.  
  77. i, em {color:#555;}
  78.  
  79. /* Text selection */
  80.  
  81. ::-moz-selection {
  82. background: #f1f1f1;
  83. color: #333;
  84. }
  85.  
  86. ::selection {
  87. background: #f1f1f1;
  88. color: #333;
  89. }
  90.  
  91. /* Webkit scrollbar */
  92.  
  93. ::-webkit-scrollbar {
  94. width: 7px;
  95. height: 0px;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. height: 0px;
  100. background: #F4C3B9;
  101. border:3px solid #fff;
  102. }
  103.  
  104. ::-webkit-scrollbar-button:start:decrement,
  105. ::-webkit-scrollbar-button:end:increment {
  106. height: 0px;
  107. display: block;
  108. background-color: #fff;
  109. }
  110.  
  111. ::-webkit-scrollbar-track-piece {
  112. background-color: #fff;
  113. }
  114.  
  115. /* Tumblr controls */
  116.  
  117. .iframe-controls--desktop {
  118. top:10px!important;
  119. right:10px!important;
  120. opacity:.9!important;
  121. position:fixed!important;
  122. white-space:nowrap!important;
  123. filter: invert(1);
  124. -webkit-filter: invert(1);
  125. -moz-filter: invert(1);
  126. -o-filter: invert(1);
  127. -ms-filter: invert(1);
  128. z-index:1000000 !important;
  129. }
  130.  
  131. /* Tooltips */
  132.  
  133. #s-m-t-tooltip {
  134. max-width:300px;
  135. z-index:10000000;
  136. margin:24px 14px 7px 12px;
  137. padding:8px;
  138. color:#555;
  139. background:#f1f1f1;
  140. border:1px solid #fff;
  141. font-size:12px;
  142. line-height:16px;
  143. }
  144.  
  145. /* ----------------------- MAIN CONTAINER ----------------------------- */
  146.  
  147. #container{
  148. position:fixed;
  149. top:50%;
  150. left:50%;
  151. background:#fff;
  152. border:1px solid #ddd;
  153. border-bottom-left-radius: 5px;
  154. border-bottom-right-radius: 5px;
  155. text-align:center;
  156. max-height:520px;
  157. width:680px;
  158. padding-top:20px;
  159. overflow:hidden;
  160. -webkit-transform: translateX(-50%) translateY(-50%);
  161. -moz-transform: translateX(-50%) translateY(-50%);
  162. -ms-transform: translateX(-50%) translateY(-50%);
  163. transform: translateX(-50%) translateY(-50%);
  164. }
  165.  
  166. /* Blog title */
  167.  
  168. #blogtitle{
  169. position:fixed;
  170. margin-left:0px;
  171. margin-top:-20px;
  172. width:245px;
  173. height:30px;
  174. padding:5px;
  175. line-height:30px;
  176. font-family:Exo;
  177. font-size:20px;
  178. color:#555;
  179. background:#F4C3B9;
  180. border-bottom:1px solid #ddd;
  181. border-right:1px solid #ddd;
  182. z-index:1000;
  183. }
  184.  
  185. /* Links */
  186.  
  187. #links{
  188. position:fixed;
  189. margin-left:256px;
  190. margin-top:-20px;
  191. width:414px;
  192. height:30px;
  193. padding:5px;
  194. line-height:30px;
  195. background:#fff;
  196. border-bottom:1px solid #ddd;
  197. z-index:1000;
  198. }
  199.  
  200. #links a{
  201. margin-right:15px;
  202. color:#555;
  203. font-family:Exo;
  204. font-size:12px;
  205. }
  206.  
  207. #links i{
  208. color:#F4C3B9;
  209. }
  210.  
  211. /* Following */
  212.  
  213. #about{
  214. margin-top:25px;
  215. max-height:450px;
  216. padding:20px;
  217. font-size:13px;
  218. font-family:helvetica;
  219. line-height:20px;
  220. overflow-y:auto;
  221. text-align:justify;
  222. }
  223.  
  224. #about img {
  225. width:80px;
  226. height:80px;
  227. padding:10px;
  228. margin-bottom:10px;
  229. margin-right:10px;
  230. float:left;
  231. border:1px solid #ddd;
  232. background:#fff;
  233. -webkit-transition: all 0.5s ease;
  234. -moz-transition: all 0.5s ease;
  235. transition: all 0.5s ease;
  236. /* Faded images */
  237. -webkit-transition: opacity 0.8s linear;
  238. -moz-transition: opacity 0.8s linear;
  239. -o-transition: opacity 0.8s linear;
  240. -ms-transition: opacity 0.8s linear;
  241. opacity: 0.60;
  242. /*-- If you want monochrome images remove /*--
  243.  
  244. -webkit-filter: grayscale(1);
  245. -webkit-transition: all 0.5s ease-in-out;
  246. -moz-transition: all 0.5s ease-in-out;
  247. -o-transition: all 0.5s ease-in-out;
  248. -ms-transition: all 0.5s ease-in-out;
  249. transition: all 0.5s ease-in-out;
  250.  
  251. and --*/
  252. }
  253.  
  254. img:hover{
  255. opacity: 1;
  256. filter: none;
  257. -webkit-filter: grayscale(0);
  258. -webkit-transition: opacity 0.8s linear;
  259. -moz-transition: opacity 0.8s linear;
  260. -o-transition: opacity 0.8s linear;
  261. -ms-transition: opacity 0.8s linear;
  262. }
  263.  
  264. #info{
  265. margin-left:120px;
  266. margin-bottom:30px;
  267. width:520px;
  268. height:90px;
  269. font-family:Exo;
  270. font-size:13px;
  271. line-height:20px;
  272. }
  273.  
  274. #info b{
  275. font-size:13px;
  276. color:#F4C3B9;
  277. letter-spacing:1px;
  278. }
  279.  
  280. /* Credits */
  281.  
  282. #credits {
  283. position:fixed;
  284. right:10px;
  285. top:40px;
  286. z-index:100000;
  287. }
  288.  
  289. #credits img{
  290. border:1px solid #F4C3B9;
  291. }
  292.  
  293. {CustomCSS}
  294.  
  295.  
  296. </style>
  297.  
  298. <script type="text/javascript"
  299. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  300.  
  301. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  302.  
  303. <script src="jquery.style-my-tooltips.js"></script>
  304.  
  305. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  306. <script>
  307. (function($){
  308. $(document).ready(function(){
  309. $("[title]").style_my_tooltips({
  310. tip_follows_cursor:true,
  311. tip_delay_time:200,
  312. tip_fade_speed:300
  313. }
  314. );
  315. });
  316. })(jQuery);
  317. </script>
  318.  
  319. <meta charset="utf-8">
  320. <link rel="shortcut icon" href="{Favicon}">
  321. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  322. <meta name="viewport" content="width=device-width, initial-scale=1">
  323.  
  324. </head>
  325.  
  326. <body>
  327.  
  328. <div id="container">
  329.  
  330. <div id="blogtitle">ABOUT</div>
  331.  
  332. <div id="links">
  333. <a href="/"><i class="fa fa-home"></i> INDEX </a>
  334. <a href="/ask"><i class="fa fa-envelope"></i> ASK</a>
  335. <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
  336. <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
  337. </div>
  338.  
  339. <div id="about">
  340.  
  341. <img src="http://i57.tinypic.com/301g6eg.jpg"></a>
  342.  
  343. <div id="info">
  344.  
  345. <b>NAME:</b> Add text here <br>
  346. <b>AGE:</b> Add text here <br>
  347. <b>GENDER:</b> Add text here <br>
  348. <b>LOCATION:</b> Add text here <br>
  349. <b>OCCUPATION:</b> Add text here <br>
  350.  
  351. </div>
  352. <!--End info-->
  353.  
  354. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  355.  
  356. </div>
  357. <!--End about-->
  358.  
  359. </div>
  360. <!--End container-->
  361.  
  362. <!-- Credit (do not remove-->
  363.  
  364. <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
  365. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  366.  
  367. </body>
  368.  
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement