openstamanager/templates/base/style.css

110 lines
1.3 KiB
CSS
Raw Normal View History

body {
background-color: white;
color: black;
}
p {
padding: 0px;
margin: 0px;
}
small,
.small,
.small-bold {
font-size: 70%;
}
.small-bold {
font-weight: bold;
}
table {
width: 100%;
overflow: wrap
}
2017-09-08 18:19:39 +02:00
table td,
table th {
vertical-align: top;
padding: 4px;
}
table.table-striped tbody tr:nth-child(2n) td {
background-color: #eee;
}
table.table-striped tbody tr:nth-child(2n+1) td {
background-color: #fff;
}
.row,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-lg-12 {
margin: 0px !important;
padding: 0px !important;
}
.border-left {
border-left: 1px solid #aaa;
}
.border-right {
border-right: 1px solid #aaa;
}
.border-top {
border-top: 1px solid #aaa;
}
.border-bottom {
border-bottom: 1px solid #aaa;
}
.border-full {
border: 1px solid #aaa;
}
.cell-padded {
padding: 4px;
}
2017-09-08 18:19:39 +02:00
#contents {
2017-09-08 17:03:47 +02:00
border: 1px solid #aaa;
}
#contents td {
2017-09-08 17:03:47 +02:00
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
}
2017-09-08 17:03:47 +02:00
#contents th,
2017-09-08 18:19:39 +02:00
table.table-bordered th {
background: #ddd;
2017-09-08 18:19:39 +02:00
}
#contents th {
2017-09-08 17:03:47 +02:00
font-size: 80%;
}
2017-09-08 18:19:39 +02:00
table.table-bordered>th {
2017-09-08 17:03:47 +02:00
font-size: 70%;
}
2017-09-08 18:19:39 +02:00
#contents th,
table.table-bordered,
table.table-bordered td,
table.table-bordered th {
border: 1px solid #aaa;
}