MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 279: Line 279:
   position: relative;
   position: relative;
}
}
.article-external-link {
.external-link-icon {
     text-align: center; /* Center align the content */
     text-align: center; /* Center align the content */
     display: flex; /* Use flexbox */
     display: flex; /* Use flexbox */
Line 287: Line 287:
}
}


.article-external-link a {
.external-link-icon a {
     display: inline-block; /* Inline-block for the anchor tag */
     display: inline-block; /* Inline-block for the anchor tag */
}
.external-link-icon {
    display: inline-block; /* Display the icon next to the title */
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    margin-left: 10px; /* Space between the title and icon */
}
.external-link-icon img {
    width: 100%;
    height: auto;
}
}


Navigation menu