2,124
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/* Styling for the two boxes on top of the game links */ | |||
.header-boxes-container { | |||
width: 100%; | |||
background: none; | |||
line-height: 200%; | |||
text-align: center; | |||
font-size: 20px; | |||
display: flex; | |||
margin: 15px; | |||
} | |||
.mainpage-header-boxes { | |||
width: 100%; | |||
padding: 6px; | |||
margin: 10px; | |||
text-align: left; | |||
} | |||
.mainpage-left-box { | |||
border: 3px solid #e65c00; | |||
background: rgba(194, 166, 105, 0.42); | |||
vertical-align: top; | |||
} | |||
.mainpage-right-box { | |||
border: 3px solid #009933; | |||
background: rgba(57, 144, 113, 0.42); | |||
float: right; | |||
margin-right: 40px; | |||
} | |||
/* List styling defaults */ | /* List styling defaults */ |