Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pelican-theme-teckids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
Team PR
pelican-theme-teckids
Compare revisions
3423fcab65f42fb5b3a6a670bfd4d1c6a262aadf to c94d0bc03584db9b7487e8061d100b32687e3bd5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
c94d0bc03584db9b7487e8061d100b32687e3bd5
Select Git revision
Branches
master
set-max-carousel-img-height
Swap
Target
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
3423fcab65f42fb5b3a6a670bfd4d1c6a262aadf
Select Git revision
Branches
master
set-max-carousel-img-height
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Rename colours to primary and secondary
· c94d0bc0
Nik | Klampfradler
authored
4 years ago
Verified
c94d0bc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/css/style.css
+13
-13
13 additions, 13 deletions
static/css/style.css
templates/base.html
+4
-4
4 additions, 4 deletions
templates/base.html
with
17 additions
and
17 deletions
static/css/style.css
View file @
c94d0bc0
...
@@ -3,11 +3,11 @@ html, body {
...
@@ -3,11 +3,11 @@ html, body {
}
}
a
{
a
{
color
:
var
(
--teckids-
blue
-dark
);
color
:
var
(
--teckids-
secondary
-dark
);
}
}
.navbar
{
.navbar
{
border-bottom
:
var
(
--teckids-
orange
-dark
)
3px
solid
;
border-bottom
:
var
(
--teckids-
primary
-dark
)
3px
solid
;
height
:
80px
;
height
:
80px
;
}
}
...
@@ -30,18 +30,18 @@ img#logo {
...
@@ -30,18 +30,18 @@ img#logo {
}
}
li
.active
>
a
{
li
.active
>
a
{
background
:
var
(
--teckids-
orange
-light
);
background
:
var
(
--teckids-
primary
-light
);
background
:
linear-gradient
(
var
(
--teckids-
orange
-dark
),
var
(
--teckids-orange-light
),
var
(
--teckids-orange-dark
));
background
:
linear-gradient
(
var
(
--teckids-
primary
-dark
),
var
(
--teckids-orange-light
),
var
(
--teckids-orange-dark
));
color
:
#f8f8f8
;
color
:
#f8f8f8
;
}
}
ul
.dropdown-menu
>
li
.active
>
a
{
ul
.dropdown-menu
>
li
.active
>
a
{
background
:
var
(
--teckids-
orange
-dark
);
background
:
var
(
--teckids-
primary
-dark
);
color
:
#f8f8f8
;
color
:
#f8f8f8
;
}
}
footer
#main-footer
{
footer
#main-footer
{
background
:
var
(
--teckids-
blue
-light
);
background
:
var
(
--teckids-
secondary
-light
);
color
:
#ffffff
;
color
:
#ffffff
;
margin-top
:
20px
;
margin-top
:
20px
;
padding-top
:
30px
;
padding-top
:
30px
;
...
@@ -50,7 +50,7 @@ footer#main-footer {
...
@@ -50,7 +50,7 @@ footer#main-footer {
footer
#sponsoren-footer
{
footer
#sponsoren-footer
{
background
:
#ffffff
;
background
:
#ffffff
;
border-top
:
var
(
--teckids-
blue
-light
)
3px
solid
;
border-top
:
var
(
--teckids-
secondary
-light
)
3px
solid
;
margin-top
:
50px
;
margin-top
:
50px
;
padding-top
:
3px
;
padding-top
:
3px
;
padding-bottom
:
20px
;
padding-bottom
:
20px
;
...
@@ -161,22 +161,22 @@ time.icon strong {
...
@@ -161,22 +161,22 @@ time.icon strong {
top
:
0
;
top
:
0
;
padding
:
0.4em
0
;
padding
:
0.4em
0
;
color
:
#fff
;
color
:
#fff
;
background-color
:
var
(
--teckids-
orange
-dark
);
background-color
:
var
(
--teckids-
primary
-dark
);
border-bottom
:
1px
dashed
var
(
--teckids-
orange
-light
);
border-bottom
:
1px
dashed
var
(
--teckids-
primary
-light
);
box-shadow
:
0
2px
0
var
(
--teckids-
orange
-light
);
box-shadow
:
0
2px
0
var
(
--teckids-
primary
-light
);
}
}
time
.icon
em
{
time
.icon
em
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0.3em
;
bottom
:
0.3em
;
color
:
var
(
--teckids-
blue
-light
);
color
:
var
(
--teckids-
secondary
-light
);
}
}
time
.icon
span
{
time
.icon
span
{
font-size
:
2.8em
;
font-size
:
2.8em
;
letter-spacing
:
-0.05em
;
letter-spacing
:
-0.05em
;
padding-top
:
0.8em
;
padding-top
:
0.8em
;
color
:
var
(
--teckids-
blue
-dark
);
color
:
var
(
--teckids-
secondary
-dark
);
}
}
.carousel
.carousel-image
{
.carousel
.carousel-image
{
...
@@ -198,5 +198,5 @@ time.icon span {
...
@@ -198,5 +198,5 @@ time.icon span {
}
}
.product-button
{
.product-button
{
background
:
var
(
--teckids-
orange
-dark
);
background
:
var
(
--teckids-
primary
-dark
);
}
}
This diff is collapsed.
Click to expand it.
templates/base.html
View file @
c94d0bc0
...
@@ -19,10 +19,10 @@
...
@@ -19,10 +19,10 @@
<meta
name=
"author"
content=
"Teckids e.V."
/>
<meta
name=
"author"
content=
"Teckids e.V."
/>
<style>
<style>
:root
{
:root
{
--teckids-
orange
-light
:
{{
PRIMARY_LIGHT
}
}
;
--teckids-
primary
-light
:
{{
PRIMARY_LIGHT
}
}
;
--teckids-
orange
-dark
:
{
{
PRIMARY_DARK
}
}
;
--teckids-
primary
-dark
:
{
{
PRIMARY_DARK
}
}
;
--teckids-
blue
-light
:
{
{
SECONDARY_LIGHT
}
}
;
--teckids-
secondary
-light
:
{
{
SECONDARY_LIGHT
}
}
;
--teckids-
blue
-dark
:
{
{
SECONDARY_DARK
}
}
;
--teckids-
secondary
-dark
:
{
{
SECONDARY_DARK
}
}
;
}
}
</style>
</style>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css"
/>
...
...
This diff is collapsed.
Click to expand it.