MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Zeile 43: | Zeile 43: | ||
margin:10px; | margin:10px; | ||
padding:10px; | padding:10px; | ||
+ | white-space:normal; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .search_item { | ||
+ | white-space:normal; | ||
} | } | ||
.search_item img { | .search_item img { |
Version vom 1. November 2018, 02:15 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 } .search_item { float:left; width:150px; height:200px; margin:10px; padding:10px; white-space:normal; overflow:hidden; } .search_item { white-space:normal; } .search_item img { max-width:130px; max-height:130px; } .search_item a { text-decoration:none!important; } .search_item .search_item_title { }