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

Line 60: Line 60:
  
 
.test0 {
 
.test0 {
   background: url(../images/background/background0.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/7/7f/T--SYSU-Software--backgournd0.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 68: Line 68:
  
 
.test1 {
 
.test1 {
   background: url(../images/background/background1.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/3/34/T--SYSU-Software--backgournd1.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 76: Line 76:
  
 
.test2 {
 
.test2 {
   background: url(../images/background/background2.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/6/64/T--SYSU-Software--backgournd2.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 84: Line 84:
  
 
.test3 {
 
.test3 {
   background: url(../images/background/background3.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/a/a3/T--SYSU-Software--backgournd3.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 92: Line 92:
  
 
.test4 {
 
.test4 {
   background: url(../images/background/background4.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/1/14/T--SYSU-Software--backgournd4.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 100: Line 100:
  
 
.test5 {
 
.test5 {
   background: url(../images/background/background5.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/7/7b/T--SYSU-Software--backgournd5.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 108: Line 108:
  
 
.test6 {
 
.test6 {
   background: url(../images/background/background6.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/9/98/T--SYSU-Software--backgournd6.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 116: Line 116:
  
 
.test7 {
 
.test7 {
   background: url(../images/background/background7.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/9/93/T--SYSU-Software--backgournd7.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;
Line 124: Line 124:
  
 
.test8 {
 
.test8 {
   background: url(../images/background/background8.jpg);
+
   background: url(https://static.igem.org/mediawiki/2018/d/d7/T--SYSU-Software--backgournd8.png);
 
   background-size: cover;
 
   background-size: cover;
 
   background-attachment: fixed;
 
   background-attachment: fixed;

Revision as of 18:38, 15 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;

}

li.noscroll {

 overflow-y: hidden !important;

}

li.scroll {

 overflow-y: scroll !important;
 background-color: rgb(238,238,237);

}

.test0 {

 background: url(T--SYSU-Software--backgournd0.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test1 {

 background: url(T--SYSU-Software--backgournd1.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test2 {

 background: url(T--SYSU-Software--backgournd2.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test3 {

 background: url(T--SYSU-Software--backgournd3.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test4 {

 background: url(T--SYSU-Software--backgournd4.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test5 {

 background: url(T--SYSU-Software--backgournd5.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test6 {

 background: url(T--SYSU-Software--backgournd6.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test7 {

 background: url(T--SYSU-Software--backgournd7.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !important;

}

.test8 {

 background: url(T--SYSU-Software--backgournd8.png);
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: rgb(238,238,237) !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;

}

.wide-card {

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

}

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

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

}