Difference between revisions of "Template:BNU-China/CSS/background"

 
(34 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
.w_a{
 
.w_a{
 
text-decoration:none;
 
text-decoration:none;
color: rgb(247,237,183);
+
color: rgb(247,237,183)!important;
 
}
 
}
 
 
#w_nav{
 
#w_nav{
 
margin: 0px;
 
margin: 0px;
Line 43: Line 42:
 
display:inline-block;
 
display:inline-block;
 
color: rgb(247,237,183);
 
color: rgb(247,237,183);
 +
top:0px;
 +
position:relative;
 +
z-index:500;
 
}
 
}
  
Line 143: Line 145:
  
 
#w_text>p{
 
#w_text>p{
 +
margin: 0px;
 +
margin-top:1em;
 +
position: relative;
 +
color:rgb(39,47,48);
 +
left: 15%;
 +
width: 70%;
 +
font-size: 16.58px;
 +
text-align:justify;
 +
}
 +
#w_text>ul>li{
 +
margin: 0px;
 +
margin-bottom:1em;
 +
position: relative;
 +
color:rgb(39,47,48);
 +
left: 15%;
 +
width: 70%;
 +
font-size: 14px;
 +
text-align:justify;
 +
}
 +
#w_text>ol>li{
 
margin: 0px;
 
margin: 0px;
 
margin-bottom:1em;
 
margin-bottom:1em;
Line 164: Line 186:
 
#w_text>h1{
 
#w_text>h1{
 
color:rgb(39,47,48);
 
color:rgb(39,47,48);
font-size: 60px;
+
font-size: 60px !important;
 
position: relative;
 
position: relative;
 
left: 14.4%;
 
left: 14.4%;
Line 177: Line 199:
 
left: 14.8%;
 
left: 14.8%;
 
width: 70%;
 
width: 70%;
margin: 3em 0px 1em 0px;
+
margin: 1.7em 0px 0.5em 0px;
 
padding: 0px;
 
padding: 0px;
 
font-weight: bold;
 
font-weight: bold;
font-size:2.85em;
+
font-size:32px;
 
}
 
}
  
Line 190: Line 212:
 
left: 15%;
 
left: 15%;
 
width: 70%;
 
width: 70%;
font-size: 16.58px;
+
font-size: 18.58px;
 
font-style: italic;
 
font-style: italic;
 
font-weight: bold;
 
font-weight: bold;
Line 336: Line 358:
 
}
 
}
 
@media screen and (min-width:1367px) {
 
@media screen and (min-width:1367px) {
 +
#w_Panel>ul>li{
 +
font-size: 24px;
 +
}
 +
#w_Panel>ul>li>ul>li>p{
 +
font-size: 16px;
 +
}
 +
#w_Panel{
 +
padding-top: 180px;
 +
}
 +
#w_text{
 +
padding-top:175px;
 +
}
 +
#w_text>p,#safe-operation>li>p{
 +
font-size: 20px;
 +
}
 +
#w_text>h1{
 +
font-size: 70px;
 +
}
 +
#w_text>h4{
 +
font-size:16px;
 +
}
 +
}
 +
 +
@media screen and (min-width:1556px) {
 
#w_Panel>ul>li{
 
#w_Panel>ul>li{
 
font-size: 25px;
 
font-size: 25px;
Line 358: Line 404:
 
}
 
}
 
}
 
}
 +
 
.w_indexPhoto{
 
.w_indexPhoto{
 
text-align: center;
 
text-align: center;
Line 370: Line 417:
 
}
 
}
  
#storyArrow{
+
#storyArrow,#upArrow{
 
cursor: pointer;
 
cursor: pointer;
 
top: 88%;
 
top: 88%;
Line 394: Line 441:
 
font-weight: bold;
 
font-weight: bold;
 
         line-height:normal;
 
         line-height:normal;
 +
        margin-top:10px;
 
}
 
}
  
Line 475: Line 523:
 
top:3px;
 
top:3px;
 
}
 
}
 +
}
 +
#w_Panel a{
 +
  position: relative;
 +
  left: 0px;
 +
  top:0px;
 +
}
 +
 +
#w_Panel a::after {
 +
border-radius: 1px;
 +
position: absolute;
 +
top: 100%;
 +
left: 0;
 +
overflow: hidden;
 +
width: 0%;
 +
  height:2px;
 +
color: #fff;
 +
content: "";
 +
  border-bottom: 2px solid #fff;
 +
-webkit-transition: width 0.5s;
 +
-moz-transition: width 0.5s;
 +
transition: width 0.5s;
 +
}
 +
#w_Panel a:hover::after,
 +
#w_Panel a:focus::after {
 +
  width: 100%;
 +
}
 +
 +
#w_nav>ul>li{
 +
margin:0px;
 +
padding: 0px;
 +
position: relative;
 +
left: 0px;
 +
display:inline-block;
 +
}
 +
#w_nav>ul>li>div{
 +
z-index:499;
 +
}
 +
#w_nav>ul>li>div>ul{
 +
list-style: none;
 +
