diff options
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css/stylesheet.css')
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css deleted file mode 100644 index efb4c07..0000000 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ /dev/null @@ -1,80 +0,0 @@ -body { - background-color: #161012; - color: white; -} - -p { - font-size: 14px; -} - -hr { - border: 1px #ffd081 solid; - width: 200px; -} - -.container-fluid { - width: 100%; - margin: 20px auto; -} - -.table { - color: white; -} - -.nav-link { - color: white; - cursor: pointer; - cursor: hand; -} - -.well { - background-color: #2c180d; - border: 1px black solid; - text-align: center; -} - -.banner { - height: 90px; - background-image: url("/static/images/violin-strip.jpg"); - background-repeat: repeat; - background-position: left; -} - -.banner-title { - width: *; - color: #59200e; - font-size: 28px; - font-style: italic; - font-weight: bold; - text-align: center; -} - -.banner-menu { - width: 150px; - text-align: right; - vertical-align: top; -} - -.form-control { - width: 600px; - background-color: #ffd081; -} - -.contact-info { - color: #59200e; - font-size: 15px; - font-weight: bold; - line-height: 0.4; -} - -.modal-content { - background-color: #161012; -} - -#body { - min-height: 500px; -} - -#footer { - text-align: center; -} |
