diff options
Diffstat (limited to 'static/css/fullscreen2.css')
| -rw-r--r-- | static/css/fullscreen2.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/static/css/fullscreen2.css b/static/css/fullscreen2.css new file mode 100644 index 0000000..dfd3436 --- /dev/null +++ b/static/css/fullscreen2.css @@ -0,0 +1,42 @@ +* { + margin: 0; + padding: 0; + font: 60px "Gotham Black", Arial, sans-serif; + color: #fff; +} + +img { + border: none; +} + +body { + overflow: hidden; /* Needed to eliminate scrollbars */ +} + +#content { + margin: 0px auto; + height: 100px; + width: 100%; + bottom: 5%; + background-color: #262626; + border-top: 3px solid #4f4f4f; + border-bottom: 3px solid #4f4f4f; + position: absolute; +} + +#contentframe { + text-align: center; +} + +/* Supersize Plugin Styles */ +#supersize img, +#supersize a { + height: 100%; + width: 100%; + display: none; +} + +#supersize .activeslide, +#supersize .activeslide img { + display: inline; +} |
