Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
html{
background-color:lightgray;
}
div.container{
margin-top: 50px;
width: auto;
height: auto;
}
.paragraphs,
.subHeader{
width: 60vw;
margin-left: 10vw;
font-size: 150%;
background-color: darkgrey;
padding: 25px;
}
.subHeader{
font: size 160%;;
background-color:lightgrey;
padding:0;
}
.title{
text-align: center;
font-size:270%;
}
*{
font-family: 'Oxygen', sans-serif;
color:black
}
.playButton{
background-color: #4CAF50;
border: none;
outline: none;
color: white;
padding: .75em 1em;
text-align: center;
font-size: 2.5em;
display:inline-block;
cursor: pointer;
margin-left: 10vw;
border-radius: 10px;
}
/*Code for question page begins*/
.hide{
display: none;
}
.resultsBox{
max-width: 45%;
max-height: 50%;
margin: 0 auto;
margin-right: 20px;
text-align: center;
border-radius: 10px;
padding-right: 25px;
margin-bottom: 0;
/*background: linear-gradient(to right,lightgreen 0%, lightgreen 52%, rgb(236, 236, 125)52%,rgb(236, 236, 125)100%);*/
background: linear-gradient(to right ,maroon 0%,rgb(218, 143, 143) 50%,rgba(255, 153, 150, 0),skyblue 50%,navy 100%),
linear-gradient(to right, darkgreen 0%,lightgreen 50%,rgba(255, 153, 150, 0),rgb(229, 229, 153) 50%,yellow 100%);
background-size: 100% 50%;
background-position: center top, center bottom;
background-repeat: no-repeat;
z-index:1;
position:absolute;
opacity: .95;
box-shadow: inset -.5px 1.0px 1px 31.25px white;
}
.cultureAxis{
max-width: 18%;
max-height:620px;
margin-left: 70%;
margin-top: 0%;
z-index: 3;
background-color: aliceblue;
padding: 1px;
}
.questionBox{
width: 60vw;
/*margin-left: 0vw;*/
font-size: 150%;
padding: 15px;
background-color: white;
margin: 0 auto;
text-align: center;
}
/*.resultsBox:before,.resultsBox:after{
position:absolute;
width:100%;
height:100%;
}
.resultsBox:after{
background: red;
box-shadow: 0 0 140px 64px red;
z-index:2;
top: -96%;
left: -72%;
opacity: 0.8;
}
.resultsBox:before{
background: white;
z-index: 3;
bottom: -96%;
right: -72%;
box-shadow: 0 0 140px 64px white;
opacity: 1;
border-radius: 100%;
}
.resultsBox::before{
max-width: 40em;
content:" ";
position:absolute;
margin:0 auto;
right: 0;
left: 50%;
top: 0;
bottom: 0;
z-index: 0;
}
*/
.quizButtons,
.strongAgree,
.agree,
.neutral,
.disagree,
.strongDisagree,
.results
{
background-color: lightslategray;
border: none;
outline: none;
color: white;
padding: 1em 1em;
font-size:larger;
width: 300px;
text-align: center;
border-radius: 10px;
margin: .25em;
}
.strongAgree:hover{
filter: brightness(50%);
}
.agree:hover{
filter: brightness(50%);
}
.neutral:hover{
filter: brightness(50%);
}
.disagree:hover{
filter: brightness(50%);
}
.strongDisagree:hover{
filter: brightness(50%);
}
.questionHeader{
text-align: center;
font-size:270%;
margin-bottom: 3%;
}
.captureButton{
background-color: lightslategray;
padding: 1em 1em;
font-size:larger;
width: 150px;
height: 100px;
text-align: center;
border-radius: 10px;
margin-top: 40%;
position: absolute;
}
#scorebox{
text-align: center;
}
.strongAgree{
background-color: darkgreen;
}
.agree{
background-color:rgb(66, 192, 66);
}
.neutral{
background-color: darkgray;
}
.disagree{
background-color: red;
}
.strongDisagree{
background-color: darkred;
}
.results{
background-color: aqua;
}
#question{
font-size: 130%;
}
.resultsHeader{
max-width: 50%;
text-align: center;
padding-bottom: .2cm;
margin: 0 auto;
border-radius: 3%;
margin-bottom: 1%;
margin-top: 2em;
font-size: 3ch;
}
.sectionBreak{
border: 0;
height: 2.5px;
background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
margin-bottom: 3em;
}
.label{
z-index: 3;
left: 71%;
position: relative;
}
.authLabel{
margin-left: 20%;
}
.barLabel{
max-width: 45%;
margin-right: 0%;
}
.authBarLabel{
margin-top: 0%;
max-width: 45%;
margin-left: 1%;
}
img{
margin-left: 0%;
}