-
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.
- Loading branch information
1 parent
f9f5c25
commit 376ec0f
Showing
8 changed files
with
82 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
.theme-abstract { | ||
background-color: #fff; | ||
background-image: url('images/abstract.png'); | ||
|
||
.slide-gurbani { | ||
color: #fcfefe; | ||
} | ||
|
||
.slide-translation { | ||
color: #fde5ab; | ||
} | ||
|
||
.slide-teeka { | ||
color: #86a3ba; | ||
} | ||
|
||
.slide-transliteration { | ||
color: #f1f5f4; | ||
} | ||
|
||
.logo path { | ||
fill: #e0e0e0; | ||
} | ||
} |
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,25 @@ | ||
.theme-clouds { | ||
background-color: #fff; | ||
background-image: url('images/clouds-video.png'); | ||
|
||
.slide-gurbani { | ||
color: #0e2654; | ||
text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7); | ||
} | ||
|
||
.slide-translation { | ||
color: #003a8c; | ||
} | ||
|
||
.slide-teeka { | ||
color: #033780; | ||
} | ||
|
||
.slide-transliteration { | ||
color: #80878a; | ||
} | ||
|
||
.logo path { | ||
fill: #e0e0e0; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
$themeAbstract: ( | ||
type: 'dark', | ||
background-color: #38987b, | ||
gurbani: #fcfefe, | ||
translation: #fde5ab, | ||
teeka: #86a3ba, | ||
transliteration: #f1f5f4, | ||
visraam: #ffa5a5, | ||
yamki: #ffde00, | ||
); | ||
|
||
.theme-abstract { | ||
@include generateTheme($themeAbstract...); | ||
} |
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,14 @@ | ||
$themeClouds: ( | ||
type: 'light', | ||
background-color: #07ccf3, | ||
gurbani: #0e2654, | ||
translation: #003a8c, | ||
teeka: #033780, | ||
transliteration: #80878a, | ||
visraam: #d20b0b, | ||
yamki: #c2951a, | ||
); | ||
|
||
.theme-clouds { | ||
@include generateTheme($themeClouds...); | ||
} |
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