HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_domains/robingehrismd.com/assets/css/colors/green.css
body {
  background-color: #eae8e7;
  color: #767270;
}

/* 
***** Sidebar  *****
*/
.sidebar {
  color: #ffffff;
  background-color: #1abc9c;
}
.sidebar .heading nav .button-collapse i {
  background-color: #1abc9c;
}
.sidebar .heading nav .side-nav h3 {
  color: #1abc9c;
}
.sidebar .heading nav .side-nav li a:hover {
  color: #1abc9c;
}
.sidebar .info {
  border-bottom: 1px solid #248673;
}
.sidebar .skill-line .progress {
  background-color: #248673;
}

/* style for
***** Work Experience  *****
*/

.custom-content-wrapper span {
  color: #1abc9c;
}

/* style for
*****  Interests  *****
*/
.interests ul li .fa {
  color: #1abc9c;
}
/* style for
***** Portfolio website  *****
*/

.website span a {
  color: #1abc9c;
}

input[type=text]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1abc9c;
}
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1abc9c;
}
.waves-me:focus {
  background-color: #1abc9c;
  color: #fff;
}
.btn {
  margin-left: 10px;
  background-color: #1abc9c;
}
.btn:hover,
.btn:focus {
  background-color: #1abc9c;
}

.btn.disabled {
    background-color: #1abc9c;
    color: #fff;
    cursor: default;
}
.btn.disabled:focus {
    background-color: #1abc9c;
    color: #fff;
    cursor: default;
}
.btn.disabled:hover {
    background-color: #1abc9c;
    color: #fff;
    cursor: default;
}