User:LING/sandbox/Template:Test.css

From SIGNALIS Wiki
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.infobox-outer {
    float: right;
    width: 320px;
    border: 2px solid white;
    padding: 5px;
    margin: 0 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}
.infobox {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: transparent;
    margin: auto;
}
.infobox img {
    margin-bottom: 10px;
}
.infobox-table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}
.infobox-table td {
    border: 2px solid white;
    text-align: center;
    padding: 5px;
}
.infobox-table td.description {
    text-align: left;
}