Difference between revisions of "Template:Uppsala/CSS"

Line 219: Line 219:
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }  
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }  
  
 +
<!-- Blog stuff -->
 
.blog-header {
 
.blog-header {
 
   padding-top: 20px;
 
   padding-top: 20px;
 
   padding-bottom: 20px;
 
   padding-bottom: 20px;
 
}
 
}
.blog-title {
+
#blog_page .blog-title {
 
   margin-top: 30px;
 
   margin-top: 30px;
 
   margin-bottom: 0;
 
   margin-bottom: 0;
Line 235: Line 236:
 
}
 
}
  
 +
/* Sidebar modules for boxing content */
 +
.sidebar-module {
 +
  padding: 15px;
 +
  margin: 0 -15px 15px;
 +
}
 +
.sidebar-module-inset {
 +
  padding: 15px;
 +
  background-color: #f5f5f5;
 +
  border-radius: 4px;
 +
}
 +
.sidebar-module-inset p:last-child,
 +
.sidebar-module-inset ul:last-child,
 +
.sidebar-module-inset ol:last-child {
 +
  margin-bottom: 0;
 +
}
  
 
html body div.
 
html body div.
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 12:24, 22 June 2016