Add Files
|
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
title: "Homer Theme"
|
||||
subtitle: "Walkx"
|
||||
logo: "logo.png"
|
||||
|
||||
header: false
|
||||
footer: '<p>Theme made with <span class="has-text-danger">❤️</span> by Walkx</p>' # Set false if you want to hide it.
|
||||
|
||||
stylesheet:
|
||||
- "assets/custom.css"
|
||||
|
||||
theme: dark
|
||||
colors:
|
||||
dark:
|
||||
highlight-primary: "#181C3A"
|
||||
highlight-secondary: "#181C3A"
|
||||
highlight-hover: "#1F2347"
|
||||
background: "#12152B"
|
||||
card-background: "#181C3A"
|
||||
text: "#eaeaea"
|
||||
text-header: "#7C71DD"
|
||||
text-title: "#fafafa"
|
||||
text-subtitle: "#8B8D9C"
|
||||
card-shadow: rgba(0, 0, 0, 0.5)
|
||||
link: "#3273dc"
|
||||
link-hover: "#ffdd57"
|
||||
background-image: "../assets/index.jpeg"
|
||||
|
||||
services:
|
||||
- name: "//GitHub"
|
||||
icon: "fas fa-github"
|
||||
items:
|
||||
- name: "Homer Theme"
|
||||
logo: "assets/tools/github.png"
|
||||
subtitle: "The official Homer Theme github!"
|
||||
tag: "github"
|
||||
tagstyle: "is-primary"
|
||||
url: "https://github.com/WalkxCode/Homer-Theme"
|
||||
target: "_blank"
|
||||
|
||||
- name: "//Reddit"
|
||||
icon: "fas fa-reddit"
|
||||
items:
|
||||
- name: "The original reddit post!"
|
||||
logo: "assets/tools/reddit.png"
|
||||
subtitle: "Yes... this is Homer."
|
||||
tag: "reddit"
|
||||
tagstyle: "is-info"
|
||||
url: "https://www.reddit.com/r/selfhosted/comments/q9e82c/yes_this_is_homer_yes_i_spent_2_hours_customizing/"
|
||||
target: "_blank"
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
@charset "UTF-8";
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
||||
|
||||
/* Sets the group title to be a bolder font */
|
||||
.group-title {
|
||||
font-family: Lato;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
/* Changes the card title to be a bolder font */
|
||||
.title {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Changes the subtitle to be a bolder font */
|
||||
.subtitle {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Adds spacing to the bottom of cards */
|
||||
body #app .card-content {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
/* Turns the opacity of the cards down to 80% */
|
||||
body #app .card,
|
||||
body #app .card:hover,
|
||||
body #app .message {
|
||||
opacity: 80%;
|
||||
}
|
||||
|
||||
/* Adds more border radius to the cards */
|
||||
body .layout-vertical .column div:first-of-type .card {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
body .layout-vertical .card {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
/* Removes the header */
|
||||
#bighead {
|
||||
display: none;
|
||||
}
|
||||
|
After Width: | Height: | Size: 790 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
|
@ -0,0 +1 @@
|
|||
{"name":"Homer Dashboard","short_name":"Homer","theme_color":"#3367D6","icons":[{"src":"./icons/favicon-16x16.png","sizes":"16x16","type":"image/png"},{"src":"./icons/favicon-32x32.png","sizes":"32x32","type":"image/png"},{"src":"./icons/icon-any.png","sizes":"512x512","type":"image/png","purpose":"any"},{"src":"./icons/icon-any.svg","sizes":"any","type":"image/svg+xml","purpose":"any"},{"src":"./icons/icon-maskable.png","sizes":"512x512","type":"image/png","purpose":"maskable"},{"src":"./icons/safari-pinned-tab.svg","sizes":"any","type":"image/svg+xml","purpose":"monochrome"}],"start_url":"../","display":"standalone","background_color":"#000000"}
|
||||
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 544 KiB |