Changes

Jump to navigation Jump to search
519 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; text-align: center; font-size: 250%; 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  { text-align: center; font-size: 150%; }
 
table.month .dow th  { text-align: center; font-size: 150%; }
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 210%;}
+
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
 
table.month td {
 
table.month td {
 
border: none;
 
border: none;

Navigation menu