Difference between revisions of "Template:Groningen/PartyParrot"

 
(7 intermediate revisions by 2 users not shown)
Line 14: Line 14:
 
     }
 
     }
  
     div.table_div {
+
     h3 {
         scroll-margin-top: 400px;
+
         scroll-margin-top: 100px;
 
     }
 
     }
  
Line 109: Line 109:
 
         font-size: 20px;
 
         font-size: 20px;
 
         display: block;
 
         display: block;
 +
        width: -moz-fit-content;
 
         width: fit-content;
 
         width: fit-content;
 
         margin: 0;
 
         margin: 0;
Line 127: Line 128:
 
         font-size: 18px;
 
         font-size: 18px;
 
         margin: 0.4em 0 0.5em 0;
 
         margin: 0.4em 0 0.5em 0;
 +
        text-align: justify;
 
     }
 
     }
  
Line 191: Line 193:
 
     }
 
     }
  
     button.collapsible {
+
     button.collapsible, button.collapsible_img {
 
         background: none;
 
         background: none;
 
         cursor: pointer;
 
         cursor: pointer;
Line 202: Line 204:
 
     }
 
     }
  
     button.collapsible:hover {
+
     button.collapsible:hover, button.collapsible_img:hover {
 
         background: #f7d9cf;
 
         background: #f7d9cf;
 
     }
 
     }
  
     button.collapsible h3 {
+
     button.collapsible h3, button.collapsible_img h3 {
 
         margin-top: 1em;
 
         margin-top: 1em;
 
         transition: 0.5s;
 
         transition: 0.5s;
Line 213: Line 215:
  
 
     .active>h4,
 
     .active>h4,
     .collapsible:hover>h4 {
+
     .collapsible:hover>h4,
 +
    button.collapsible_img h4 {
 
         font-size: 25px;
 
         font-size: 25px;
 
         margin: 17px 0 17px 1.6em;
 
         margin: 17px 0 17px 1.6em;
Line 227: Line 230:
 
     }
 
     }
  
     button.collapsible h4 {
+
     button.collapsible h4,
 +
    button.collapsible_img h4 {
 
         margin: 1em 2em;
 
         margin: 1em 2em;
 
     }
 
     }
  
     button.collapsible i {
+
     button.collapsible i,
 +
    button.collapsible_img i {
 
         margin: 20px 40px;
 
         margin: 20px 40px;
 
         color: var(--tealBlue);
 
         color: var(--tealBlue);
Line 290: Line 295:
 
         box-shadow: 0 30px 30px #f7d9cf;
 
         box-shadow: 0 30px 30px #f7d9cf;
 
         border-radius: 5px;
 
         border-radius: 5px;
 +
        max-width: -moz-fit-content;
 
         max-width: fit-content;
 
         max-width: fit-content;
 
         margin: 0 auto 30px auto;
 
         margin: 0 auto 30px auto;
Line 335: Line 341:
 
     table.table_content tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
 
     table.table_content tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
 
         border-bottom-right-radius: 5px;
 
         border-bottom-right-radius: 5px;
 +
    }
 +
 +
    table.table_content thead tr:not(:first-child) th {
 +
        border-radius: 0;
 
     }
 
     }
  

Latest revision as of 00:14, 22 October 2021