diff --git a/lubuntu_style.css b/lubuntu_style.css index 39acc4d..97ade1f 100644 --- a/lubuntu_style.css +++ b/lubuntu_style.css @@ -6,81 +6,86 @@ body { /* color: #AAAAAA; */ color: #555555; margin: 0; + text-rendering: optimizeLegibility; +} + +a { + color: #1E73BE; + font-size: 13px; } body div { margin: 0; - /* padding: 0 0 0 1rem; */ padding: 0; } div.header { background-color: #0074B9; color: #FFFFFF; - height: 4rem; - padding: .5rem; + height: 4em; + padding: .5em; } div.header img { float: left; } -div.header-spacer img { - height: 6rem; - width: 100%; - object-fit: cover; -} - div.section { - padding: 0 0 0 2rem; + padding: 0 0 0 2em; } div.section-header { - background-color: #0074B9; - color: #FFFFFF; - padding: .25rem .25rem .25rem 2rem; + color: #0074B9; + padding: 0 0 0 2em; } h1 { + font-size: 1.5em; font-weight: 300; } div.header img { - height: 4rem; - margin: .5rem 0 0 .5rem; + height: 4em; + margin: .5em 0 0 .5em; } -h1 { - font-size: 26px; +form div { + margin: 1rem; } -tr td[bgcolor] { - background-color: #0074B9; +input[type=text], input[type=email], input[type=password] { + -webkit-appearance: none; + -moz-appearance: none; + display: block; margin: 0; -} - -font[color] { - color: #FFFFFF; - font-size: 26px; -} - -td[bgcolor] { - color: #FFFFFF; -} - -table { - border-spacing: 0; -} - -p { - font-size: 14px; -} - -b { - font-weight: 300; -} - -a { - color: #1E73BE; - font-size: 13px; + width: 20rem; + max-width: 30rem; + height: 2rem; + line-height: 3rem; + font-size: 2rem; + border: 1px solid #bbb; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +button[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + display: block; + margin: 1.5rem 0; + font-size: 1rem; + line-height: 2.5rem; + color: #333333; + font-weight: bold; + height: 2.5em; + width: 20rem; + max-width: 30rem; + background: #fdfdfd; + /* background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%); */ + border: 1px solid #bbbbbb; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; } \ No newline at end of file diff --git a/templates/lubuntu-council-list-info-template.html b/templates/lubuntu-council-list-info-template.html index 31a3bb9..3a5f7f3 100644 --- a/templates/lubuntu-council-list-info-template.html +++ b/templates/lubuntu-council-list-info-template.html @@ -1,15 +1,15 @@ - + - + - - - <MM-List-Name> Info Page - + + <MM-List-Name> Info Page - + + - + +
@@ -17,156 +17,107 @@

-
- Image of the night sky + + +
+

About

-
-

- About -

-
-
+

-

To see the collection of prior postings to the list, +

+ To see the collection of prior postings to the list, visit the Archives .

+ + +
+

Using

+
+
+

+ To post a message to all the list members, send an email to + . +

-

- - - - - - - - - - - - - - - - - -
- - Using - - -
- To post a message to all the list members, send email to - - - . +

+ You can subscribe to the list, or change your existing + subscription, in the sections below. +

+ + + +
+

Subscribing to

+
+
+

Subscribe to by filling out the following form.

+ +
+ +
+
+ +
+

+ You may enter a privacy password below. This provides only mild security, + but should prevent others from messing with your + subscription. Do not use a valuable password as + it will occasionally be emailed back to you in cleartext. +

+

+ If you choose not to enter a password, one will be + automatically generated for you, and it will be sent to + you once you've confirmed your subscription. You can + always request a mail-back of your password when you edit + your personal options. + +

+
+ +
+
+ +
+
+ +
+ +
+ +
+ No + Yes +
+
+ + +
+
 
+ +
+ +
+ + +
+

Subscribers

+
+
+ + + -

You can subscribe to the list, or change your existing - subscription, in the sections below. -

- - Subscribing to - - -
-

- Subscribe to by filling out the following - form. - -

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Your email address: - -
    Your name (optional): - -
    - You may enter a - privacy password below. This provides only mild security, - but should prevent others from messing with your - subscription. Do not use a valuable password as - it will occasionally be emailed back to you in cleartext. + + + + + -

    If you choose not to enter a password, one will be - automatically generated for you, and it will be sent to - you once you've confirmed your subscription. You can - always request a mail-back of your password when you edit - your personal options. - -
    Pick a password: - -
    Reenter password to confirm: - -
    Which language do you prefer to display your - messages? - -
    Would you like to receive list mail batched in a daily - digest? - - No - Yes -
    -
    - -
    -
    - -
-
- - - - Subscribers - - -
- - - -

- - - -

- + + + \ No newline at end of file