The Cathedral of Attnam

Changes

Jump to navigation Jump to search
m
no edit summary
/* CSS placed here will be applied to all skins */
#content table, #content div { box-sizing: border-box; }
 
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
align-content: flex-start;
}
.col {
width: 100%;
margin-bottom: 1em;
}
.col > div {
height: 100%;
}
 
#left-navigation, #right-navigation { top:130px; }
#mw-panel { top:150px; }
#p-logo { display:none; }
#attnam-header {
background:#efefef url('/images/custom/header_bg.jpg');
padding:10px 0 0 0; height:120px; position:relative;
}
#attnam-header h1 { margin:0; padding:13px 0; border:0; }
#attnam-header h1 img { display: none; }
#attnam-header .logo { float:left; width:120px; position:relative; margin-right:20px; z-index:10; }
.centered { width:90%; min-width:1000px; margin:0 auto; }
#attnam-header nav {

Navigation menu