diff options
author | Marvin Borner | 2019-06-23 12:42:22 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-23 12:42:22 +0200 |
commit | 0740711fdeadb4765a2e1f495ed85b4846ef926f (patch) | |
tree | b320803d4dec601c359bcabf82e0c8bfae8c8d7e /presentation/css/style.css | |
parent | ce9c06fd5e41f77df6e0dbcc553e2ca290e20207 (diff) |
Began presentation
Diffstat (limited to 'presentation/css/style.css')
-rw-r--r-- | presentation/css/style.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/presentation/css/style.css b/presentation/css/style.css new file mode 100644 index 0000000..db9af40 --- /dev/null +++ b/presentation/css/style.css @@ -0,0 +1,50 @@ +.left { + float: left; + width: 50%; +} + +.right { + float: right; + width: 50%; +} + +.hidden { + display: none !important; +} + +.fixedCenter { + position: absolute; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; +} + +.fixedFirstThird { + position: absolute; + left: 35%; +} + +.fixedThird { + position: absolute; + right: 35%; +} + +.description { + margin-top: 16px; +} + +.history .fragment:not(.visible) { + display: none; +} + +table, tbody, tr { + border: 0; +!important; +} + +td, th { + text-align: center !important; + border: 1px solid white !important; + border-collapse: collapse; +}
\ No newline at end of file |