Difference between revisions of "Template:Team:Potsdam/CSSForTheContent"

Line 185: Line 185:
  
  
#staticLeftLine{
+
.teamContainer{
 
position:absolute;
 
position:absolute;
top:0px;
+
left:150px;
 +
top:150px
 +
}
 +
 
 +
#staticLeftLine{
 +
position:relative;
 +
float:left;
 
height:100px;
 
height:100px;
 
}
 
}
  
 
.leftLine{
 
.leftLine{
position:absolute;
+
position:relative;
 +
float:left;
 
background-color:blue;  
 
background-color:blue;  
 
width:10px;  
 
width:10px;  
Line 199: Line 206:
  
 
#leftLineText{
 
#leftLineText{
line-height:normal;
+
position:relative;
 
+
float:left;
position:absolute;
+
width:50px;
width:80px;
+
 
font-size:40px;
 
font-size:40px;
 
font-family: "Lucida Console", Monaco, monospace;
 
font-family: "Lucida Console", Monaco, monospace;
 +
overflow: hidden;
  
 
}
 
}
  
 
.staticLine{
 
.staticLine{
position:absolute;
+
position:relative;
left:190px;
+
left:100px;
 
+
 
}
 
}
 
.lineText{
 
.lineText{
line-height:normal;
 
 
position:absolute;
 
position:absolute;
margin:0px;
+
width:50px;
float:left;
+
width:90px;
+
 
font-size:40px;
 
font-size:40px;
 
font-family: "Lucida Console", Monaco, monospace;
 
font-family: "Lucida Console", Monaco, monospace;
 
 
}
 
}
  
 
.Line{
 
.Line{
 
position:absolute;
 
position:absolute;
 +
left:50px;
 
background-color:red;  
 
background-color:red;  
 
width:10px;  
 
width:10px;  
float:left;
 
 
}
 
}
  
 +
.ImageContainer{
 +
position:absolute;
 +
left:60px;
 +
}
 +
 +
.Description{
 +
position:absolute;
 +
left:60px;
 +
display:none;
 +
background-color:#FFFFFF;
 +
opacity: 0.8;
 +
}
 
.ImageContainer img
 
.ImageContainer img
 
{
 
{
Line 240: Line 254:
 
}
 
}
  
.ImageContainer, .Description{
 
position:absolute;
 
}
 
 
 
.Description{
 
display:none;
 
background-color:#FFFFFF;
 
opacity: 0.8;
 
 
}
 
 
.Description p{
 
.Description p{
 
margin:20px;
 
margin:20px;
Line 256: Line 259:
 
}
 
}
  
#leftLineText{
+
 
overflow: hidden;
+
 
}
+
  
 
.tallwrapper{
 
.tallwrapper{
Line 264: Line 266:
 
}
 
}
  
#staticLeftLine, .lineText, .Line, .ImageContainer, .Description{top:100px; }
 
 
.leftLine {left:50px;}
 
#leftLineText{left:60px;}
 
.Description, .ImageContainer{left:100px;}
 
.Line{left:90px}
 
.lineText{left:40px}
 
  
 
div a p font {
 
div a p font {

Revision as of 10:28, 17 October 2017