D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
public_html
/
wp-content
/
plugins
/
wp-database0
/
Filename :
style.css
back
Copy
.wrap th { display: none; } .wrap td { padding: 0px; } #wpbody, #wpcontent { background: #e7f3eb; } h1 { color: white; } .settings { margin-bottom: 10px; color: white; border: 1px solid grey; background: #a0cdc7; padding: 20px; width: 600px; } .settingsheader { margin-top: 30px; margin-bottom: 10px; color: white; border: 1px solid grey; background: #6c9892; padding: 8px 20px; width: 600px; } .settingsheader h1 { font-size: 26px; font-weight: 400; margin: 0; padding: 0; line-height: 30px; } input[type="text"] { padding: 10px; letter-spacing: 1px; margin: 10px 0; } .small-label { padding: 0px 0px 0px 0px; font-weight: 600; } .desc { font-size: 14px; color: white; display: block; margin-bottom: 10px; } .dropdown { height: 36px!important; width: 340px; } .wp-admin select { width: 340px; } .container { color: white; line-height: 25px; display: block; position: relative; padding-left: 35px; margin-bottom: 0px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; } .container:hover input ~ .checkmark { background-color: #e4f3ea; } .container input:checked ~ .checkmark { background-color: #2196F3; } .checkmark:after { content: ""; position: absolute; display: none; } .container input:checked ~ .checkmark:after { display: block; } .container .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } input[type=submit] { background-color: #2196F3; border: 0; border-radius: 5px; cursor: pointer; color: #fff; font-size:16px; font-weight: bold; line-height: 1.4; padding: 10px; width: 180px } input[type=submit]:hover { background-color: #2196F3; box-shadow: 1px 1px 6px grey; }