Common.css: Difference between revisions
From NoSQLZoo
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.q .ans {display: none;} | .q {font-weight: bold;} | ||
.q .ans {display: none; font-weight: normal;} | |||
.q .res { | .q .res { | ||
background: #dae5d9; | background: #dae5d9; | ||
border: solid thin black; | border: solid thin black; | ||
border-radius: 0.5ex; | border-radius: 0.5ex; | ||
border-style: inset; | border-style: inset; | ||
border-width: 1px; | border-width: 1px; | ||
box-shadow: 1px 1px 3px #3b434e; | |||
color: #3b434e; | |||
font-weight: normal; | |||
height: 10em; | height: 10em; | ||
margin-top: 1ex; | |||
overflow: auto; | overflow: auto; | ||
padding: 1em; | |||
} | } | ||
div.res.waiting{ | div.res.waiting{ |
Revision as of 16:32, 10 July 2015
/* CSS placed here will be applied to all skins */
.q {font-weight: bold;}
.q .ans {display: none; font-weight: normal;}
.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;
font-weight: normal;
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;
}