소스 검색

some style changes

master
mort 8 년 전
부모
커밋
bf1f2b734d
1개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 12
    3
      index.html

+ 12
- 3
index.html 파일 보기

padding: 0px; padding: 0px;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
font-size: 2em;


font-family: sans-serif; font-family: sans-serif;
} }
right: 6px; right: 6px;
backgrounud: white; backgrounud: white;
display: none; display: none;
font-size: 15px;
} }
#_msg.active { #_msg.active {
display: block; display: block;
text-align: center; text-align: center;
} }


._content h1 { font-size: 7em }
._content h2 { font-size: 6.5em }
._content h3 { font-size: 5em }
._content h1 { font-size: 2em }
._content h2 { font-size: 1.4em }
._content h3 { font-size: 1.2em }


._content p { font-size: 2.2em } ._content p { font-size: 2.2em }


width: 100%; width: 100%;
} }


._content p,
._content ul,
._content ol {
text-align: left;
line-height: 1.3em;
}

#_overlay { #_overlay {
transition: opacity <<transition_time>>s, transform <<transition_time>>s; transition: opacity <<transition_time>>s, transform <<transition_time>>s;
opacity: 1; opacity: 1;

Loading…
취소
저장