Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- color:#242424;
- font-family:Verdana, Geneva, Tahoma, sans-serif;
- font-weight: 400;
- }
- th {
- background:#378068;
- color: #e8e8e8;
- font-size: 1.5em;
- }
- td, th {
- padding: 10px 15px 10px 15px;
- border-left: 1px solid #ada693;
- border-right: 1px solid #ada693;
- }
- table {
- font-size:small;
- width:800px;
- border-collapse:collapse;
- }
- tr:nth-child(odd) {
- background-color: #e0dac8;
- }
- .curveleft {
- border-top-left-radius: 5px;
- }
- .curveright {
- border-top-right-radius: 5px;
- }
- .form {
- list-style:none;
- }
- form {
- width:100%;
- margin: 0 auto;
- }
- .email {
- font-size: small;
- display:inline-block;
- margin-left:30%;
- width: 30%;
- text-align: left;
- }
- label, input {
- display:inline-block;
- vertical-align: top;
- width:30%;
- text-align: right;
- }
- input {
- background-color: khaki;
- border-right: 0px;
- border-bottom: 0px;
- margin: 2px;
- box-sizing: border-box;
- }
- .ftable {
- background: #fff;
- border: 1px solid black;
- }
- caption {
- font-weight:bold;
- color: blue;
- text-align: left;
- background-color: #fff;
- vertical-align: -10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement