searchpage
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
searchpage [2025/08/02 00:24] – admin | searchpage [2025/08/04 10:28] (current) – admin | ||
---|---|---|---|
Line 6: | Line 6: | ||
< | < | ||
<style type=" | <style type=" | ||
- | /* This CSS hides the DokuWiki template elements | + | /* --- Base Styles --- */ |
# | # | ||
# | # | ||
- | .page-tools, | + | .page-tools, |
.breadcrumbs, | .breadcrumbs, | ||
.edit-button, | .edit-button, | ||
Line 16: | Line 16: | ||
} | } | ||
- | /* This CSS makes the content area take up the full screen */ | ||
# | # | ||
position: fixed !important; | position: fixed !important; | ||
Line 25: | Line 24: | ||
padding: 0 !important; | padding: 0 !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
- | overflow-y: auto; /* Allows scrolling if needed */ | + | overflow-y: auto; |
} | } | ||
| | ||
- | /* Style for the individual link items */ | ||
.portal-link { | .portal-link { | ||
margin-bottom: | margin-bottom: | ||
Line 41: | Line 39: | ||
font-size: 0.95em; | font-size: 0.95em; | ||
color: #a2a9b1; | color: #a2a9b1; | ||
+ | } | ||
+ | |||
+ | /* --- Mobile Responsive Styles --- */ | ||
+ | @media (max-width: 768px) { | ||
+ | .portal-main-container { | ||
+ | /* Stack columns vertically on mobile */ | ||
+ | flex-direction: | ||
+ | } | ||
+ | .portal-column { | ||
+ | /* Make columns full-width and centered on mobile */ | ||
+ | width: 100% !important; | ||
+ | text-align: center !important; | ||
+ | padding: 0 1em !important; /* Add some side padding */ | ||
+ | margin-bottom: | ||
+ | } | ||
+ | .portal-logo-container { | ||
+ | /* Move the logo to the top on mobile */ | ||
+ | order: -1; | ||
+ | width: 100% !important; | ||
+ | padding: 0 !important; | ||
+ | margin-bottom: | ||
+ | } | ||
+ | .portal-logo-container img { | ||
+ | /* Give the logo a sensible size on mobile */ | ||
+ | width: 180px !important; | ||
+ | } | ||
+ | .main-title h1 { | ||
+ | /* Reduce title size on mobile */ | ||
+ | font-size: 2.5em !important; | ||
+ | } | ||
+ | .portal-link { | ||
+ | margin-bottom: | ||
+ | } | ||
+ | .portal-link a { | ||
+ | /* Reduce link size on mobile */ | ||
+ | font-size: 1.2em; | ||
+ | } | ||
} | } | ||
Line 47: | Line 82: | ||
<body style=" | <body style=" | ||
- | <div style=" | + | <div style=" |
<!-- Main Title Block --> | <!-- Main Title Block --> | ||
- | <div style=" | + | < |
<h1 style=" | <h1 style=" | ||
<span style=" | <span style=" | ||
Line 58: | Line 93: | ||
<!-- Content Block with Columns --> | <!-- Content Block with Columns --> | ||
- | <div style=" | + | < |
<!-- Left Column --> | <!-- Left Column --> | ||
- | <div style=" | + | < |
<div class=" | <div class=" | ||
- | <a href="/ | + | <a href="/ |
< | < | ||
</ | </ | ||
<div class=" | <div class=" | ||
- | <a href="/ | + | <a href="/ |
< | < | ||
</ | </ | ||
Line 75: | Line 110: | ||
</ | </ | ||
<div class=" | <div class=" | ||
- | <a href="/doku.php? | + | <a href="mailto: |
- | < | + | < |
</ | </ | ||
</ | </ | ||
<!-- Center Column (Logo) --> | <!-- Center Column (Logo) --> | ||
- | <div style=" | + | < |
- | <img src="/ | + | <img src="/ |
</ | </ | ||
<!-- Right Column --> | <!-- Right Column --> | ||
- | <div style=" | + | < |
<div class=" | <div class=" | ||
<a href="/ | <a href="/ | ||
Line 92: | Line 127: | ||
</ | </ | ||
<div class=" | <div class=" | ||
- | <a href="/ | + | <a href="https:// |
- | < | + | < |
</ | </ | ||
<div class=" | <div class=" | ||
Line 100: | Line 135: | ||
</ | </ | ||
<div class=" | <div class=" | ||
- | <a href="/ | + | <a href="/ |
< | < | ||
</ | </ | ||
Line 117: | Line 152: | ||
<button type=" | <button type=" | ||
</ | </ | ||
+ | <br /><br /> | ||
+ | <div style=" | ||
+ | Already a member: | ||
+ | <a href="/ | ||
+ | & | ||
+ | </a> | ||
+ | < | ||
+ | Not a member: | ||
+ | <a href=" | ||
+ | & | ||
+ | </a> | ||
+ | </ | ||
+ | |||
</ | </ | ||
</ | </ | ||
+ | |||
+ | |||
</ | </ | ||
</ | </ |
searchpage.1754094253.txt.gz · Last modified: by admin