[STY] Add 'barry' theme

This commit is contained in:
Boris 2021-09-29 17:33:33 +02:00
parent cff942b812
commit 9ff050917c
42 changed files with 175 additions and 11 deletions

View File

@ -8,6 +8,11 @@ header * {
text-decoration: none;
}
header a:active {
outline: 0;
}
#tagsList li.station,
#narrowingTags li.station {

View File

@ -1 +1,121 @@
:root {
--rouge: hsl(0, 98.8%, 33.5%);
--rouge-fonce: hsl(0, 75%, 33.5%);
--noir-complet: black;
--noir-fonce: hsl(0, 30%, 2.1%);
--noir-moyen: hsl(0, 15%, 3.1%);
--noir-clair: hsl(0, 5%, 7.1%);
--gris: hsl(0, 5%, 50%);
--gris-fonce: hsl(0, 5%, 25%);
--blanc: hsla(0, 0%, 100%, 1);
--blanc-fort: hsla(0, 0%, 100%, 0.75);
--blanc-semi-transparent: hsla(0, 0%, 100%, 0.25);
}
header * {
color: var(--noir-fonce);
}
#pinFilter ul li a {
background-color: var(--blanc);
}
#pinFilter ul li a {
border-color: var(--rouge-fonce);
}
#pinFilter ul li.selected a {
background-color: var(--rouge);
}
ul#tagsList a,
ul#tagsList a:visited {
color: var(--rouge-fonce);
}
#narrowingTags a,
#narrowingTags a:visited {
color: inherit;
}
#narrowingTags li.selected {
background-color: var(--rouge-fonce);
color: var(--blanc);
border-color: var(--rouge-fonce);
}
#narrowingTags li.selectable {
background-color: var(--blanc);
color: var(--rouge-fonce);
border-color: var(--rouge-fonce);
}
#videosList > li {
border-color: var(--gris);
}
.video-title,
.video-title a,
.video-title a:visited {
color: var(--noir-complet);
}
#videosList .thumbnail {
background-color: var(--noir-complet);
}
#videosList > li ul.tags li.selectable a,
#videosList > li ul.tags li.selectable a:visited {
color: var(--gris-fonce);
}
#videosList > li ul.tags li.selectable a:hover {
color: var(--noir-complet);
}
#videosList > li ul.tags li.selected a,
#videosList > li ul.tags li.selected a:visited {
color: var(--noir-complet);
}
article video {
background-color: black;
}
form.add-video input[type="text"] {
border-color: var(--gris);
}
form.add-video input[type="text"]:focus {
border-color: var(--rouge);
}
form.add-video input[type="submit"] {
background-color: var(--rouge);
border-color: var(--rouge);
color: white;
}

View File

@ -0,0 +1 @@
../astroport/decoration.css

View File

@ -0,0 +1 @@
../../default/font-awesome/address-book.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/anchor.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/arrow-down.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/bars.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/book.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/bookmark.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/bullhorn.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/cloud.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/film.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1 @@
../../default/font-awesome/film.white.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/hdd.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/laptop.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/play-circle.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/play.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/qrcode.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/save.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/share-alt-square.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/share-alt.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/share-square.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/share.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/sliders-h.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/tag.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/tags.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/tv.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/unlink.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/upload.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/user-alt.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/user-astronaut.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/user-friends.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/user-tag.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/user.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/wallet.svg

View File

@ -0,0 +1 @@
../../default/font-awesome/wrench.svg

View File

@ -3,8 +3,6 @@
--pink: hsl(338.5, 72.8%, 36.1%);
--light-pink: hsl(338.5, 72.8%, 56.1%);
--canard: hsl(200.8, 100%, 9.6%);
--blanc: hsla(0, 0%, 100%, 1);
--blanc: hsla(0, 0%, 100%, 1);
--blanc-fort: hsla(0, 0%, 100%, 0.75);
@ -143,7 +141,6 @@ form.add-video input[type="text"]:focus {
border-color: var(--pink);
}
form.add-video input[type="submit"] {
background-color: var(--pink);

View File

@ -19,6 +19,16 @@ header > .sitetitle span {
border-bottom-style: solid;
}
#tagsList li.station,
#narrowingTags li.station {
background-image: url("logo.png");
background-repeat: no-repeat;
background-position: left middle;
background-size: contain;
padding-left: 2em;
}
#narrowingTags li.selectable {
@ -31,12 +41,6 @@ header > .sitetitle span {
border-style: solid;
}
#videosList > li ul.tags li a,
#videosList > li ul.tags li a:visited {
text-decoration: none;
}
.video-title,
.video-title a,
.video-title a:visited {
@ -46,13 +50,17 @@ header > .sitetitle span {
word-break: break-all;
}
#videosList > li ul.tags li a,
#videosList > li ul.tags li a:visited {
text-decoration: none;
}
article .video-title {
font-weight: bold;
}
form.add-video input[type="text"] {
border-style: solid;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB