font sizes in calendar
authorOve Klykken <ove@gaslightmedia.com>
Tue, 5 Aug 2014 15:36:11 +0000 (11:36 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Tue, 5 Aug 2014 15:36:11 +0000 (11:36 -0400)
Toolkit/Events/views/eventList.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 16e6222..7d3fc10
 #toolbox .event-date-hdr p {
     display: block;
     padding: 0;
-    margin: 0;
-    font-size: 19px;
-    font-sizw: 1.9rem;
-    color: #00456C;
+    margin: 1em 0 0 0;
+    font-size: 22px;
+    /* font-sizw: 1.9rem; */
     font-weight: bold;
-}
+    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
+    color: #477645;
+    }
 .event-category-hdr {
     width: 98%;
     padding: 5px 2% 5px 0;
     display: block;
     padding: 0;
     margin: 0;
-    font-weight: normal;
+    font-weight: bold;
     color: #666;
-}
+    font-size: 14px;
+    }
 .event-cat {
-    margin: 10px 0 10px 20px;
+    margin: 10px 0 10px 0;
     overflow: hidden;
 }
 .event-list {
-    margin: 0 0 0 4%;
+    margin: 0;
     padding: 14px 0;
     border-bottom: 1px solid #E4E4E4;
 }
 }
 .event-list h3 a {
     display: block;
-    color: #5B84AD;
-    text-decoration: none;
     font-size: 16px;
-    font-size: 1.6rem;
+    /* font-size: 1.6rem; */
     font-weight: bold;
-}
+    color: black;
+    }
 .event-list h3 a:hover {
-    color: #F79115;
 }
 .event-list-thumb  {
     display: block;