Difference between revisions of "Template:Waterloo/style.css"

 
(47 intermediate revisions by 3 users not shown)
Line 250: Line 250:
  
 
footer {
 
footer {
   /*bottom: 0;*/
+
   bottom: 0;
 
   clear: both;
 
   clear: both;
 
   position: relative;
 
   position: relative;
   z-index: 10;
+
   /*z-index: 10;*/
  /* height: 1em; */
+
  margin-top: -1em;
+
 
   width: 100%;
 
   width: 100%;
 
   padding: 0;
 
   padding: 0;
Line 264: Line 262:
 
           box-shadow: inset 0 10px 15px -10px #424242;
 
           box-shadow: inset 0 10px 15px -10px #424242;
 
   background: #2a2e33;
 
   background: #2a2e33;
   /* line-height: 2em; */
+
   line-height: 2em;
 
   color: #fff;
 
   color: #fff;
 
   box-sizing: border-box;
 
   box-sizing: border-box;
Line 936: Line 934:
 
   display: flex;
 
   display: flex;
 
   padding: 0 5%;
 
   padding: 0 5%;
   overflow-x: auto;
+
   /*overflow-x: auto;
   overflow-y: hidden;
+
   overflow-y: hidden;*/
 
   -webkit-overflow-scrolling: touch;
 
   -webkit-overflow-scrolling: touch;
 
}
 
}
Line 968: Line 966:
 
@media only screen and (min-width: 1024px) {
 
@media only screen and (min-width: 1024px) {
 
   .cd-secondary-nav {
 
   .cd-secondary-nav {
     height: 70px;
+
     height: auto;
 
     overflow: visible;
 
     overflow: visible;
 
   }
 
   }
Line 1,260: Line 1,258:
 
   padding: 40px;
 
   padding: 40px;
 
}
 
}
 +
 
.wcontent p{
 
.wcontent p{
   font-size: 14px !important;
+
  line-height: 2;
 +
   font-size: 1.7rem !important;
 
   font-family: 'Ubuntu', sans-serif !important;
 
   font-family: 'Ubuntu', sans-serif !important;
 
}
 
}
Line 1,347: Line 1,347:
 
   z-index: 1;
 
   z-index: 1;
 
   margin: 3vw;
 
   margin: 3vw;
   width: 25vw;
+
   /* width: 25vw; */
 
}
 
}
 
.card-desc{
 
.card-desc{
Line 1,361: Line 1,361:
 
   color:#F5636D;
 
   color:#F5636D;
 
   font-size: 24px;
 
   font-size: 24px;
   padding-left: 250px;
+
   padding-left: 75%;
 
   padding-right: 15px;
 
   padding-right: 15px;
 
   padding-bottom: 10px;
 
   padding-bottom: 10px;
 
   background-color: #404855;
 
   background-color: #404855;
 +
}
 +
 +
.monster p {
 +
  font-size: 1.5rem;
 
}
 
}
 
.person-program{
 
.person-program{
Line 1,385: Line 1,389:
 
   margin-left: 15px;
 
   margin-left: 15px;
 
   background-color: #cccccc;
 
   background-color: #cccccc;
   height: 200px;
+
   width: 60%;
   width: 200px;
+
   max-width: 200px;
 +
  height: 0px;
 +
  max-height: 200px;
 
   border-radius:50%;
 
   border-radius:50%;
 
}
 
}
Line 1,663: Line 1,669:
 
}
 
}
 
.clickmepls{
 
.clickmepls{
 +
  position:relative;
 +
  top:5vh;
 +
  background-color: #404855;
 
   display: flex;
 
   display: flex;
 
   flex-flow: row;
 
   flex-flow: row;
Line 1,673: Line 1,682:
 
   background-color: #404855;
 
   background-color: #404855;
 
   margin: 5vh;
 
   margin: 5vh;
  box-shadow: 3px 7px 5px #888888;
 
 
   position:relative;
 
   position:relative;
 
   height: auto;
 
   height: auto;
Line 1,699: Line 1,707:
 
    
 
    
 
}
 
}
 +
 +
.sticker {
 +
    position:fixed;
 +
    top:18vh;
 +
    right:2vw;
 +
}
 +
 +
#cd-navigation {
 +
  list-style: none;
 +
  margin: 0px;
 +
}
 +
 +
.secondary-nav {
 +
  list-style: none;
 +
}
 +
 +
@media only screen and (max-width: 1023px){
 +
  .mobile-menu {
 +
      background: #373B40 !important;
 +
  }
 +
 +
  .cd-secondary-nav {
 +
      display: none !important;
 +
  }
 +
 +
  ul.secondary-nav{
 +
      display: none !important;
 +
      visibility: hidden;
 +
  }
 +
 +
    #cd-navigation {
 +
      height: calc(100vh - 80px);
 +
      height: -moz-calc(100vh - 80px);
 +
      height: -o-calc(100vh - 80px);
 +
      height: -webkit-calc(100vh - 80px);
 +
      overflow-y: scroll;
 +
    }
 +
 +
  #cd-navigation li.show-secondary-nav > ul.secondary-nav{
 +
      display: block !important;
 +
      visibility: visible !important;
 +
  }
 +
   
 +
  .cd-primary-nav > ul ul a,
 +
  .cd-primary-nav > ul ul a:hover{
 +
      border-top: none;
 +
  }
 +
   
 +
  .cd-auto-hide-header.nav-open .nav-trigger em::before ,
 +
  .cd-auto-hide-header.nav-open .nav-trigger em::after{
 +
      background-color: #fff
 +
  }
 +
   
 +
  .cd-auto-hide-header .nav-trigger em::before,
 +
  .cd-auto-hide-header .nav-trigger em::after,
 +
  .cd-auto-hide-header .nav-trigger em{
 +
      background-color: #fff;
 +
  }
 +
   
 +
  .cd-auto-hide-header .nav-trigger{
 +
      color: #fff
 +
  }
 +
}
 +
 +
@media only screen and (min-width: 1024px){
 +
ul.secondary-nav{
 +
display: none !important;
 +
visibility: hidden !important;
 +
}
 +
}
 +
 +
.labsticker{
 +
  position: fixed;
 +
  top: 42vw;
 +
  left: 2vw;
 +
  background-color: #2590FF;
 +
  border-radius: 50%;
 +
  color: black;
 +
  height: 5vw;
 +
  width: 5vw;
 +
  font-size: .76vw;
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
  text-align: center;
 +
  font-weight: bold;
 +
  font-family: "Ubuntu";
 +
}
 +
.mathsticker{
 +
  position: fixed;
 +
  background-color: #FF2590;
 +
border-radius: 50%;
 +
  color: black;
 +
  top: 36vw;
 +
  left: 2vw;
 +
  height: 5vw;
 +
  width: 5vw;
 +
  font-size: .76vw;
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
  text-align: center;
 +
  font-weight: bold;
 +
  font-family: "Ubuntu";
 +
}
 +
.pnpsticker{
 +
  position: fixed;
 +
  background-color: #90ff25;
 +
border-radius: 50%;
 +
  color: black;
 +
  height: 5vw;
 +
  width: 5vw;
 +
  top: 30vw;
 +
  left: 2vw;
 +
  font-size: .76vw;
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
  text-align: center;
 +
  font-weight: bold;
 +
  font-family: "Ubuntu";
 +
}
 +
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 04:59, 6 November 2016