|
|
Line 271: |
Line 271: |
| .blur > figcaption:empty { | | .blur > figcaption:empty { |
| display: none; | | display: none; |
| }
| |
|
| |
| <!--- Aptitude testing area --->
| |
|
| |
| /* Custom CSS for the table */
| |
| .aptitude-table {
| |
| width: 100%;
| |
| border-collapse: collapse;
| |
| /* Add borders to the entire table to separate elements */
| |
| border: 1px solid #ccc;
| |
| }
| |
|
| |
| /* Style the box for "Base Aptitude" */
| |
| .aptitude-box {
| |
| border: 2px solid #007BFF;
| |
| border-radius: 8px;
| |
| padding: 15px;
| |
| background-color: #007BFF;
| |
| color: white;
| |
| font-weight: bold;
| |
| 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;
| |
| box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
| |
| } | | } |