MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Zeile 61: | Zeile 61: | ||
max-width:180px; | max-width:180px; | ||
max-height:180px; | max-height:180px; | ||
+ | width:auto!important; | ||
+ | height:auto!important; | ||
} | } | ||
.search_item a { | .search_item a { |
Version vom 1. November 2018, 02:29 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .projekt_box > table, .projekt_component_box > table { width:100%; border: none !important; background:none; } .projekt_box pre, .projekt_component_box pre { white-space:normal; } .projekt_box td, .projekt_component_box td { border: none !important; vertical-align: top; } .thumbinner { width:100% !important; text-align:center; } .projekt_component_box { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; } .pcmp_img { width:400px; } .pcmp_img img { max-width:400px; } .pcmp_desc { width:100%; } .mw-category-group h3, .mw-content-ltr h3 { display:none } .page-Spezial_Abfrage_ausführen_projektSearch .mw-parser-output p { display:none } .search_item { float:left; width:220px; height:300px; margin:10px; padding:0px; white-space:normal; overflow:hidden; } .search_item pre { padding:20px; margin:0px; } .search_item * { white-space:normal !important; } .search_item img { max-width:180px; max-height:180px; width:auto!important; height:auto!important; } .search_item a { text-decoration:none!important; } .search_item .search_item_title { }