Difference between revisions of "Template:LZU-CHINA/CSS"

(Replaced content with "html { overflow-y: hidden !important; height: 100%; width: 100%; } .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space { height: 0px;...")
Line 7: Line 7:
 
     height: 0px;
 
     height: 0px;
 
}
 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0; }
+
#content {
body { background:#000; color:#aa3e03;  font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; }
+
    padding: 0px;
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
+
    border: none;
a { color:#555; text-decoration:none; }
+
    margin-left: 0px;
a:hover { text-decoration:underline; }
+
    margin-right: 0px;
img { border:none; }
+
ol,ul,li { list-style:none; }
+
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
+
table { border-collapse:collapse; }
+
 
+
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
+
.clearfix { *zoom:1; }
+
 
+
.igem_2018_team_menu.displaying_menu{display:none !important;}
+
body {
+
            height: 100%;
+
            width: 100%;
+
        }
+
        #globalWrapper {
+
            margin: 0;
+
            padding: 0;
+
         
+
        }
+
        #content {
+
            width: 100%;
+
            padding: 0;
+
            margin: -12px 0 0;
+
         
+
        }
+
 
+
        #top_title {
+
            display: none;
+
        }
+
.igem_2018_team_content{
+
  /* background-color: transparent !important;*/
+
 
}
 
}
#content{
+
#top_title {
/*color:white !important;*/
+
    margin-bottom: 0px;
 +
    display: none;
 
}
 
}
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper
 
{
 
text-decoration:none !important;
 
height: 0px !important;
 
clear: none!important;
 
}
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper p{
 
/*font-size: 100%  !important;
 
color: white !important;*/
 
font-weight:lighter !important;
 
padding: 0px !important;
 
font-family:  Georgia, Constantia, Palatino, "Palatino Linotype", "Palatino LT STD",serif;
 
}
 
.igem_2018_team_column_wrapper h2
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h3
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h4
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h5 {
 
 
 
padding: 0px  !important;
 
}
 
.clear
 
.extra_space{
 
display: float!important;
 
}
 
 
ul{
 
list-style-type:none !important;
 
list-style-image:none !important;
 
}
 
 
.igem_2018_team_mobile_bar{
 
display: none !important;
 
}
 
 
.clear .extra_space{
 
display: none !important;
 
}
 
#globalWrapper{
 
width: auto !important;
 
}
 
 
.igem_2018_team_content .igem_2018_team_column_wrapper a{
 
text-decoration: none!important;
 
text-decoration-color: none !important;
 
}
 
.igem_2018_team_content .igem_2018_team_column_wrapper ul{
 
font-size: 120% !important;
 
padding: 0 0 0 0 !important;
 
}
 
.intro .main-nav ul.main-menu li ul.dropdown-menu{
 
background:rgba(243,243,243,0.4)  none repeat scroll 0 0 !important;
 
}
 
 
#bodyContent a{
 
background: normal!important;
 
 
}
 
h3{
 
overflow: visible !important;
 
}
 
.igem_2018_team_column_wrapper{
 
width: 100% !important;
 
}
 
.igem_2018_team_content{
 
width: 100% !important;
 
}
 
 
.mw-content-ltr {
 
margin: 0 auto !important;
 
}
 
 
#navbar-collapse{
 
padding-right:auto;
 
}
 
.mw-content-ltr ol{
 
margin: auto !important;
 
}
 
.carousel-indicators{
 
width: auto !important;
 
}
 
 
 
.container{
 
width: auto !important;
 
}
 
 
 
 
a {
 
text-decoration:none
 
}
 
a:hover {
 
text-decoration:underline
 
}
 
 
#moquu_top{
 
z-index:2;
 
width:30px;
 
height:30px;
 
position:fixed;
 
cursor:pointer;
 
_position:absolute;
 
_bottom:auto;
 
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
 
}
 
 
 
 
#topcontrol{background:transparent; height:auto; width:auto; border-radius:0px;}
 

Revision as of 08:52, 11 October 2018

html {

   overflow-y: hidden !important;
   height: 100%;
   width: 100%;

} .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {

   height: 0px;

}

  1. content {
   padding: 0px;
   border: none;
   margin-left: 0px;
   margin-right: 0px;

}

  1. top_title {
   margin-bottom: 0px;
   display: none;

}