PHP Classes

File: fwphp/glomodul/z_examples/ora11g/ACXE2/style_acxe.css

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/ora11g/ACXE2/style_acxe.css   Download  
File: fwphp/glomodul/z_examples/ora11g/ACXE2/style_acxe.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/ora11g/ACXE2/style_acxe.css
Date: 1 year ago
Size: 771 bytes
 

Contents

Class file image Download
/* H:\dev_web\htdocs\t_oci8\ACXE2\s t y l e _ a c x e .c s s */ body { background: #FFFFFF; color: #000000; font-family: Arial, sans-serif; } table { border-collapse: collapse; margin: 5px; } tr:nth-child(even) {background-color: #FFFFFF} tr:nth-child(odd) {background-color: #EDF3FE} td, th { border: solid #000000 1px; text-align: left; padding: 5px; } #header { font-weight: bold; font-size: 160%; text-align: center; border-bottom: solid #334B66 4px; margin-bottom: 10px; } #menu { position: absolute; left: 5px; width: 180px; display: block; background-color: #dddddd; } #user { font-size: 90%; font-style:italic; padding: 3px; } #content { margin-left: 200px; }