<style>
/* Main Layout ==================================================================================== */
#main #content {
line-height: 29px;
margin: 0 auto;
padding: 30px;
box-sizing: border-box;
border-top: 3px solid #3572b0;
background: white;
border-right: 1px solid whitesmoke;
border-radius: 0;
border-bottom: 3px solid #0d6bad;
margin-top: 40px;
border-left: 0;
}
.wiki-content .columnLayout {
display: table;
width: 850px;
margin: 0 auto;
}
/* KB Item ==================================================================================== */
#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 .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;
}
/* KB Item Hover ============================================================================== */
.wiki-content .columnLayout.three-equal .innerCell:hover p:first-child .confluence-embedded-image {
opacity: 0.85;
}
.wiki-content .columnLayout.three-equal .innerCell:hover p:nth-child(2) a {
background-color: #f5f5f5;
text-decoration: none;
}
/* Search ==================================================================================== */
.search-macro-large .search-macro-query input {
padding: 12px 12px 12px 70px;
height: 80px;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
position: relative;
}
.search-macro-large {
width: 100%;
max-width: 870px;
}
.search-macro-large .search-macro-query .aui-icon-large:before {
font-size: 18px;
margin-top: 10px;
margin-left: 20px;
}
|