George S. Baugh 5 rokov pred
rodič
commit
a20bf2a1bf
3 zmenil súbory, kde vykonal 25 pridanie a 10 odobranie
  1. 14 0
      styles/embed.css
  2. 10 2
      styles/screen.css
  3. 1 8
      templates/default.tx

+ 14 - 0
styles/embed.css

@@ -0,0 +1,14 @@
+#kontent {
+    padding: 0px;
+    height:100%;
+    width:100%;
+    border-radius: 0px;
+    box-shadow:none;
+    background-color: #eee;
+}
+body {
+    background-color: #eee;
+}
+#paginator, .divider {
+    display:none;
+}

+ 10 - 2
styles/screen.css

@@ -49,8 +49,16 @@
     color: black;
     border-style: solid;
     border-width: 1px;
-    padding: 0 0.5em 0.5em 0.5em;
     margin-left: 1em;
-    width: 15em;
+    margin-right: 1em;
+    width: 20rem;
+    height: 25rem;
     max-width: 40%;
+    padding:.25rem;
+}
+
+#sideframe {
+    width: 100%;
+    height: 100%;
+    border-width:0px;
 }

+ 1 - 8
templates/default.tx

@@ -1,14 +1,7 @@
 <h1 class="subhead">Houston Perl Mongers Group</h1>
 
 <div id="sidebar">
-    <h1 class="heading">What's New <a class="rss" href="/posts?format=rss&tag=presentations"></a></h1>
-  <p>Meeting notes Nov, 2020 are on-line</p>
-  <h1 class="heading">Next Meeting</h1>
-  <dl>
-    <dt><time datetime="2021-01-14">January 14, 2021</time></dt>
-    <dd><a href="announce_meeting.html" target="_blank" rel="noopener"><em>Atomic Operations in Unix (and Perl)</em> with Brett Estrade on Zoom</dd>
-  </dl>
-
+    <iframe id="sideframe" src="http://localhost:5000/announce_meeting.html?embed=1"></iframe>
 </div>
 
 <p>This is the branch of the <a href="http://www.pm.org/">Perl Mongers</a>