Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
de:2.0:aenderungshistorie_fuer_themes_24 [2013/03/29 17:28] fassede: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: center;  text-align: center;
 +}</code>
 +
 +== Folgenden Block in css/system.css hinzufügen ==
 +<code css>.boxHeadHighlighted {
 +    color:              #FF0000;
 +    text-align:         left;
 +    background-color:   #85C226;
 +    width:              100%;
 +    min-height:         20px;
 +    font-size:          12pt;
 +    font-weight:        bold;
 +    padding:            2px;
 +}
 +
 +.admInformationCreated{
 +    display:            block;
 +}</code>
 +
 +== Folgenden Block in css/system.css ==
 +<code css>.iconTextLinkList li{   
 +    display:            inline;
 +    padding:            10px;
 +    font-size:          10pt;
 + }</code>
 +ersetzen durch <code css>.iconTextLinkList li{   
 +    display:            inline-block;
 +    padding:            15px;
 +    font-size:          10pt;
 + }</code>
 +
 +== Folgenden Block in css/system.css ==
 +<code css>#profile_roles_box ul li dl dd,
 +#profile_roles_box_other_orga ul li dl dd,
 +#profile_former_roles_box ul li dl dd {
 +     margin-left:        50%;
 +     text-align:         right;
 + }</code>
 +ersetzen durch <code css>.profileRolesBox ul li dl dd {
 +     margin-left:        50%;
 +     text-align:         right;
 + }</code>
 +
 +== Folgenden Block in css/system.css hinzufügen ==
 +<code css>/* Definitionsliste des DropDown Men√ºs*/
 +.dd-select{ 
 +    position:relative; 
 +    cursor:pointer;
 +    color: #E0791F;
 +    font-weight: bold;
 +    text-decoration: none;    
 +}
 +.dd-desc { 
 +    color:#aaa; 
 +    display:block; 
 +    overflow: hidden; 
 +    font-weight:normal; 
 +    line-height: 1.4em;
 +}
 +.dd-selected{ 
 +    display:block; 
 +    padding:0px; 
 +}
 +.dd-options{ 
 +    border-top:none; 
 +    list-style:none; 
 +    box-shadow:0px 1px 5px #ddd; 
 +    display:none; 
 +    position:absolute; 
 +    z-index:2000; 
 +    margin:0; 
 +    padding:0;
 +    background:#fff; 
 +    overflow:auto;
 +}
 +.dd-option{ 
 +    margin:0px; 
 +    padding:10px; 
 +    display:block; 
 +    border-bottom:solid 1px #ddd; 
 +    overflow:hidden; 
 +    text-decoration:none; 
 +    color:#333; 
 +    cursor:pointer;
 +    -webkit-transition: all 0.25s ease-in-out; 
 +    -moz-transition: all 0.25s ease-in-out;
 +    -o-transition: all 0.25s ease-in-out;
 +    -ms-transition: all 0.25s ease-in-out; 
 +}
 +.dd-options > li{ 
 +    display: block; 
 +    padding: 0px;
 +    text-align: left; 
 +}
 +.dd-options > li:last-child > .dd-option{ 
 +    border-bottom:none; 
 +}
 +.dd-option:hover{ 
 +    background:#f3f3f3;
 +    color: #E0791F;
 +    font-weight: bold;
 +    text-decoration: none;    
 +
 +}
 +.dd-selected-description-truncated { 
 +    text-overflow: ellipsis; 
 +    white-space:nowrap; 
 +}
 +.dd-option-selected { 
 +}
 +.dd-option-image, .dd-selected-image { 
 +    vertical-align:middle; 
 +    margin-right:5px; 
 +    max-width:64px;
 +}
 +.dd-image-right { 
 +    float:right; 
 +    margin-right:15px; 
 +    margin-left:5px;
 +}
 +.dd-container { 
 +    display: inline;
 +    background: none;
 +    text-align: left; 
 +}‚Äã 
 +.dd-selected-text { 
 +    font-weight:bold;    
 +    width: 100%;
 }</code> }</code>
  • de/2.0/aenderungshistorie_fuer_themes_24.txt
  • Last modified: 2013/03/30 22:53
  • by fasse