diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:15:18 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:15:18 -0700 |
| commit | 60c5b44a85e3f87c4593a8b531e6c17b7fb98b98 (patch) | |
| tree | 4e17309553d35a8b146bcef74e60b8d27d923e94 /dash/css | |
| parent | f2fec1f19a183623f4027153f0b1aaf09103cae2 (diff) | |
| download | bulletin-60c5b44a85e3f87c4593a8b531e6c17b7fb98b98.tar.gz | |
Style ads.php (II)
Diffstat (limited to 'dash/css')
| -rw-r--r-- | dash/css/dash.css | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index de83447..2e10f4f 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -159,18 +159,60 @@ body { cursor: pointer; } #fulljob { - margin: 2em auto 2em auto; + margin: 2em auto 1em auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 50%; - height: 90%; + height: calc(100% - 5em); padding: 1em; box-shadow: 0px 0px 5px rgba(0,0,0,0.75); border-radius: 3px; background-color: #ffffff; - overflow-y: hidden; + overflow-y: auto; } +#fjheader { + text-align: center; + margin-bottom: 1em; +} +#fjheader p, #fjheader h3 { + margin: 0; +} +#fjbody { + border-top: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; + text-align: center; +} +#fjfooter { + margin-top: 1em; +} +#fjfooter p, #fjfooter h4 { + margin: 0; +} +#fjfleft { + float: left; + margin-right: 1em; +} +#fjfleft img { + margin-bottom: 1em; + width: 192px; + height: 192px; +} +#fjfleft p { + margin: 0; + font-size: 16pt; + text-align: center; +} +#fjfright { + text-align: center; +} +#fulljob a { + text-decoration: none; + color: #fb4d00; +} +#fulljob a:hover { + color: #fb7700; +} |
