UnBooks:Main Page/styles.css
Jump to navigation
Jump to search
.topheader {
background: linear-gradient(to bottom,#c0e2f9, #A7D7F8);
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
text-align: center;
overflow: hidden;
border:8px groove #88c1e8;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 0.8rem;
}
.header {
background: linear-gradient(to bottom,#c0e2f9, #A7D7F8);
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
text-align: center;
overflow: hidden;
border:4px solid #88c1e8;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.8rem;
}
.spheader {
background: linear-gradient(to bottom,#c0e2f9, #A7D7F8);
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
text-align: center;
overflow: hidden;
border:4px solid #88c1e8;
font-size: 1.2rem;
font-weight: bold;
margin-top: 0.8rem;
}
.container {
width:100%; border-spacing:10px 0px;
/* thank you donald trump for this code below. if it wasn't for you, i'd been stuck here FOREVER. */
grid-template-columns: repeat(3, 1fr);
display: grid;
grid-auto-rows: auto;
grid-column-gap: 0.6rem;
grid-row-gap: 0.6rem;
margin-top: 0.8rem;
}
.container2 {
width:100%; border-spacing:10px 0px;
margin-top: 0.8rem;
}
.buttons {
background: linear-gradient(to bottom,#c0e2f9, #A7D7F8);
padding:10px;
vertical-align:top;
border:8px groove #88c1e8;
width:50%;
text-align:center;
border-radius: 25px;
}
.poster {
padding:10px;
vertical-align:top;
background: linear-gradient(to bottom,#d9eefc, #c0e2f9);
border:4px solid #A7D7F8;
}
.poster2 {
padding:10px;
vertical-align:top;
background: linear-gradient(to bottom,#e5f1f9, #d9eefc);
border:4px solid #A7D7F8;
}
.sisterprojects {
padding:10px;
vertical-align:top;
background: linear-gradient(to bottom,#e5f1f9, #d9eefc);
border:4px solid #A7D7F8;
}
/* [[Category:UnProjects stylesheets]] */