mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Add a basic CSS file for the demo WWW stuff.
This commit is contained in:
@@ -59,7 +59,8 @@ all:
|
||||
install:
|
||||
-mkdir -p $(DESTDIR)$(SCRIPTDIR)
|
||||
-mkdir -p $(DESTDIR)$(HTMLDIR)
|
||||
cp calps calpdf hebdate hebps hebpdf hebhtml moon sunrise sunset $(DESTDIR)$(SCRIPTDIR)
|
||||
cp calps calpdf hebps hebpdf hebhtml moon sunrise sunset $(DESTDIR)$(SCRIPTDIR)
|
||||
sed $(SEDSCRIPT) < hebdate > $(DESTDIR)$(SCRIPTDIR)/hebdate
|
||||
sed $(SEDSCRIPT) < cal_dispatch-DIST > $(DESTDIR)$(SCRIPTDIR)/cal_dispatch$(CGISUFFIX)
|
||||
sed $(SEDSCRIPT) < hebdate.rem-DIST > $(DESTDIR)$(SCRIPTDIR)/hebdate.rem
|
||||
sed $(SEDSCRIPT) < moon.rem-DIST > $(DESTDIR)$(SCRIPTDIR)/moon.rem
|
||||
@@ -81,8 +82,8 @@ install:
|
||||
$(DESTDIR)$(SCRIPTDIR)/hebhtml \
|
||||
|
||||
-mkdir -p $(DESTDIR)$(IMAGEDIR)
|
||||
cp rem-default.css *.png $(DESTDIR)$(IMAGEDIR)
|
||||
chmod 644 $(DESTDIR)$(IMAGEDIR)/rem-default.css $(DESTDIR)$(IMAGEDIR)/*.png
|
||||
cp calendar.css rem-default.css *.png $(DESTDIR)$(IMAGEDIR)
|
||||
chmod 644 $(DESTDIR)$(IMAGEDIR)/calendar.css $(DESTDIR)$(IMAGEDIR)/rem-default.css $(DESTDIR)$(IMAGEDIR)/*.png
|
||||
|
||||
|
||||
|
||||
|
||||
41
www/calendar.css
Normal file
41
www/calendar.css
Normal file
@@ -0,0 +1,41 @@
|
||||
html, body {
|
||||
padding: 0px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
font-family: "Open Sans", Arial, sans-serif
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
font-family: inherit;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 1.75rem; }
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 1.5rem; }
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.25rem; }
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #1a0dab;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #1a0dab;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<HTML>
|
||||
<!-- Sample HTML file with links to the calendar stuff -->
|
||||
<HEAD>
|
||||
<TITLE>Remind Calendar Server</TITLE>
|
||||
<TITLE>Remind Calendar Server</TITLE>
|
||||
<LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
|
||||
@@ -11,6 +11,7 @@ cat <<EOM
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Hebrew date</TITLE>
|
||||
<LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ banner %
|
||||
|
||||
MSG <HEAD>%
|
||||
MSG <TITLE>Moon over [$Location]</TITLE>%
|
||||
MSG <LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">%
|
||||
MSG </HEAD>%
|
||||
|
||||
MSG <BODY>
|
||||
|
||||
@@ -8,6 +8,7 @@ set now now()
|
||||
banner %
|
||||
MSG <HEAD>%
|
||||
MSG <TITLE>Sunrise in [$Location]</TITLE>%
|
||||
MSG <LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">%
|
||||
MSG </HEAD>%
|
||||
|
||||
MSG <BODY>
|
||||
|
||||
@@ -10,6 +10,7 @@ banner %
|
||||
|
||||
MSG <HEAD>%
|
||||
MSG <TITLE>Sunset in [$Location]</TITLE>%
|
||||
MSG <LINK rel="stylesheet" href="%IMAGEBASE%/calendar.css">%
|
||||
MSG </HEAD>%
|
||||
|
||||
MSG <BODY>
|
||||
|
||||
Reference in New Issue
Block a user