tinyqc/v1/assets/styles.css
mahdahar ff90e0eb29 Initial commit: Add CodeIgniter 4 QC application with full MVC structure
- CodeIgniter 4 framework setup with SQL Server database config
- Models: Control, Test, Dept, Result, Daily/ Monthly entry models
- Controllers: Dashboard, Control, Test, Dept, Entry, Report, API endpoints
- Views: CRUD pages with modal dialogs, dashboard, reports
- Database: Migrations for control test and daily/monthly result tables
- Legacy v1 PHP application preserved in /v1 directory
- Documentation: AGENTS.md, VIEWS_RULES.md for development guidelines
2026-01-14 16:49:27 +07:00

27 lines
1.1 KiB
CSS

html, body { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {line-height: 1;}
ol, ul {list-style: none; padding:0;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style-type: none; margin: 0; overflow: hidden; background-color: #595959; }
li { float: left; color: white; text-align: center; padding: 5px 0; }
li a { display: block; padding:5px 10px; color: white; text-align: center; text-decoration: none; }
li a:hover { background-color: #7FDBFF; }
table tr td { padding: 5px 5px; }
table tr th { padding: 5px 5px; }
tr:nth-child(even) {background-color: #e6e6ff;}
#container { width:100%; font-size: 10px; font-weight: bold;}
#content { width:98%;margin:0 auto; }
#nav{
font-family: "Courier New";
font-size: 12px;
font-weight: bold;
}