Difference between revisions of "MediaWiki:Common.css"

From Learning Languages Through Video Games
Jump to navigationJump to search
(going back to dotted underlines for glosses)
(what if we make the border 1px?)
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
.gloss {
 
.gloss {
     border-bottom: 1px dotted;
+
     border-bottom: #999 dashed 1px;
 +
    cursor: help;
 
}
 
}
  
Line 15: Line 16:
 
     color: black;
 
     color: black;
 
     background-color: #eee;
 
     background-color: #eee;
 +
    border: 1px solid black;
 +
    margin: 1em auto;
 
}
 
}
  
Line 21: Line 24:
 
     background-color: #44a;
 
     background-color: #44a;
 
     font-weight: bold;
 
     font-weight: bold;
 +
    padding: 0 0.5em;
 +
}
 +
 +
.tbox-fieldcontent {
 +
    padding: 0.25em 0.5em 0.5em;
 
}
 
}

Latest revision as of 05:31, 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: 1px 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;
}