Team:NYMU-Taipei/normalize.css
From 2014.igem.org
(Difference between revisions)
Line 56: | Line 56: | ||
} | } | ||
#main-content>ul{ | #main-content>ul{ | ||
- | font-size: | + | font-size: 16px; |
- | + | ||
margin: 0 auto; | margin: 0 auto; | ||
- | + | width: 880px; | |
+ | text-align: justify; | ||
+ | } | ||
+ | #main-content>ol{ | ||
+ | font-size: 16px; | ||
+ | margin: 0 auto; | ||
+ | width: 880px; | ||
+ | text-align: justify; | ||
} | } | ||
.cont-ol{ | .cont-ol{ |
Revision as of 14:05, 29 September 2014
- main-content{
background:rgba(255,255,255,0.95); width:1040px; padding-left:25px; padding-right:25px; margin: 0 auto; border: 2px solid rgba(88, 84, 114, 0); position: relative; z-index: 2;
}
- _footer{
width: 1040px; background-color: rgba(255,255,255,0.4); margin: 0 auto; margin-top: 50px;
} a{
color:#000000;
} a:visited{
color:#000000;
} h1{
font-family: 'Russo One', sans-serif; font-size: 34px; line-height:19px; display: block; margin:0 auto;
} h{
font-size: 44px; font-family: 'Russo One', sans-serif; display: block; line-height: 80px; color: rgb(155, 0, 204); margin-top: 20px; margin:0 auto; width: 980px;
} p{
font-size:16px; margin:0 auto; width: 920px; text-align:justify;
} ol{
margin:0 auto; width: 920px;
} ul{
margin: 4.8px 0 0 24px; line-height: 24px;
} li{
margin-bottom: 1.6px;
}
- main-content>ul{
font-size: 16px; margin: 0 auto; width: 880px; text-align: justify;
}
- main-content>ol{
font-size: 16px; margin: 0 auto; width: 880px; text-align: justify;
} .cont-ol{
font-size: 17px; text-align: justify; padding-left: 50px;
}