From cf684daa1eacac996223f6c407074abd019ede4a Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 22 Dec 2024 18:32:18 -0700 Subject: rename to bogenherrc --- .../woodriverlessons/static/css/stylesheet.css | 80 ---------------------- 1 file changed, 80 deletions(-) delete mode 100644 lisp/webapps/woodriverlessons/static/css/stylesheet.css (limited to 'lisp/webapps/woodriverlessons/static/css') 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; -} -- cgit v1.3