Difference between revisions of "MediaWiki:Common.css"
From NoSQLZoo
Line 3: | Line 3: | ||
.q {font-weight: bold;} | .q {font-weight: bold;} | ||
.q .ans, .q .def, .q .res{font-weight: normal;} | .q .ans, .q .def, .q .res{font-weight: normal;} | ||
− | .q .ans, .q . | + | .q .ans, .q .def, .q .res {display: none;} |
− | .q . | ||
− | |||
− | |||
− | |||
− | |||
− | } | ||
.q .res{ | .q .res{ | ||
background: #dae5d9; | background: #dae5d9; |
Revision as of 14:15, 13 July 2015
/* CSS placed here will be applied to all skins */
.q {font-weight: bold;}
.q .ans, .q .def, .q .res{font-weight: normal;}
.q .ans, .q .def, .q .res {display: none;}
.q .res{
background: #dae5d9;
border: solid thin black;
border-radius: 0.5ex;
border-style: inset;
border-width: 1px;
box-shadow: 1px 1px 3px #3b434e;
color: #3b434e;
height: 10em;
margin-top: 1ex;
max-width: 100%;
overflow: auto;
padding: 1em;
resize: both;
}
div.res.waiting{
background-image: url(http://sqlzoo.net/design/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center center;
}
textarea{
margin: 1em 0;
}