(file) Return to style.css CVS log (file) (dir) Up to [Pegasus] / pegasus / www / css

  1 karl  1.2.2.2 #header {
  2                 text-align: center;
  3                 background-color: #3290ff;
  4                 font-size: x-large;
  5                 padding-bottom: 0em;
  6                 font-weight: inherit;
  7                 color: white;
  8                 height: 106px;
  9                 background-repeat: no-repeat;
 10                 padding-top: 6px;
 11               }
 12               #menu1 {
 13                 background-color: #333333;
 14                 padding-bottom: 1em;
 15                 height: 13px;
 16                 color: white;
 17                 width: 100%;
 18               }
 19               #content {
 20                 margin-right: 20px;
 21                 margin-left: 20px;
 22 karl  1.2.2.2 }
 23               #body {
 24                 font-family: Helvetica;
 25                 background-position: left top;
 26                 margin-left: auto;
 27                 background-image: url(../images/background.jpg);
 28                 background-repeat: repeat-x;
 29                 margin-right: auto;
 30                 width: 1024px;
 31                 background-color: #ebeff0;
 32               }
 33               #footer {
 34                 background-color: #3290ff;
 35                 color: white;
 36                 text-align: right;
 37               }
 38               ul#navlist {
 39                 margin-left: 40pt;
 40                 padding-left: 0;
 41                 margin-top: 0;
 42               }
 43 karl  1.2.2.2 #navlist li {
 44                 display: inline;
 45                 list-style-type: none;
 46               }
 47               #navlist a {
 48                 padding: 0px 5px 5px;
 49               }
 50               #navlist a:link, #navlist a:visited {
 51                 color: #ffffff;
 52                 text-decoration: none;
 53               }
 54               #navlist a:hover {
 55                 color: #ffffff;
 56                 background-color: #336699;
 57                 text-decoration: none;
 58               }
 59               #configTable {
 60                 background-color: white;
 61                 opacity: 0.797;
 62               }
 63               #header_table {
 64 karl  1.2.2.2   border-style: none;
 65                 text-align: left;
 66                 width: 100%;
 67               }
 68               #overlay {
 69                 z-index: 1000;
 70                 background-attachment: fixed;
 71                 text-align: center;
 72                 left: 0px;
 73                 height: 100%;
 74                 background-image: url(../images/overlay_background.png);
 75                 visibility: hidden;
 76                 top: 0px;
 77                 position: absolute;
 78                 width: 100%;
 79               }
 80               
 81               #inner_overlay {
 82                 border: 1px solid red;
 83                 height: 270px;
 84                 width: 310px;
 85 karl  1.2.2.2   left: 40%;
 86                 text-align: center;
 87                 position: absolute;
 88                 background-color: #ffffff;
 89                 top: 200px;
 90               }
 91               #settings_errorbar {
 92               position: absolute;
 93               background-color: black;
 94               width: 100%;
 95               height: 25px;
 96               bottom: 0;
 97               left: 0;
 98               line-height: 18px;
 99               font-weight: bold;
100               }
101               
102               
103               #overlay_reset {
104                 z-index: 1000;
105                 background-attachment: fixed;
106 karl  1.2.2.2   text-align: center;
107                 left: 0px;
108                 height: 100%;
109                 background-image: url(../images/overlay_background.png);
110                 visibility: hidden;
111                 top: 0px;
112                 position: absolute;
113                 width: 100%;
114               }
115               #inner_overlayReset {
116                 border: 1px solid red;
117                 height: 200px;
118                 width: 300px;
119                 left: 40%;
120                 text-align: center;
121                 position: absolute;
122                 background-color: #ffffff;
123                 top: 200px;
124               }
125               
126               #reset_errorbar {
127 karl  1.2.2.2 position: absolute;
128               background-color: black;
129               width: 100%;
130               height: 25px;
131               bottom: 0;
132               line-height: 18px;
133               font-weight: bold;
134               

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2