index.css

Top  Previous  Next

The complete code for index.css used in Creating the Index.html page is:

 

body {

  background-color: #FFFFFF;

  font-family: arial, sans-serif;

}

div.apppnl {

  position: relative;

  display: block;

  width: 802px;

  max-width: 100%;

  margin: auto;

  margin-top: 10px;

  overflow-y: auto;

  border: solid 1px #CCCCCC;

}

div#hs-view {

  height: 720px;

  padding: 0px;

}

div#logbar {

  overflow: hidden;

  border: none;

  font-size: 10pt;

}

div#logger {

  height: 120px;

  padding: 5px;

  font-size: 8pt;

}