contributors, Interface administrators, uploadaccess
875
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 271: | Line 271: | ||
.blur > figcaption:empty { | .blur > figcaption:empty { | ||
display: none; | display: none; | ||
} | |||
<!--- Aptitude testing area ---> | |||
.aptitude-table { | |||
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); | |||
} | |||
.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); | |||
} | |||
.aptitude-fellow-icons { | |||
font-weight: bold; | |||
font-size: 20px; | |||
} | } |