Vorlage:Informationsbox: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{#css: | {{#css: | ||
.informationbox{ | .informationbox{ | ||
− | width: | + | width:75%; |
− | |||
-webkit-box-shadow: 1px 0px 40px 30px; | -webkit-box-shadow: 1px 0px 40px 30px; | ||
-moz-box-shadow: 1px 0px 40px -30px; | -moz-box-shadow: 1px 0px 40px -30px; | ||
Zeile 8: | Zeile 7: | ||
border-top: thin #E6E6E6 solid; | border-top: thin #E6E6E6 solid; | ||
border-bottom: thin #E6E6E6 solid; | border-bottom: thin #E6E6E6 solid; | ||
− | background-color: # | + | background-color: #F2F2F2; |
+ | margin-left:10px; | ||
} | } | ||
.icon{ | .icon{ | ||
width:70px; | width:70px; | ||
− | + | background-color: #04B4AE; | |
− | background-color:#04B4AE; | ||
float:left; | float:left; | ||
margin-right:10px; | margin-right:10px; | ||
padding-top:12px; | padding-top:12px; | ||
+ | cursor: default; | ||
+ | padding-bottom: 10px; | ||
} | } | ||
.rechts{ | .rechts{ | ||
width:100%; | width:100%; | ||
− | |||
border-right: medium #04B4AE solid; | border-right: medium #04B4AE solid; | ||
padding-top:10px; | padding-top:10px; | ||
+ | padding-bottom: 10px; | ||
} | } | ||