Advertisement
dylanohelps

About Me #7

Jul 16th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---------------
  4.  
  5. Rules ad Regulations:
  6. #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
  7.  
  8. #2: DO NOT redistribute this theme/page,
  9.  
  10. #3: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
  11.  
  12. ---------------->
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  17.  
  18. <title>{Title}</title>
  19.  
  20. <meta charset="utf-8">
  21.  
  22. <meta name="description" content="{MetaDescription}" />
  23.  
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Lobster+Two:400,400italic' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36.  
  37. </head>
  38.  
  39. <style type="text/css">
  40. body {
  41. padding: 0;
  42. margin: 0;
  43. list-style: none;
  44. background-color: #FFFFFF;
  45. background-attachment: fixed;
  46. }
  47.  
  48. a {
  49. text-decoration: none;
  50. color: black;
  51. }
  52.  
  53. b,i,strong,em {
  54. color: #0195ab;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb:vertical {
  58. height:10px;
  59. width: 10px;
  60. border: 3px solid #FFFFFF;
  61. background-color: #DDDDDD; }
  62.  
  63. ::-webkit-scrollbar-thumb:horizontal {
  64. height:30px;
  65. background-color:#202020; }
  66.  
  67. ::-webkit-scrollbar {
  68. height: 1px;
  69. width: 10px;
  70. border: 4px solid #FFFFFF;
  71. background-color: #DDDDDD; }
  72.  
  73.  
  74. #containment {
  75. width: 800px;
  76. margin: auto;
  77. height: 500px;
  78. margin-top: 80px;
  79. }
  80.  
  81. .links {
  82. margin-top: 20px;
  83. }
  84.  
  85. #sidebar {
  86. width: 250px;
  87. height: 500px;
  88. float: left;
  89. background-color: #202020;
  90. display: inline-block;
  91. background-image:url('http://static.tumblr.com/kamm2qy/xaQmq1l48/picsplay_1342108064164-1gf.png');
  92. }
  93.  
  94. #sidebar a {
  95. display: block;
  96. margin: auto;
  97. text-align: center;
  98. padding: 5px;
  99. background-color: #404040;
  100. color: #EEEEEE;
  101. width: 130px;
  102. margin-top: 5px;
  103. font-size: 10px;
  104. font-family: roboto condensed;
  105. text-transform: uppercase;
  106. -webkit-transition: all 0.2s ease-in-out;
  107. -moz-transition: all 0.2s ease-in-out;
  108. -o-transition: all 0.2s ease-in-out;
  109. -ms-transition: all 0.2s ease-in-out;
  110. transition: all 0.2s ease-in-out;
  111. }
  112.  
  113. #sidebar a:hover {
  114. background-color: #EEEEEE;
  115. color: #202020;
  116. }
  117.  
  118. #description {
  119. width: 530px;
  120. height: 480px;
  121. float: left;
  122. display: inline-block;
  123. padding: 10px;
  124. }
  125.  
  126. .quote {
  127. display: block;
  128. margin: auto;
  129. width: 300px;
  130. padding: 13px 40px;
  131. margin-top: 40px;
  132. border-top: 3px double #BBB;
  133. border-bottom: 3px double #BBB;
  134. height: auto;
  135. font-size: 14px;
  136. color: #707070;
  137. font-family: Lobster Two, cursive;
  138. text-align: center;
  139. font-style: italic;
  140. }
  141.  
  142. .about {
  143. margin: auto;
  144. text-align: justify;
  145. font-family: cambria;
  146. font-size: 11px;
  147. color: #202020;
  148. width: 500px;
  149. height: 340px;
  150. margin-top: 20px;
  151. overflow: auto;
  152. font-style: italic;
  153. line-height: 130%;
  154. }
  155.  
  156. .about:first-letter {
  157. padding: 10px 13px 10px 11px;
  158. text-align: center;
  159. font-family: 'Lobster Two';
  160. font-size: 18px;
  161. text-transform: uppercase;
  162. background-color: #202020;
  163. border: 3px double #EEEEEE;
  164. float: left;
  165. color: #EEEEEE;
  166. margin-right: 3px;
  167. font-style: italic;
  168. }
  169.  
  170. #credit {
  171. margin-top: 100px;
  172. margin-right: 10px;
  173. posiion: fixed;
  174. float: right;
  175. font-family: roboto condensed;
  176. font-size: 10px;
  177. padding: 4px;
  178. color: #CCCCCC;
  179. text-align: center;
  180. text-transform: uppercase;
  181. }
  182.  
  183. #credit a {
  184. color: #BBBBBB;
  185. }
  186.  
  187. #credit a:hover {
  188. color: #202020;
  189. }
  190.  
  191.  
  192. </style>
  193. <body>
  194. <div id="containment">
  195. <div id="sidebar">
  196. <div class="links">
  197. <a href="/">Home</a>
  198. <a href="/ask">Message</a>
  199. <a href="#">Link 1</a>
  200. <a href="#">Link 2</a>
  201. <a href="#">Link 3</a>
  202. </div>
  203. </div>
  204.  
  205. <div id="description">
  206. <div class="quote">
  207. QUOTE HERE
  208. </div>
  209.  
  210. <div class="about">
  211. DESCRIPTION HERE
  212.  
  213. </div>
  214.  
  215.  
  216. </div>
  217.  
  218.  
  219.  
  220. </div>
  221.  
  222. <div id="credit"><a href="http://jakehelps.tumblr.com">&copy; jakehelps</a></div>
  223.  
  224.  
  225. </body>
  226. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement