Difference between revisions of "Template:Uppsala/CSS"

Line 101: Line 101:
  
 
.tab-content {
 
.tab-content {
     border-left: 1px solid #ddd;
+
     border-left: 4px solid #ddd;
     border-right: 1px solid #ddd;
+
     border-right: 4px solid #ddd;
 
     padding: 10px;
 
     padding: 10px;
 
}
 
}
Line 110: Line 110:
 
}
 
}
  
 +
.tab-content{
 +
webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.55);
 +
-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.55);
 +
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.55)
 +
}
  
 
/* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/
 
/* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/

Revision as of 11:41, 16 June 2016