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/public_html/aw/math/css/math.css
body {
	font-family:Helvetica;
	font-weight:bold;
	font-size:14px;
	margin: 0;
	padding: 0;
	background-image: url(../img/dots.jpg);
	background-color: #F3F3F3;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.zoom {
	transform: scale(1);
	position: relative;
	overflow: hidden;
	transform-origin: 50% 0;
	position: absolute;
	top:0px;
	left:0;
	width:100%;
}

#stats {
	position: absolute;
	top:0;
	left:0;
	background: #2862c4;
	color:#FFFFFF;
	padding:4px 0;
	width:100%;
	display:none;
}
#settings {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width:100%;
	display: none;
	text-align: center;
	/* background: #FFFFFF; */
}
#settings-inner {
	text-align: left;
	margin:0 auto; 
	padding:20px; 
	display:inline-block;
	background: #FFFFFF;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: solid 1px #EEEEEE;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
}

#settings input {
	border:solid 1px #CCCCCC;
	font-size:12px;
	padding:4px;
}

.card {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: solid 1px #EEEEEE;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
	padding:30px 30px;
	clear:both;
	background: #FFFFFF;
}

table.problem {
	font-size:85px;
	font-family:Helvetica;
	font-weight:bold;
	line-height: 0.9em;
}
#myAnswer { 
	text-align:right;
	width:145px;
	font-size:85px;
	font-family:Helvetica;
	font-weight:bold;
	margin: 0;
	padding: 0;
} 

#timer {
	text-align:center;
	color:#808080;
	font-size:18px;
	background: #FFFFFF;
	border:solid 1px #EEEEEE;
	-webkit-border-radius: 50%;
	border-radius: 50%;	
	width:30px;
	height:26px;
	padding-top:4px;
	margin:0 10px;
	display: inline-block;
}

a.reload {
	float:right;
	color:#FFFFFF;
	display: inline-block;
	padding:4px 8px;
	border:solid 1px #FFFFFF;
	background: url(../img/white25.png);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right:8px;
	margin-top:3px;
	font-size:0.85em;
	text-decoration: none;
	font-weight: normal;
}

#response {
	width: 250px;
	text-align: left;
	font-size:15px;
	margin:10px 0;
	color:#ffffff;
	padding:4px 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.respRight {
	background-color: #5cb963;
}
.respWrong {
	background-color: #9e3333;
}
.respAgain {
	background-color: #626262;
}

#ansCorrect, #ansWrong, #nextLink {
	display: none;
}


.numBtn {
	text-align:center;
	color:#000000;
	font-size:40px;
	clear:both;
	background: #FFFFFF;
	border:solid 1px #EEEEEE;
	-webkit-border-radius: 50%;
	border-radius: 50%;	
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	width:54px;
	height:50px;
	padding-top:4px;
	margin:2px;
}

.numBtn img {
	max-width: 60%;
	margin: 15% auto;
}

	.link {
		display: inline-block;
		width:150px;
		padding:8px 20px;
		margin:6px;
		background: #fa97d6;
		color:#4d153d;
		font-weight: bold;
	}
	.link:hover {
		background: #ffCC00;
	}
	input { outline: none; border:0; }

table#options {
}
table#options tr {
	border-bottom:solid 1px #666666;
	padding:0 5px;
	height:50px;
}

#close-settings {
	
}

#game {
	display:none;
}

#welcome {
	margin-top:10%;
}
.button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            font-size:16px;
            padding:0.5em;
            width:160px;
            margin-top:20px;
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

#settings input,
#settings select {
	font-size:16px;
}


.bg-preview {
	display: inline-block;
	width:40px;
	height:40px;
	border:solid 1px #CCCCCC;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.bg-preview:hover {
	border:solid 1px #42B8DD;
	cursor: pointer;
}