Commit fd3ae7f1 authored by Neal Berones's avatar Neal Berones

update: css for announcements templates

parent 46b0a97a
p{
color: black;
font-weight: bold;
font-family: Helvetica;
font-family: papyrus;
font-size:25px;
}
h1 {
......@@ -9,24 +9,24 @@ h1 {
text-align: left;
color: black;
font-size: 55px;
font-family: Helvetica;
font-family: papyrus;
}
body {
background-image: url("/static/announcements/bg.png");
background-image: url("/static/announcements/bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
font-family: Helvetica;
font-family: papyrus;
}
a{
color: black;
font-family: Helvetica;
font-family: papyrus;
font-weight: bold;
}
ol {
font-size:35px;
font-family: Helvetica;
font-family: papyrus;
color:black;
font-weight: bold;
}
......
......@@ -8,7 +8,9 @@
<h2>by {{ announcement.author.first_name }} {{ announcement.author.last_name }}, {{ announcement.pub_date|date:"d-m-Y" }}</h2>
</head>
<body>
<div style="max-width:800px; word-wrap:break-word;">
<p>{{ announcement.announcement_body }}</p>
</div>
<p>Like: {{ like_tally }}</p>
<p>Love: {{ love_tally }}</p>
<p>Angry: {{ angry_tally }}</p>
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment