Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
(changing underline style for glosses)
("cursor: help" for glosses)
Line 5: Line 5:
 
.gloss {
 
.gloss {
 
     border-bottom: #999 dashed 1px;
 
     border-bottom: #999 dashed 1px;
 +
    cursor: help;
 
}
 
}
  

Revision as of 10:56, 28 June 2011

.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;
}

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