Vorlage:Informationsbox: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
(7 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: | ||
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 | ||
padding-top:10px; | padding-top:10px; | ||
+ | padding-bottom: 10px; | ||
} | } | ||
.rechts span { | .rechts span { | ||
− | color: | + | color: #04B4AE; |
font-family:Calibri; | font-family:Calibri; | ||
font-size:1.2em; | font-size:1.2em; | ||
Zeile 34: | Zeile 35: | ||
}} | }} | ||
<div class="informationbox"> | <div class="informationbox"> | ||
− | <div class="icon">[[Datei: | + | <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> |