D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
apply-old.css
back
Copy
body{ background: url('images/slider-1024x423.jpg'); background-size: cover; font-family: sans-serif; } .row{ display: flex; padding: 10px; margin: 10px; justify-content: space-between; } label{ display: block; width: 90%; font-size: 100%; font-weight: bolder; } .col-md-1{ width: 8.3%; } .col-md-2{ width: 16.6%; } .col-md-3{ width: 24.9%; } .col-md-4{ width: 32.2%; } .col-md-5{ width: 41.5%; } .col-md-6{ width: 49.8%; } input, select{ width: 90%; height: 30px; border: 1px solid #36929d; border-radius: 5px; outline: none; padding: 3px; } textarea{ width: 90%; height: 80px; border: 1px solid #36929d; border-radius: 5px; outline: none; padding: 3px; } textarea:hover{ border: 1px solid #9d4c4c; } textarea:focus{ box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1); } input:hover{ border: 1px solid #9d4c4c; } input:focus{ box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1); } select:hover{ border: 1px solid #9d4c4c; } select:focus{ box-shadow: 0 0 5px rgba(81, 203, 238, 1); border: 1px solid rgba(81, 203, 238, 1); } .box{ width: 80%; margin: auto; background-color: white; padding: 10px; border: 1px solid rgba(81, 203, 238, 1); border-radius: 10px; box-shadow: 0 0 2px #009688; } .btn{ outline: none; border: 1px; padding: 10px; margin: 20px; } .btn-success{ color: white; background: #4caf50; border:1px solid #4caf50; border-radius: 5px; } .btn-success:hover{ color: white; background: #b3d8b5; border:1px solid #4caf50; border-radius: 5px; cursor: pointer; }