contributors, Interface administrators, uploadaccess
875
edits
No edit summary |
No edit summary |
||
Line 275: | Line 275: | ||
<!--- Aptitude testing area ---> | <!--- Aptitude testing area ---> | ||
/* Custom CSS for the table */ | |||
.aptitude-table { | .aptitude-table { | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | |||
/* Add borders to the entire table to separate elements */ | |||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
} | } | ||
/* Style the box for "Base Aptitude" */ | |||
.aptitude-box { | .aptitude-box { | ||
border: 2px solid #007BFF; | border: 2px solid #007BFF; | ||
Line 291: | Line 291: | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); | box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); | ||
} | } | ||
. | /* Style the box for "Fellow Icons" */ | ||
.fellow-icons-box { | |||
border: 2px solid #FFA500; /* Orange border for Fellow Icons */ | |||
border-radius: 8px; | |||
padding: 15px; | |||
background-color: #FFA500; /* Orange background for Fellow Icons */ | |||
color: white; | |||
font-weight: bold; | font-weight: bold; | ||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); | |||
} | } |