Advertisement
Mackan90096

hiya

Apr 4th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Mackan90096</title>
  4. <style type="text/css">
  5. body {
  6. background-color: #1A1718;
  7. }
  8.  
  9. h1 {
  10. color: #61565B;
  11. font-family: Arial, Helvetica, sans-serif;
  12. font-weight:bold;
  13. font-size: medium;
  14. margin: 0 0 10px 8px;
  15. padding:0;
  16. }
  17.  
  18.  
  19. img {
  20. border: 0;
  21. }
  22.  
  23. form {
  24. margin: 0;
  25. padding: 0;
  26. }
  27.  
  28. #container {
  29. width: 600px;
  30. margin-left:auto;
  31. margin-right:auto;
  32. border: 1px solid #30292C;
  33. padding: 9px;
  34. background-color:#30292C;
  35.  
  36. }
  37.  
  38. #breadcrumbs {
  39. color: #61565B;
  40. font-family: Arial, Helvetica, sans-serif;
  41. font-size:small;
  42. margin: 0 0 8px 8px;
  43. }
  44.  
  45. #breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
  46. color: #61565B;
  47. text-decoration:none;
  48. }
  49.  
  50. #breadcrumbs a:hover {
  51. text-decoration:underline;
  52. }
  53.  
  54. hr {
  55. color : #454143
  56. }
  57.  
  58.  
  59. #menu {
  60.  
  61. color: #61565B;
  62. font-family: Arial, Helvetica, sans-serif;
  63. font-size:large;
  64. margin: 0 0 8px 8px;
  65.  
  66. }
  67.  
  68. #menu a, #menu a:visited, #menu a:link, #menu a:active {
  69. color: #61565B;
  70. text-decoration:none;
  71. }
  72.  
  73. #menu a:hover {
  74. text-decoration:underline;
  75. }
  76.  
  77. #footer {
  78. color: #61565B;
  79. font-family: Arial, Helvetica, sans-serif;
  80. font-size:small;
  81. margin: 0 0 8px 8px;
  82. }
  83.  
  84.  
  85. #listingcontainer {
  86. background-image:url(bg.gif);
  87. padding: 10px;
  88. background-color:#E0DEDE;
  89. }
  90.  
  91. #listingheader {
  92. color: #476BB3;
  93. font-weight:bold;
  94. font-family: Arial, Helvetica, sans-serif;
  95. font-size:small;
  96. text-align:right;
  97. }
  98.  
  99. #listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
  100. text-decoration: none;
  101. color: #476BB3;
  102. }
  103.  
  104. #listingheader a:hover {
  105. text-decoration: underline;
  106. color: #476BB3;
  107. }
  108.  
  109.  
  110. #headerfile {
  111. text-align:left;
  112. float: left;
  113. width: 320px;
  114. }
  115.  
  116. #headersize {
  117. text-align:right;
  118. width: 75px;
  119. float: left;
  120. }
  121.  
  122. #listing {
  123. border: 1px solid #A7C5FF;
  124. }
  125.  
  126. #listing a {
  127. display:block;
  128. padding: 2px 5px 2px 5px;
  129. font-size:small;
  130. color: #6285CA;
  131. font-family: Arial, Helvetica, sans-serif;
  132. text-decoration:none;
  133. width:568px;
  134. text-align:right;
  135.  
  136. }
  137.  
  138. #listing a:hover {
  139. background-color:#DBE6FE;
  140. }
  141.  
  142. #listing a img {
  143. float:left;
  144. margin-right: 4px;
  145. }
  146.  
  147.  
  148.  
  149. #listing a strong {
  150. width: 300px;
  151. float:left;
  152. cursor:hand;
  153. cursor:pointer;
  154. text-align:left;
  155. }
  156.  
  157. #listing a em {
  158. float: left;
  159. width: 75px;
  160. text-align:right;
  161. cursor:hand;
  162. cursor:pointer;
  163. }
  164.  
  165. #listing a span {
  166. position: absolute;
  167. margin-left: -151px;
  168. margin-top: -2px;
  169. }
  170.  
  171. #listing a span img {
  172. width: 150px;
  173. background-color:#CCCCCC;
  174. visibility: hidden;
  175. }
  176.  
  177. #listing a:hover span img {
  178. border: 1px solid #666666;
  179. visibility: visible;
  180. }
  181.  
  182. #upload {
  183. border: 1px solid #A7C5FF;
  184. display:block;
  185. margin-top: 10px;
  186. font-size:small;
  187. color: #6285CA;
  188. font-family: Arial, Helvetica, sans-serif;
  189. text-decoration:none;
  190. width:568px;
  191. background-color: #E9F0FF;
  192. }
  193.  
  194. #uploadtitle {
  195. background-color: #DBE6FE;
  196. padding: 2px 5px 2px 5px;
  197. border-bottom: 1px solid #A7C5FF;
  198.  
  199. }
  200.  
  201. #uploadcontent {
  202. padding: 2px 5px 2px 5px;
  203. }
  204.  
  205.  
  206. #copy {
  207. width: 600px;
  208. margin-left:auto;
  209. margin-right:auto;
  210. text-align:center;
  211. font-size:x-small;
  212. color: #666666;
  213. font-family: Arial, Helvetica, sans-serif;
  214. }
  215.  
  216. #copy a {
  217. text-decoration: underline;
  218. color: #666666;
  219. }
  220.  
  221. .b {
  222. background-color: #E9F0FF;
  223.  
  224. }
  225.  
  226. .w {
  227. background-color:#FFFFFF;
  228. }
  229.  
  230. .mod {
  231. float:right;
  232. }
  233.  
  234. .size {
  235. float:right;
  236. }
  237.  
  238. .style3 {
  239. color: #FF0000;
  240. font-weight: bold;
  241. }
  242.  
  243. </style>
  244. </head>
  245. <body>
  246. <div id="menu" style="background-color:#1A1718;height:80px;width:600px;" align="center">
  247. <a href="file:///D:/data/Users/elev/Desktop/anat/notepad++/html/hi.php">Home</a> <a href="file:///D:/data/Users/elev/Desktop/anat/notepad++/html/hi.php"> Projects</a> <a href="/contact.php"> Contact</a>
  248. </div>
  249. <div id="container">
  250. <div id="breadcrumbs">
  251. <H1>Welcome to my website!</H1>
  252. <hr style="color: #454143">
  253. <p> Test! </p>
  254. </div>
  255. </div>
  256. <div id="footer" style="background-color:#1A1718;height:80px;width:700px" align="center">
  257. <h6>Copyright &copy; 2013 Max Thor [thormax5@gmail.com] Website design by Max Thor </h6>
  258. </div>
  259. </body>
  260. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement