Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| de:2.0:aenderungshistorie_fuer_themes_24 [2013/03/29 17:10] – fasse | de:2.0:aenderungshistorie_fuer_themes_24 [2013/03/30 22:53] (current) – fasse | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| **icons/ | **icons/ | ||
| **icons/ | **icons/ | ||
| - | |||
| - | |||
| - | * Folgende Dateien müssen in den entsprechenden Ordnern // | ||
| - | **ecard_templates/ | ||
| Line 28: | Line 24: | ||
| - | == Folgenden Block in css/photos.css == | + | ==== Änderungen im Modern Theme ==== |
| - | <code css>/ | + | |
| - | .photoThumbnailRow{ | + | == Folgenden Block in css/print.css hinzufügen |
| - | | + | <code css>/************************************** |
| - | list-style-type: | + | * Style for printview of date module * |
| - | clear: left; | + | **************************************/ |
| - | }</ | + | |
| - | ersetzen durch <code css>/* Einstellung fuer die Thumbnailtabellenzeilen | + | @media print{ |
| - | .photoThumbnailRows{ | + | |
| - | | + | |
| - | | + | } |
| } | } | ||
| - | .photoThumbnailRow{ | + | /* Settings for background colors of table rows */ |
| - | | + | .even { |
| + | | ||
| } | } | ||
| - | </code> | + | .odd { |
| + | background-color: | ||
| + | } | ||
| + | /* Settings for highlighted dates */ | ||
| + | .evenHighlight { | ||
| + | background-color: | ||
| + | font-weight: | ||
| + | } | ||
| + | .oddHighlight { | ||
| + | background-color: | ||
| + | font-weight: | ||
| + | } | ||
| + | /* Settings for html table */ | ||
| + | .tableDateList { | ||
| + | position: relative; | ||
| + | top: 0px !important; | ||
| + | border-collapse: | ||
| + | } | ||
| + | .tableDateList thead{ | ||
| + | background-color: | ||
| + | } | ||
| + | .tableDateList thead h1 { | ||
| + | margin: 8px 0 0 0; | ||
| + | font-size: 1.7em; | ||
| + | } | ||
| + | .tableDateList thead h3 { | ||
| + | margin: 5px 0 5px 0; | ||
| + | } | ||
| + | .tableDateList tfoot { | ||
| - | == Folgenden Block in css/ | + | } |
| - | <code css>.bodyPrint | + | .tableDateList th { |
| color: | color: | ||
| font-family: | font-family: | ||
| - | font-size: | + | font-size: |
| - | | + | |
| - | | + | |
| - | }</ | + | } |
| - | ersetzen durch <code css>.bodyPrint | + | .tableDateList tr { |
| - | color: | + | |
| font-family: | font-family: | ||
| - | | + | |
| - | background-color: | + | |
| - | text-align: | + | |
| - | margin: | + | |
| - | }</ | + | |
| - | == Folgenden Block in css/ | ||
| - | <code css> | ||
| - | color: | ||
| - | background-color: | ||
| - | border: | ||
| - | padding: | ||
| - | text-align: | ||
| - | margin-top: | ||
| - | }</ | ||
| - | ersetzen durch <code css> | ||
| - | color: | ||
| - | background-color: | ||
| - | border: | ||
| - | padding: | ||
| - | text-align: | ||
| - | margin-top: | ||
| - | }</ | ||
| - | |||
| - | == Folgenden Block in css/ | ||
| - | <code css> | ||
| - | font-size: | ||
| } | } | ||
| + | .tableDateList td { | ||
| + | font-size: .9em; | ||
| + | text-align: | ||
| + | | ||
| - | .bigFontSize | + | == Folgenden Block in css/photos.css == |
| - | font-size: 12pt; | + | <code css> /*Die Fotoalben werden in einer Definitionsliste angezeigt*/ |
| + | | ||
| + | | ||
| + | | ||
| + | ersetzen durch <code css> /*Die Fotoalben werden in einer Definitionsliste angezeigt*/ | ||
| + | | ||
| + | | ||
| + | padding: 0px; | ||
| + | | ||
| + | |||
| + | == Folgenden Block in css/ | ||
| + | <code css># | ||
| + | margin-bottom: 10px; | ||
| }</ | }</ | ||
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>textarea, input, select | + | <code css>.boxHeadHighlighted |
| - | | + | |
| - | font-size: | + | width: |
| + | min-height: | ||
| + | font-size: | ||
| + | font-weight: | ||
| + | border-bottom: | ||
| } | } | ||
| - | </ | ||
| - | == Folgenden Block in css/system.css entfernen == | + | .admInformationCreated{ |
| - | <code css> | + | |
| - | | + | |
| - | border-width: | + | |
| - | } | + | |
| - | + | ||
| - | textarea { | + | |
| - | font-family: | + | |
| - | font-size: | + | |
| - | } | + | |
| - | + | ||
| - | /* Hack fuer IE6, damit dieser lange Buttons vernuenftig darstellt */ | + | |
| - | html.* button { | + | |
| - | padding: | + | |
| - | width: | + | |
| - | overflow: | + | |
| }</ | }</ | ||
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>.formFieldList li { | + | <code css>.tableList th { |
| - | display: | + | padding: |
| - | text-align: | + | |
| - | } | + | |
| - | .formFieldList li dl { | + | |
| - | padding: | + | |
| - | margin: | + | |
| - | } | + | |
| - | .formFieldList li dl dt { | + | |
| - | text-align: | + | |
| - | float: | + | |
| - | } | + | |
| - | .formFieldList li dl dd { | + | |
| - | margin-left: | + | |
| - | text-align: | + | |
| - | }</ | + | |
| - | ersetzen durch <code css> | + | |
| - | text-align: | + | |
| - | } | + | |
| - | .formFieldList > li > dl, | + | |
| - | .formFieldList > li > div { | + | |
| - | padding: | + | |
| - | margin: | + | |
| - | } | + | |
| - | .formFieldList > li > dl > dt { | + | |
| - | text-align: | + | |
| - | float: | + | |
| - | } | + | |
| - | .formFieldList > li > dl > dd { | + | |
| - | margin-left: | + | |
| text-align: | text-align: | ||
| + | background-repeat: | ||
| + | background-image: | ||
| }</ | }</ | ||
| - | + | ersetzen durch <code css> | |
| - | == Folgenden Block in css/ | + | padding: 3px; |
| - | <code css> | + | text-align: left; |
| - | width: 550px; /* Optimale Breite von Listen */ | + | background-repeat: |
| - | color: # | + | |
| - | font-size: 10pt; | + | background-image: -moz-linear-gradient(top, |
| - | background-color: | + | background-image: -webkit-linear-gradient(top, |
| - | | + | |
| - | margin: | + | background-image: -o-linear-gradient(top, |
| - | }</ | + | |
| - | ersetzen durch <code css> | + | |
| - | width: | + | |
| - | color: | + | |
| - | font-size: 10pt; | + | |
| - | background-color: #eaeaea; | + | |
| - | | + | |
| - | margin: | + | |
| - | } | + | |
| - | </ | + | |
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>.iconTextLink img { | + | <code css>/* aktuelle Zeile kann in Listen markiert werden */ |
| - | | + | .tableMouseOver: |
| - | vertical-align: | + | |
| - | | + | |
| - | }</code> | + | |
| - | ersetzen durch <code css>.iconTextLink img { | + | |
| - | border: | + | |
| - | vertical-align: | + | |
| - | padding-right: | + | |
| - | width: | + | |
| - | height: | + | |
| }</ | }</ | ||
| + | ersetzen durch <code css> /* aktuelle Zeile kann in Listen markiert werden */ | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>.iconShowHide img { | + | <code css>/ |
| - | | + | |
| - | vertical-align: | + | |
| - | | + | |
| - | }</ | + | ersetzen durch <code css> |
| - | ersetzen durch <code css>.iconShowHide img { | + | |
| - | | + | |
| - | vertical-align: | + | |
| - | | + | |
| - | width: | + | |
| - | height: | + | |
| - | }</ | + | |
| - | == Folgenden Block in css/ | ||
| - | <code css> | ||
| - | cursor: | ||
| - | vertical-align: | ||
| - | margin-left: | ||
| - | margin-right: | ||
| - | }</ | ||
| - | ersetzen durch <code css> | ||
| - | cursor: | ||
| - | vertical-align: | ||
| - | margin-left: | ||
| - | margin-right: | ||
| - | width: | ||
| - | height: | ||
| - | }</ | ||
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>.iconHelpLink | + | <code css> .iconTextLinkList li{ |
| - | | + | padding-right: 10px; |
| - | | + | display: |
| - | | + | font-size: 11pt; |
| - | margin: | + | |
| - | }</ | + | ersetzen durch <code css> .iconTextLinkList li{ |
| - | ersetzen durch <code css>.iconHelpLink | + | padding-right: 15px; |
| - | | + | display: |
| - | | + | font-size: 11pt; |
| - | | + | |
| - | margin-left: | + | |
| - | width: | + | |
| - | height: | + | |
| - | }</ | + | |
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| - | <code css>#organization_form .formFieldList | + | <code css>#profile_roles_box ul li dl dd, |
| - | margin-top: 15px; | + | # |
| - | margin-bottom: 5px; | + | # |
| - | } | + | |
| + | | ||
| + | }</ | ||
| + | ersetzen durch <code css> | ||
| + | margin-left: | ||
| + | | ||
| + | }</ | ||
| - | # | ||
| - | margin-left: | ||
| - | }</ | ||
| - | ersetzen durch <code css># | ||
| - | margin-top: | ||
| - | margin-bottom: | ||
| - | } | ||
| - | #admOrganizationMenu | + | == Folgenden Block in css/ |
| - | margin-left: | + | <code css>/* Definitionsliste des DropDown Menüs*/ |
| + | .dd-select{ | ||
| + | position: | ||
| + | cursor: | ||
| + | background: none; | ||
| + | text-decoration: | ||
| + | color: | ||
| + | } | ||
| + | .dd-desc { | ||
| + | color:#aaa; | ||
| + | display: | ||
| + | overflow: hidden; | ||
| + | font-weight: | ||
| + | line-height: | ||
| + | } | ||
| + | .dd-selected{ | ||
| + | display: | ||
| + | padding: | ||
| + | } | ||
| + | .dd-options{ | ||
| + | border-top: | ||
| + | list-style: | ||
| + | box-shadow: | ||
| + | display: | ||
| + | position: | ||
| + | z-index: | ||
| + | margin:0; | ||
| + | padding: | ||
| + | background:# | ||
| + | overflow: | ||
| + | } | ||
| + | .dd-option{ | ||
| + | margin:0px; | ||
| + | padding: | ||
| + | display: | ||
| + | border-bottom: | ||
| + | overflow: | ||
| + | text-decoration: | ||
| + | color:#333; | ||
| + | cursor: | ||
| + | -webkit-transition: | ||
| + | -moz-transition: | ||
| + | -o-transition: | ||
| + | -ms-transition: | ||
| + | } | ||
| + | .dd-options > li{ | ||
| + | display: block; | ||
| + | padding-right: | ||
| + | } | ||
| + | .dd-options > li: | ||
| + | border-bottom: | ||
| + | } | ||
| + | .dd-option: | ||
| + | background:# | ||
| + | color:# | ||
| + | } | ||
| + | .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; | ||
| + | }? | ||
| + | .dd-selected-text { | ||
| + | font-weight: | ||
| + | width: 100%; | ||
| }</ | }</ | ||
| - | == Folgenden Block in css/ | + | ==== Änderungen im Classic Theme ==== |
| - | <code css>/ | + | |
| - | </ | + | |
| == Folgenden Block in css/ | == Folgenden Block in css/ | ||
| Line 311: | 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%; | ||
| }</ | }</ | ||