dylanohelps

About Me #2

May 20th, 2013
2,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!------- ABOUT PAGE #2 BY JAKEHELPS
  5. DO NOT REMOVE THE CREDITS OR REDISTRIBUTE AS YOUR OWN
  6. ----------->
  7.  
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  17.  
  18. </head>
  19.  
  20. <style type="text/css">
  21. body {
  22. padding: 0;
  23. margin: 0;
  24. list-style: none;
  25. background-color: #352920;
  26. background-attachment: fixed;
  27. }
  28.  
  29. a {
  30. text-decoration: none;
  31. color: black;
  32. }
  33.  
  34. #content {
  35. float: left;
  36. position: fixed;
  37. width: 500px;
  38. height: 100%;
  39. background-color: #EFEFEF;
  40. padding: 40px;
  41. overflow: auto;
  42. display: inline-block;
  43. }
  44.  
  45. .name {
  46. display: block;
  47. text-align: center;
  48. font-family: 'Fjalla One';
  49. font-size: 16px;
  50. color: #352920;
  51. text-transform: uppercase;
  52. letter-spacing: 10px;
  53. padding-bottom: 10px;
  54. border-bottom: 3px double #352920;
  55. border-left: 3px double #352920;
  56. }
  57.  
  58. .words {
  59. margin-top: 30px;
  60. }
  61.  
  62. .section {
  63. width: 120px;
  64. padding: 5px 20px 4px 20px;
  65. background-color: #352920;
  66. font-family: 'Fjalla One';
  67. font-size: 11px;
  68. color: #FFFFFF;
  69. text-align: center;
  70. text-transform: uppercase;
  71. letter-spacing: 4px;
  72. border-radius: 2px;
  73. }
  74.  
  75. .description {
  76. margin-bottom: 15px;
  77. margin-top: 7px;
  78. font-family: Cambria;
  79. font-size: 12px;
  80. color: #352920;
  81. }
  82.  
  83. #linksbar {
  84. position: fixed;
  85. margin-left: 580px;
  86. display: inline-block;
  87. width: 90px;
  88. height: 100%;
  89. background-color: #42372f;
  90. text-align: center;
  91. }
  92.  
  93. #linksbar a {
  94. color: #EEEEEE;
  95. font-family: Cambria;
  96. font-size: 12px;
  97. padding-top: 10px;
  98. }
  99.  
  100. #portrait {
  101. float: left;
  102. margin-left: 770px;
  103. margin-top: 50px;
  104. background-color: #EEEEEE;
  105. width: 500px;
  106. height: 600px;
  107. position: fixed;
  108. border: 3px double #FFFFFF;
  109. }
  110.  
  111. </style>
  112. <body>
  113. <div id="content">
  114. <div class="name">CHARACTER NAME</div>
  115. <div class="words">
  116. <!----------SECTION--------->
  117. <div class="section">SECTION</div>
  118. <div class="description">
  119. DESCRIPTION HERE
  120. </div>
  121. <!----------SECTION--------->
  122. <div class="section">SECTION</div>
  123. <div class="description">
  124. DESCRIPTION HERE
  125. </div>
  126. <!----------SECTION--------->
  127. <div class="section">SECTION</div>
  128. <div class="description">
  129. DESCRIPTION HERE
  130. </div>
  131. </div>
  132. </div>
  133. <div id="linksbar">
  134. <a href="/">back</a><br />
  135. <a href="http://jakehelps.tumblr.com">&copy;</a><br />
  136. </div>
  137.  
  138.  
  139. <div id="portrait">
  140. <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/05.png">
  141. </div>
  142.  
  143.  
  144.  
  145.  
  146.  
  147. </body>
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment