Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
Line 28: Line 28:
  
 
.tbox-fieldcontent {
 
.tbox-fieldcontent {
     padding: 0 0.5em 1em;
+
     padding: 0.25em 0.5em 0.5em;
 
}
 
}

Revision as of 01:01, 26 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: 1em auto;
}

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

.tbox-fieldcontent {
    padding: 0.25em 0.5em 0.5em;
}