Difference between revisions of "MediaWiki:Common.css"
From NoSQLZoo
Line 18: | Line 18: | ||
border-style: inset; | border-style: inset; | ||
border-width: 1px; | border-width: 1px; | ||
− | height: | + | height: 10em; |
overflow: auto; | overflow: auto; | ||
} | } |
Revision as of 12:52, 10 July 2015
/* CSS placed here will be applied to all skins */
.q .ans {display: none;}
.q .res {
background: white;
border: solid thin black;
margin: 1% 0%;
padding: 1%;
}
div.res{
margin-top: 1ex;
background: #dae5d9;
color: #3b434e;
border: none;
padding: 1em;
border-radius: 0.5ex;
box-shadow: 1px 1px 3px #3b434e;
border-style: inset;
border-width: 1px;
height: 10em;
overflow: auto;
}