User:Kernst/common.css

From MozillaWiki
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.
.calloutUp
{
    height: 0;
    width: 0;
    border-bottom: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 10;
}
.calloutUp2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 11;
}
.calloutDown
{
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 11;
}
.calloutDown2
{
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 10;
}
.divContainerUp
{
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: -1px;
    z-index: 9;
    width: 500px;
    padding: 4px;
}
.divContainerDown
{
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: 1px;
    z-index: 3;
    width: 500px;
    padding: 4px;
}
.divContainerMain
{
    background-color: #ccccff;
    padding: 8px;
}