+# V 0.3.7 Farben / Design, front- backend
+
+## Added
+- neues Schema: Purple
+- frontend/backend:
+ - kein expliziter Import der bootstrap-Dateien (von Vite erledigt)
+- purple.css: Anpassungen
+
# V 0.3.6 Farben
## Added
"dist": {
"type": "path",
"url": "../laraknife",
- "reference": "44cc14deda280e8fe91b0f524b15e3acbf9cf656"
+ "reference": "825fbc96aa19f8e838deef77f3a3b99f523c4340"
},
"require-dev": {
"phpunit/phpunit": "11.0.x-dev"
h1{ color: #143F4E; border-bottom: solid 0.1rem #143F4E; }
h2{ color: #83163F; border-bottom: solid 0.1rem #83163F; }
h3{ color: #477085 ; border-bottom: solid 0.1rem #477085; }
+.lkn-text {
+ color: black;
+ background-color: white;
+ border: 0.15rem solid #143F4E;
+}
.lkn-text h4, .lkn-text h5{ color: #d86d0c; }
/* Links */
#lkn-header { background-color: #143F4E; color: white;}
/* panels: */
.lkn-text-frame-background{ background-color: #e1d6ad !important }
-.lkn-noform-frame,
-.lkn-standard-panel,
-.lkn-edit-panel,
-.lkn-create-panel,
-.lkn-show-panel,
.lkn-panel,
.lkn-nav-tab-panel,
#main-content li.lkn-nav-item-active,
.lkn-filter,
-.lkn-fieldset,
.lkn-form-table,
.lkn-filter,
-.lkn-fieldset,
.lkn-form-table,
-.lkn-text-frame,
.lkn-header-frame,
.lkn-pagination-block
{
a:visited.lkn-overview-cell,
a:link.lkn-overview-cell,
a:active.lkn-overview-cell {
- border: 1px solid #83163F;;
+ border: 0.1rem solid #83163F;;
color: #83163F;;
- box-shadow: 0 0 5px 0 #e1d6ad;
+ box-shadow: 0 0 5px 0 #bf5c82;
}
.lkn-icon-as-link,
a.lkn-overview-cell,
.lkn-del {
background-color: rgba(255, 166, 0, 0.418);
}
-button.bg-primary {
- background-color: #83163F !important;
+.lkn-button {
+ background-color: #83163F !important;
+ color: white;
+ border: 0.1rem solid #143F4E;
+ /*box-shadow: 0 0 0.3rem 0.3rem #888888;*/
}
/* Links */
}
nav a:hover { color: rgba(255, 166, 0, 0.418); }
/* Register tabs: */
-.page-link { color: black !important; background-color: #e1d6ad; }
+.page-link { color: black !important; background-color: #c2b0a8; }
.page-link.active, .active > .page-link { background-color: #477085; }
-.page-item { color: black; background-color: #EEE; }
+.page-item { color: black; background-color: #c2b0a8; }
#main-content > div > h1, #main-content > div > h2 {
color: #fdaf40;
}
/* Icons: */
i.text-primary { color: #477085 !important; }
+
+.lkn-frame-indented {
+ border: solid 0.1rem #83163F;
+}
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>
- <!--
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
- -->
<link href="/css/bootstrap-icons.css" rel="stylesheet">
<link href="/css/laraknife.css" rel="stylesheet">
- <!--
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
--->
- <link href="/css/bootstrap.min.css" rel="stylesheet">
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
<link href="/css/laraknife.css" rel="stylesheet">
<link href="/css/gadeku.css" rel="stylesheet">
- <link href="/css/purple.css" rel="stylesheet">
- <!--
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
--->
- <script src="/js/bootstrap.bundle.min.js"></script>
+ <link href="/css/{{ env('APP_THEME', 'purple') }}.css" rel="stylesheet">
<script src="/js/laraknife.js"></script>
</head>
<body>
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>
- <!--
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
- -->
<link href="/css/bootstrap-icons.css" rel="stylesheet">
<link href="/css/laraknife.css" rel="stylesheet">
- <!--
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
--->
- <link href="/css/bootstrap.min.css" rel="stylesheet">
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
<link href="/css/laraknife.css" rel="stylesheet">
<link href="/css/gadeku.css" rel="stylesheet">
- <link href="/css/purple.css" rel="stylesheet">
- <!--
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
--->
- <script src="/js/bootstrap.bundle.min.js"></script>
+ <link href="/css/{{ env('APP_THEME', 'purple') }}.css" rel="stylesheet">
<script src="/js/laraknife.js"></script>
</head>
<body>