Vorlage:Informationsbox: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(24 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; |
− | + | box-shadow: 1px 0px 40px -30px; | |
− | |||
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; | |
− | + | 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-bottom: 10px; | ||
} | } | ||
Zeile 32: | Zeile 31: | ||
color: #04B4AE; | color: #04B4AE; | ||
font-family:Calibri; | font-family:Calibri; | ||
− | font-size:1. | + | font-size:1.2em; |
} | } | ||
}} | }} | ||
<div class="informationbox"> | <div class="informationbox"> | ||
− | <div class="icon" | + | <div class="icon">[[Datei:Info.png|zentriert|45px]]</div> |
− | <div class="rechts"><span> | + | <div class="rechts"><span>{{{1}}}</span><br/>{{{2}}}</div> |
</div> | </div> |