Vorlage:Informationsbox: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(18 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 | + | -moz-box-shadow: 1px 0px 40px -30px; |
− | -moz-box-shadow: 1px 0px | + | box-shadow: 1px 0px 40px -30px; |
− | box-shadow: 1px 0px | ||
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: | + | width:70px; |
− | + | background-color: #04B4AE; | |
− | background-color:#04B4AE; | ||
float:left; | float:left; | ||
margin-right:10px; | margin-right:10px; | ||
− | + | 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: | + | padding-top:10px; |
+ | padding-bottom: 10px; | ||
} | } | ||
Zeile 38: | Zeile 35: | ||
}} | }} | ||
<div class="informationbox"> | <div class="informationbox"> | ||
− | <div class="icon" | + | <div class="icon">[[Datei:Info.png|zentriert|45px]]</div> |
<div class="rechts"><span>{{{1}}}</span><br/>{{{2}}}</div> | <div class="rechts"><span>{{{1}}}</span><br/>{{{2}}}</div> | ||
</div> | </div> |