| Mega Moolah |
88.12% |
body {
font-family: Arial;
font-size: 14px;
line-height: 1.6;
margin: 20px;
color: #333333;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
table th,
table td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
table th {
background-color: #f2f2f2;
}
h1,
h2,
h3 {
color: #5a5a5a;
}
ul {
list-style-type: square;
margin-left: 20px;
}
footer {
font-size: 12px;
color: #888888;
text-align: center;
margin-top: 40px;
}
.footer-links a {
color: #5F8BFF; /* Custom link color */
text-decoration: none; /* Remove underline from links */
}
.footer-links a:hover {
text-decoration: underline; /* Underline links on hover */
}
img{
max-width :100%;
height:auto
}
#timeline { width :1000 px;}
#timeline td{border :solid black ; border-width :0 px ; border-style :outset;}
#timeline tbody tr:nth-child(odd){background-color :#eeeeee;}
#timeline tbody tr:nth-child(even){background-color :#ffffff;}
hr { border-top :solid gray ; height :0 px ; }
.button { padding :10 px ; background-color :#5F8BFF ; color:white ; font-weight:bold ; border:none ; border-radius :5 px ; cursor:pointer;}
.button:hover { background-color :#007BFF;}
.input-field {padding :10 px; width :300 px;}
input[type=”submit”], input[type=”button”] { margin-top :10 px;}
input[type=”checkbox”] { margin-right :5 px;}
@media (max-width :600 px) {
body { font-size :14 px;}
}
@media (min-width :601 px) {
body { font-size :16 px;}
}
.native-ad-container { margin-bottom :30 px;}
.nota-box{ padding-bottom :20 PX ; }
.nota-head{ color:#7D989C; }
.native-ad-text{ font-size:x-small; }
.native-ad-title{ font-size:x-large; color:#607D8B; }
* {box-sizing:border-box;}
.container{width:auto;padding-left:auto;padding-right:auto;margin-left:auto;margin-right:auto;background-color:white;color:black;border-radius:.25rem;border:.125rem solid lightgray;}
.container-header{padding:.75rem;color:white;background-color:#007bff;font-weight:bold;border-top-left-radius:.25rem;border-top-right-radius:.25rem;}
.container-content{padding:.75rem;color:black;}
body{height:max-content;}
$(document).ready(function(){
$(“.show-hide”).hide();
$(“#toggle-button”).click(function(){
$(“.show-hide”).toggle();
});
});
$(document).ready(function() {
$(“.card”).hover(function() {
$(this).find(“.card-content”).fadeToggle(200);
});
});
$(document).ready(function() {
$(“img”).on(“error”, function() {
$(this).attr(“src”, “default-image.png”);
});
});
Previous History Section – Showing Previous History Info Here…