MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Zeile 70: | Zeile 70: | ||
} | } | ||
.search_item .search_item_title { | .search_item .search_item_title { | ||
− | + | line-height:12px; | |
+ | font-size:12px; | ||
+ | } | ||
+ | .search_item .search_item_desc { | ||
+ | line-height:12px; | ||
+ | font-size:12px; | ||
} | } |
Version vom 1. November 2018, 02:33 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; overflow:hidden; height:100%; } .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 { line-height:12px; font-size:12px; } .search_item .search_item_desc { line-height:12px; font-size:12px; }