contributors, Interface administrators, uploadaccess
875
edits
No edit summary |
No edit summary |
||
Line 276: | Line 276: | ||
----- | ----- | ||
/* Style the aptitude table */ | /* Style the aptitude table container */ | ||
.aptitude-table { | .aptitude-table { | ||
display: flex; | |||
align-items: center; | |||
width: 100%; | width: 100%; | ||
background-color: #f0f0f0; | |||
border: 1px solid #ccc; | |||
border-radius: 5px; | |||
padding: 10px; | |||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | |||
} | } | ||
/* Style | /* Style the aptitude box for "Base Aptitude" */ | ||
.aptitude- | .aptitude-box { | ||
border: 2px solid #007BFF; | |||
border-radius: 8px; | |||
padding: 15px; | |||
background-color: #007BFF; | background-color: #007BFF; | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
margin-right: 20px; | |||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); | |||
} | } | ||
/* Style | /* Style the fellow icons container */ | ||
.aptitude- | .aptitude-fellow-icons { | ||
font-weight: bold; | |||
font-size: 20px; | |||
} | } |