HTML

prime6-prime.css

Sep 26th, 2017
173
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.72 KB | None | 0 0
  1. body {
  2.             background-color:#000033;
  3.             background-image:url(primehorizontal.png);
  4.             color:#003300;
  5.             font-family:Arial,Helvetica,sans-serif;
  6. }
  7. #wrapper {
  8.             width:80%;
  9.             margin-left:auto;
  10.             margin-right:auto;
  11.             background-color:#FFFFCC;
  12.             min-width:700px;
  13.             max-width:1024px;
  14.             padding:0 0 20px 30px;
  15.             border:1px ridge #00332B;
  16.             -webkit-box-shadow:inset -3px -3px 3px 3px #00332B;
  17.             -moz-box-shadow:inset -3px -3px 3px 3px #00332B;
  18.             box-shadow:inset -3px -3px 3px 3px #00332B;
  19.             -webkit-border-radius:15px;
  20.             -moz-border-radius:15px;
  21.             border-radius:15px;
  22. }
  23. header,nav,main,footer {
  24.             display:block;
  25. }
  26. header {
  27.             color:#48751A;
  28. }
  29. h1 {
  30.            
  31. }
  32. h2 {
  33.             color:#003366;
  34. }
  35. h3 {
  36.             color:#006600;
  37.             padding-top:10px;
  38. }
  39. dd {
  40.             font-style:italic;
  41.             font-size:.90em;
  42.             line-height:200%;
  43. }
  44. #left {
  45.             float:left;
  46.             width:150px;
  47. }
  48. nav {
  49.             font-weight:bold;
  50.             font-size:1.2em;
  51. }
  52. nav ul {
  53.             list-style-type:none;
  54.             margin:0;
  55.             padding-left:0;
  56. }
  57. nav a {
  58.             text-decoration:none;
  59.             display:block;
  60.             text-align:center;
  61.             color:#FFFFCC;
  62.             border:3px outset #cccccc;
  63.             padding:5px;
  64.             font-weight:bold;
  65. }
  66. nav a:link {
  67.             background-color:#003366;
  68. }
  69. nav a:visited {
  70.             background-color:#48751A;
  71. }
  72. nav a:hover {
  73.             border:3px inset #333333;
  74. }
  75. footer {
  76.             font-size:.60em;
  77.             font-style:italic;
  78.             clear:both;
  79. }
  80. #right {
  81.             margin-left:180px;
  82.             padding-right:20px;
  83.             padding-bottom:20px;
  84. }
  85. .contact {
  86.             font-family:"Times New Roman", serif;
  87.             font-size:.90em;
  88.             font-weight:bold;
  89. }
  90. .floatleft{
  91.             float:left;
  92.             padding-right:20px;
  93.             padding-bottom:20px;
  94. }
  95. img {
  96.             border-style:none;
  97. }
  98. .clear {
  99.             clear:left;
  100. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment