Sha256: 0005d6fa748785c992d9bfdcafd96e993db06890b6a0c07e11c577818e16e4b7
Contents?: true
Size: 1.79 KB
Versions: 8
Compression:
Stored size: 1.79 KB
Contents
html, body, body > center { width: 100%; height: 100%; margin: 0px; padding: 0px; } body { background-color: #0c1219; color: #ffffff; font-family: "Open Sans"; font-size: 12px; } h1 { font-family: "Raleway"; } a:link, a:visited { color: #a7f4ff; } a:hover, a:active { color: #ffffff; } .actions { margin-bottom: 25px; } .button { background-color: lightgrey; color: black; border: 1px solid black; border-radius: 3px; padding: 4px 12px 4px 12px; &:link, &:visited { text-decoration: none; color: black; cursor: default; } } .button-danger { @extend .button; background-color: darkred; } table > thead > tr > th { text-align: left; } .flash-message { border: 1px solid black; border-radius: 3px; padding: 12px; margin-bottom: 25px; &.flash-error { background-color: #5a0b0b; } &.flash-notice { background-color: #0b5a16; } } table.main { width: 1000px; height: 100%; border-collapse: separate; border-spacing: 0px; border-left: 1px solid black; border-right: 1px solid black; td.main-logo { background: linear-gradient(#384a54, #23313a); color: #ffffff; font-size: 36px; padding: 22px; font-family: "Raleway"; } td.main-menu { background: linear-gradient(#1c2836, #0d141c); padding: 12px; border-top: 1px solid black; border-bottom: 1px solid black; a:link, a:visited { color: #ffffff; text-decoration: none; margin-right: 16px; } a:hover, a:active { color: steelblue; text-decoration: none; } } td.main-content { padding: 12px; height: 100%; vertical-align: top; background-color: #293740; } td.main-bottom { background: linear-gradient(#1c2836, #0d141c); padding: 12px; text-align: center; } }
Version data entries
8 entries across 8 versions & 1 rubygems