Difference between revisions of "Template:SYSU-Software/statics/css/index.css"

(Created page with "html, body { height: 100%; } body { overflow: hidden; } #logo { width: 80px !important; height: 40px !important; } .bottom { position: absolute; bottom: 0;...")
 
Line 25: Line 25:
 
   margin: 0 !important;
 
   margin: 0 !important;
 
   /* height: 1000px !important; */
 
   /* height: 1000px !important; */
 +
}
 +
 +
.following.bar {
 +
  padding-top: 0.7em;
 
}
 
}
  
Line 31: Line 35:
 
}
 
}
  
 +
.ui.dropdown.link.item {
 +
  height: 50px !important;
 +
}
  
 
.test {
 
.test {

Revision as of 19:10, 9 October 2018

html, body {

 height: 100%;
 

}

body {

 overflow: hidden;

}

  1. logo {
 width: 80px !important;
 height: 40px !important;

}

.bottom {

 position: absolute;
 bottom: 0;
 left: 0;
 text-align: center;
 width: 100%;

}

.myfkpage {

 margin: 0 !important;
 /* height: 1000px !important; */

}

.following.bar {

 padding-top: 0.7em;

}

.dropdown.link.item .menu {

 background-color: rgba(0, 0, 0, 0.4) !important;

}

.ui.dropdown.link.item {

 height: 50px !important;

}

.test {

 background: url(../images/oft.png);
 overflow-y: scroll !important;

}

.pusher {

 display: block;
 min-height: 0px;
 flex-direction: initial;

}

.pusher>.full.height {

 background-color: #000;
 display: block;
 flex: none !important;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;

}

.following.bar {

 position: fixed;
 top: 0px;
 z-index: 900;
 left: 0%;
 padding: 2em 0em;
 width: 100%;
 box-shadow: 0px 0px 0px 0px transparent;
 border-bottom: 1px solid transparent;
 transition:
   padding 0.5s ease,
   background 0.5s ease,
   box-shadow 0.5s ease,
   border 0.5s ease;

}

.light.following.bar {

 padding: 0em 0em;
 background-color: #FFFFFF;
 border-bottom: 1px solid #DDDDDD;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);

}

.item {

 font-family: 'Chalkboard' !important;

}

img {

 width: 85%;

}