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/cmt.alanwaldron.com/css/color/green-2.css
/* -------------------------------------------

	Name: 		App ollo
	Author:		"Miller Digital Design" Nazar Miller
    Support:    miller.themes@gmail.com
	   		   
--------------------------------------------- */

.preloader,
.download,
.video,
.stats,
.features .future h4 i,
header,
.theme-background,
.team-item,
.panel-heading,
.waves .circle,
.scrolled,
.blog-item,
.color,
.optimal,
.masc,
.header-masc,
.pagination .active a {
    background: linear-gradient(45deg, hsla(148, 92%, 41%, 1) 0%, hsla(148, 92%, 41%, 0) 70%),
    linear-gradient(135deg, hsla(137, 97%, 55%, 1) 10%, hsla(137, 97%, 55%, 0) 80%),
    linear-gradient(225deg, hsla(162, 100%, 41%, 1) 10%, hsla(162, 100%, 41%, 0) 80%),
    linear-gradient(315deg, hsla(141, 98%, 42%, 1) 100%, hsla(141, 98%, 42%, 0) 70%);
}

@media (max-width: 992px) {
    .navbar,
    .navbar-collapse {
        background: linear-gradient(45deg, hsla(148, 92%, 41%, 1) 0%, hsla(148, 92%, 41%, 0) 70%),
        linear-gradient(135deg, hsla(137, 97%, 55%, 1) 10%, hsla(137, 97%, 55%, 0) 80%),
        linear-gradient(225deg, hsla(162, 100%, 41%, 1) 10%, hsla(162, 100%, 41%, 0) 80%),
        linear-gradient(315deg, hsla(141, 98%, 42%, 1) 100%, hsla(141, 98%, 42%, 0) 70%);
    }
}

h4 .color {
    background-color: hsla(148, 92%, 41%, 1);
}

::-webkit-scrollbar-thumb {
    background: hsla(148, 92%, 41%, 1);
}

/*** transparent gradient ***/

.header-masc,
.masc {
    background: linear-gradient(45deg, hsla(148, 92%, 41%, .5) 0%, hsla(148, 92%, 41%, 0) 70%),
    linear-gradient(135deg, hsla(137, 97%, 55%, .5) 10%, hsla(137, 97%, 55%, 0) 80%),
    linear-gradient(225deg, hsla(162, 100%, 41%, .5) 10%, hsla(162, 100%, 41%, 0) 80%),
    linear-gradient(315deg, hsla(141, 98%, 42%, .5) 100%, hsla(141, 98%, 42%, 0) 70%);
}