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

Line 2: Line 2:
 
body {
 
body {
 
   height: 100%;
 
   height: 100%;
 
+
 
 
}
 
}
  
Line 12: Line 12:
 
   width: 80px !important;
 
   width: 80px !important;
 
   height: 40px !important;
 
   height: 40px !important;
 +
}
 +
 +
.default.text {
 +
  color: #000000 !important;
 +
}
 +
 +
.light.text {
 +
  color: #FFFFFF !important;
 
}
 
}
  
Line 20: Line 28:
 
   text-align: center;
 
   text-align: center;
 
   width: 100%;
 
   width: 100%;
 +
}
 +
 +
video {
 +
  height: 1080px;
 +
  width: 1920px;
 +
  margin-top: -300px;
 +
  margin-left: -300px;
 
}
 
}
  
Line 25: Line 40:
 
   margin: 0 !important;
 
   margin: 0 !important;
 
   /* height: 1000px !important; */
 
   /* height: 1000px !important; */
}
 
 
.following.bar.light.fixed {
 
  padding-top: 0.7em !important;
 
 
}
 
}
  
Line 39: Line 50:
 
}
 
}
  
.test {
+
.test0 {
   background: url(../images/oft.png);
+
   background: url(../images/background/background0.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow:hidden;
 +
}
 +
 
 +
.test1 {
 +
  background: url(../images/background/background1.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test2 {
 +
  background: url(../images/background/background2.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test3 {
 +
  background: url(../images/background/background3.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test4 {
 +
  background: url(../images/background/background4.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test5 {
 +
  background: url(../images/background/background5.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test6 {
 +
  background: url(../images/background/background6.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test7 {
 +
  background: url(../images/background/background7.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 +
  overflow-y: scroll !important;
 +
}
 +
 
 +
.test8 {
 +
  background: url(../images/background/background8.jpg);
 +
  background-size: cover;
 +
  background-attachment: fixed;
 
   overflow-y: scroll !important;
 
   overflow-y: scroll !important;
 
}
 
}
Line 92: Line 161:
 
img {
 
img {
 
   width: 85%;
 
   width: 85%;
 +
}
 +
 +
.next-page {
 +
  position: absolute !important;
 +
  text-align: right;
 +
  color: #FFFFFF;
 +
  padding: 30px;
 +
  display: none;
 +
}
 +
 +
.wide-card {
 +
  margin: 10px !important;
 +
  width: 30% !important;
 +
}
 +
 +
.ui.modal>.image.content>.description {
 +
  color: rgba(0, 0, 0, .68) !important;
 +
  font-size: 20px;
 
}
 
}

Revision as of 19:51, 14 October 2018

html, body {

 height: 100%;

}

body {

 overflow: hidden;

}

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

}

.default.text {

 color: #000000 !important;

}

.light.text {

 color: #FFFFFF !important;

}

.bottom {

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

}

video {

 height: 1080px;
 width: 1920px;
 margin-top: -300px;
 margin-left: -300px;

}

.myfkpage {

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

}

.dropdown.link.item .menu {

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

}

.ui.dropdown.link.item {

 height: 50px !important;

}

.test0 {

 background: url(../images/background/background0.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow:hidden;

}

.test1 {

 background: url(../images/background/background1.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test2 {

 background: url(../images/background/background2.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test3 {

 background: url(../images/background/background3.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test4 {

 background: url(../images/background/background4.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test5 {

 background: url(../images/background/background5.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test6 {

 background: url(../images/background/background6.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test7 {

 background: url(../images/background/background7.jpg);
 background-size: cover;
 background-attachment: fixed;
 overflow-y: scroll !important;

}

.test8 {

 background: url(../images/background/background8.jpg);
 background-size: cover;
 background-attachment: fixed;
 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%;

}

.next-page {

 position: absolute !important;
 text-align: right;
 color: #FFFFFF;
 padding: 30px;
 display: none;

}

.wide-card {

 margin: 10px !important;
 width: 30% !important;

}

.ui.modal>.image.content>.description {

 color: rgba(0, 0, 0, .68) !important;
 font-size: 20px;

}