Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
Line 4: Line 4:
  
 
.gloss {
 
.gloss {
     color: #88f;
+
     color: #66f;
 
}
 
}
  

Revision as of 07:12, 28 February 2011

.js-only {
    display: none;
}

.gloss {
    color: #66f;
}

.gloss:hover {
    color: #fa0;
}

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

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