<style>
/* Main Layout ==================================================================================== */
#main #content {
line-height: 29px;
margin: 0 auto;
padding: 30px;
box-sizing: border-box;
background: white;
border-right: 1px solid whitesmoke;
border-radius: 0;
margin-top: 40px;
border-left: 0;
}
/* Column Layout */
.wiki-content > div > div:nth-child(n+2):nth-child(-n+6) > div > div > .innerCell {
max-width: 960px;
margin: 0 auto;
width: 100%;
text-align:center;
}
.columnMacro.conf-macro.output-block {
margin: 20px;
float: left;
text-align: center;
box-sizing: border-box;
width: auto !important;
min-width: 0 !important;
max-width: none !important;
display: block;
max-width: 200px !important;
cursor: pointer;
}
.columnMacro.conf-macro.output-block img {
margin: 0;
max-width: 200px !important;
height: auto;
cursor: pointer;
}
.columnMacro.conf-macro.output-block p {
margin: -10px 0 0 0;
}
.columnMacro.conf-macro.output-block p:nth-child(2) > a
{
text-align: center;
display: block;
font-size: 16px;
padding: 20px;
border: 2px solid whitesmoke#cccccc;
border-top: 0;
cursor: pointer;
}
#main-content > div > div
.columnMacro.conf-macro.output-block:hover img {
opacity: 0.85;
}
.columnMacro.conf-macro.output-block:hover p:nth-child(n+2):nth-child(-n+6) > div > div > p > a:hover
{a {
text-align: center;
display: block;
backgroundfont-colorsize: #f5f5f516px;
padding: 20px;
text-decoration: none;
background: whitesmoke;
border-top: 0;
}
/* Search ==================================================================================== */
.wikisearch-macro-contentlarge .confluencesearch-embedded-file-wrapper.confluence-embedded-manual-size {macro-query input {
padding: 12px 12px 12px 70px;
height: 80px;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
displayposition:block relative;
}
#main-content > div > div:nth-child(n+2):nth-child(-n+6) > div > div > p,
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image {.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; */
}
/* Recently updated =================.search-macro-large .search-macro-query .aui-icon-large:before=========================================================== */
.recently-updated {
text-align: left !important;
max-width: 920px;
margin: 0 auto;
padding: 30px 20px;
box-sizing: border-box;
border-top: 5px solid whitesmoke;
}
.wiki-content .columnLayout.three-equal .innerCellupdate-item-meta {
display: none !important;
}
/* Mobile responsive fixes */
#main #content {
float:left;
}
.columnLayout.single {
float: left;
width: 100%;
}
p.auto-cursor-target {
widthdisplay: 250pxnone;
}
@media screen and (max-width: 800px){
}
@media screen and overflow: hidden;(max-width: 480px){
.columnMacro.conf-macro.output-block {
margin: 020px auto;
float:none;
}
}
|