Difference between revisions of "MediaWiki:Common.css"
From NoSQLZoo
Line 8: | Line 8: | ||
border: 1px dashed #666; | border: 1px dashed #666; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
− | |||
padding: 1px 2px; | padding: 1px 2px; | ||
} | } | ||
Line 28: | Line 27: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center center; | background-position: center center; | ||
+ | } | ||
+ | textarea{ | ||
+ | margin: 2em 0; | ||
} | } |
Revision as of 16:39, 10 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 {display: none;}
.q .def{
background: #EEE none repeat scroll 0% 0%;
border: 1px dashed #666;
font-size: 1.1em;
padding: 1px 2px;
}
.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;
overflow: auto;
padding: 1em;
}
div.res.waiting{
background-image: url(http://sqlzoo.net/design/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center center;
}
textarea{
margin: 2em 0;
}