line-height:2em;
 +
padding-bottom:5px;
 +
}
 +
#w_nav>ul>li>div>ul>li:hover{
 +
background-color:rgba(224,64,28,1);
 
}
 
}

Latest revision as of 21:44, 1 November 2017

  • {padding:0;margin:0;}

body{ margin:0px; overflow-y: scroll; } .w_a{ text-decoration:none; color: rgb(247,237,183)!important; }

  1. w_nav{

margin: 0px; padding: 0px; top:15px; position:fixed; z-index: 500; }

  1. w_nav>img{

display:inline-block; margin: 0px; padding: 0px; width:100%; }

  1. w_nav>ul{

margin: 0px; padding: 0px; position: relative; text-align: center; }

  1. w_nav>ul>li{

margin:0px; padding: 0px; display:inline; }

  1. w_nav>ul>li>a{

text-align: center; margin: 0px; padding: 0px; display:inline-block; color: rgb(247,237,183); top:0px; position:relative; z-index:500; }

  1. w_nav>div{

text-align:right; position: relative; top:-30px; color:rgb(247,237,183); font-size: 16px; }

  1. w_nav>div>p{

cursor:pointer; }

  1. w_nav>div>ul{

position: relative; text-align: center; margin:0px!important; background-color: rgb(158,43,32); }

  1. w_nav>div>ul>li{

text-align: center; list-style: none; }

  1. w_nav>div>ul>li>a{

color:rgb(247,237,183); position: relative; }

p{ opacity: 1; }

  1. w_Panel{

padding-top: 115px; text-align:left; width:17%; background-color:rgb(39,47,48); color:rgb(247,237,183); position: fixed; }

  1. w_Panel>ul{

top:20px; padding-left: 30px; }

  1. w_Panel>ul>li{

list-style: none; font-size: 20px; font-weight: bold; margin-bottom: 15px; padding: 0px; }

  1. w_Panel>ul>li>ul>li>p:hover{

color: rgb(224,64,28); }

  1. w_Panel>ul>li>ul{

list-style:none; padding-left: 15px; left: 0px; padding-top: 10px; }

  1. w_Panel>ul>li>ul>li>p{

font-size: 15px; font-weight:lighter; color:rgb(247,237,183); cursor: pointer; margin: 0px; padding: 0px; }

  1. w_Panel .w_a{line-height:1.5;}
  1. w_text{

position: relative; left: 17%; width: 83%; padding-top:100px; padding-bottom: 35px; background-color:rgb(247,237,183); }

  1. w_text>table,td{

border: 2px solid rgb(39,47,48); }

  1. w_text>table{

border-collapse:collapse; position: relative; left: 15%; width: 70%; font-size: 12px; margin-bottom: 10px; }

  1. w_text>p{

margin: 0px; margin-top:1em; position: relative; color:rgb(39,47,48); left: 15%; width: 70%; font-size: 16.58px; text-align:justify; }

  1. w_text>ul>li{

margin: 0px; margin-bottom:1em; position: relative; color:rgb(39,47,48); left: 15%; width: 70%; font-size: 14px; text-align:justify; }

  1. w_text>ol>li{

margin: 0px; margin-bottom:1em; position: relative; color:rgb(39,47,48); left: 15%; width: 70%; font-size: 16.58px; text-align:justify; }

  1. safe-operation>li>p{

margin: 0px; color:rgb(39,47,48); left: 15%; width: 70%; font-size: 16.58px; text-align:justify; }

  1. w_text>h1{

color:rgb(39,47,48); font-size: 60px !important; position: relative; left: 14.4%; width: 70%; font-weight: bold; text-align:center !important; }

  1. w_text>h2{

color:rgb(39,47,48); position: relative; font-size:2.85em; left: 14.8%; width: 70%; margin: 1.7em 0px 0.5em 0px; padding: 0px; font-weight: bold; font-size:32px; }

  1. w_text>h3{

margin: 1em 0px 0px 0px; padding: 0px; color:rgb(39,47,48); position: relative; left: 15%; width: 70%; font-size: 18.58px; font-style: italic; font-weight: bold; }

  1. w_text>h4{

text-align: center; margin:10px 0px 1em 0px; padding: 0px; color:rgb(39,47,48); opacity: 0.5; position: relative; left: 15%; width: 70%; font-size: 12px; }

  1. w_text>img,#w_text>a>img{

position: relative; width: 50%; left: 25%; margin:1em 0px 0px 0px; padding: 0px; }

