@@ -943,42 +943,33 @@ td {
943943/* wilkoquak: Deze styles zijn toegevoegd omdat Imvertor nieuwe label aan een catalogus toevoegt */
944944
945945table .overview , table .list {
946- border-bottom : 2px solid # 005a9c ;
947- border-top : 2px solid # 005a9c ;
946+ border-spacing : 0 ;
948947 border-collapse : collapse;
949- margin-bottom : 1.2em ;
950- margin-top : 1.2em ;
951- table-layout : auto;
952- width : 100% ;
953- }
954- table .overview , table .list caption {
955- text-align : left;
956- font-weight : bold;
957- line-height : 1.2em ;
958- margin-bottom : 0.3em ;
959- }
960- table .overview , table .list tr : nth-child (even) {
961- background : # f0f6ff ;
962- }
948+ border-bottom : 3px solid # 005a9c
949+ }
963950table .overview , table .list th {
964- background-color : # 005a9c ;
965- border-bottom : 1px solid # 005a9c ;
966- border-top : 1px solid # 005a9c ;
967- color : white;
968- height : 16pt ;
969- padding : 3.5px 1.5mm 3.5px 1.5mm ;
970- vertical-align : top;
971- word-wrap : break-word;
972- }
951+ background : # b4dbf6 ;
952+ color : # 000 ;
953+ padding : 3px 5px ;
954+ text-align : left
955+ }
956+ table .overview , table .list th a {
957+ color : # 000 ;
958+ padding : 3px 5px ;
959+ text-align : left
960+ }
961+ table .overview , table .list th [scope = row ] {
962+ background : inherit;
963+ color : inherit;
964+ border-top : 1px solid # ddd
965+ }
973966table .overview , table .list td {
974- border-bottom : 1px solid # 005a9c ;
975- border-top : 1px solid # 005a9c ;
976- height : 16pt ;
977- padding : 3.5px 1.5mm 3.5px 1.5mm ;
978- vertical-align : top;
979- word-wrap : break-word;
980- }
981-
967+ padding : 3px 10px ;
968+ border-top : 1px solid # ddd
969+ }
970+ table .overview , table .list tr : nth-child (even) {
971+ background : # f0f6ff
972+ }
982973
983974
984975/* wilkoquak: stijldefinities voor generieke tabellen */
0 commit comments