1,545
edits
Happy 11th anniversary, screamer wiki!
(testing) |
No edit summary |
||
Line 914: | Line 914: | ||
border-color: #505050; | border-color: #505050; | ||
} | } | ||
.fp-section { | |||
width: 80%; | |||
margin: 20px auto; | |||
background-color: #ffffff; | |||
padding: 20px; | |||
border-radius: 10px; | |||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | |||
} | |||
/* Header styles */ | |||
.main-header { | |||
background-color: #4caf50; | |||
color: #ffffff; | |||
padding: 10px; | |||
text-align: center; | |||
font-size: 24px; | |||
font-weight: bold; | |||
margin-bottom: 20px; | |||
border-radius: 5px; | |||
} | |||
/* Content styles */ | |||
p { | |||
font-style: italic; | |||
font-weight: bold; | |||
} | |||
.mainpage-icons { | |||
display: flex; | |||
justify-content: space-around; | |||
flex-wrap: wrap; | |||
} | |||
.mainpage-icon { | |||
text-align: center; | |||
margin: 10px; | |||
} | |||
.mainpage-icon a { | |||
text-decoration: none; | |||
color: #333; | |||
} | |||
.mainpage-icon-img img { | |||
border-radius: 50%; | |||
border: 2px solid #4caf50; | |||
} | |||
/* Cursors */ | /* Cursors */ |
edits