Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
(gloss; tbox)
Line 5: Line 5:
 
.gloss {
 
.gloss {
 
     border-bottom: 1px dotted;
 
     border-bottom: 1px dotted;
 +
}
 +
 +
.gloss:hover {
 +
    color: #fc0;
 +
    border-bottom: none;
 
}
 
}
  

Revision as of 19:02, 21 February 2011

.js-only {
    display: none;
}

.gloss {
    border-bottom: 1px dotted;
}

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

.tbox {
    color: black;
    background-color: #eee;
}

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