Difference between revisions of "Team:NCHU Taichung/style/main.css"

Line 39: Line 39:
 
     padding-bottom: 10px;
 
     padding-bottom: 10px;
 
     height: 40px;
 
     height: 40px;
 +
  }
 +
  #openSidebar {
 +
    background: transparent;
 
   }
 
   }
 
   #sidebar {
 
   #sidebar {
Line 58: Line 61:
 
   background: #fafff8;
 
   background: #fafff8;
 
}
 
}
 +
.left.rail {
 +
  right: 87%!important;
 +
  padding-top: 160px!important;
 +
}
 +
.sticky.fixed.top {
 +
  margin-top: 60px!important;
 +
}
 +
  
 
/* Remove heritage css */
 
/* Remove heritage css */

Revision as of 13:33, 5 October 2018

.main {

 margin: 60px auto 60px auto;

}

  1. logo {
 padding-top: 2px;
 width: 100px;

} .fixed.menu {

 padding-top: 10px;
 /* width: 100vw; */

} .tablet.computer.row {

 padding: unset;

} .segments {

 border: none!important;

} .raised.segment {

 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15)!important;

}

  1. sidemenu {
 display: none;

} @media only screen and (max-width: 767px) {

 #top_menu_14 {
   display: none;
 }
 #logo {
   padding-top: none;
   width: 100px;
 }
 .ui.main.text.container {
   margin-top: 40px;
 }
 .ui.hidden.header {
   display: none;
 }
 .fixed.menu {
   padding-bottom: 10px;
   height: 40px;
 }
 #openSidebar {
   background: transparent;
 }
 #sidebar {
   padding: 0px;
   align-items: center;
 }
 #sidemenu {
   width: 100vw;
 }
 #submenu {
   left: 0px;
   top: 36px!important;
 }

} .ui.inverted.segment, .ui.inverted.menu {

 background: #afbfa5;

} body {

 background: #fafff8;

} .left.rail {

 right: 87%!important;
 padding-top: 160px!important;

} .sticky.fixed.top {

 margin-top: 60px!important;

}


/* Remove heritage css */

  1. top_title {
 display: none;

}

  1. content {
 padding: unset;
 margin: unset;
 width: -webkit-fill-available;

}

  1. HQ_page {
   width: 100vw;

} .header#top {

 margin-top: 10px;

}

  1. globalWrapper {
 padding-bottom: 0;

}