[ホーム] -> [Apache + PHP + PostgreSQL 実験室]

meibo/main.css

ソース

このソースをダウンロードする。

body {
  color: black;
  background-color: white;
  margin: 2em 2em 2em 2em;
  line-height:  130%;
}
h1.logo {
  font-family: Impact, sans-serif;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
h1.title {
  font-family: Impact, sans-serif;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
h2.title {
  font-family: Impact, sans-serif;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
table.input {
  margin: 0em auto 0em auto;
  border-style: hidden;
  white-space: nowrap;
}
table.list {
  margin: 0em auto 0em auto;
  white-space: nowrap;
}
table.view {
  margin: 0em auto 0em auto;
  white-space: nowrap;
}
div.index {
  margin: 1em 0em 0em 0em;
  text-align: center;
}
p.center {
  text-align: center;
}
p.msg {
  color: navy;
  font-weight: bold;
  text-align: center;
}
p.comment {
  color: red;
  font-size: small;
  text-align: center;
}
p.error {
  color: red;
  font-weight: bold;
  text-align: center;
}
span.must {
  color: red;
}
span.ak {
  text-decoration: underline;
}
tr.button {
  text-align: center;
}
td.label {
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
}
td.name {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}
戻る