HTML

prime.css

Jan 30th, 2018
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. body { background-color: #000033;
  2.       background-image: url(primehorizontal.png);
  3.        color: #003300;
  4.        font-family: Arial, Helvetica, sans-serif;
  5. }
  6. #wrapper { width: 80%;
  7.            margin-left: auto;
  8.            margin-right: auto;
  9.            background-color: #FFFFCC;
  10.            min-width: 700px;
  11.            padding: 0 0 20px 30px;
  12.            border: 1px ridge #00332B;
  13.            -webkit-box-shadow: inset -3px -3px 3px 3px #00332B;
  14.             -moz-box-shadow: inset -3px -3px 3px 3px #00332B;
  15.             box-shadow: inset -3px -3px 3px 3px #00332B;
  16.            -webkit-border-radius: 15px;
  17.            -moz-border-radius: 15px;
  18.             border-radius: 15px;
  19.  }
  20. .floatleft{float: left;
  21.             padding-right: 20px;
  22.             padding-bottom: 20px; }
  23. h2 { color:#003366;
  24. }
  25. h3{ color:#006600;
  26.     padding-top: 10px;
  27. }
  28. dd {font-style:italic;
  29.     font-size:.90em;
  30.     line-height:200%;
  31. }
  32. #header { color:#48751A;
  33. }
  34. #left { float: left;
  35.         width: 150px; }
  36. #left ul { list-style-type: none;
  37.    margin: 0;
  38.    padding-left: 0; }
  39.  
  40. #left a { text-decoration: none;
  41.          display: block;
  42.          text-align: center;
  43.          color: #FFFFCC;
  44.          border: 3px outset #cccccc;
  45.          padding: 5px;
  46.          font-weight: bold;}
  47. #left a:link { background-color: #003366; }
  48. #left a:visited{ background-color: #48751A; }
  49. #left a:hover { border: 3px inset #333333; }
  50. #right { margin-left: 180px;
  51.         padding: 0; }
  52. .contact { font-family: "Times New Roman", serif;
  53.            font-size: .90em;
  54.            font-weight:bold;
  55. }
  56. .nav { font-weight: bold;
  57.        font-size: 1.2em;
  58. }
  59. #footer { font-size: .60em;
  60.           font-style: italic;
  61.           clear: both;
  62. }
  63. img { border-style: none; }
  64. .clear {clear: left; }
Advertisement
Add Comment
Please, Sign In to add comment