Hauptseite: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(222 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<h2 id="main-header">Willkommen im offiziellen Wiki des Kulturvereins [https://kometin.at/ die Kometin]!</h2> | |||
<br/> | |||
<html> | |||
<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: 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; | |||
} | |||
.newbie-container { | |||
border-right: black solid 2px; | |||
} | |||
.sections-container { | |||
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; | |||
} | |||
.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; | |||
} | |||
.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; | |||
} | |||
.mobile-sections-container .mobile-ul .mobile-row 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; | |||
} | |||
.mobile-sections-container .mobile-ul .mobile-row a:hover { | |||
color:#35648c; | |||
text-decoration:none; | |||
} | |||
.mobile-sections-container .mobile-ul .mobile-row a { | |||
color: inherit; /* blue colors for links too */ | |||
text-decoration: inherit; /* no underline */ | |||
} | |||
.mobile-sections-container .mobile-ul .mobile-row a:hover { | |||
background-color: white; | |||
color: #35648c; | |||
font-size: 1.02em; | |||
} | |||
.newbie-container { | |||
border-right: black solid 2px; | |||
} | |||
.organisation-container { | |||
border-right: black solid 2px; | |||
} | |||
.garten-show { | |||
display:none; | |||
} | |||
#garten-img { | |||
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 { | |||
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; | |||
} | |||
@media screen and (max-width: 53em) | |||
{ | |||
#garten-img { | |||
float:none; | |||
margin-right: auto !important; | |||
margin-left: 10em !important; | |||
margin-bottom: 1em; | |||
} | |||
.garten-img { | |||
float:none; | |||
display:block; | |||
margin-right: auto !important; | |||
margin-left: 5em !important; | |||
margin-bottom: 1em; | |||
} | |||
.sections-container { | |||
flex-direction: column; | |||
padding: 3px; | |||
} | |||
.organisation-container { | |||
border-right: black solid 0; | |||
} | |||
} | |||
#svg-img { | |||
display:none; | |||
} | |||
.mobile-sections-container { | |||
display: none; | |||
} | |||
@media screen and (max-width: 25em) | |||
{ | |||
.sections-container { | |||
display: none; | |||
} | |||
.mobile-sections-container { | |||
display: flex; | |||
} | |||
@-moz-document url-prefix() { #svg-img | |||
{ | |||
position: absolute; | |||
left: -1em; | |||
bottom:69.5em; | |||
z-index: -1; | |||
transform: scale(40%); | |||
opacity: 60%; | |||
}} | |||
} | |||
</style> | |||
<img id="garten-img" src="https://wiki.kometin.at/images/a/a5/Winter_kometin.jpg" alt="Küche" > | |||
<svg | |||
version="1.1" | |||
id="svg-img" | |||
xml:space="preserve" | |||
width="538.66437" | |||
height="413.61917" | |||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |||
xmlns="http://www.w3.org/2000/svg" | |||
xmlns:svg="http://www.w3.org/2000/svg"><defs | |||
id="defs1"><filter | |||
inkscape:collect="always" | |||
style="color-interpolation-filters:sRGB" | |||
id="filter10" | |||
x="-0.0058925963" | |||
y="-0.0098296473" | |||
width="1.0121883" | |||
height="1.0186292"><feGaussianBlur | |||
inkscape:collect="always" | |||
stdDeviation="0.25330378" | |||
id="feGaussianBlur10" /></filter></defs><sodipodi:namedview | |||
id="namedview1" | |||
pagecolor="#ffffff" | |||
bordercolor="#cccccc" | |||
borderopacity="1" | |||
inkscape:showpageshadow="0" | |||
inkscape:pageopacity="1" | |||
inkscape:pagecheckerboard="0" | |||
inkscape:deskcolor="#d1d1d1" /><inkscape:clipboard | |||
style="font-variation-settings:normal;opacity:0.888216;vector-effect:none;fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-width:3.77952756;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:103.55905512;stroke-opacity:0.904781;-inkscape-stroke:none;filter:url(#filter10);stop-color:#000000;stop-opacity:1" | |||
min="156.37886,253.07001" | |||
max="695.04322,666.68917" | |||
geom-min="159.51477,257.06139" | |||
geom-max="691.69277,663.11607" /><g | |||
id="g1" | |||
transform="matrix(3.7795276,0,0,3.7795276,-156.37886,-253.07002)"><g | |||
id="g2" | |||
style="opacity:0.888216;mix-blend-mode:multiply;fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781;filter:url(#filter10)"><path | |||
style="fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781" | |||
d="m 42.276037,116.10235 c 43.415557,-4.48241 60.469953,13.06834 43.153261,59.34711 L 171.46285,81.385814 C 131.3889,92.858292 86.334247,104.49694 42.276037,116.10235 Z" | |||
id="path1" | |||
sodipodi:nodetypes="cccc" /><path | |||
style="fill:none;fill-opacity:1;stroke:#1f2ee1;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:27.4;stroke-opacity:0.904781" | |||
d="M 42.204949,115.99287 139.14908,68.014159 86.494198,175.36558 183.01038,110.62146 Z" | |||
id="path2" /></g></g></svg> | |||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |||
</html> | |||
<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> | |||
Die Räume der Kometin bestehen aus einem Garten, eine Küche, ein Wohnzimmer, ein Atelier und ein WC. <br> | |||
Die Räume werden von den Mitgliedern auf unterschiedlichste Weise genutzt. Es wird gemalt, gespielt, gebastelt, genäht und vieles mehr. <br> <br> | |||
[https://kometin.at/events/ Hier] kommst du zu unseren Veranstaltungen.<br> | |||
Bist du neugierig geworden auf die Kometin oder hast noch Fragen? Dann findest du eventuell die Antworten in unserem kurzen [[Kometin-FAQ|FAQ]] oder schreib uns eine Mail auf orga@kometin.at. | |||
<html> | |||
<div class="sections-container"> | |||
<ul> | |||
<li> <a href="/Kometin-FAQ" title="🪐Frequently Asked Questions">🪐 FAQ </a> </li> | |||
<li> <a href="/Tutorials" title="Tutorials">🚀 Tutorials </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> | |||
</ul> | |||
</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> | |||
</html> | |||
<html> | |||
<div style="margin: 0.1em auto 1.0em;"><div style="clear:both; border: 1px solid #E0E0E0; margin: 1px 0px;"> | |||
<div style="float: left;"></div> | |||
<div style="text-align: center; background-color: #E0E0E0;"><div style="padding:4px;"><a href="/Freiräume" title="Freiräume"><span style="letter-spacing:0.16em;"><big><b>andere Freiräume in Graz</b></big></span></a></div></div> | |||
<div style="text-align: center; background-color: #FFFFFF; width: 100%; margin: 0px;"><div style="line-height:170%; margin: -0.5em 0; padding: 0 1em; color:#ccc;"> | |||
<p><a href="https://spektral.at/" target="_blank" title="Spektral"><span style="white-space:nowrap;">Spektral</span></a> · | |||
<a href="https://schubertnest.at/" target="_blank" title="Schubertnest">Schubertnest</a> · | |||
<a href="http://traumwerk.in/" target="_blank" title="Traumwerk">Traumwerk</a> · | |||
<a href="https://helsinki.at/" target="_blank" title="Helsinki">Radio Helsinki</a> · | |||
<a href="https://schwarzeraupe.noblogs.org/" target="_blank" title="Schwarze Raupe">Schwarze Raupe</a> · | |||
<a href="https://web.htugraz.at/greencampus/home" target="_blank" title="Green Campus">Green Campus</a> · | |||
</p> | |||
</div></div> | |||
</div> | |||
</div> | |||
</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.