Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| de:2.0:aenderungshistorie_fuer_themes_24 [2013/03/29 17:28] – fasse | de:2.0:aenderungshistorie_fuer_themes_24 [2013/03/30 22:53] (current) – fasse | ||
|---|---|---|---|
| Line 190: | Line 190: | ||
| - | == Folgenden Block in css/print.css hinzufügen == | + | == Folgenden Block in css/system.css hinzufügen == |
| <code css>/* Definitionsliste des DropDown Menüs*/ | <code css>/* Definitionsliste des DropDown Menüs*/ | ||
| .dd-select{ | .dd-select{ | ||
| Line 335: | Line 335: | ||
| font-size: .9em; | font-size: .9em; | ||
| text-align: | text-align: | ||
| + | }</ | ||
| + | |||
| + | == Folgenden Block in css/ | ||
| + | <code css> | ||
| + | color: | ||
| + | text-align: | ||
| + | background-color: | ||
| + | width: | ||
| + | min-height: | ||
| + | font-size: | ||
| + | font-weight: | ||
| + | padding: | ||
| + | } | ||
| + | |||
| + | .admInformationCreated{ | ||
| + | display: | ||
| + | }</ | ||
| + | |||
| + | == Folgenden Block in css/ | ||
| + | <code css> | ||
| + | display: | ||
| + | padding: | ||
| + | font-size: | ||
| + | | ||
| + | ersetzen durch <code css> | ||
| + | display: | ||
| + | padding: | ||
| + | font-size: | ||
| + | | ||
| + | |||
| + | == Folgenden Block in css/ | ||
| + | <code css># | ||
| + | # | ||
| + | # | ||
| + | | ||
| + | | ||
| + | | ||
| + | ersetzen durch <code css> | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | == Folgenden Block in css/ | ||
| + | <code css>/* Definitionsliste des DropDown Menüs*/ | ||
| + | .dd-select{ | ||
| + | position: | ||
| + | cursor: | ||
| + | color: #E0791F; | ||
| + | font-weight: | ||
| + | text-decoration: | ||
| + | } | ||
| + | .dd-desc { | ||
| + | color:# | ||
| + | display: | ||
| + | overflow: hidden; | ||
| + | font-weight: | ||
| + | line-height: | ||
| + | } | ||
| + | .dd-selected{ | ||
| + | display: | ||
| + | padding: | ||
| + | } | ||
| + | .dd-options{ | ||
| + | border-top: | ||
| + | list-style: | ||
| + | box-shadow: | ||
| + | display: | ||
| + | position: | ||
| + | z-index: | ||
| + | margin: | ||
| + | padding:0; | ||
| + | background:# | ||
| + | overflow: | ||
| + | } | ||
| + | .dd-option{ | ||
| + | margin: | ||
| + | padding: | ||
| + | display: | ||
| + | border-bottom: | ||
| + | overflow: | ||
| + | text-decoration: | ||
| + | color:# | ||
| + | cursor: | ||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -o-transition: | ||
| + | -ms-transition: | ||
| + | } | ||
| + | .dd-options > li{ | ||
| + | display: block; | ||
| + | padding: 0px; | ||
| + | text-align: left; | ||
| + | } | ||
| + | .dd-options > li: | ||
| + | border-bottom: | ||
| + | } | ||
| + | .dd-option: | ||
| + | background:# | ||
| + | color: #E0791F; | ||
| + | font-weight: | ||
| + | text-decoration: | ||
| + | |||
| + | } | ||
| + | .dd-selected-description-truncated { | ||
| + | text-overflow: | ||
| + | white-space: | ||
| + | } | ||
| + | .dd-option-selected { | ||
| + | } | ||
| + | .dd-option-image, | ||
| + | vertical-align: | ||
| + | margin-right: | ||
| + | max-width: | ||
| + | } | ||
| + | .dd-image-right { | ||
| + | float: | ||
| + | margin-right: | ||
| + | margin-left: | ||
| + | } | ||
| + | .dd-container { | ||
| + | display: inline; | ||
| + | background: none; | ||
| + | text-align: left; | ||
| + | }‚Äã | ||
| + | .dd-selected-text { | ||
| + | font-weight: | ||
| + | width: 100%; | ||
| }</ | }</ | ||