Research Realm:Main Page/Sandbox/styles.css
From Research Realm
/* styles.css */
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
.flex-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 20px;
max-width: 1200px;
margin: 0 auto;
}
.flex-item {
flex: 1 1 calc(33.333% - 20px);
box-sizing: border-box;
padding: 20px;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
h1 {
text-align: center;
color: #333;
margin-bottom: 20px;
}
.mp-box {
border-left: 1px solid #aaa;
border-right: 1px solid #aa0;
padding: 0 0.5em 0.5em;
margin-top: 4px;
}
.topictable1 {
border-collapse: collapse;
}
.topictable1 td, th {
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(255, 0, 255);
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(255, 0, 255);
padding: 0.5em;
width: 20%;
}
.topictable1 th {
text-align: center;
}
.topictable2 tr, td {
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(255, 255, 0);
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(255, 255, 0);
border-collapse: collapse;
}
.poop1 {
text-indent: 2em;
}
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-left {
flex: 1 1 20%;
margin: 2px;
}
}