.w_textLogo{ position: relative;

 text-align: center;

width: 70%; left: 15%; margin:5px 0px 0px 0px; padding: 0px; } .w_textLogo>a>img{ display: inline-block;

 width:20%;

} @media screen and (max-width:911px){ #w_Panel>ul>li{ font-size: 15px; } #w_Panel>ul>li>ul>li>p{ font-size: 10px; } #w_text>p,#safe-operation>li>p{ left: 10%; width: 80%; font-size: 14px; } #w_text>h1{ left:10%; width:80%; font-size: 30px; } #w_text>h3{ left:10%; width:80%; font-size: 14px; } #w_text>h2{ left:10%; width:80%; } #w_text{ position: relative; left: 25%; width: 75%; padding-top:75px; } } @media screen and (max-width:767px){ #w_text{ position: relative; left: 25%; width: 75%; padding-top:75px; } #w_Panel{ padding-top: 100px; width:25%; } #w_text>p,#safe-operation>li>p{ left: 10%; width: 80%; font-size: 14px; } #w_text>h1{ left:10%; width:80%; font-size: 30px; } #w_text>h3{ left:10%; width:80%; } #w_text>h2{ left:10%; width:80%; font-size: 1.75em; }

   #w_text>.w_textLogo{
   	position: relative;
   	width: 80%;
   	left: 10%;
   }

#w_text>table{ left: 10%; width: 80%; } }

@media screen and (max-width:480px){ #w_text{ position: relative; left: 30%; width: 70%; padding-top:50px; } #w_Panel{ padding-top: 100px; width:30%; } #w_Panel>ul{ padding-left:0px; } #w_Panel>ul>li{ left: -30px; } #w_text>p,#safe-operation>li>p{ left: 5%; width: 90%; } #w_text>h1{ left:5%; width:90%; }

 #w_text>.w_textLogo{
   width: 90%;
   left: 5%;
 }

#w_text>table{ left: 5%; width: 90%; } } @media screen and (min-width:1367px) { #w_Panel>ul>li{ font-size: 24px; } #w_Panel>ul>li>ul>li>p{ font-size: 16px; } #w_Panel{ padding-top: 180px; } #w_text{ padding-top:175px; } #w_text>p,#safe-operation>li>p{ font-size: 20px; } #w_text>h1{ font-size: 70px; } #w_text>h4{ font-size:16px; } }

@media screen and (min-width:1556px) { #w_Panel>ul>li{ font-size: 25px; } #w_Panel>ul>li>ul>li>p{ font-size: 20px; } #w_Panel{ padding-top: 220px; } #w_text{ padding-top:175px; } #w_text>p,#safe-operation>li>p{ font-size: 20px; } #w_text>h1{ font-size: 70px; } #w_text>h4{ font-size:16px; } }

.w_indexPhoto{ text-align: center; position:absolute; width: 100%; margin: 14px 0px 0px 0px!important; padding: 14px 0px 0px 0px; }

.w_indexPhoto>img{ width: 100%; }

  1. storyArrow,#upArrow{

cursor: pointer; top: 88%; position: fixed; width: 4%; left: 48%; opacity: 0.6; }

  1. abstract{

background-color: rgb(39,47,48); color: rgb(247,237,183); width: 100%; height:100%; text-align: center; }

  1. abstract>h1{

font-size: 100px;

       color: rgb(247,237,183);

margin: 0px; padding: 0px; font-weight: bold;

       line-height:normal;
       margin-top:10px;

}

  1. abstract>p{

position: relative; width: 80%; left: 10%; font-size: 22px; margin: 0px 0px 5.9% 0px; }

@media screen and (min-width:767px) { .w_indexPhoto{ position:absolute; top: 55px; width: 100%; } }

@media screen and (max-width:1150px){ .w_indexPhoto{ top:45px; } }

@media screen and (max-width:1050px){ .w_indexPhoto{ top:30px; } }

@media screen and (max-width:767px){ #abstract>h1{ font-size: 80px; } #abstract>p{ font-size: 14px; margin-bottom: 0%; } .w_indexPhoto{ padding-top: 40px; width: 100%; position:static; } }

@media screen and (max-width:600px){ .w_indexPhoto{ padding-top: 30px; width: 100%; } }

@media screen and (max-width:480px){ #abstract>h1{ font-size: 60px; } #abstract>p{ font-size: 12px; } .w_indexPhoto{ padding-top: 15px; top:3px; } }

@media screen and (min-width:1367px){ #abstract{ padding-top: 160px; } #abstract>h1{ font-size: 120px; } #abstract>p{ text-align:justify; width:60%; font-size: 30px; left:20%; } .w_indexPhoto{ top:3px; } }

  1. w_Panel a{
 position: relative;
 left: 0px;
 top:0px;

}

  1. w_Panel a::after {

border-radius: 1px; position: absolute; top: 100%; left: 0; overflow: hidden; width: 0%;

 height:2px;

color: #fff; content: "";

 border-bottom: 2px solid #fff;

-webkit-transition: width 0.5s; -moz-transition: width 0.5s; transition: width 0.5s; }

  1. w_Panel a:hover::after,
  2. w_Panel a:focus::after {
 width: 100%;

}

  1. w_nav>ul>li{

margin:0px; padding: 0px; position: relative; left: 0px; display:inline-block; }

  1. w_nav>ul>li>div{

z-index:499; }

  1. w_nav>ul>li>div>ul{

list-style: none; line-height:2em; padding-bottom:5px; }

  1. w_nav>ul>li>div>ul>li:hover{

background-color:rgba(224,64,28,1); }