190 lines
No EOL
3.5 KiB
CSS
190 lines
No EOL
3.5 KiB
CSS
/* t9.css - XHTML 5 */
|
|
body {
|
|
font-family: 'Montserrat', sans-serif;
|
|
background-color: #f4f4f9;
|
|
color: #2c3e50;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
output{
|
|
font-size: 30px;
|
|
}
|
|
|
|
main {
|
|
max-width: 960px;
|
|
margin: 40px auto;
|
|
padding: 20px;
|
|
background-color: white;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
min-height: 50vw;
|
|
}
|
|
|
|
button {
|
|
padding: 25px 20px;
|
|
border: none;
|
|
background-color: #e74c3c;
|
|
color: white;
|
|
cursor: pointer;
|
|
border-radius: 40px;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
|
|
}
|
|
|
|
button:hover {
|
|
background-color: #ff9900;
|
|
transform: translateY(-5px);
|
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
button:active {
|
|
transform: translateY(2px);
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: 25px;
|
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
table {
|
|
width: 100;
|
|
border-collapse: collapse;
|
|
border: 3px solid #ff9900;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
|
transition: box-shadow 0.3s ease;
|
|
margin: 20px 0;
|
|
}
|
|
table:hover {
|
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
td, th {
|
|
padding: 30px;
|
|
text-align: left;
|
|
border: 1px solid #ff9900;
|
|
font-size: 20px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
td {
|
|
background-color: #ecf0f1;
|
|
}
|
|
|
|
th {
|
|
background-color: #ff9900;
|
|
color: white;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
a{
|
|
color: #fda500;
|
|
}
|
|
|
|
a:visited{
|
|
color: #e74c3c;
|
|
}
|
|
|
|
|
|
div.score-button{
|
|
margin-top: 2vh;
|
|
margin-bottom: 2vh;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 15px;
|
|
background-color: #fda500;
|
|
color: white;
|
|
font-weight: bolder;
|
|
font-size: xx-large;
|
|
width: 100;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
|
transition: box-shadow 0.3s ease;
|
|
}
|
|
div.score-button:hover {
|
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
color: white;
|
|
width: 100%;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
bottom: 0px !important;
|
|
position: fixed !important;
|
|
}
|
|
|
|
footer p{
|
|
font-size: 14px;
|
|
background-color: #fda500;
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
margin-bottom: 1vh;
|
|
}
|
|
|
|
|
|
|
|
/* Left Ads */
|
|
.ad-moderne-left {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 10vw;
|
|
height: fit-content;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 10px 0;
|
|
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
/* Right Ads */
|
|
.ad-moderne-right {
|
|
margin-top: 20vw;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 10vw;
|
|
height: fit-content;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 10px 0;
|
|
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
|
|
z-index: 10;
|
|
}
|
|
|
|
/* Ad Content */
|
|
.ad-container {
|
|
margin: 10px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.ad-moderne img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
z-index: 11;
|
|
}
|
|
|
|
.ad-moderne{
|
|
display: block !important;
|
|
} |