-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unused css, split up style.css -> app and laoyut specific
- Loading branch information
Showing
13 changed files
with
399 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
<!-- default bootstrap 5 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<!-- Custom CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/style.css"> | ||
<!-- Custom Layout CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/layout1.css"> | ||
|
||
<!-- additional css --> | ||
<?php echo $this->getCssLinks(); ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
<!-- default bootstrap 5 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<!-- Custom CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/style.css"> | ||
<!-- Custom Layout CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/layout2.css"> | ||
|
||
<!-- additional css --> | ||
<?php echo $this->getCssLinks(); ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
<!-- default bootstrap 5 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<!-- Custom CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/style.css"> | ||
<!-- Custom Layout CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/layout1.css"> | ||
|
||
<!-- additional css --> | ||
<?php echo $this->getCssLinks(); ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
<!-- default bootstrap 5 --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script> | ||
<!-- Custom CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/style.css"> | ||
<!-- Custom Layout CSS --> | ||
<link rel="stylesheet" type="text/css" href="public/css/layout2.css"> | ||
|
||
<!-- additional css --> | ||
<?php echo $this->getCssLinks(); ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<style> | ||
.puzzle-view .cardimage { margin: 0; padding:0; } | ||
</style> | ||
<div class="puzzle-view"> | ||
[1][2][3]<br> | ||
[4][5][6] | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
@charset "UTF-8"; | ||
|
||
@import url('https://fonts.googleapis.com/css?family=ABeeZee|Roboto'); | ||
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap'); | ||
|
||
:root{ | ||
--font-family-body: Roboto; | ||
--font-family-headings: ABeeZee; | ||
--font-family-brand: 'Sansita Swashed'; | ||
--def-border-radius: 0.5rem; | ||
} | ||
|
||
|
||
.ff-brand { | ||
font-family: var(--font-family-brand); | ||
} | ||
|
||
.navbar-toggler{ | ||
border: 0; | ||
} | ||
.navbar-toggler:focus { | ||
outline: 0; | ||
} | ||
|
||
.navbar-brand, .navbar-brand:hover { | ||
color: var(--bs-primary); | ||
font-family: var(--font-family-brand); | ||
font-size: 1.75rem; | ||
text-shadow: | ||
1px 0px 0px var(--bs-body-bg), | ||
1px 1px 0px var(--bs-body-bg), | ||
2px 1px 3px rgba(var(--bs-body-color-rgb), 0.6); | ||
} | ||
|
||
|
||
.navbar-brand small{ | ||
color: var(--bs-gray-500); | ||
font-size: 0.8rem; | ||
} | ||
|
||
|
||
|
||
/* html tags */ | ||
body{ | ||
background-color: var(--bs-body-bg); | ||
font-family: var(--font-family-body); | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
|
||
a:not([class]):hover{ | ||
text-decoration: underline; | ||
} | ||
|
||
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { | ||
font-family: var(--font-family-headings); | ||
letter-spacing: -.1rem; | ||
} | ||
|
||
.btn { | ||
box-shadow: 0 0.15rem 0.25rem -0.15rem var(--bs-btn-bg); | ||
} | ||
.btn[class*='btn-outline'] { | ||
box-shadow: 0 0.15rem 0.25rem -0.15rem var(--bs-btn-color); | ||
} | ||
|
||
.text-left { | ||
text-align: left; | ||
} | ||
.text-right { | ||
text-align: right; | ||
} | ||
|
||
.breadcrumb { | ||
background: transparent; | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
|
||
.theme-toggle { | ||
cursor: pointer; | ||
} | ||
.theme-toggle.toggle-light { | ||
display: none; | ||
} | ||
|
||
[data-bs-theme='dark'] .theme-toggle.toggle-light { | ||
display: inline-block; | ||
} | ||
.theme-toggle.toggle-dark { | ||
display: inline-block; | ||
} | ||
|
||
[data-bs-theme='dark'] .theme-toggle.toggle-dark { | ||
display: none; | ||
} | ||
|
||
.btn-outline-dark:hover svg { | ||
color: var(--bs-primary); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-outline-dark { | ||
color: var(--bs-light); | ||
border-color: var(--bs-light); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-outline-dark:hover { | ||
color: var(--bs-dark); | ||
background-color: var(--bs-light); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-dark { | ||
--bs-btn-color: var(--bs-dark); | ||
--bs-btn-bg: var(--bs-light); | ||
--bs-btn-border-color: var(--bs-light); | ||
--bs-btn-hover-color: var(--bs-dark); | ||
--bs-btn-hover-bg: var(--bs-gray-500); | ||
--bs-btn-hover-border-color: var(--bs-gray-500); | ||
--bs-btn-focus-shadow-rgb: 66,70,73; | ||
--bs-btn-active-color: var(--bs-light); | ||
--bs-btn-active-bg: var(--bs-gray-500); | ||
--bs-btn-active-border-color: var(--bs-gray-500); | ||
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
--bs-btn-disabled-color: var(--bs-light); | ||
--bs-btn-disabled-bg: var(--bs-gray-500); | ||
--bs-btn-disabled-border-color: var(--bs-gray-500); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
@charset "UTF-8"; | ||
|
||
@import url('https://fonts.googleapis.com/css?family=ABeeZee|Roboto'); | ||
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap'); | ||
|
||
:root{ | ||
--font-family-body: Roboto; | ||
--font-family-headings: ABeeZee; | ||
--font-family-brand: 'Sansita Swashed'; | ||
|
||
--def-border-radius: 0.5rem; | ||
--bs-btn-border-radius: 1.5rem; | ||
} | ||
|
||
.ff-brand { | ||
font-family: var(--font-family-brand); | ||
} | ||
|
||
.navbar-toggler{ | ||
border: 0; | ||
} | ||
.navbar-toggler:focus { | ||
outline: 0; | ||
} | ||
|
||
.navbar-brand, .navbar-brand:hover { | ||
color: var(--bs-primary); | ||
font-family: var(--font-family-brand); | ||
font-size: 1.75rem; | ||
} | ||
|
||
|
||
.navbar-brand small{ | ||
color: var(--bs-gray-500); | ||
font-size: 0.8rem; | ||
} | ||
|
||
|
||
@media (min-width: 1400px){ | ||
#design2 .container, #design2 .container-lg, #design2 .container-md, #design2 .container-sm, #design2 .container-xl, #design2 .container-xxl { | ||
max-width: 1140px; | ||
} | ||
} | ||
|
||
|
||
/* html tags */ | ||
body{ | ||
background-color: var(--bs-body-bg); | ||
font-family: var(--font-family-body); | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
} | ||
|
||
a:not([class]):hover{ | ||
text-decoration: underline; | ||
} | ||
|
||
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { | ||
font-family: var(--font-family-headings); | ||
letter-spacing: -.1rem; | ||
} | ||
|
||
.btn { | ||
box-shadow: 0 0.15rem 0.25rem -0.15rem var(--bs-btn-bg); | ||
} | ||
.btn[class*='btn-outline'] { | ||
box-shadow: 0 0.15rem 0.25rem -0.15rem var(--bs-btn-color); | ||
} | ||
|
||
.text-left { | ||
text-align: left; | ||
} | ||
.text-right { | ||
text-align: right; | ||
} | ||
|
||
.breadcrumb { | ||
background: transparent; | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
|
||
.theme-toggle { | ||
cursor: pointer; | ||
} | ||
.theme-toggle.toggle-light { | ||
display: none; | ||
} | ||
|
||
[data-bs-theme='dark'] .theme-toggle.toggle-light { | ||
display: inline-block; | ||
} | ||
.theme-toggle.toggle-dark { | ||
display: inline-block; | ||
} | ||
|
||
[data-bs-theme='dark'] .theme-toggle.toggle-dark { | ||
display: none; | ||
} | ||
|
||
.btn-outline-dark:hover svg { | ||
color: var(--bs-primary); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-outline-dark { | ||
color: var(--bs-light); | ||
border-color: var(--bs-light); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-outline-dark:hover { | ||
color: var(--bs-dark); | ||
background-color: var(--bs-light); | ||
} | ||
|
||
[data-bs-theme='dark'] .btn-dark { | ||
--bs-btn-color: var(--bs-dark); | ||
--bs-btn-bg: var(--bs-light); | ||
--bs-btn-border-color: var(--bs-light); | ||
--bs-btn-hover-color: var(--bs-dark); | ||
--bs-btn-hover-bg: var(--bs-gray-500); | ||
--bs-btn-hover-border-color: var(--bs-gray-500); | ||
--bs-btn-focus-shadow-rgb: 66,70,73; | ||
--bs-btn-active-color: var(--bs-light); | ||
--bs-btn-active-bg: var(--bs-gray-500); | ||
--bs-btn-active-border-color: var(--bs-gray-500); | ||
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
--bs-btn-disabled-color: var(--bs-light); | ||
--bs-btn-disabled-bg: var(--bs-gray-500); | ||
--bs-btn-disabled-border-color: var(--bs-gray-500); | ||
} |
Oops, something went wrong.