Difference between revisions of "Template:Northeastern Boston/CSS"

Line 123: Line 123:
  
 
.Notebook {
 
.Notebook {
width: 68%;
+
  width: 100%;
margin-left: auto;
+
  background-color: white;
margin-right: auto;
+
  margin-left: auto;
 +
  margin-right: auto;
 +
  padding: 0 11%;
 +
  overflow: auto;
 
}
 
}
  
Line 148: Line 151:
 
   left: 20px;
 
   left: 20px;
 
}
 
}
 +
 +
#a-home:before { content: '\f00a'; }
  
 
.nav li:nth-child(1) a:before { content: '\f00a'; }
 
.nav li:nth-child(1) a:before { content: '\f00a'; }
Line 169: Line 174:
 
   box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
 
   box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
 
   background: #444;
 
   background: #444;
 +
  /*z-index: -1;*/
 
}
 
}
  
Line 389: Line 395:
 
.hidden {
 
.hidden {
 
   display: none;
 
   display: none;
 +
}
 +
 +
/* Page Header */
 +
.page-header {
 +
  height: 318px;
 +
  overflow: hidden;
 +
  background-attachment: fixed;
 +
  background-size: contain;
 +
}
 +
 +
.page-header__title {
 +
  text-align: center;
 +
  font-size: 4rem;
 +
  font-weight: 700;
 +
  top: 52px;
 +
  color: white;
 +
  width: 100%;
 +
  margin-top: 125px;
 +
}
 +
 +
#page-header__notebook {
 +
  background-image: url(http://st3.flashrolls.net/wallpaper/2e8/21ec64c9b9441794e0e495f2c4750379.jpg);
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 01:11, 17 September 2015