eintopf.info@v0.13.16/themes/eintopf/assets/css/about.css (about) 1 .header .left .search { 2 display: none; 3 } 4 5 .container-content ul { 6 list-style: inside; 7 padding-left: 10px; 8 padding-bottom: 10px; 9 padding-top: 10px; 10 } 11 12 .header .title { 13 display: inline-block; 14 margin-top: 3px; 15 margin-bottom: 3px; 16 } 17 18 .aboutpage a { 19 color: #4f4f4f; 20 } 21 22 .aboutpage #nav a { 23 color: white; 24 } 25 26 .aboutpage .first-container .container-header { 27 display: none; 28 } 29 30 .aboutpage .container-content h1 { 31 display: block; 32 margin-bottom: 10px; 33 font-size: 1.4em; 34 line-height: 1.3em; 35 } 36 37 .aboutpage .container-content h2 { 38 display: block; 39 margin-top: 20px; 40 margin-bottom: 15px; 41 font-size: 1.3m; 42 } 43 44 .aboutpage .container-content h3 { 45 margin-bottom: 5px; 46 } 47 48 .aboutpage .container-content p { 49 display: block; 50 font-size: 0.9em; 51 overflow-wrap: break-word; 52 word-wrap: break-word; 53 line-height: 1.4em; 54 hyphens: auto; 55 } 56 57 .aboutpage .container-content p:not(:last-child) { 58 margin-bottom: 10px; 59 } 60 61 .aboutpage .container-content pre { 62 display: inline-block; 63 box-sizing: border-box; 64 width: auto; 65 max-width: 100%; 66 padding: var(--spacing-4); 67 overflow-x: auto; 68 background: var(--color-grey-light); 69 margin-bottom: 10px; 70 } 71 72 .aboutpage .image-download li { 73 list-style: disc; 74 margin-left: 30px; 75 margin-top: 5px; 76 cursor: pointer; 77 font-weight: 700; 78 text-decoration: underline; 79 } 80 81 .other-calendar .container-content { 82 text-transform: uppercase; 83 font-size: 0.9em; 84 font-weight: 700; 85 } 86 87 @media only screen and (min-width: 800px) { 88 .aboutpage .first-container .container-header { 89 display: block; 90 } 91 }