PHP Classes

File: assets/css/style.css

Recommend this page to a friend!
  Classes of Michael Beck   PHP Car Dealer Website   assets/css/style.css   Download  
File: assets/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Car Dealer Website
Application to manage a car dealer business
Author: By
Last change:
Date: 5 years ago
Size: 1,386 bytes
 

Contents

Class file image Download
@charset "UTF-8"; /* You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /** * Module: cardealer * * @category Module * @package cardealer * @author XOOPS Development Team <mambax7@gmail.com> - <https://xoops.org> * @copyright {@link https://xoops.org/ XOOPS Project} * @license GPL 2.0 or later * @link https://xoops.org/ * @since 1.0.0 */ table { margin: 0; } table.cardealer { padding: 2px; border: 1px solid #ccc; } td.fields { font-family: Verdana, Tahoma, sans-serif; font-size: 12px; font-weight: normal; } div.outer { color: #555; background-color: #eee; border: 1px solid #ccc; } ul.fields > li { display: inline; list-style: none none; } /* about */ #about label, #about text { display: block; float: left; margin-bottom: 12px; } #about label { text-align: right; width: 200px; padding-right: 20px; } br { clear: left; } #about br { clear: both; }