diff --git a/sigPlace.java b/sigPlace.java index 478f1fb..59330b0 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -22,7 +22,7 @@ public class sigPlace { final static HashMap map = new HashMap<>(Map.ofEntries( new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"), new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"), - new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "

"), + new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "

"), new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "

"), new AbstractMap.SimpleEntry<>("$CONTENT_END", "
"), new AbstractMap.SimpleEntry<>("$DATE_CONTENT_START", "
") diff --git a/sitefiles/sig.css b/sitefiles/sig.css index ffd2482..84326ca 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -57,7 +57,18 @@ body{ text-shadow: 0.3px 0.3px 3px #666666; } -.contentBody h1{ +.contentBody .contentWrapper{ + font-size:0.75em; + background-color: rgba(255, 255, 255, .06); + border-style: none outset outset none; + border-radius: 0px 0px 12px 0px; + border-color: rgb(17, 153, 17, .3); + border-width: 3px; + margin: 0px 4px 8px 4px; + min-width:98vw; +} + +.contentBody .contentWrapper h1{ display: inline-block; font-size:3.25em; margin: 12px 4px 0px 4px; @@ -67,7 +78,7 @@ body{ background-color:rgba(255, 255, 255, .06); } -.contentBody .content{ +.contentBody .contentWrapper .content{ display: inline-block; min-width:98vw; font-size:1.25em; @@ -76,17 +87,13 @@ body{ background-color: rgba(255, 255, 255, .06); } -.contentBody .date{ +.contentBody .contentWrapper .date{ font-size:0.75em; background-color: rgba(255, 255, 255, .06); - border-style: none outset outset none; - border-radius: 0px 0px 12px 0px; - border-color: rgb(17, 153, 17, .3); - border-width: 3px; - margin: 0px 4px 8px 4px; + margin: 0px 4px 0px 4px; min-width:98vw; } -.contentBody .date:hover{ +.contentBody .contentWrapper:hover{ border-color: rgb(17, 153, 17, .8); } \ No newline at end of file