Difference between revisions of "Template:Starwars-theme"

Line 272: Line 272:
 
}
 
}
 
.contentRow {
 
.contentRow {
     display: table;
+
     align:center;
    width: 100%;
+
overflow:auto;
    padding: 0;
+
background-color:white;
    margin: 0;
+
max-width:60em;
    border-spacing: 1em;
+
margin:auto;
    border-collapse: separate;
+
padding:0 2em;
 +
border:1px solid black;
 
}
 
}
 
.contentCell {
 
.contentCell {
     display: table-cell;
+
     display:inline-block;
    vertical-align: top;
+
max-width:36em;
    padding: 0;
+
margin:0;
    margin: 0;
+
border:1px solid blue;
 +
margin-bottom:2em;
 
}
 
}
 
.contentSmallCell{
 
.contentSmallCell{
      
+
     float:left;
 +
background-color:lightblue;
 +
 +
max-width:16em;
 +
border:2px solid red;
 +
margin-bottom:2em;
 +
margin-right:3em;
 
     width: 40%;
 
     width: 40%;
 
      
 
      
 +
}
 +
contentBothCols {
 +
float:left;
 +
background-color:lightblue;
 +
 +
max-width:56em;
 +
border:2px solid red;
 +
margin-bottom:2em;
 +
 
}
 
}
  

Revision as of 12:52, 19 October 2016