diff options
Diffstat (limited to 'static/css/shared/core.css')
| -rw-r--r-- | static/css/shared/core.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css index 0c729e06..8e65c00f 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -51,6 +51,8 @@ a:active { color: #df23c4; } + + button { background: #4444b1; color: #fff; @@ -165,6 +167,38 @@ img { border-top: 1px solid #fff; } +/* Header Banner */ +.header-banner { + position: relative; + padding: 20px 0px; +} + +/* Link Button Mimic a Link */ +.link-button { + color: #8d8dff; + text-decoration: none; + cursor: pointer; + background-color: transparent; + border: none; + padding: 0; + font: inherit; + outline: none; +} + +.link-button:hover { + color: #df23c4; + background-color: transparent; + text-decoration: underline; +} + +.link-button:active { + color: #8d8dff; +} + +.link-button:focus { + outline: none; +} + /* Pamphlet Ads */ .pamphlet-big { width: 200px; |
