MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 280: Line 280:
}
}
.external-link-icon {
.external-link-icon {
     text-align: center; /* Center align the content */
     display: inline-block; /* Display the icon next to the title */
     display: flex; /* Use flexbox */
     width: 20px; /* Adjust the width as needed */
     justify-content: center; /* Center the items horizontally */
     height: 20px; /* Adjust the height as needed */
     align-items: center; /* Center the items vertically */
     margin-left: 10px; /* Space between the title and icon */
    height: 50px; /* Adjust as needed for your design */
}
}


.external-link-icon a {
.external-link-icon img {
     display: inline-block; /* Inline-block for the anchor tag */
     width: 100%;
    height: auto;
}
}


Navigation menu