libreccm-legacy/ccm-sci-bundle/web/themes/mandalay/includes/terms/terms.css

219 lines
3.7 KiB
CSS

table.domainDetails {
width: 100%;
}
table.domainDetails thead {
text-align: center;
background-color: rgb(72,72,72);
color: rgb(255,255,255);
}
table.domainDetails tbody tr.even {
background-color: rgb(255,255,255);
}
table.domainDetails tbody tr.odd {
background-color: rgb(212,212,212);
}
table.domainDetails tbody tr th {
text-align: right;
font-weight: bold;
}
table.domainDetails tfoot {
border-top: 1px solid rgb(28,28,28);
background-color: rgb(192,192,192);
}
table.domainDetails div.domainActionErrorMessage {
color: red;
}
table.domainForm {
width: 100%;
}
table.domainForm thead tr {
background-color: rgb(68,68,68);
color: rgb(255,255,255);
border-bottom: 2px solid black;
}
table.domainForm tbody th {
text-align: right;
}
table.domainForm tfoot tr {
background-color: rgb(192,192,192);
color: rgb(0,0,0);
border-top: 1px solid black;
}
table.domainForm tbody tr.even {
background-color: rgb(212,212,212);
color: rgb(0,0,0);
}
table.domainListing {
width: 100%;
border-right: 1px solid black;
}
table.domainListing thead {
text-align: center;
background-color: rgb(72,72,72);
color: rgb(255,255,255);
}
table.domainListing tbody tr.even {
background-color: rgb(212,212,212);
color: rgb(0,0,0);
}
table.domainListing tbody tr.odd {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
table.domainListing tbody tr td.icon {
width: 10%;
}
table.domainPanel {
width: 100%;
}
table.domainPanel tr {
vertical-align: top;
}
table.domainPanel td.menu {
width: 25%;
background-color: rgb(192,192,192);
border-right: 1px solid black;
}
table.domainPanel td.body {
width: 75%;
}
table.domainUsage {
width: 100%;
border-right: 1px solid black;
}
table.domainUsage thead {
text-align: center;
background-color: rgb(72,72,72);
color: rgb(255,255,255);
}
table.domainUsage tbody tr th {
background-color: rgb(128,128,128);
}
table.domainUsage tbody tr.even {
background-color: rgb(212,212,212);
color: rgb(0,0,0);
}
table.domainUsage tbody tr.odd {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
table.domainUsage tbody tr td.icon {
width: 10%;
}
table.termDetails {
width: 100%;
}
table.termDetails thead {
text-align: center;
background-color: rgb(72,72,72);
color: rgb(255,255,255);
}
table.termDetails tbody tr.even {
background-color: rgb(255,255,255);
}
table.termDetails tbody tr.odd {
background-color: rgb(212,212,212);
}
table.termDetails tbody tr th {
text-align: right;
font-weight: bold;
}
table.termDetails tfoot {
border-top: 1px solid rgb(28,28,28);
background-color: rgb(192,192,192);
}
table.termForm {
width: 100%;
}
table.termForm thead tr {
background-color: rgb(68,68,68);
color: rgb(255,255,255);
border-bottom: 2px solid black;
}
table.termForm tbody th {
text-align: right;
}
table.termForm tfoot tr {
background-color: rgb(192,192,192);
color: rgb(0,0,0);
border-top: 1px solid black;
}
table.termForm tbody tr.even {
background-color: rgb(212,212,212);
color: rgb(0,0,0);
}
table.termListing {
width: 100%;
border-right: 1px solid black;
}
table.termListing thead {
text-align: center;
background-color: rgb(72,72,72);
color: rgb(255,255,255);
}
table.termListing tr.even {
background-color: rgb(212,212,212);
color: rgb(0,0,0);
}
table.termListing tr.odd {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
table.termListing tr td.icon {
width: 10%;
}
table.termPanel {
width: 100%;
}
table.termPanel tr {
vertical-align: top;
}
table.termPanel td.menu {
width: 25%;
background-color: rgb(192,192,192);
border-right: 1px solid black;
}
table.termPanel td.body {
width: 75%;
}