PHP Classes

File: web/css/style.css

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP CRUD Application   web/css/style.css   Download  
File: web/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD Application
Show how to create a simple CRUD application
Author: By
Last change:
Date: 6 months ago
Size: 2,685 bytes
 

Contents

Class file image Download
body { width: 610px; font-family: Arial; color: #212121; } #toys-grid { margin-bottom: 30px; } #toys-grid .txt-heading { background-color: #D3F5B8; } #toys-grid table { width: 100%; background-color: #F0F0F0; } #toys-grid table td { background-color: #FFFFFF; } .demoInputBox { padding: 10px; border: #E0E0E0 1px solid; border-radius: 3px; width: 250px; margin: 5px 0px 10px 0px; } .btnEditAction { cursor: pointer; text-decoration: none; margin-right: 10px; } .btnDeleteAction { cursor: pointer; } #btnAddAction { padding: 6px 20px; color: #212121; text-decoration: none; border-radius: 3px; cursor: pointer; border: #212121 1px solid; margin-bottom: 10px; display: inline-block; } #btnAddAction img { margin-right: 5px; vertical-align: middle; } #frmAdd { border: #E0E0E0 1px solid; padding: 10px 20px 20px 20px; border-radius: 3px; } #frmAdd div { margin-bottom: 15px; } #frmAdd div label { margin-left: 5px; } .error { background-color: #FF6600; border: #AA4502 1px solid; padding: 5px 10px; color: #FFFFFF; border-radius: 4px; } .info { font-size: .8em; color: #FF6600; letter-spacing: 2px; padding-left: 5px; } ul.menu-list { list-style: none; margin: 0px 0px 40px 0px; padding: 0px; background: #E0E0E0; border-radius: 3px; } ul.menu-list li{ display: inline-block; padding: 10px 20px; } ul.menu-list li a{ color: #212121; text-decoration: none; } ul.menu-list li a:hover{ text-decoration: underline; } #btnSubmit { padding: 8px; background: #09F; border: #048eec 1px solid; color: #FFF; font-size: 0.9em; border-radius: 3px; width: 150px; } .attendance_table td { text-align: center; } h1 { text-align: center; margin-top: 50px; margin-bottom: 30px; } form { max-width: 400px; margin: 0 auto; background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); } label { display: block; margin-bottom: 10px; } input[type="text"], input[type="email"], input[type="password"] { width: 100%; padding: 10px; border-radius: 5px; border: none; margin-bottom: 20px; } input[type="submit"] { background-color: #4CAF50; color: white; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; } input[type="submit"]:hover { background-color: #3e8e41; } input:focus { outline: none; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }