-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add <select> for multiple enclosures
- Loading branch information
Showing
4 changed files
with
61 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file liferea.css Liferea rendering stylesheet | ||
* | ||
* Copyright (C) 2004-2020 Lars Windolf <[email protected]> | ||
* Copyright (C) 2004-2024 Lars Windolf <[email protected]> | ||
* Copyright (C) 2004 delusional <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -19,32 +19,6 @@ | |
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
*/ | ||
|
||
/* | ||
Font Definitions: | ||
================= | ||
No style definition should set absolute font sizes, | ||
font families or line heigth and spacing. This is to allow a GNOME | ||
preference controlled default font size. | ||
Color Definitions: | ||
================== | ||
To allow using GTK theme colors the following key words | ||
will be replaced with the corresponding GTK theme color values: | ||
GTK-COLOR-FG | ||
GTK-COLOR-BG | ||
GTK-COLOR-LIGHT | ||
GTK-COLOR-DARK | ||
GTK-COLOR-MID | ||
GTK-COLOR-BASE | ||
GTK-COLOR-TEXT | ||
GTK-COLOR-NORMAL-LINK | ||
GTK-COLOR-VISITED-LINK | ||
*/ | ||
|
||
body { | ||
background: #GTK-COLOR-BASE; | ||
color: #GTK-COLOR-TEXT; | ||
|
@@ -312,7 +286,7 @@ div.photoheader { | |
fill: #ddd; | ||
} | ||
|
||
div.enclosureVideo video { | ||
#enclosureVideo video { | ||
background: black; | ||
min-width: 640px; | ||
min-height: 480px; | ||
|
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
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