Difference between revisions of "MediaWiki:Common.css"
From DIQA-Homepage
| Line 6: | Line 6: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
| − | width: | + | width: 2.2ex; |
| − | height: | + | height: 2.2ex; |
| − | font-size: | + | font-size: 2ex; |
| − | + | border-radius: 3ex; | |
| − | border-radius: | ||
margin-right: 4px; | margin-right: 4px; | ||
| − | padding: | + | padding: 2px; |
| − | color: | + | color: white; |
| − | background: | + | background: lightgray; |
| − | border: 1px solid | + | border: 1px solid gray; |
text-decoration: none; | text-decoration: none; | ||
| + | margin-left: 5px; | ||
} | } | ||
.infolink:hover:before | .infolink:hover:before | ||
{ | { | ||
| − | color: | + | color: lightgray; |
| − | background: | + | background: white; |
border-color: white; | border-color: white; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Revision as of 10:59, 3 August 2020
.infolink:before
{
content: '?';
display: inline-block;
font-family: sans-serif;
font-weight: bold;
text-align: center;
width: 2.2ex;
height: 2.2ex;
font-size: 2ex;
border-radius: 3ex;
margin-right: 4px;
padding: 2px;
color: white;
background: lightgray;
border: 1px solid gray;
text-decoration: none;
margin-left: 5px;
}
.infolink:hover:before
{
color: lightgray;
background: white;
border-color: white;
text-decoration: none;
}