From 490cfee691b2c6098a3314d189d4387dd90fd5b4 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 21 May 2019 14:52:14 -0400 Subject: [PATCH] remove archive list stylesheet The css file was already removed on lists.gnu.org, but it still existed in the html and was returning 404. The page looks better with the plain layout. --- html/.PNM.all-head.in | 1 - html/stylesheet.css | 198 ----------------------------------------- html/stylesheet.css.in | 198 ----------------------------------------- 3 files changed, 397 deletions(-) delete mode 100644 html/stylesheet.css delete mode 100644 html/stylesheet.css.in diff --git a/html/.PNM.all-head.in b/html/.PNM.all-head.in index 613b6b4..9889a1b 100644 --- a/html/.PNM.all-head.in +++ b/html/.PNM.all-head.in @@ -1,7 +1,6 @@ Mail Archives -

Mail Archives

Archives listed from most recently updated to oldest updated. diff --git a/html/stylesheet.css b/html/stylesheet.css deleted file mode 100644 index 69a60f1..0000000 --- a/html/stylesheet.css +++ /dev/null @@ -1,198 +0,0 @@ -/* - * $Id: stylesheet.css.in.dist,v 1.2 2002/08/26 20:55:33 ehood Exp $ - * Main stylesheet for MHArc archives. - * NOTE: The .in template version of this file should be edited - * if any changes are desired. Then re-run the configure - * script to have changes applied. - */ - -/********************************************************************** - * General Styles - */ -body { - background-color: #DDDDDD; - color: black; - text-align: left; -} -.listTitle { - font-size: larger; - background-color: #FFEECC; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.metaIdxNav { - text-align: center; - font-size: smaller; -} -div.idxTitle { - text-align: center; - margin-bottom: 0.5em; -} -.periodLink { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -.iaText { - color: #888888; -} - -/********************************************************************** - * All Lists Index - */ -table.archiveLists { - color: #EEEEEE; - background: black; -} -table.archiveLists * th { - background: #FFEECC; - color: black; -} -table.archiveLists * td { - background: #CCEEFF; - color: black; -} -.listName { - font-weight: bold; -} -.infoLink { - font-weight: normal; -} - -/********************************************************************** - * Date Index Styles - */ -div.dayGroup { - background-color: #EEEEEE; - padding: 0.5em; - margin-bottom: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.dayGroup > ul { - margin-top: 0em; - margin-bottom: 0em; -} - -/********************************************************************** - * Thread Index Styles - */ -div.threadList > ul { - margin: 0.5em; - padding-left: 1.0em; -} - -div.threadGroup { - background-color: #EEEEEE; - padding: 0.5em; - margin-top: 0.25em; - margin-bottom: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.threadGroup > ul { - margin-top: 0em; - margin-bottom: 0em; -} - -/********************************************************************** - * Message Page Styles - */ -div.msgTitle { - text-align: center; - margin-bottom: 0.5em; -} - -div.msgSubject h2 { - margin-top: 0.25em; - margin-bottom: 0.25em; -} -div.msgLinks { - margin-left: 1.0em; - margin-right: 1.0em; -} -div.msgLinks > table * td { - font-size: smaller; -} - -div.topLinks { - text-align: center; -} -.topDateNav { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -.topThreadNav { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} - -div.msgHead { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.msgHead > table { - background-color: #FFEECC; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; - width: 100%; - border-spacing: 0em; -} - -div.msgBody { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.msgBody > table { - background-color: #EEEEEE; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; -} - -div.tSlice { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.tSlice table { - background-color: black; -} -div.tSlice * td { - background-color: #CCEEFF; -} -div.tSlice * th { - background-color: #FFEECC; -} -tr.tSliceList td { - background-color: #DDDDDD; -} -.sliceCur { - background-color: #CCCCCC; -} - -div.botLinks > table { - background-color: #FFEECC; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; - border-spacing: 0em; -} diff --git a/html/stylesheet.css.in b/html/stylesheet.css.in deleted file mode 100644 index 69a60f1..0000000 --- a/html/stylesheet.css.in +++ /dev/null @@ -1,198 +0,0 @@ -/* - * $Id: stylesheet.css.in.dist,v 1.2 2002/08/26 20:55:33 ehood Exp $ - * Main stylesheet for MHArc archives. - * NOTE: The .in template version of this file should be edited - * if any changes are desired. Then re-run the configure - * script to have changes applied. - */ - -/********************************************************************** - * General Styles - */ -body { - background-color: #DDDDDD; - color: black; - text-align: left; -} -.listTitle { - font-size: larger; - background-color: #FFEECC; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.metaIdxNav { - text-align: center; - font-size: smaller; -} -div.idxTitle { - text-align: center; - margin-bottom: 0.5em; -} -.periodLink { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -.iaText { - color: #888888; -} - -/********************************************************************** - * All Lists Index - */ -table.archiveLists { - color: #EEEEEE; - background: black; -} -table.archiveLists * th { - background: #FFEECC; - color: black; -} -table.archiveLists * td { - background: #CCEEFF; - color: black; -} -.listName { - font-weight: bold; -} -.infoLink { - font-weight: normal; -} - -/********************************************************************** - * Date Index Styles - */ -div.dayGroup { - background-color: #EEEEEE; - padding: 0.5em; - margin-bottom: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.dayGroup > ul { - margin-top: 0em; - margin-bottom: 0em; -} - -/********************************************************************** - * Thread Index Styles - */ -div.threadList > ul { - margin: 0.5em; - padding-left: 1.0em; -} - -div.threadGroup { - background-color: #EEEEEE; - padding: 0.5em; - margin-top: 0.25em; - margin-bottom: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -div.threadGroup > ul { - margin-top: 0em; - margin-bottom: 0em; -} - -/********************************************************************** - * Message Page Styles - */ -div.msgTitle { - text-align: center; - margin-bottom: 0.5em; -} - -div.msgSubject h2 { - margin-top: 0.25em; - margin-bottom: 0.25em; -} -div.msgLinks { - margin-left: 1.0em; - margin-right: 1.0em; -} -div.msgLinks > table * td { - font-size: smaller; -} - -div.topLinks { - text-align: center; -} -.topDateNav { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} -.topThreadNav { - background-color: #CCEEFF; - padding: 0.25em; - border-style: solid; - border-width: thin; - border-color: black; -} - -div.msgHead { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.msgHead > table { - background-color: #FFEECC; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; - width: 100%; - border-spacing: 0em; -} - -div.msgBody { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.msgBody > table { - background-color: #EEEEEE; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; -} - -div.tSlice { - margin-top: 0.5em; - margin-bottom: 0.5em; -} -div.tSlice table { - background-color: black; -} -div.tSlice * td { - background-color: #CCEEFF; -} -div.tSlice * th { - background-color: #FFEECC; -} -tr.tSliceList td { - background-color: #DDDDDD; -} -.sliceCur { - background-color: #CCCCCC; -} - -div.botLinks > table { - background-color: #FFEECC; - padding-left: 0.5em; - padding-right: 0.5em; - border-style: solid; - border-width: thin; - border-color: black; - border-spacing: 0em; -} -- 2.25.1