aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/css/project.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
commiteeaddb27560d723ca7d61359744ceb2709fccd2d (patch)
tree04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /pyblackbird_cc/static/css/project.css
parent7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff)
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'pyblackbird_cc/static/css/project.css')
-rw-r--r--pyblackbird_cc/static/css/project.css88
1 files changed, 0 insertions, 88 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css
deleted file mode 100644
index 45cc949..0000000
--- a/pyblackbird_cc/static/css/project.css
+++ /dev/null
@@ -1,88 +0,0 @@
-/* These styles are generated from project.scss. */
-
-.alert-debug {
- color: black;
- background-color: white;
- border-color: #d6e9c6;
-}
-
-* {
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
- /*margin: 0;*/
- /*padding: 0;*/
-}
-
-.alert-error {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #eed3d7;
-}
-
-@font-face {
- font-family: 'Lato';
- src: url(../fonts/Lato-Regular.ttf);
-}
-
-@font-face {
- font-family: 'Lato-Italic';
- src: url(../fonts/Lato-Italic.ttf);
-}
-
-/*@font-face {*/
-/* font-family: 'Franklin';*/
-/* src: url(../fonts/LibreFranklin-VariableFont_wght.ttf);*/
-/*}*/
-
-/*@font-face {*/
-/* font-family: 'Franklin-Italic';*/
-/* src: url(../fonts/LibreFranklin-Italic.ttf);*/
-/*}*/
-
-/*body {*/
-/* background-color: #eee;*/
-/*}*/
-
-/* Change the colour of the box shadow */
-.my-card-shadow-sm {
- box-shadow: 0 0.25rem 0.5rem rgba(100, 100, 100, 0.1);
-}
-
-.my-card-shadow-lg {
- box-shadow: 7px 7px 7px rgba(100, 100, 100, 0.5);
-}
-
-h1 {
- /*color: #657c76;*/
- font-size: 2.0rem;
- font-weight: bold;
-}
-
-a {
- font-size: inherit;
- color: #394f49;
- font-weight: bold;
- text-decoration: none;
-}
-
-header {
- margin-top: 30px;
-}
-
-.card-title a {
- font-size: 1.2rem;
-}
-
-/*h2 {*/
-/* color: #4e8273;*/
-/* !* color: white; *!*/
-/* font-size: 1.8rem;*/
-/* padding-bottom: 10px;*/
-/* margin-right: 20px;*/
-/* margin-top: 20px;*/
-/* border-radius: 3px 3px 0 0;*/
-/* padding-left: 2px;*/
-/* background-size: 100% 50px;*/
-/* background-repeat: no-repeat;*/
-/* border-bottom: 10px solid #E4E5E7;*/
-/* overflow: auto;*/
-/*}*/