diff options
Diffstat (limited to 'sbhs/static/css/base.css')
-rw-r--r-- | sbhs/static/css/base.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sbhs/static/css/base.css b/sbhs/static/css/base.css new file mode 100644 index 0000000..dd9ab77 --- /dev/null +++ b/sbhs/static/css/base.css @@ -0,0 +1,29 @@ +.content { + padding-top: 65px; +} +.footer{ + position: fixed; + bottom: 0; + right: 0; + left: 0; + color: white; + font-size:small; + background-color: #292c2f; + box-sizing: border-box; + width: 100%; + font: bold 12px; + overflow: auto; + clear:both; + padding-top: 2px; + height: 10%; +} + +html, body{ + font-size:10px; + overflow:auto; + height:100%; + overflow-x:hidden; + text-align:center; + width:1024px; + margin: 0px auto 0px auto; +} |