<style>
#main-content > div > div:nth-child(n+2):nth-child(-n+6) > div > div > p:nth-child(2) > a
{
text-align: center;
display: block;
font-size: 16px;
padding: 20px;
border: 2px solid whitesmoke;
border-top: 0;
}
.wiki-content .columnLayout.three-equal .innerCell:hover p:first-child .confluence-embedded-image {
opacity: 0.785;
}
.wiki-content .columnLayout.three-equal .innerCell:hover p:nth-child(2) a {
background-color: #f5f5f5;
text-decoration: none;
}
/*
#main-content > div > div:nth-child(n+2):nth-child(-n+6) > div > div > p > a:hover
{
background-color: #f5f5f5;
text-decoration: none;
}
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image:hover {
opacity: 0.7;
}
*/
.wiki-content .confluence-embedded-file-wrapper.confluence-embedded-manual-size {
display:block;
}
#main-content > div > div:nth-child(n+2):nth-child(-n+6) > div > div > p,
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image {
margin: 0;
}
.wiki-content .columnLayout.three-equal .innerCell {
width: 250px;
overflow: hidden;
margin: 0 auto;
}
|