MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Open Source Ecology (OSE) Germany - Entwicklungsplattform
| Zeile 35: | Zeile 35: | ||
.mw-category-group h3, .mw-content-ltr h3 { | .mw-category-group h3, .mw-content-ltr h3 { | ||
display:none | display:none | ||
| + | } | ||
| + | |||
| + | .search_item { | ||
| + | float:left; | ||
| + | width:150px; | ||
| + | height:200px; | ||
| + | margin:10px; | ||
| + | padding:10px; | ||
| + | } | ||
| + | .search_item img { | ||
| + | max-width:130px; | ||
| + | max-height:130px; | ||
| + | } | ||
| + | .search_item a { | ||
| + | text-decoration:none!important; | ||
| + | } | ||
| + | .search_item .search_item_title { | ||
| + | |||
} | } | ||
Version vom 1. November 2018, 01:10 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;
}
.search_item img {
max-width:130px;
max-height:130px;
}
.search_item a {
text-decoration:none!important;
}
.search_item .search_item_title {
}
