global.css 950 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
body {
    padding:0;
    background:#FFFFFF;
}

td, th {
  font-size: small;
}
.title {
  font-size: large; 
  font-weight: bold;
  color: #5671A0;
}
.small {
  font-size: 70%;
  color: white;
}
.small a, small a:visited {
  color: white;
}
.smalltitle {
  font-size: small;
  font-weight: bold;
  color: #5671A0;
}
.toolbar {
  padding: 4px; 
  background-color: #7694C8;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.box {
  border: thin solid #7694C8;
}
.label {
  background-color: #ffffcc;
}
.error {
  background-color: red;
  color: white;
}
.display {
  display: inline;
}
.notdisplay {
  display: none;
}

.level0 {
}
.level1 {
}

.body {
    margin-left:188px;
}
.header {
    padding:4px;
}
.menu {
    background:#FC0;
    padding:0;
    position:absolute;
    width:120px;
    top:145px;
}
.tablebg {
  background-color: #EEFF8B;
}
.row_odd {
    background-color: #EEFF8B;
}
.row_even {
  background-color: white;
}