Subversion Repositories computer_asset_manager_v2

Rev

Rev 26 | Rev 46 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

h2 {
    color: darkslategrey;
  }


p {
    color: black;
  }


alink {
    color: darkcyan;
  }


body {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background: rgb(84,84,72);
    font-family: Arial;
    color: #000000;
  }


.menu {
    position: absolute;
    left: 5px;
    padding: 0px;
    width: 150px;
    height: 100%;
    background: rgb(240,240,240);
    border-right: groove rgb(64,64,64);
  }


.titleimage {
    height: 90px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 0;
    background: black;
    color: lawngreen;
  }


.boxtitle {
    background: olivedrab;
    color: white;
    border: double rgb(204,204,204);
  }


.box {
    background: rgb(224,224,230);
    border: ridge rgb(128,128,128);
  }


.content {
    position: absolute;
    background: #FFFFFF;
    margin-top: 4px;
    margin-left: 160px;
    margin-right: 5px;
    padding: 0px;
  }


.library_queryToTableTree table {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


.library_queryToTableTree tr {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
  }


.library_queryToTableTree td {
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    text-align : left;
    vertical-align : top;
  }