User:Icarustwine/common.css

< User:Icarustwine
Revision as of 13:26, 10 January 2019 by Icarus (talk | contribs)

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.
/* Table */

	.table-wrapperblu {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	tableblu {
		margin: 0 0 2em 0;
		width: 100%;
	}

		tableblu tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.15);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.05);
			}

		tableblu td {
			padding: 0.75em 0.75em;
		}

		tableblu th {
			color: #ffffff;
			font-size: 1em;
			font-weight: bold;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		tableblu thead {
			border-bottom: solid 2px rgba(255, 255, 255, 0.15);
		}

		tableblu tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.15);
		}

		tableblu.alt {
			border-collapse: separate;
		}

			tableblu.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.15);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			tableblu.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			tableblu.alt thead {
				border-bottom: 0;
			}

			tableblu.alt tfoot {
				border-top: 0;
			}