|
|
Line 271: |
Line 271: |
| .blur > figcaption:empty { | | .blur > figcaption:empty { |
| display: none; | | display: none; |
| }
| |
|
| |
|
| |
| -----
| |
|
| |
| /* Style the aptitude table container */
| |
| .aptitude-table {
| |
| display: flex;
| |
| align-items: center;
| |
| 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 the aptitude box for "Base Aptitude" */
| |
| .aptitude-box {
| |
| border: 2px solid #007BFF;
| |
| border-radius: 8px;
| |
| padding: 15px;
| |
| background-color: #007BFF;
| |
| color: white;
| |
| font-weight: bold;
| |
| margin-right: 20px;
| |
| box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
| |
| }
| |
|
| |
| /* Style the fellow icons container */
| |
| .aptitude-fellow-icons {
| |
| font-weight: bold;
| |
| font-size: 20px;
| |
| } | | } |