MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
Zeile 34: | Zeile 34: | ||
+ | table.formtable { | ||
+ | width:100%; | ||
+ | } | ||
+ | table.formtable td > pre { | ||
+ | height:100%; | ||
+ | } | ||
.projekt_box > table, .projekt_component_box > table { | .projekt_box > table, .projekt_component_box > table { | ||
width:100%; | width:100%; |
Version vom 7. November 2018, 01:46 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .container { width: auto !important; margin: 0px !important; } .container .row:first-child, .container .row:nth-child(2) { background-color: #86bc24; width: auto !important; margin-left: -15px; margin-right: -15px; color: #ffffff; } .p-logo img { height: 60px; } .p-personal a { color: #ffffff !important; } #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris { display:none; } .row { width: 1170px; margin: 0 auto; } .navbar-default { background:none !important; border:none; margin-bottom:0px; } .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover { color:#ffffff; } table.formtable { width:100%; } table.formtable td > pre { height:100%; } .projekt_box > table, .projekt_component_box > table { width:100%; border: none !important; background:none; } .projekt_box pre, .projekt_component_box pre { white-space:normal; background: none; border: none; margin: 0px; padding: 0px; } .projekt_box td, .projekt_component_box td { border: none !important; vertical-align: top; } .projekt_component_box td { padding:15px !important; } .thumbinner { text-align:center; } .projekt_box .wikitable p { display:none; } .projekt_box .wikitable .info_row { display:block; border: 1px solid #dddddd; background:#f9f9f9; padding:15px; margin-bottom:15px; } .projekt_component_box { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; } .projekt_component_box .wikitable, .projekt_component_box .wikitable h3 { margin:0px; } .pcmp_img { width:400px; } .pcmp_img img { max-width:400px; } .pcmp_desc { width:100%; } .mw-category-generated .mw-category-group h3, .mw-category-generated .mw-content-ltr h3 { display:none } .mw-special-RunQuery .contentHeader { display:none; } .search_items_results_page > div > p, .rootpage-Home .mw-parser-output > p { display:none !important; } .search_items_results_page .listwidget-container, .rootpage-Home .mw-parser-output { margin:-10px; } .search_item pre { background-color:#ffffff; } .search_item { float:left; width:256px; 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; line-height:16px !important; font-size:12px !important; font-family:tahoma,arial,helvetica !important; text-align:center; } .search_item img { max-width:216px; max-height:180px; width:auto!important; height:auto!important; margin-bottom:5px; } .search_item a { text-decoration:none!important; } .search_item .search_item_title { margin-bottom:5px; font-weight:bold; text-align:left; } .search_item .search_item_desc { text-align:left; }