|
|
| (290 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <html>
| | == Map == |
| <style>
| | {{#ask: |
| .bento-card {
| | [[Category:Location]] |
| border-radius: 1rem;
| | [[Has Coordinates::+]] |
| padding-bottom: 5px;
| | |?Is Manuscript Location#True,False|+filter=value|+value filter switches=on off |
| height: 100%;
| | |?Is Manuscript Place Of Production#True,False|+filter=value|+value filter switches=on off |
| transition: transform 0.2s;
| | |?Is Printing Location#True,False|+filter=value|+value filter switches=on off |
| } | | |?Is Place Of Text Composition Of Version#True,False|+filter=value|+value filter switches=on off |
| | |?Has Coordinates |
| | |format=filtered |
| | |views=map |
| | |map view marker position property=Has Coordinates |
| | |map view height=800 |
| | |map view marker cluster=true |
| | |limit=5000 |
| | }} |
|
| |
|
| .bento-card:hover {
| | == Reference Number == |
| transform: scale(1.02);
| | {{#ask:[[Has Reference Number::+]]|?Has Reference Number|format=datatable}} |
| } | |
|
| |
|
| .h-200 {
| | == Catalogue == |
| height: 200px;
| | {{#ask:[[Category:Manuscript]][[Has Catalogue::+]]|?Has Catalogue|format=datatable}} |
| }
| |
| | |
| .h-400 {
| |
| height: 400px;
| |
| }
| |
| </style>
| |
| <div class="container">
| |
| <div class="row g-4">
| |
| <!-- Featured Card -->
| |
| <div class="col-md-8">
| |
| <div class="bento-card bg-primary text-white p-4 h-400 d-flex align-items-center justify-content-center">
| |
| <h3>Featured Content</h3>
| |
| </div>
| |
| </div>
| |
| | |
| <!-- Sidebar Cards -->
| |
| <div class="col-md-4">
| |
| <div class="row g-4">
| |
| <div class="col-12">
| |
| <div
| |
| class="bento-card bg-success text-white p-4 h-200 d-flex align-items-center justify-content-center">
| |
| <h4>Card 1</h4>
| |
| </div>
| |
| </div>
| |
| <div class="col-12">
| |
| <div
| |
| class="bento-card bg-info text-white p-4 h-200 d-flex align-items-center justify-content-center">
| |
| <h4>Card 2</h4>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <!-- Bottom Row Cards -->
| |
| <div class="col-md-4">
| |
| <div class="bento-card bg-warning text-dark p-4 h-200 d-flex align-items-center justify-content-center">
| |
| <h4>Card 3</h4>
| |
| </div>
| |
| </div>
| |
| <div class="col-md-4">
| |
| <div class="bento-card bg-danger text-white p-4 h-200 d-flex align-items-center justify-content-center">
| |
| <h4>Card 4</h4>
| |
| </div>
| |
| </div>
| |
| <div class="col-md-4">
| |
| <div class="bento-card bg-secondary text-white p-4 h-200 d-flex align-items-center justify-content-center">
| |
| <h4>Card 5</h4>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </html>
| |