source: main/trunk/model-interfaces-dev/opotiki/styles/tables.css@ 34087

Last change on this file since 34087 was 34087, checked in by ak19, 4 years ago

Cher (Chai Lin): Adding the Opotiki interface.

File size: 929 bytes
Line 
1@charset "utf-8";
2/*
3Template Name: News Magazine
4Author: <a href="https://www.os-templates.com/">OS Templates</a>
5Author URI: https://www.os-templates.com/
6Licence: Free to use under our free template licence terms
7Licence URI: https://www.os-templates.com/template-terms
8File: Tables CSS
9*/
10
11table{width:100%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;}
12table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;}
13table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
14table thead th, table tbody td{padding:5px; border-collapse:collapse;}
15table tbody tr.light{color:#666666; background-color:#F7F7F7;}
16table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
Note: See TracBrowser for help on using the repository browser.