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

MediaWiki:Common.css

From NoSQLZoo
Revision as of 19:31, 10 July 2015 by 40166222 (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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 .res {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: 1em 0;
}