Advertisement
lenaaa

5 The bridle bends

Sep 7th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. <head>
  2. <title>Leaving the city</title>
  3. </head>
  4.  
  5. <style type="text/css">
  6. body {
  7. margin: 0px;
  8. padding: 0px;
  9. background: #fcfbfc;}
  10.  
  11. #content{
  12. background: url(http://onyxhotel.three-words.net/pages/images/clear.png);
  13. color:#333;
  14. font: 9px/20px arial;
  15. width:500px;
  16. padding:4px;
  17. margin:145px 0px 0px 200px;
  18. letter-spacing:2px;
  19. position:fixed;}
  20.  
  21. h1{
  22. font: 25px/5px courier;
  23. letter-spacing: 3px;
  24. padding-left: 5
  25. color: #000;}
  26.  
  27. h2{
  28. font: 10px/5px helvetica;
  29. letter-spacing: 3px;
  30. padding-left: 15px;
  31. color: #333;}
  32.  
  33. #header2 {
  34. position:fixed;
  35. z-index:-1;
  36. background:no-repeat;
  37. margin-left: 315px;
  38. margin-top:70px;
  39. width : 900px;}
  40.  
  41. #border{
  42. border: 1px solid #eee;
  43. width: 335px;
  44. margin:10px 0px 0px 198px;
  45. position: absolute;}
  46.  
  47. #navi2 {position:absolute; top: 10px; left:195px; width: 100px;}
  48.  
  49. #navi2 a{background:#f6f0f5;
  50. color:#333333;
  51. font: 10px/20px arial;
  52. width:100px;
  53. padding:2px;
  54. margin:3px;
  55. display:block;
  56. float:left;
  57. letter-spacing:3px;
  58. width:100px;
  59. text-align:center;
  60. text-decoration:none;}
  61.  
  62. #navi2 a:hover {
  63. background:#000;
  64. color:#fff;}
  65.  
  66. #sidebar {position: absolute; top: 0px; left:0px; height: 100%; }
  67.  
  68. #sidebar{
  69. background: url(http://onyxhotel.three-words.net/images/designs/piva_zps4213f1f9.png);
  70. width:176px;
  71. padding:2px;
  72. margin:0px;
  73. display:block;
  74. height: 100%;
  75. display:block;
  76. position:fixed;
  77. -webkit-transition: all 0.9s ease;
  78. -moz-transition: all 0.9s ease;
  79. -o-transition: all 0.9s ease;}
  80.  
  81. #sidebar:hover {
  82. opacity: .4;
  83. filter:alpha(opacity=.4);}
  84.  
  85. #info{
  86. background:#000;
  87. color:#fff;
  88. font: 9px/20px arial;
  89. width:150px;
  90. padding:5px;
  91. margin: 200px 0px 0px 10px;
  92. letter-spacing:3px;
  93. opacity: 0;
  94. filter:alpha(opacity=0);
  95. -moz-opacity: 0;
  96. position:fixed;
  97. text-align:justify;
  98. -webkit-transition: all 0.9s ease;
  99. -moz-transition: all 0.9s ease;
  100. -o-transition: all 0.9s ease;
  101. background:#000;}
  102.  
  103. #info:hover {
  104. opacity: 1;
  105. filter:alpha(opacity=100);
  106. -moz-opacity: 1;}
  107.  
  108. </style>
  109. </head>
  110. <body>
  111.  
  112. <div id="sidebar">
  113. <div id="info">
  114. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>
  115. Don't hit the limit.
  116. </div></div>
  117.  
  118. <div id="border"></div>
  119. <div id="navi2">
  120. <table width="180">
  121. <tr>
  122. <td width="90" style="text-align:left;">
  123. <a href="#" >link</a>
  124. <a href="#" >link</a>
  125. <a href="#" >link</a>
  126. <a href="#" >link</a>
  127.  
  128. </td><td width="90" style="text-align:right;">
  129. <a href="#">link</a>
  130. <a href="#" >link</a>
  131. <a href="#" >link</a>
  132. <a href="#" >link</a>
  133.  
  134. </td><td width="90" style="text-align:right;">
  135. <a href="#" >link</a>
  136. <a href="#" >link</a>
  137. <a href="#" >link</a>
  138. <a href="http://onyxhotel.three-words.net/" >credit</a>
  139.  
  140. </td>
  141. </tr></table>
  142. </div>
  143.  
  144. <div id="header2">
  145. <img src="http://onyxhotel.three-words.net/images/designs/piva22_zpsb789e858.png">
  146. </div>
  147.  
  148. <div id="content">
  149. <h1>Hay and a clean stall</h1>
  150. <h2>and ivy on a garden wall</h2>
  151.  
  152.  
  153. This is your text! This layout has a fixed sidebar image and an info box appears when you hover over it. <br>
  154. <b>bold </b><i>italic </i><u>underline</u> <s>strikethrough</s> <a href="http:///url">link</a><br>
  155. You can edit and tweak the code, or change the header.
  156. <br>You may also change the size of header and change the size of everything else.
  157.  
  158. <li>Please keep credit on.</li>
  159. <li>Do no steal code/header</li>
  160.  
  161. </div>
  162.  
  163.  
  164.  
  165.  
  166.  
  167. </div>
  168. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement