Changes

382 bytes added ,  07:18, 11 December 2021
no edit summary
Line 911: Line 911:  
}
 
}
    +
/******* Cite *******/
 +
.PWCite blockquote {
 +
font-weight: 100;
 +
font-size: 2rem;
 +
max-width: 600px;
 +
line-height: 1.4;
 +
position: relative;
 +
margin: 0;
 +
padding: .5rem;
 +
}
 +
 +
.PWCite blockquote:before,
 +
.PWCite blockquote:after {
 +
position: absolute;
 +
color: #f1efe6;
 +
font-size: 8rem;
 +
width: 4rem;
 +
height: 4rem;
 +
}
 +
 +
.PWCite blockquote:before {
 +
content: '“';
 +
left: -5rem;
 +
top: -2rem;
 +
}
 +
 +
.PWCite blockquote:after {
 +
content: '”';
 +
right: -5rem;
 +
bottom: 1rem;
 +
}
 +
 +
.PWCite cite {
 +
line-height: 3;
 +
text-align: left;
 +
}
    
/******* Advent Calendar *******/
 
/******* Advent Calendar *******/
 
table.calendar      { margin: 0; padding: 10px;}
 
table.calendar      { margin: 0; padding: 10px;}
 
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
 
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
table.calendar th    { padding: 2px; background-color: #ddd; color: #666; text-align: center; font-size: 120%; font-weight: bold; border: none; }
+
table.calendar th    { padding: 2px; text-align: center; font-size: 300%; font-weight: bold; border: none; }
 
table.month          { border: 2px solid #717d8a; }
 
table.month          { border: 2px solid #717d8a; }
table.month .dow th  { color: #742774; text-align: center; font-size: 150%; }
+
table.month .dow th  { text-align: center; font-size: 150%; }
table.month .heading th { text-align: center; color: #000000; font-size: 150%;}
+
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
table.month td.today { background-color:#ddd; }
   
table.month td {
 
table.month td {
 
border: none;
 
border: none;
Line 925: Line 960:  
padding: 1pt 1.5pt;
 
padding: 1pt 1.5pt;
 
font-weight: bold;
 
font-weight: bold;
font-size: 50pt;
+
font-size: 25pt;
 
text-align: center;
 
text-align: center;
background-color: #deeaee;
   
}
 
}
table.month td.day-active { background-color: #869987; }
+
table.month td.day-active {}
table.month td.day-empty { background-color: #f9f9f9; }
+
table.month td.day-empty {}
 +
table.month td.today {}