Untitled
unknown
html
2 years ago
2.1 kB
12
Indexable
<style type="text/css">
.wrapper { background:#fafafa;}
#examAllQuestions { background:transparent !important; }
.site-header.main-header.menu-type-standard-menu.is-sticky.site-header--sticky-absolute.site-header--sticky-initialized {
display: none;
}
.site-header.main-header.menu-type-standard-menu.is-sticky.site-header--sticky-initialized.site-header--sticky-fixed.site-header--sticky-active {
display: none;
}
.site-footer.main-footer.footer-bottom-horizontal.site-footer-inverted.main-footer-inverted {
display: none;
}
.site-header--sticky-spacer {
display: none;
}
.sabit-kutu {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background-color: #f1f1f1;
text-align: center;
padding: 10px;
display: flex;
justify-content: center;
}
form {
background-color: #fff;
border-radius: 5px;
padding: 20px;
}
.soru {
margin-bottom: 20px;
}
.soru p {
font-weight: bold;
margin-bottom: 10px;
}
.soru ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.soru li {
margin-bottom: 10px;
}
input[type="radio"] {
margin-right: 5px;
}
label {
cursor: pointer;
}
input[type="submit"] {
background-color: #333;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #555;
}
.stpBtn {
border-radius: 15px;
width: 140px;
height: 30px;
background-color: #b42d2d;
border: 0px;
color: #fff;
}
</style>
<div class="sabit-kutu">
<div id="counter" style="font-size: 22px;margin-right: 56px">00:00</div>
<span style="margin-right: 56px">Sayfayı kapatmayın ya da yenilemeyin</span> <button class="stpBtn" data-examid="<?php echo get_the_ID(); ?>" data-nonce="<?php echo wp_create_nonce("lm_exam_nonce"); ?>" data-type="finish" onclick="stopExam(this)">Sınavı Bitir</button>
</div>
Editor is loading...