From 713be6090ef5dca0bae59ffbaa233924cdd14fe9 Mon Sep 17 00:00:00 2001 From: Kevin Kondratuk Date: Sat, 27 Jul 2019 00:24:24 -0500 Subject: [PATCH] refine styles and layout for header and section template (list-info) --- lubuntu_style.css | 45 +++ .../lubuntu-council-list-info-template.html | 295 ++++++++++-------- 2 files changed, 208 insertions(+), 132 deletions(-) diff --git a/lubuntu_style.css b/lubuntu_style.css index 1882169..39acc4d 100644 --- a/lubuntu_style.css +++ b/lubuntu_style.css @@ -1,10 +1,55 @@ body { font-size: 14px; font-family: Ubuntu, sans-serif; + /* background-color: rgb(14, 10, 54); */ + background-color: #FFFFFF; + /* color: #AAAAAA; */ color: #555555; margin: 0; } +body div { + margin: 0; + /* padding: 0 0 0 1rem; */ + padding: 0; +} + +div.header { + background-color: #0074B9; + color: #FFFFFF; + height: 4rem; + padding: .5rem; +} + +div.header img { + float: left; +} + +div.header-spacer img { + height: 6rem; + width: 100%; + object-fit: cover; +} + +div.section { + padding: 0 0 0 2rem; +} + +div.section-header { + background-color: #0074B9; + color: #FFFFFF; + padding: .25rem .25rem .25rem 2rem; +} + +h1 { + font-weight: 300; +} + +div.header img { + height: 4rem; + margin: .5rem 0 0 .5rem; +} + h1 { font-size: 26px; } diff --git a/templates/lubuntu-council-list-info-template.html b/templates/lubuntu-council-list-info-template.html index d25365e..31a3bb9 100644 --- a/templates/lubuntu-council-list-info-template.html +++ b/templates/lubuntu-council-list-info-template.html @@ -1,141 +1,172 @@ - - <MM-List-Name> Info Page + + + + <MM-List-Name> Info Page + - - + + + +
+ +
+

+
+
+
+ Image of the night sky +
+
+

+ About +

+
+
+

+

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

+
-

- - - - - - - - - - - - - - - - + + + + + +
- -- - -
- About - - - -
-

-

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

-
- Using -
- To post a message to all the list members, send 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. - -

    - - - - - - - - - - - - + + + + + + - - - - - -
    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. +

    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 -
    - - - -

    - - - -

    - +

    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