Changeset a436340 for src/main/resources/static/css
- Timestamp:
- 02/05/23 19:55:10 (22 months ago)
- Branches:
- master
- Children:
- 2b0a4db
- Parents:
- cc52b09
- Location:
- src/main/resources/static/css
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/static/css/fullcalendar.css
rcc52b09 ra436340 658 658 } 659 659 660 body {661 margin-top: 40px;662 text-align: center;663 font-size: 14px;664 font-family: "Helvetica Nueue",Arial,Verdana,sans-serif;665 background-color: #DDDDDD;666 }667 668 660 #wrap { 669 661 width: 1100px; -
src/main/resources/static/css/homepage.css
rcc52b09 ra436340 3 3 float:left; 4 4 } 5 6 .navbar { 7 margin-bottom: 50px; 8 } 9 10 body { 11 background-color: #dbdbdb; 12 } 13 header { 14 background-color: white; 15 } 16 17 .bd-placeholder-img { 18 font-size: 1.125rem; 19 text-anchor: middle; 20 -webkit-user-select: none; 21 -moz-user-select: none; 22 user-select: none; 23 } 24 25 @media (min-width: 768px) { 26 .bd-placeholder-img-lg { 27 font-size: 3.5rem; 28 } 29 } 30 31 .b-example-divider { 32 height: 3rem; 33 background-color: rgba(0, 0, 0, .1); 34 border: solid rgba(0, 0, 0, .15); 35 border-width: 1px 0; 36 box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); 37 } 38 39 .b-example-vr { 40 flex-shrink: 0; 41 width: 1.5rem; 42 height: 100vh; 43 } 44 45 .bi { 46 vertical-align: -.125em; 47 fill: currentColor; 48 } 49 50 .nav-scroller { 51 position: relative; 52 z-index: 2; 53 height: 2.75rem; 54 overflow-y: hidden; 55 } 56 57 .nav-scroller .nav { 58 display: flex; 59 flex-wrap: nowrap; 60 padding-bottom: 1rem; 61 margin-top: -1px; 62 overflow-x: auto; 63 text-align: center; 64 white-space: nowrap; 65 -webkit-overflow-scrolling: touch; 66 }
Note:
See TracChangeset
for help on using the changeset viewer.