User:PoliceSheep99/common.css

User:PoliceSheep99/common.css

created

New page

/* === Wikidata QID header box === */
#wikidata-qid-box {
padding: 6px 10px;
margin: 8px 0;
background: #f8f9fa;
border: 1px solid #a2a9b1;
border-left: 4px solid #36c; /* Wikidata blue accent */
font-size: 13px;
line-height: 1.4;
color: #202122;
}

/* Link styling inside the box */
#wikidata-qid-box a {
color: #36c;
text-decoration: none;
font-weight: 500;
}

#wikidata-qid-box a:hover {
text-decoration: underline;
}

/* Optional subtle hover emphasis */
#wikidata-qid-box:hover {
background: #f1f3f5;
}

/* Make sure it sits cleanly under the title */
#firstHeading + #wikidata-qid-box {
margin-top: 6px;
}