Open Source Ecology Germany: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Hovering inactive items resulted in unreadable link. Now fixed. Wilssen, DiVER, UniProKit now in testing.) |
K (Performance upgrade .. by adding td (html tag) to the classes.) |
||
Zeile 87: | Zeile 87: | ||
} | } | ||
− | .inaktiv, | + | td.inaktiv, |
− | .inactive { | + | td.inactive { |
− | opacity: . | + | opacity: .50; |
− | filter: alpha(opacity= | + | filter: alpha(opacity=50); |
− | transition: all | + | transition: all 1s /*.75s*/ ease-in-out 0s; |
background-image: -webkit-linear-gradient(center 49%, rgb(214, 214, 214), transparent); | background-image: -webkit-linear-gradient(center 49%, rgb(214, 214, 214), transparent); | ||
background-image: -moz-linear-gradient(center 49%, rgb(214, 214, 214), transparent); | background-image: -moz-linear-gradient(center 49%, rgb(214, 214, 214), transparent); | ||
Zeile 97: | Zeile 97: | ||
background-image: linear-gradient(center 49%, rgb(214, 214, 214), transparent); | background-image: linear-gradient(center 49%, rgb(214, 214, 214), transparent); | ||
} | } | ||
− | .inaktiv:hover, | + | td.inaktiv:hover, |
− | .inactive:hover { | + | td.inactive:hover { |
− | opacity: .95; | + | opacity: 1;/*.95;*/ |
− | filter: alpha(opacity= | + | filter: alpha(opacity=100); |
background-image: -webkit-linear-gradient(center 51%, rgb(244, 244, 244) /*#EFF9E2*/, transparent);/*use 0deg instead of center for horizontal gradient*/ | background-image: -webkit-linear-gradient(center 51%, rgb(244, 244, 244) /*#EFF9E2*/, transparent);/*use 0deg instead of center for horizontal gradient*/ | ||
background-image: -moz-linear-gradient(center 51%, rgb(244, 244, 244), transparent); | background-image: -moz-linear-gradient(center 51%, rgb(244, 244, 244), transparent); | ||
Zeile 108: | Zeile 108: | ||
} | } | ||
− | .inaktiv:hover a, | + | td.inaktiv:hover a, |
− | .inactive:hover a { | + | td.inactive:hover a { |
color: rgb(180, 179, 148); /*same as testing*/ | color: rgb(180, 179, 148); /*same as testing*/ | ||
} | } | ||
Zeile 122: | Zeile 122: | ||
/* R & D */ | /* R & D */ | ||
td.rd, /* <-- If this class is used then the link colour should remain blue, whereas the others change the link colour. */ | td.rd, /* <-- If this class is used then the link colour should remain blue, whereas the others change the link colour. */ | ||
− | .research, | + | td.research, |
− | .development { | + | td.development { |
background-color: #F8F6D7; /**//*rgb(102, 204, 204)*/; | background-color: #F8F6D7; /**//*rgb(102, 204, 204)*/; | ||
} | } | ||
− | .research, | + | td.rd, |
− | .development, | + | td.rd a, |
− | .research a, | + | td.research, |
− | .development a { | + | td.development, |
+ | td.research a, | ||
+ | td.development a { | ||
color: rgb(80, 79, 48); | color: rgb(80, 79, 48); | ||
} | } | ||
/* PROTOTYPING */ | /* PROTOTYPING */ | ||
− | .prototyp, | + | td.prototyp, |
− | .prototype, | + | td.prototype, |
− | .prototyping { | + | td.prototyping { |
background-color: #F8F6CB; /*#F0E4B7;*//*interesting in combination tan: rgb(240, 183, 100)*/ /*violet*/ ; | background-color: #F8F6CB; /*#F0E4B7;*//*interesting in combination tan: rgb(240, 183, 100)*/ /*violet*/ ; | ||
} | } | ||
− | .prototyp, | + | td.prototyp, |
− | .prototyp a, | + | td.prototyp a, |
− | .prototype, | + | td.prototype, |
− | .prototype a, | + | td.prototype a, |
− | .prototyping, | + | td.prototyping, |
− | .prototyping a { | + | td.prototyping a { |
color: rgb(80, 79, 48); | color: rgb(80, 79, 48); | ||
} | } | ||
/* DOCUMENTATION */ | /* DOCUMENTATION */ | ||
− | .dokumentation, | + | td.dokumentation, |
− | .documentation { | + | td.documentation { |
background-color: #F0EEB7;/*tan <-- OSE US*/; | background-color: #F0EEB7;/*tan <-- OSE US*/; | ||
} | } | ||
− | .dokumentation, | + | td.dokumentation, |
− | .dokumentation a, | + | td.dokumentation a, |
− | .documentation, | + | td.documentation, |
− | .documentation a { | + | td.documentation a { |
color: rgb(80, 79, 48); | color: rgb(80, 79, 48); | ||
} | } | ||
− | .testing { | + | td.testing { |
background-color: #B4B394/*#DCE2A5*//*rgb(240, 238, 183)*//*yellowgreen*/; /*lightgreen;*/ | background-color: #B4B394/*#DCE2A5*//*rgb(240, 238, 183)*//*yellowgreen*/; /*lightgreen;*/ | ||
} | } | ||
− | .testing, | + | td.testing, |
− | .testing a { | + | td.testing a { |
color: rgb(255, 254, 223);/*#F8F6D7;*/ | color: rgb(255, 254, 223);/*#F8F6D7;*/ | ||
} | } | ||
− | .complete, | + | td.complete, |
− | .release { | + | td.release { |
background-color: #D5E3AD;/*#EFF9E2*//*#E8E8E8*/; /*#C5B7D0*/ /*lightgrey*/ /*none*/; | background-color: #D5E3AD;/*#EFF9E2*//*#E8E8E8*/; /*#C5B7D0*/ /*lightgrey*/ /*none*/; | ||
} | } | ||
− | .complete, | + | td.complete, |
− | .release, | + | td.release, |
− | .complete a, | + | td.complete a, |
− | .release a { | + | td.release a { |
color: rgb(43, 57, 3); /* #F8F6D7;*/ | color: rgb(43, 57, 3); /* #F8F6D7;*/ | ||
} | } | ||
/*]]>*/</style> | /*]]>*/</style> | ||
</html> | </html> |
Version vom 7. Februar 2014, 07:11 Uhr
Die Projekte |
|||||||||
Baukasten |
Zn/O-Brennstoffzelle |
Windturbine |
Filamaker |
Induktionsofen |
Holzvergaserofen |
CNC Platinenfräsen Elektronik |
Hoflader |
Rollhacke |
|
Wireless Wind Logging System |
Mikrobielle Brennstoffzelle |
DiVER |
Filapuller |
Platinen- 3D-Drucker Kombi |
Hofladen |
Mobiler Melkroboter |
Hoch-Durchsatz-Wasserkraftwerk |
Hoch-Druck-Wasserkraftwerk |
|
Legende: | |||||||||
---|---|---|---|---|---|---|---|---|---|
Projekt inaktiv! Entwickler gesucht! | R & D Forschung & Entwicklung | Prototyp | Dokumentation | Testphase | Released | ||||
Open Source Ecology Germany | |||||||||
OSEG Live | Werte | Open Source Economy | Netzwerk | Freunde | |||||
Die Open Source Ecology (OSE) Germany ist eine offene Bewegung, die eine Open Source Ökonomie aufbaut, welche sowohl Produktion als auch Verteilung optimiert, und dabei Regeneration der Umwelt und soziale Gerechtigkeit fördert. Wir entwickeln die '''Technologien''' zum Aufbau einer lokalen Ökonomie, von Traktoren über Windkraftwerke bis hin zu Autos, verbessern diese kontinuierlich gemäß nachhaltigen Grundwerten wie Reproduzierbarkeit, Modularität, Eignung für den Eigenbau sowie ökologischem Design, und stellen die Ergebnisse jedem Open Source zur Verfügung. |
|||||||||
Externe Netzwerke | Beitreten und eigenes Profil erstellen | Spenden | Unterstützen | ||||||
Kontakt | Hilfe | ||||||||
Kommunikation | Events | Forum | Blog | Kontakt | Software | FAQ | |||
Momentan findet eine Umstrukturierung statt, für weitere Informationen klicke hier!