Difference between revisions of "Template:DoubleBorder"

From Popix
Jump to navigation Jump to search
m
m
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style type="text/css">
+
<div  class="noprint" style="border:1px solid black; background-color:#D2D2D2;width:400px; height:100px; border-radius:1em; position: relative;top:20px;z-index: 2">
div { border:1px solid black; }
+
<div  class="noprint" style="border:1px solid black; background-color:#eeeeee;width:400px; height:100px; border-radius:1em; position: relative;margin-top:5px;margin-left:5px;z-index: 1;">
.infront {
+
<div style="text-align: left; padding-left: 2em; padding-top:2em">{{{text|{{{1}}}}}}</div>
background-color:#ff9900;
+
</div></div>
width:100px;
+
<noinclude>
height: 100px;
 
position: relative;
 
top: 10;
 
left:80;
 
z-index: 2;
 
}
 
.behind {
 
background-color:#eeeeee;
 
width:100px;
 
height: 100px;
 
position: relative;
 
top: -60;
 
left:35;
 
z-index: 1;
 
}
 
</style>
 
<div class="infront">
 
In front
 
</div>
 
<div class="behind">
 
Behind
 
</div>
 

Latest revision as of 14:48, 5 April 2013

{{{1}}}