Template:Team:Braunschweig/CSS TU-BS style
From 2014.igem.org
(Difference between revisions)
Line 66: | Line 66: | ||
.fig-caption li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | .fig-caption li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | ||
} | } | ||
- | .fig-caption img {width: 80%; | + | .fig-caption img {width: 80%;margin:0 auto; border: 1px solid #dddddd; |
+ | border-radius: 4px; | ||
+ | -webkit-transition: all 0.2s ease-in-out; | ||
+ | transition: all 0.2s ease-in-out; | ||
} | } | ||
Line 76: | Line 79: | ||
.fig-caption-right li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | .fig-caption-right li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | ||
} | } | ||
- | .fig-caption-right img {width: 80%;margin:0 auto; | + | .fig-caption-right img {width: 80%;margin:0 auto; border: 1px solid #dddddd; |
+ | border-radius: 4px; | ||
+ | -webkit-transition: all 0.2s ease-in-out; | ||
+ | transition: all 0.2s ease-in-out; | ||
} | } | ||
Line 88: | Line 94: | ||
.fig-caption-center li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | .fig-caption-center li {list-style-type:none; list-style-image: none; display:block;color:#333333;font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic; | ||
} | } | ||
- | .fig-caption-center img {max-width: 750px;margin:max-height:500px; | + | .fig-caption-center img {max-width: 750px;margin:max-height:500px; border: 1px solid #dddddd; |
+ | border-radius: 4px; | ||
+ | -webkit-transition: all 0.2s ease-in-out; | ||
+ | transition: all 0.2s ease-in-out; | ||
} | } | ||
Revision as of 11:03, 17 October 2014