Hauptseite: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(56 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
<html> | <html> | ||
<style> | <style> | ||
html { | |||
font-size: 1.1em; | |||
} | } | ||
#main-header { | |||
font-size:0.95em; | |||
font-weight:bold; | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
line-height:1.5; | |||
} | } | ||
.bold { | |||
font-weight:bold; | |||
} | } | ||
. | .sections-container { | ||
display: | display: flex; | ||
border: 2px solid transparent; | |||
border-radius:15px; | |||
width: fit-content; | |||
padding: 20px; | |||
background-color: #82b9d9; | |||
font-family: 'Orbitron', sans-serif; | |||
font-size: 1rem; | |||
} | } | ||
.sections-container ul li { | |||
text-align:center; | |||
text-decoration:none; | |||
color:#000; | |||
border-radius:5px; | |||
transition: background-color 0.4s; | |||
} | } | ||
.sections-container ul { | |||
list-style-type: none; | |||
padding:0; | |||
display: flex; | |||
justify-content: center; | |||
margin-right:80px; | |||
font-weight: bold; | |||
font-family: 'Orbitron', sans-serif; | |||
} | } | ||
.sections-container ul li a { | |||
font-size: 1rem; | |||
display:block; | |||
color:#ffffff; | |||
padding: 0.5rem 1rem; | |||
border: 1px solid transparent; | |||
border-radius:15px; | |||
transition: all 0.3s ease-in-out; | |||
background: linear-gradient(45deg, #3b82f6, #6d28d9); | |||
background-clip: text; | |||
-webkit-background-clip: text; | |||
text-decoration:none; | |||
color:transparent; | |||
} | |||
.sections-container div ul li a:hover { | |||
color:#35648c; | |||
text-decoration:none; | |||
} | } | ||
.sections-container div ul li a { | |||
color: inherit; /* blue colors for links too */ | |||
text-decoration: inherit; /* no underline */ | |||
} | } | ||
.sections-container div ul li:hover { | |||
background-color: white; | |||
color: #35648c; | |||
font-size: 1.02em; | |||
font- | |||
} | } | ||
.newbie-container { | |||
. | border-right: black solid 2px; | ||
} | } | ||
.sections-container { | .sections-container { | ||
display: flex; | display: flex; | ||
border: | border: 2px solid transparent; | ||
border-radius:15px; | |||
width: fit-content; | width: fit-content; | ||
padding: 20px; | |||
background-color: #82b9d9; | background-color: #82b9d9; | ||
font-family: 'Orbitron', sans-serif; | |||
font-size: 1rem; | |||
} | } | ||
.sections-container | .mobile-sections-container { | ||
display: none; | |||
border: 2px solid transparent; | |||
border-radius:15px; | |||
width: fit-content; | |||
padding: 20px; | |||
background-color: #82b9d9; | |||
font-family: 'Orbitron', sans-serif; | |||
font-size: 1rem; | |||
flex-wrap:wrap; | |||
} | } | ||
border- | .mobile-sections-container .mobile-ul .mobile-row { | ||
text-align:center; | |||
text-decoration:none; | |||
color:#000; | |||
border-radius:5px; | |||
transition: background-color 0.4s; | |||
display:flex; | |||
flex-direction:row; | |||
} | } | ||
. | .mobile-ul { | ||
list-style-type: none; | |||
padding:0; | |||
display: flex; | |||
justify-content: center; | |||
flex-wrap:wrap; | |||
margin-right:80px; | |||
font-weight: bold; | |||
font-family: 'Orbitron', sans-serif; | |||
} | } | ||
.sections-container | |||
.mobile-sections-container .mobile-ul .mobile-row a { | |||
font-size: 1rem; | |||
display:block; | display:block; | ||
color:#ffffff; | |||
padding: 0.5rem 1rem; | |||
border: 1px solid transparent; | |||
border-radius:15px; | |||
transition: all 0.3s ease-in-out; | |||
background: linear-gradient(45deg, #3b82f6, #6d28d9); | |||
background-clip: text; | |||
-webkit-background-clip: text; | |||
text-decoration:none; | text-decoration:none; | ||
color: | color:transparent; | ||
} | } | ||
.sections-container | .mobile-sections-container .mobile-ul .mobile-row a:hover { | ||
color:#35648c; | color:#35648c; | ||
text-decoration:none; | text-decoration:none; | ||
Zeile 241: | Zeile 157: | ||
.sections-container | .mobile-sections-container .mobile-ul .mobile-row a { | ||
color: inherit; /* blue colors for links too */ | color: inherit; /* blue colors for links too */ | ||
text-decoration: inherit; /* no underline */ | text-decoration: inherit; /* no underline */ | ||
} | } | ||
.sections-container | .mobile-sections-container .mobile-ul .mobile-row a:hover { | ||
background-color: white; | background-color: white; | ||
color: #35648c; | color: #35648c; | ||
font-size: 1.02em; | font-size: 1.02em; | ||
} | } | ||
.newbie-container { | .newbie-container { | ||
Zeile 260: | Zeile 175: | ||
} | } | ||
.garten-show { | .garten-show { | ||
Zeile 270: | Zeile 181: | ||
#garten-img { | #garten-img { | ||
width: | width:19vw; height:19vw; float:right; margin-left:3em; border-radius:50%; shape-outside:circle(42%); shape-margin:1.9rem; box-shadow:5px 5px 8px 5px rgb(80, 163, 198); | ||
position:relative; z-index:1000; margin-right:0.7em;object-fit:cover; | |||
/* winter blue rgb(35, 119, 164); | |||
yellow default rgb(238, 240, 120); | |||
light winter blue rgb(80, 163, 198); | |||
*/ | |||
} | } | ||
.garten-img { | .garten-img { | ||
width: | width:31vw; height:31vw; float:right; margin-left:3em; border-radius:50%; shape-outside:circle(42%); shape-margin:2.5rem; box-shadow:5px 5px 8px 5px rgb(238, 240, 120); position:relative; z-index:1000; margin-right:0.7em;object-fit:cover; | ||
} | } | ||
Zeile 299: | Zeile 214: | ||
.sections-container { | .sections-container { | ||
flex-direction: column; | flex-direction: column; | ||
padding: 3px; | |||
} | } | ||
.organisation-container { | .organisation-container { | ||
Zeile 312: | Zeile 226: | ||
display:none; | display:none; | ||
} | |||
.mobile-sections-container { | |||
display: none; | |||
} | } | ||
@media screen and (max-width: 25em) | @media screen and (max-width: 25em) | ||
{ | { | ||
.sections-container { | |||
display: none; | |||
} | |||
.mobile-sections-container { | |||
display: flex; | |||
} | |||
@-moz-document url-prefix() { #svg-img | @-moz-document url-prefix() { #svg-img | ||
{ | { | ||
Zeile 331: | Zeile 257: | ||
}} | }} | ||
} | } | ||
</style> | </style> | ||
<img id="garten-img" src="https://wiki.kometin.at/images/a/a5/Winter_kometin.jpg" alt="Küche" > | |||
<img id="garten-img" src="https://wiki.kometin.at/images/ | |||
Zeile 394: | Zeile 315: | ||
</html> | </html> | ||
<i><b>Die Kometin</b></i> ist eine Gemeinschaft, die die Räume der Kometin nutzt, verwaltet und pflegt. Die Kometin befindet sich in der Rechbauerstraße 19a/3, direkt neben der Technischen Universität - Campus Alte Technik. Die Idee der Kometin ist inspiriert worden durch das [https://de.wikipedia.org/wiki/Commons Commons] und [https://de.wikipedia.org/wiki/Virginia_Woolf Virginia Woolf (Ein Zimmer für sich allein)] . | <br/> | ||
<i><b>Die Kometin</b></i> ist eine Gemeinschaft, die die Räume der Kometin nutzt, verwaltet und pflegt. Die Kometin befindet sich in der Rechbauerstraße 19a/3, direkt neben der Technischen Universität - Campus Alte Technik. Die Idee der Kometin ist inspiriert worden durch das [https://de.wikipedia.org/wiki/Commons Commons] und [https://de.wikipedia.org/wiki/Virginia_Woolf Virginia Woolf (Ein Zimmer für sich allein)] . | |||
<br> | <br> | ||
Zeile 406: | Zeile 328: | ||
<div class="sections-container"> | <div class="sections-container"> | ||
<ul> | <ul> | ||
<li> <a href="/Kometin-FAQ" title=" | <li> <a href="/Kometin-FAQ" title="🪐Frequently Asked Questions">🪐 FAQ </a> </li> | ||
<li> <a href="/Tutorials" title=" | <li> <a href="/Tutorials" title="Tutorials">🚀 Tutorials </a> </li> | ||
<li> <a href="/Regeln_der_Kometin" title="Kometin-Regeln">Regeln </a> </li> | <li> <a href="/Regeln_der_Kometin" title="Kometin-Regeln">📜 Regeln </a> </li> | ||
<li> <a href="/Wichtige_Dokumente" title="Kometin-Dokumente">Dokumente </a> </li> | <li> <a href="/Wichtige_Dokumente" title="Kometin-Dokumente">📂 Dokumente </a> </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
<div class="mobile-sections-container"> | |||
<div class="mobile-ul"> | |||
<div class="mobile-row"> | |||
<a href="/Kometin-FAQ" title="🪐 Frequently Asked Questions"> | |||
🪐<br>FAQ | |||
</a> | |||
<a href="/Tutorials" title="🚀 Tutorials"> | |||
🚀<br>Tutorials | |||
</a> | |||
</div> | |||
<div class="mobile-row"> | |||
<a href="/Regeln_der_Kometin" title="📜 Regeln"> | |||
📜 Regeln | |||
</a> | |||
<a href="/Wichtige_Dokumente" title="📂 Dokumente"> | |||
📂 Dokumente | |||
</a> | |||
</div> | |||
</div | |||
</div> | |||
</div> | </div> | ||
</html> | </html> | ||
Aktuelle Version vom 22. Dezember 2024, 14:10 Uhr
Willkommen im offiziellen Wiki des Kulturvereins die Kometin!
Die Kometin ist eine Gemeinschaft, die die Räume der Kometin nutzt, verwaltet und pflegt. Die Kometin befindet sich in der Rechbauerstraße 19a/3, direkt neben der Technischen Universität - Campus Alte Technik. Die Idee der Kometin ist inspiriert worden durch das Commons und Virginia Woolf (Ein Zimmer für sich allein) .
Die Räume der Kometin bestehen aus einem Garten, eine Küche, ein Wohnzimmer, ein Atelier und ein WC.
Die Räume werden von den Mitgliedern auf unterschiedlichste Weise genutzt. Es wird gemalt, gespielt, gebastelt, genäht und vieles mehr.
Hier kommst du zu unseren Veranstaltungen.
Bist du neugierig geworden auf die Kometin oder hast noch Fragen? Dann findest du eventuell die Antworten in unserem kurzen FAQ oder schreib uns eine Mail auf orga@kometin.at.