Advertisement
ciralism

Coups et Blessures - About Me page by CIRALISM

Jun 22nd, 2015
6,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>About Me | {Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. <!---
  10.  
  11. COUPS ET BLESSURES
  12. deuxième about me page by ciralism
  13.  
  14. //don't be an ass
  15. //use respectfully
  16. //enjoy it!
  17.  
  18. ---->
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'>
  21.  
  22. <style type="text/css">
  23. /* BASICS */
  24. body, html {
  25. height:100%;
  26. }
  27. body {background-color:#f3f3f3;font-family:Lato;color:#000;font-size:11px;}
  28. a {color:#000;text-decoration:none;-webkit-transition-duration:600ms;-o-transition-duration:600ms;-moz-transition-duration:600ms;-ms-transition-duration:600ms;}
  29. a:hover, a:active {
  30. color:#eee;
  31. }
  32. h1 {text-align:center;padding:20px 0px;font-size:14px;font-weight:900;letter-spacing:3px;color:#000;text-transform:uppercase;margin:0;font-family:Didot;}
  33. blockquote {text-align:left!important;border-left:1px solid #eee;padding:0px 7px;background-color:#fff;}
  34. blockquote img {max-width:100%;height:auto;}
  35.  
  36. /* SIDEBAR */
  37.  
  38.  
  39. .icon {width:50px;height:50px;border-radius:50% 50%;-webkit-border-radius:50% 50%;margin-top:10px;}
  40.  
  41.  
  42. .quote {
  43. text-align:center;font-weight:bold;font-family:Didot;font-style:italic;font-size:11px;letter-spacing:0px;margin-top:15px;line-height:150%;
  44. }
  45. .source {
  46. font-weight:bold;
  47. text-transform:uppercase;
  48. letter-spacing:2px;
  49. font-size:7px;
  50. }
  51.  
  52. .short-description {
  53. text-align:left;
  54. margin-top:15px;
  55. }
  56.  
  57. .credit {position:fixed;text-transform:uppercase;font-size:7px;font-weight:bold;right:5px;bottom:5px;letter-spacing:1px;}
  58.  
  59. .links {
  60. text-align:center;
  61. margin-top:10px;
  62. margin-left:1px;
  63. line-height:100%;
  64. width:550px!important;
  65. }
  66. .links .c {width:98px;}
  67.  
  68. .links a {
  69. display:inline-block;
  70. width:99px;
  71. font-weight:300;
  72. letter-spacing:1px;
  73. padding:10px 0px;
  74. margin-left:-1px;
  75. margin-top:-11px;
  76. float:left;
  77. border:1px solid #f3f3f3;
  78. text-transform:uppercase;font-size:7px;
  79. -webkit-transition-duration:600ms;
  80. -o-transition-duration:600ms;-moz-transition-duration:600ms;-ms-transition-duration:600ms;
  81. transition-duration:600ms;
  82. }
  83. .links a:hover {
  84. background-color:#f3f3f3;color:#666;
  85. }
  86.  
  87. .container {
  88. width:500px;
  89. padding:40px;
  90. background-color:white;
  91. margin:50px auto;
  92. }
  93.  
  94. .bio {
  95. padding:20px;
  96. border:1px solid #f3f3f3;
  97. font-size:10px;
  98. line-height:180%;
  99. margin-top:31px;
  100. font-weight:300;
  101. letter-spacing:1px;
  102. }
  103.  
  104. .bio b {
  105. font-weight:400;
  106. }
  107.  
  108. ::selection {
  109. background-color:#eee;
  110. }
  111.  
  112. .upper {
  113. text-align:center;
  114. display:block;
  115. padding:20px;
  116. border:1px solid #f3f3f3;
  117. }
  118.  
  119. </style>
  120. </head>
  121. <body>
  122. <div class="container">
  123. <div class="upper">
  124. <img class="icon" src="IMAGE URL HERE"/>
  125.  
  126. <div class="quote">"Insert quotation here."</div>
  127. <div class="source">SOURCE</div></div>
  128. <div class="links">
  129. <a href="/">index</a>
  130. <a href="/">inbox</a>
  131. <a href="/">archive</a>
  132. <a href="/">tags</a>
  133. <a href="http://ciralism.tumblr.com" class="c">credit</a>
  134. </div>
  135.  
  136.  
  137. <div class="bio">
  138. <h1>Biography</h1>
  139.  
  140. <p>Put your biography here. Separate using p tags. Go crazy.</p>
  141.  
  142. </div>
  143. </div>
  144. <a href="http://ciralism.tumblr.com" class="credit">ciralism</a>
  145. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement