Vorlage:Informationsbox: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(4 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 9: | Zeile 8: | ||
border-bottom: thin #E6E6E6 solid; | border-bottom: thin #E6E6E6 solid; | ||
background-color: #F2F2F2; | background-color: #F2F2F2; | ||
+ | margin-left:10px; | ||
} | } | ||
.icon{ | .icon{ | ||
width:70px; | width:70px; | ||
− | |||
background-color: #04B4AE; | background-color: #04B4AE; | ||
float:left; | float:left; | ||
Zeile 19: | Zeile 18: | ||
padding-top:12px; | padding-top:12px; | ||
cursor: default; | 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; | ||
} | } | ||