MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
| Zeile 39: | Zeile 39: | ||
.page-Spezial_Abfrage_ausführen_projektSearch .mw-parser-output p { | .page-Spezial_Abfrage_ausführen_projektSearch .mw-parser-output p { | ||
| − | display:none | + | display:none; |
} | } | ||
| + | .page-Spezial_Abfrage_ausführen_projektSearch .mw-parser-output { | ||
| + | margin:-10px; | ||
| + | } | ||
| + | |||
.search_item { | .search_item { | ||
float:left; | float:left; | ||
| − | width: | + | width:256px; |
height:300px; | height:300px; | ||
margin:10px; | margin:10px; | ||
| Zeile 62: | Zeile 66: | ||
font-size:12px !important; | font-size:12px !important; | ||
font-family:tahoma,arial,helvetica !important; | font-family:tahoma,arial,helvetica !important; | ||
| + | text-align:center; | ||
} | } | ||
.search_item img { | .search_item img { | ||
| Zeile 68: | Zeile 73: | ||
width:auto!important; | width:auto!important; | ||
height:auto!important; | height:auto!important; | ||
| + | margin-bottom:10px; | ||
} | } | ||
.search_item a { | .search_item a { | ||
| Zeile 74: | Zeile 80: | ||
.search_item .search_item_title { | .search_item .search_item_title { | ||
font-weight:bold; | font-weight:bold; | ||
| + | text-align:left; | ||
} | } | ||
.search_item .search_item_desc { | .search_item .search_item_desc { | ||
| + | text-align:left; | ||
} | } | ||
Version vom 1. November 2018, 01:46 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;
}
.page-Spezial_Abfrage_ausführen_projektSearch .mw-parser-output {
margin:-10px;
}
.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:210px;
max-height:180px;
width:auto!important;
height:auto!important;
margin-bottom:10px;
}
.search_item a {
text-decoration:none!important;
}
.search_item .search_item_title {
font-weight:bold;
text-align:left;
}
.search_item .search_item_desc {
text-align:left;
}
