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: 1.8ex;
+
     width: 2.2ex;
     height: 1.8ex;
+
     height: 2.2ex;
     font-size: 1.4ex;
+
     font-size: 2ex;
    line-height: 1.8ex;
+
     border-radius: 3ex;
     border-radius: 1.2ex;
 
 
     margin-right: 4px;
 
     margin-right: 4px;
     padding: 1px;
+
     padding: 2px;
     color: blue;
+
     color: white;
     background: white;
+
     background: lightgray;
     border: 1px solid blue;
+
     border: 1px solid gray;
 
     text-decoration: none;
 
     text-decoration: none;
 +
    margin-left: 5px;
 
}
 
}
  
 
.infolink:hover:before
 
.infolink:hover:before
 
{
 
{
     color: white;
+
     color: lightgray;
     background: blue;
+
     background: white;
 
     border-color: white;
 
     border-color: white;
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 11: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;
}