Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
(Let's see if this makes translation boxes easier to distinguish)
Line 17: Line 17:
 
     background-color: #eee;
 
     background-color: #eee;
 
     border: 2px solid black;
 
     border: 2px solid black;
 +
    margin-bottom: 1em;
 
}
 
}
  

Revision as of 22:26, 24 September 2012

.js-only {
    display: none;
}

.gloss {
    border-bottom: #999 dashed 1px;
    cursor: help;
}

.gloss:hover {
    color: #fa0;
    border-bottom: none;
}

.tbox {
    color: black;
    background-color: #eee;
    border: 2px solid black;
    margin-bottom: 1em;
}

.tbox-fieldtitle {
    color: white;
    background-color: #44a;
    font-weight: bold;
}