Difference between revisions of "Team:SDU-CHINA/OWM-STYLE"

Line 2: Line 2:
 
     #sideMenu, .logo_2018, .printfooter, .firstHeading,.visualClear {
 
     #sideMenu, .logo_2018, .printfooter, .firstHeading,.visualClear {
 
         display: none;
 
         display: none;
 +
    }
 +
  #globalWrapper, #content {
 +
        width: 100%;
 +
        height: 100%;
 +
        border: 0px;
 +
        background-color: transparent;
 +
        margin: 0px;
 +
        padding: 0px;
 
     }
 
     }
  
 +
    html, body, .wrapper {
 +
        width: 100%;
 +
        height: 100%;
 +
        background-color: transparent;
 +
    }
 
     #top-section {   
 
     #top-section {   
 
         border: 0 none;
 
         border: 0 none;
Line 16: Line 29:
 
          
 
          
 
     }
 
     }
     .header{
+
     .navbar {
        margin-top: -30px;
+
  background-color: #fee0fc;/*#a97f86;*/
        margin-left: -30px;
+
  color:#f6617d;
        margin-right:+50px;    
+
  margin: 0 60px !important;
 
}
 
}
    #globalWrapper, #content {
+
.navbar li{
        width: 100%;
+
text-align: center;
        height: 100%;
+
margin-top: 10px;
        border: 0px;
+
        background-color: transparent;
+
        margin: 0px;
+
        padding: 0px;
+
    }
+
 
+
    html, body, .wrapper {
+
        width: 100%;
+
        height: 100%;
+
        background-color: transparent;
+
    }
+
.navbar {
+
  background-color: #8f8a8b;
+
  color:#000;
+
 
}
 
}
.navbar .nav > li .dropdown-menu { 
+
/*悬停后导航的字*/
            margin: 0; 
+
        } 
+
 
.navbar .nav > li:hover .dropdown-menu {   
 
.navbar .nav > li:hover .dropdown-menu {   
             display: block; }  
+
             display: block;
 +
            font-color: #f6617d;
 +
            background-color: rgba(245,123,146,0.3);
 +
            text-align: center;
 +
            font-size: 0.6em;
 +
            color:#ee970f;
 +
          }
 +
p{
 +
margin: 0 !important;
 +
}
 
footer
 
footer
 
{
 
{
background-color: black;
+
background-color: #e6bada;
 +
padding-top: 30px;
 +
padding-bottom: 30px;
 +
margin: 0px 60px;
 
}
 
}
 +
 
#Call{
 
#Call{
 
font-size: 1.5em;
 
font-size: 1.5em;
 
}
 
}
li a{
+
/*导航里的字*/
color: black;
+
.navbar .nav >li a,.dropdown-menu> li a{
 +
color: #ee970f;
 +
font-size: 1.3em;
 +
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in;
 +
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in;  
 
}
 
}
li a:hover{  
+
/*下拉的菜单*/
color:#FFF;  
+
.nav>li a:hover,.dropdown-menu> li a:hover {  
background:#999E9F;
+
color:#f6617d;  
-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
+
background-color: #e6bada;
-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;  
+
 
}  
 
}  
 
.cardbox{
 
.cardbox{
Line 64: Line 77:
 
   height:60px;
 
   height:60px;
 
   font-size: 20px;
 
   font-size: 20px;
 +
}
 +
#content{
 +
background-image: url(图片/flowers.png);
 +
                background-position: center center;
 +
                background-repeat: no-repeat;
 +
                background-attachment: fixed;
 +
                background-size: cover;
 
}
 
}
 
#shanda{
 
#shanda{
Line 72: Line 92:
 
width: 240px;
 
width: 240px;
 
height:90px;
 
height:90px;
 +
}
 +
#header{
 +
height: 60px;
 +
}
 +
#major{
 +
margin: 0px 60px;
 +
background-color: #ebf7f6;
 +
padding: 100px 60px;
 +
font-size: 1.2em;
 
}
 
}

Revision as of 09:08, 21 June 2018

#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, #top_title,
   #sideMenu, .logo_2018, .printfooter, .firstHeading,.visualClear {
       display: none;
   }
 #globalWrapper, #content {
       width: 100%; 
       height: 100%;
       border: 0px;
       background-color: transparent;
       margin: 0px;
       padding: 0px;
   }
   html, body, .wrapper {
       width: 100%; 
       height: 100%; 
       background-color: transparent; 	
   }
   #top-section {  
       border: 0 none;
       height: 14px;
       z-index: 100;
       top: 0;
       position: fixed;
       width: 975px; 
       left: 50%; 
       margin-left: -487px;
       margin-top: -487px;
       
   }
   .navbar {
 background-color: #fee0fc;/*#a97f86;*/
 color:#f6617d;
 margin: 0 60px !important;

} .navbar li{ text-align: center; margin-top: 10px; } /*悬停后导航的字*/ .navbar .nav > li:hover .dropdown-menu {

           display: block;
           font-color: #f6617d;
           background-color: rgba(245,123,146,0.3);
           text-align: center;
           font-size: 0.6em;
           color:#ee970f;
          }

p{ margin: 0 !important; } footer { background-color: #e6bada; padding-top: 30px; padding-bottom: 30px; margin: 0px 60px; }

  1. Call{

font-size: 1.5em; } /*导航里的字*/ .navbar .nav >li a,.dropdown-menu> li a{ color: #ee970f; font-size: 1.3em; -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in;

   -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in; 

} /*下拉的菜单*/ .nav>li a:hover,.dropdown-menu> li a:hover { color:#f6617d; background-color: #e6bada; } .cardbox{

 width: 60px;
 height:60px;
 font-size: 20px;

}

  1. content{

background-image: url(图片/flowers.png);

               background-position: center center;
               background-repeat: no-repeat;
               background-attachment: fixed;
               background-size: cover;

}

  1. shanda{

width: 320px; height:120px; }

  1. mathworks{

width: 240px; height:90px; }

  1. header{

height: 60px; }

  1. major{

margin: 0px 60px; background-color: #ebf7f6; padding: 100px 60px; font-size: 1.2em; }