openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

table.css (6937B)


      1 .or-table-wrapper .or-table-area {
      2 	/* Responsive Tables */
      3 	/* T a b l e s */
      4 }
      5 @media screen and (max-width: 40em) {
      6 	.or-table-wrapper .or-table-area {
      7 		overflow-x: auto;
      8 	}
      9 }
     10 .or-table-wrapper .or-table-area table {
     11 	overflow: auto;
     12 	border: 2px;
     13 	width: 100%;
     14 	/* Notizen */
     15 	/* Kalender */
     16 	/* Notizen */
     17 	/* Kalender */
     18 	/* Message of the day */
     19 	/* D i f f  */
     20 	/* Hilfe-Texte */
     21 	/* Logo */
     22 }
     23 .or-table-wrapper .or-table-area table tr.headline > td,
     24 .or-table-wrapper .or-table-area table tr > th {
     25 	padding: 3px;
     26 	font-weight: bold;
     27 }
     28 .or-table-wrapper .or-table-area table tr.headline > td.sort-asc > span:last-child:after,
     29 .or-table-wrapper .or-table-area table tr > th.sort-asc > span:last-child:after {
     30 	content: " \2193";
     31 }
     32 .or-table-wrapper .or-table-area table tr.headline > td.sort-desc > span:last-child:after,
     33 .or-table-wrapper .or-table-area table tr > th.sort-desc > span:last-child:after {
     34 	content: " \2191";
     35 }
     36 .or-table-wrapper .or-table-area table tr.data > td {
     37 	padding: 3px;
     38 }
     39 .or-table-wrapper .or-table-area table tr > td {
     40 	white-space: nowrap;
     41 	text-overflow: ellipsis;
     42 	overflow: hidden;
     43 	max-width: 0;
     44 }
     45 .or-table-wrapper .or-table-area table td.readonly {
     46 	font-style: italic;
     47 	font-weight: normal;
     48 }
     49 .or-table-wrapper .or-table-area table td.default {
     50 	font-style: normal;
     51 	font-weight: normal;
     52 }
     53 .or-table-wrapper .or-table-area table td.changed {
     54 	font-style: normal;
     55 	font-weight: bold;
     56 }
     57 .or-table-wrapper .or-table-area table td.notice {
     58 	margin: 0px;
     59 	padding: 5%;
     60 	text-align: center;
     61 }
     62 .or-table-wrapper .or-table-area table.notice {
     63 	width: 100%;
     64 	border: 1px solid;
     65 	border-spacing: 0px;
     66 }
     67 .or-table-wrapper .or-table-area table.notice th {
     68 	padding: 2px;
     69 	white-space: nowrap;
     70 	border-bottom: 1px solid #000000;
     71 	font-weight: normal;
     72 	text-align: left;
     73 }
     74 .or-table-wrapper .or-table-area table.notice tr.warning {
     75 	margin: 0px;
     76 	padding: 0px;
     77 }
     78 .or-table-wrapper .or-table-area table.calendar {
     79 	table-layout: fixed;
     80 	border-collapse: collapse;
     81 	text-align: center;
     82 }
     83 .or-table-wrapper .or-table-area table.calendar td {
     84 	border: 1px dotted;
     85 }
     86 .or-table-wrapper .or-table-area table td.notice {
     87 	margin: 0px;
     88 	padding: 5%;
     89 	text-align: center;
     90 }
     91 .or-table-wrapper .or-table-area table.notice {
     92 	width: 100%;
     93 	border: 1px solid;
     94 	border-spacing: 0px;
     95 }
     96 .or-table-wrapper .or-table-area table.notice th {
     97 	padding: 2px;
     98 	white-space: nowrap;
     99 	border-bottom: 1px solid #000000;
    100 	font-weight: normal;
    101 	text-align: left;
    102 }
    103 .or-table-wrapper .or-table-area table.notice tr.warning {
    104 	margin: 0px;
    105 	padding: 0px;
    106 }
    107 .or-table-wrapper .or-table-area table.calendar {
    108 	table-layout: fixed;
    109 	border-collapse: collapse;
    110 	text-align: center;
    111 }
    112 .or-table-wrapper .or-table-area table.calendar td {
    113 	border: 1px dotted;
    114 }
    115 .or-table-wrapper .or-table-area table td.motd {
    116 	border-left: 3px solid red;
    117 	border-right: 3px solid red;
    118 	font-weight: bold;
    119 	padding: 10px;
    120 	margin: 10px;
    121 }
    122 .or-table-wrapper .or-table-area table td:hover > div.onrowvisible {
    123 	visibility: visible;
    124 }
    125 .or-table-wrapper .or-table-area table tr.diff {
    126 	/* Unveränderter Text */
    127 	/* Entfernter Text */
    128 	/* Hinzugefuegter Text */
    129 	/* Geaenderter Text */
    130 }
    131 .or-table-wrapper .or-table-area table tr.diff > td.line {
    132 	background-color: #000000;
    133 	padding-right: 2px;
    134 	border-right: 3px solid #000000;
    135 	text-align: right;
    136 	margin-right: 2px;
    137 }
    138 .or-table-wrapper .or-table-area table tr.diff > td.old {
    139 	background-color: red;
    140 }
    141 .or-table-wrapper .or-table-area table tr.diff td.new {
    142 	background-color: green;
    143 }
    144 .or-table-wrapper .or-table-area table tr.diff td.notequal {
    145 	background-color: yellow;
    146 }
    147 .or-table-wrapper .or-table-area table tr td.help {
    148 	font-style: italic;
    149 }
    150 .or-table-wrapper .or-table-area table tr.headline td.help {
    151 	/*
    152                 border-bottom:1px solid @color-overridden-by-theme;
    153                 */
    154 	font-style: normal;
    155 }
    156 .or-table-wrapper .or-table-area table td.logo {
    157 	padding: 10px;
    158 	margin: 0px;
    159 }
    160 .or-table-wrapper .or-table-filter {
    161 	width: 100%;
    162 	text-align: right;
    163 }
    164 .or-table-wrapper .or-table-filter input {
    165 	border-radius: 3px;
    166 	-moz-border-radius: 3px;
    167 	-webkit-border-radius: 3px;
    168 	-khtml-border-radius: 3px;
    169 	padding: 0.5em;
    170 	margin: 1em;
    171 	background-color: #000000;
    172 	color: #000000;
    173 	border: 1px solid #000000;
    174 }
    175 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22table.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AASA%2CiBAEI%3B%3B%3B%3BAAQI%2CmBALoC%3BCAKpC%2CiBARJ%3BEAKQ%3B%3B%3BAAPZ%2CiBAEI%2CeASI%3BCACI%3BCACA%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAdZ%2CiBAEI%2CeASI%2CMAKI%2CGAAE%2CSAAY%3BAAhB1B%2CiBAEI%2CeASI%2CMAMI%2CGAAK%3BCAED%3BCACA%3B%3BAAEA%2CiBApBZ%2CeASI%2CMAKI%2CGAAE%2CSAAY%2CKAMT%2CSAAY%2COAAI%2CWAAW%3BAAA5B%2CiBApBZ%2CeASI%2CMAMI%2CGAAK%2CKAKA%2CSAAY%2COAAI%2CWAAW%3BCACxB%2CSAAS%2CQAAT%3B%3BAAEJ%2CiBAvBZ%2CeASI%2CMAKI%2CGAAE%2CSAAY%2CKAST%2CUAAa%2COAAI%2CWAAW%3BAAA7B%2CiBAvBZ%2CeASI%2CMAMI%2CGAAK%2CKAQA%2CUAAa%2COAAI%2CWAAW%3BCACzB%2CSAAS%2CQAAT%3B%3BAA1BpB%2CiBAEI%2CeASI%2CMAmBI%2CGAAE%2CKAAQ%3BCACN%3B%3BAA%5C%2FBhB%2CiBAEI%2CeASI%2CMAuBI%2CGAAK%3BCACD%3BCACA%3BCACA%3BCACA%3B%3BAAtChB%2CiBAEI%2CeASI%2CMA8BI%2CGAAE%3BCACE%3BCACA%3B%3BAA3ChB%2CiBAEI%2CeASI%2CMAkCI%2CGAAE%3BCACE%3BCACA%3B%3BAA%5C%2FChB%2CiBAEI%2CeASI%2CMAsCI%2CGAAE%3BCACE%3BCACA%3B%3BAAnDhB%2CiBAEI%2CeASI%2CMA2CI%2CGAAE%3BCACE%3BCACA%3BCACA%3B%3BAAGJ%2CiBA1DR%2CeASI%2CMAiDK%3BCACG%3BCACA%2CiBAAA%3BCACA%3B%3BAAHJ%2CiBA1DR%2CeASI%2CMAiDK%2COAIG%3BCACI%3BCACA%3BCACA%2CgCAAA%3BCACA%3BCACA%3B%3BAATR%2CiBA1DR%2CeASI%2CMAiDK%2COAeG%2CGAAE%3BCACE%3BCACA%3B%3BAAKR%2CiBAhFR%2CeASI%2CMAuEK%3BCACG%3BCACA%3BCACA%3B%3BAAHJ%2CiBAhFR%2CeASI%2CMAuEK%2CSAKG%3BCACI%2CkBAAA%3B%3BAAxFpB%2CiBAEI%2CeASI%2CMAkFI%2CGAAE%3BCACE%3BCACA%3BCACA%3B%3BAAGJ%2CiBAjGR%2CeASI%2CMAwFK%3BCACG%3BCACA%2CiBAAA%3BCACA%3B%3BAAGJ%2CiBAvGR%2CeASI%2CMA8FK%2COAAQ%3BCACL%3BCACA%3BCACA%2CgCAAA%3BCACA%3BCACA%3B%3BAAMJ%2CiBAlHR%2CeASI%2CMAyGK%2COAAQ%2CGAAE%3BCACP%3BCACA%3B%3BAAIJ%2CiBAxHR%2CeASI%2CMA%2BGK%3BCACG%3BCACA%3BCACA%3B%3BAAGJ%2CiBA9HR%2CeASI%2CMAqHK%2CSAAU%3BCACP%2CkBAAA%3B%3BAAjIhB%2CiBAEI%2CeASI%2CMAyHI%2CGAAE%3BCACE%2C0BAAA%3BCACA%2C2BAAA%3BCACA%3BCACA%3BCACA%3B%3BAAzIhB%2CiBAEI%2CeASI%2CMAgII%2CGAAE%2CMAAS%2CMAAG%3BCACV%3B%3BAA5IhB%2CiBAEI%2CeASI%2CMAqII%2CGAAE%3B%3B%3B%3B%3B%3BAAhJd%2CiBAEI%2CeASI%2CMAqII%2CGAAE%2CKACI%2CKAAE%3BCACA%2CyBAAA%3BCACA%3BCACA%2C%2BBAAA%3BCACA%3BCACA%3B%3BAAtJpB%2CiBAEI%2CeASI%2CMAqII%2CGAAE%2CKAcI%2CKAAE%3BCACA%3B%3BAA%5C%2FJpB%2CiBAEI%2CeASI%2CMAqII%2CGAAE%2CKAmBE%2CGAAE%3BCACE%3B%3BAApKpB%2CiBAEI%2CeASI%2CMAqII%2CGAAE%2CKAwBE%2CGAAE%3BCACE%3B%3BAAzKpB%2CiBAEI%2CeASI%2CMAmKI%2CGAAG%2CGAAE%3BCACD%3B%3BAA%5C%2FKhB%2CiBAEI%2CeASI%2CMAuKI%2CGAAE%2CSAAU%2CGAAE%3B%3B%3B%3BCAIV%3B%3BAAtLhB%2CiBAEI%2CeASI%2CMAgLI%2CGAAE%3BCACE%3BCACA%3B%3BAA7LhB%2CiBAsMI%3BCACI%3BCACA%3B%3BAAxMR%2CiBAsMI%2CiBAII%3BCAhNJ%2CkBAAA%3BCACA%2CuBAAA%3BCACA%2C0BAAA%3BCACA%2CyBAAA%3BCA%2BMQ%3BCACA%3BCACA%2CyBAAA%3BCACA%2CcAAA%3BCACA%2CyBAAA%22%7D */