no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | en:2.0:aenderungshistorie_fuer_themes_24 [2015/10/28 17:20] (current) – created thomas-rcv | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Change history for Themes in Version 2.4 ====== | ||
+ | This page lists all changes in the Theme folder inside the Version 2.4. If you update to a new version, so you have updte all the changes from your previous version to your new version Admidio, otherwise it may cause display problems. | ||
+ | The changes shown here always refer to both of our standard themes. Did you make changes here, so you have to consider when assigning these adjustments if necessary. This can, for example, be the case with colors. | ||
+ | |||
+ | |||
+ | ===== Version 2.4.0 ===== | ||
+ | When updating from version 2.3.0 or later, the following files need to be adjusted in the Theme folder. Changes to version 2.3.0, check out [[aenderungshistorie_fuer_themes_23 | Change history of 2.3]] \\ | ||
+ | (if you have not made changes, you can also upload entire folders and just only adjust the CSS folder manually) | ||
+ | |||
+ | * The following files must //be replaced// in the appropriate folders: | ||
+ | **my_body_bottom.php (or manually adjust the menu views) **\\ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | |||
+ | |||
+ | * The following files must //be added// in the appropriate folders: | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | |||
+ | |||
+ | ==== Changes in Modern Theme ==== | ||
+ | |||
+ | == Add block in css/ | ||
+ | <code css>/ | ||
+ | * Style for printview of date module * | ||
+ | | ||
+ | |||
+ | @media print{ | ||
+ | .form { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /* Settings for background colors of table rows */ | ||
+ | .even { | ||
+ | background-color: | ||
+ | } | ||
+ | .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 { | ||
+ | |||
+ | } | ||
+ | .tableDateList th { | ||
+ | color: | ||
+ | font-family: | ||
+ | font-size: | ||
+ | height: 35px; | ||
+ | background-color: | ||
+ | } | ||
+ | .tableDateList tr { | ||
+ | font-family: | ||
+ | border: 1px; | ||
+ | |||
+ | } | ||
+ | .tableDateList td { | ||
+ | font-size: .9em; | ||
+ | text-align: | ||
+ | | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css> /*Die Fotoalben werden in einer Definitionsliste angezeigt*/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | with: <code css> /*Die Fotoalben werden in einer Definitionsliste angezeigt*/ | ||
+ | | ||
+ | | ||
+ | padding: 0px; | ||
+ | | ||
+ | |||
+ | == Add block in css/ | ||
+ | <code css># | ||
+ | margin-bottom: | ||
+ | }</ | ||
+ | |||
+ | == Add block in css/ | ||
+ | <code css> | ||
+ | color: | ||
+ | width: | ||
+ | min-height: | ||
+ | font-size: | ||
+ | font-weight: | ||
+ | border-bottom: | ||
+ | } | ||
+ | |||
+ | .admInformationCreated{ | ||
+ | display: | ||
+ | }</ | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css> | ||
+ | padding: | ||
+ | text-align: | ||
+ | background-repeat: | ||
+ | background-image: | ||
+ | }</ | ||
+ | with: <code css> | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css>/* aktuelle Zeile kann in Listen markiert werden */ | ||
+ | .tableMouseOver: | ||
+ | background-repeat: | ||
+ | background-image: | ||
+ | }</ | ||
+ | with: <code css> /* aktuelle Zeile kann in Listen markiert werden */ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css>/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | with: <code css> / | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css> .iconTextLinkList li{ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | with: <code css> .iconTextLinkList li{ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css># | ||
+ | # | ||
+ | # | ||
+ | | ||
+ | | ||
+ | | ||
+ | with: <code css> | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | == Add block in css/ | ||
+ | <code css>/* Definitionsliste des DropDown Menüs*/ | ||
+ | .dd-select{ | ||
+ | position: | ||
+ | cursor: | ||
+ | background: none; | ||
+ | text-decoration: | ||
+ | color: #222222; | ||
+ | } | ||
+ | .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-right: | ||
+ | } | ||
+ | .dd-options > li: | ||
+ | border-bottom: | ||
+ | } | ||
+ | .dd-option: | ||
+ | background:# | ||
+ | color:#000; | ||
+ | } | ||
+ | .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%; | ||
+ | }</ | ||
+ | |||
+ | ==== Changes in Classic Theme ==== | ||
+ | |||
+ | == Add block in css/ | ||
+ | <code css>/ | ||
+ | * Style for printview of date module * | ||
+ | | ||
+ | |||
+ | @media print{ | ||
+ | .form { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | /* Settings for background colors of table rows */ | ||
+ | .even { | ||
+ | background-color: | ||
+ | } | ||
+ | .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 { | ||
+ | |||
+ | } | ||
+ | .tableDateList th { | ||
+ | color: | ||
+ | font-family: | ||
+ | font-size: | ||
+ | height: 35px; | ||
+ | background-color: | ||
+ | } | ||
+ | .tableDateList tr { | ||
+ | font-family: | ||
+ | border: 1px; | ||
+ | |||
+ | } | ||
+ | .tableDateList td { | ||
+ | font-size: .9em; | ||
+ | text-align: | ||
+ | }</ | ||
+ | |||
+ | == Add block in css/ | ||
+ | <code css> | ||
+ | color: | ||
+ | text-align: | ||
+ | background-color: | ||
+ | width: | ||
+ | min-height: | ||
+ | font-size: | ||
+ | font-weight: | ||
+ | padding: | ||
+ | } | ||
+ | |||
+ | .admInformationCreated{ | ||
+ | display: | ||
+ | }</ | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css> | ||
+ | display: | ||
+ | padding: | ||
+ | font-size: | ||
+ | | ||
+ | with: <code css> | ||
+ | display: | ||
+ | padding: | ||
+ | font-size: | ||
+ | | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css># | ||
+ | # | ||
+ | # | ||
+ | | ||
+ | | ||
+ | | ||
+ | with: <code css> | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | == Add 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%; | ||
+ | }</ |