99 lines
1.5 KiB
CSS
99 lines
1.5 KiB
CSS
.baseRow {
|
|
background-color: #EFF3FB;
|
|
}
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
.editRow {
|
|
background-color: #2461bf;
|
|
}
|
|
.selectedRow {
|
|
background-color: #d1ddf1;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.headerRow {
|
|
background-color: #507cd1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.footerRow {
|
|
background-color: #507cd1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.pagerRow {
|
|
background-color: #2461bf;
|
|
color: white;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.tStrong {
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
}
|
|
.flRight {
|
|
float: right;
|
|
}
|
|
/* Query selezione dimensioni display... */
|
|
@media all and (min-width: 768px) {
|
|
#textWrapper {
|
|
font-size: 1.0em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1024px) {
|
|
#textWrapper {
|
|
font-size: 1.1em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1440px) {
|
|
#textWrapper {
|
|
font-size: 1.2em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (min-width: 1600px) {
|
|
#textWrapper {
|
|
font-size: 1.3em;
|
|
}
|
|
#headData {
|
|
margin-top: 0px;
|
|
}
|
|
}
|
|
@media all and (max-width: 767px) {
|
|
#textWrapper {
|
|
font-size: 0.8em;
|
|
}
|
|
#headData {
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
@media all and (max-width: 480px) {
|
|
#textWrapper {
|
|
font-size: 0.6em;
|
|
}
|
|
#headData {
|
|
margin-top: 14px;
|
|
}
|
|
}
|
|
@media all and (max-width: 320px) {
|
|
#textWrapper {
|
|
font-size: 0.5em;
|
|
}
|
|
#headData {
|
|
margin-top: 18px;
|
|
}
|
|
}
|