Difference between revisions of "Team:UCSC/CSS"

Line 335: Line 335:
 
   height: 1000px; /* big enough to hold list of any size */
 
   height: 1000px; /* big enough to hold list of any size */
 
   width: 15vw;
 
   width: 15vw;
 +
  min-width; 200px;
 
   padding: 5px;
 
   padding: 5px;
 
   padding-left: 2vw;
 
   padding-left: 2vw;
 
   text-align: right;
 
   text-align: right;
 +
  transition: .3s;
 
}
 
}
  
Line 1,036: Line 1,038:
  
 
}
 
}
 +
 +
 +
/*----- Tablet Sized Responsiveness ----*/
 +
@media screen and (max-width: 1150px) {
 +
  .toc-body .float-toc {
 +
    padding: 0 5% 0 calc(200px + 5%);
 +
  }
 +
 +
}
 +
  
 
/* Responsive features of other page elements */
 
/* Responsive features of other page elements */
Line 1,054: Line 1,066:
 
}
 
}
  
.float-toc, .float-toc-r, .float-toc-r.left {
+
.float-toc, .float-page-list {
 
   display: inline;
 
   display: inline;
 
   float: none;
 
   float: none;
Line 1,060: Line 1,072:
 
}
 
}
  
.float-toc {
+
.float-page-list {
 
   display: none;
 
   display: none;
 
}
 
}

Revision as of 18:23, 17 September 2018