Advertisement
jercydee

About #001 by striveattemptfail

May 18th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. <!--
  2. CUSTOM PAGE 001: ABOUT #001
  3. THEME BY: Jercy @ striveattemptfail.tumblr.com
  4.  
  5. CREDITS:
  6. -Background image by Jane Meneguel via patternlibrary.com, edited by me
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  16.  
  17. <style type="text/css">
  18.  
  19. body { font-family: Helvetica; font-size: 15px; text-align: justify; margin: 0; padding: 0; word-wrap: break-word; white-space: normal;
  20. background-image: url('http://static.tumblr.com/efqf52c/Juvnoh1w2/terms_bg.jpg'); /* changes background image */
  21. color: #807a9c; /* changes font colour */
  22. }
  23.  
  24. a { text-decoration: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
  25. color: #d791ab; /* changes link colour */
  26. border-bottom: 2px dotted #8c93bf; /* changes link underline colour */
  27. }
  28.  
  29. a:hover {
  30. color: #8c93bf; /* changes link on hover colour */
  31. border-bottom: 2px dotted #d791ab; /* changes link underline on hover colour */
  32. }
  33.  
  34. /* HEADER *//* CODE BY STRIVEATTEMPTFAIL */
  35. #header { font-family: 'Shadows Into Light Two', cursive; font-size: 40px; text-align: center; margin-top: 150px; width: 475px; margin-left: auto; margin-right: auto; padding: 10px;
  36. background-color: #fefefe; /* changes header's outer stroke colour */
  37. color: #8c93bf; /* changes header's font colour */
  38. }
  39.  
  40. #header .stroke { padding: 5px; margin-left: auto; margin-right: auto;
  41. background-image: url('http://i.imgur.com/9SSLfCT.jpg'); /* changes header's inner stroke image */
  42. }
  43.  
  44. #header .inner { margin-left: auto; margin-right: auto;
  45. background-color: #fefefe; /* changes header background */
  46. }
  47.  
  48. /* CONTAINER */
  49. #container { width: 600px; height: 300px; margin: 10px auto; padding: 10px 10px 20px 10px;
  50. background-color: #fefefe; /* changes container's outer stroke colour */
  51. }
  52.  
  53. #container .stroke { padding: 5px; margin-left: auto; margin-right: auto;
  54. background-image: url('http://i.imgur.com/9SSLfCT.jpg'); /* changes container's inner stroke image */
  55. }
  56.  
  57. #container .inner { height: 270px; margin-left: auto; margin-right: auto; padding: 15px; word-wrap: break-word; overflow: auto;
  58. background-color: #fefefe; /* changes container background colour */
  59. }
  60.  
  61. /* BOTTOM LINKS */
  62. #links { text-align: center; width: 600px; margin-bottom: 20px; margin-left: auto; margin-right: auto; padding: 10px;
  63. background-color: #fefefe; /* changes bottom link background colour */
  64. }
  65.  
  66. #links a { font-family: 'Shadows Into Light Two', cursive; text-align: center; border: 0px; padding: 3px 0px; margin: 0px 5px; display: inline-block; width: 120px;
  67. background-color: #807a9c; /* changes bottom link background colour */
  68. color: #fefefe; /* changes bottom link text colour */
  69. }
  70.  
  71. #links a:hover {
  72. background-color: #fefefe; /* changes bottom link on hover background colour */
  73. color: #807a9c; /* changes bottom link on hover text colour */
  74. }
  75.  
  76. #links .stroke { padding: 5px; margin-left: auto; margin-right: auto;
  77. background-image: url('http://i.imgur.com/9SSLfCT.jpg'); /* changes bottom link inner stroke image */
  78. }
  79.  
  80. #links .inner { margin-left: auto; margin-right: auto; padding: 15px; word-wrap: break-word; overflow: auto;
  81. background-color: #fefefe; /* changes bottom links background colour */
  82. }
  83.  
  84. /* SCROLLBARS - what property changes what:
  85. -track: track colour
  86. -thumb: main scrollbar colour
  87. -corner: corner colour
  88.  
  89. body: changes main scrollbar
  90. #container: changes scrollbar for main text area
  91. */
  92. body::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  93. body::-webkit-scrollbar-track { background-color: #d5cad2; }
  94. body::-webkit-scrollbar-thumb { background-color: #83a8bb; }
  95. body::-webkit-scrollbar-corner { background-color: #83a8bb; }
  96.  
  97. #container .inner::-webkit-scrollbar { width: 0.5em; height: 0.5em; }
  98. #container .inner::-webkit-scrollbar-track { background-color: #d5cad2; }
  99. #container .inner::-webkit-scrollbar-thumb { background-color: #83a8bb; }
  100. #container .inner::-webkit-scrollbar-corner { background-color: #83a8bb; }
  101.  
  102. /* CREDIT *//* CODE BY STRIVEATTEMPTFAIL */
  103. #cred { background-color: #fefefe; padding: 5px; position: fixed; bottom: 5px; right: 5px; transition: all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out; -o-transition: all 0.75s ease-in-out; }
  104.  
  105. #cred a { text-decoration: none; }
  106.  
  107. #cred:hover { transform: translate(0,-10px); -webkit-transform: translate(0,-10px); -o-transform: translate(0,-10px); -moz-transform: translate(0,-10px); }
  108.  
  109. {Custom CSS}
  110.  
  111. </style>
  112. </head>
  113.  
  114. <body>
  115.  
  116. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  117.  
  118. <div id="header"><div class="stroke"><div class="inner">
  119. About Me
  120. </div></div></div>
  121.  
  122. <div id="container"><div class="stroke"><div class="inner">
  123. <!--- ABOUTDESC | Write your about under here! --->
  124. Your about me here~
  125. </div></div></div>
  126.  
  127. <!------------CODE BY STRIVEATTEMPTFAIL, please don't steal------------>
  128.  
  129. <div id="links"><div class="stroke"><div class="inner">
  130. <!--- ABOUTLINK | Insert your links here! --->
  131. <a href="/">Back to Blog</a>
  132. <a href="YourURLhere">Link 1</a>
  133. <a href="YourURLhere">Link 2</a>
  134. </div></div></div>
  135.  
  136. <!----------------------------THEME CREDIT---------------------------->
  137. <div id="cred"><a href="http://striveattemptfail.tumblr.com" title="theme credit" target="_blank">&#9903;</a></div>
  138. </div>
  139.  
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement