Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "MediaWiki:Common.css"

From NoSQLZoo
Jump to: navigation, search
Line 2: Line 2:
 
.q .ans {display: none;}
 
.q .ans {display: none;}
 
.q .res {
 
.q .res {
     background: white;  
+
     background: #dae5d9;
 
     border: solid thin black;
 
     border: solid thin black;
    display: none;
 
 
     margin: 1% 0%;
 
     margin: 1% 0%;
 
     padding: 1%;
 
     padding: 1%;

Revision as of 17:04, 10 July 2015

/* CSS placed here will be applied to all skins */
.q .ans {display: none;}
.q .res {
    background: #dae5d9;
    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;
}
div.res.waiting{
   background-image: url(http://sqlzoo.net/design/ajax-loader.gif);
   background-repeat: no-repeat;
   background-position: center center;
}