Difference between revisions of "Team:NYMU-Taipei/StyleSheets/subpage"
Line 43: | Line 43: | ||
padding-top:5%; | padding-top:5%; | ||
} | } | ||
+ | |||
+ | h6 { | ||
+ | font-size: 44px; | ||
+ | font-weight: 800; | ||
+ | border-bottom: 7px solid #5A5A5A; | ||
+ | color: #111111; | ||
+ | text-align:center; | ||
+ | margin:0; | ||
+ | padding-bottom:0.6em; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
#container > p { | #container > p { | ||
margin:0px; | margin:0px; |
Revision as of 06:11, 14 September 2015
- content{
background-color:#eee6d1;
} body{
background-color:#eee6d1;
} h1 { font-size: 40px; font-weight: 700; border-bottom: 3px solid #5A5A5A; color: #111111; text-align:center; margin:0; padding-bottom:0.6em; } h2 { font-size: 28px; font-weight: 600;
text-align:left; padding-left:12%;
padding-bottom:2%; padding-top:5%; text-decoration: underline; border-bottom:none; }
h3 { font-size: 26px; font-weight: 400;
text-align:left; padding-left:14%;
padding-bottom:2%; padding-top:5%; } h4 { font-size: 24px; font-weight: 300;
text-align:left; padding-left:17%;
padding-bottom:2%; padding-top:5%; }
h6 { font-size: 44px; font-weight: 800; border-bottom: 7px solid #5A5A5A; color: #111111; text-align:center; margin:0; padding-bottom:0.6em; }
- container > p {
margin:0px; padding-left:15%; padding-right:20%; text-align: justify; font-size:18px; font-family: Segoe UI, Calibri, Helvetica, sans-serif; font-style: normal; text-indent: 2em;
}
- container {
margin:auto;
width: 90%;
padding-top:45px; padding-bottom:80px; background-color:#eee6d1;
font-family: Segoe UI, Calibri, Helvetica, sans-serif;
}
- container >ol
{
padding-left:20%; text-align: justify; font-size:18px;
margin:0px; width:60%;
}
- container >ul
{
padding-left:20%; text-align: justify; font-size:18px;
margin:0px; width:60%;
}
.wikitable{
width:80%;
font-size:18px;
}
- t{
line-height: 200%; margin-left:200px;
}
- k{
width: 100%;
}
- k > p {
margin:0px; padding-left:15%; padding-right:20%; text-align: justify; font-size:18px; font-family: Segoe UI, Calibri, Helvetica, sans-serif; font-style: normal;
}
- top-menu {
position: fixed; z-index: 1; background: white;
list-style-image:none; list-style-type:none; font-size:18px; margin:0; top:120px; left:1%; line-height:1.4em; }
- top-menu li {
}
- top-menu a {
display: block; padding: 5px 30px 5px 25px; width: 4em; text-align: center; -webkit-transition: .5s all ease-out; -moz-transition: .5s all ease-out; transition: .5s all ease-out; border-top: 3px solid white; color: #aaa; text-decoration: none;
}
- top-menu a:hover {
color: #000;
}
- top-menu li.active a {
border-top: 3px solid #333; color: #333;
}
- side {
position:fixed; left:2%;