Advertisement
heykevinn

About Page #2

Jan 23rd, 2013
3,983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 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">
  3. <head>
  4.  
  5. <!--
  6. ABOUT PAGE BY EXCOLO.TUMBLR.COM
  7. PLEASE LEAVE THE CREDIT
  8. -->
  9.  
  10. <title>About the Blogger</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14.  
  15. <style type="text/css">
  16. body {
  17. font:11px calibri, century gothic, arial, sans-serif; /*change: font size and font here */
  18. color:#585858;
  19. margin:0px;padding:0px;
  20. }
  21.  
  22. a {
  23. text-decoration:none;
  24. color:#cc232c;
  25. }
  26.  
  27. #container {
  28. width:465px;
  29. margin:70px auto;
  30. }
  31.  
  32. .box1 {
  33. width:290px;
  34. height:190px;
  35. padding:5px;
  36. background:url(http://static.tumblr.com/sjl0ztp/tKWmh3wm3/meet1.png); /* replace with link to your image */
  37. }
  38.  
  39. .box2 {
  40. width:290px;
  41. height:190px;
  42. padding:5px;
  43. background:url(http://static.tumblr.com/sjl0ztp/iLDmh3wn3/meet2.png); /* replace with link to your image */
  44. }
  45.  
  46. .info {
  47. background:rgba(255,255,255,0.9);
  48. width:270px;
  49. height:170px;
  50. padding:10px;
  51. opacity:0;
  52. -webkit-transition: all 0.8s ease;
  53. -moz-transition: all 0.8s ease;
  54. transition: all 0.8s ease;
  55. }
  56.  
  57. .box1:hover .info, .box2:hover .info { opacity:1; }
  58.  
  59. .outer {
  60. border:1px solid #ddd;
  61. width:300px;
  62. height:200px;
  63. padding:5px;
  64. }
  65.  
  66. .top { margin:0 0 10px 150px; }
  67.  
  68. .title {
  69. position:absolute;
  70. font-style:italic;
  71.  
  72. width:130px;
  73. height:150px;
  74. margin:50px 0 0 10px;
  75. }
  76.  
  77. .title h1 { font:italic 500 50px/0px calibri, century gothic, arial, sans-serif;letter-spacing:-5px;color:#a0a0a0; }
  78.  
  79. .title h2 { font:italic 500 45px/0px calibri, century gothic, arial, sans-serif;letter-spacing:-5px;color:#a0a0a0;text-align:right;margin-top:-2px;margin-right:10px; }
  80.  
  81. .title h3 { font:italic 500 30px/0px calibri, century gothic, arial, sans-serif;letter-spacing:-2px;color:#c8c8c8;text-align:center;margin-left:-10px;margin-bottom:-10px; }
  82.  
  83. .title h4 { font:italic 500 25px/0px calibri, century gothic, arial, sans-serif;letter-spacing:-2px;color:#e4e4e4;text-align:center;margin-left:-20px;margin-bottom:-5px; }
  84.  
  85. .links {
  86. position:absolute;
  87. margin:10px 0 0 330px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. .links a {
  92. color:#c8c8c8;
  93. font:italic 500 15px calibri, century gothic, arial, sans-serif;
  94. padding:0 4px;
  95. }
  96.  
  97. .links a:hover {
  98. background:#585858;
  99. color:#fff;
  100. }
  101. </style>
  102. </head>
  103.  
  104. <body>
  105. <div id="container">
  106. <div class="title">
  107. <h3>ABOUT</h3><h4>THE</h4><h1>BLOG</h1><h2>GER</h2>
  108. </div>
  109.  
  110. <div class="outer top">
  111. <div class="box1">
  112. <div class="info">add top box's text here</div>
  113. </div>
  114. </div>
  115.  
  116. <div class="links">
  117. <a href="/">go back</a><br />
  118. <a href="/ask">message</a><br />
  119. <a href="http://excolo.tumblr.com">credit</a><br />
  120. </div>
  121.  
  122. <div class="outer bottom">
  123. <div class="box2">
  124. <div class="info">add bottom box's text here</div>
  125. </div>
  126. </div>
  127.  
  128. </div>
  129. </body>
  130. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement