반응형
큰맘먹고 정든 티스토리 스킨을 바꾸기로 했다.
"Odessey"
그래 결정 했다.
왠만해서는 스킨을 바꾸는 무리한 일을 하지 않으려고 했다. 한번 바뀔때마다 어찌나 손이 많이 가던지....
내가 CSS를 아는 것도 아니고, 구글의 힘을 빌려 고치기도 힘들고.....
근데, 너무 구식의 스킨이라 안되는 것도 많고.......그래서 변경 결정...
근데, 눈에 계속 걸린다.
프로필 모듈의 다식군의 얼굴이 너무 작다....
키워야 한다. 키워야 한다. 생각이 떠나지 않는 관계로 대대적인 수정 실시
[당초 CSS 중 일부]
.area-aside .box-profile .img-profile {
width: 140px;
height: 140px;
margin: 49px 0 14px 0;
border-radius: 140px;
}
.area-aside .box-profile .text-profile {
max-width: 210px;
margin: 0 auto 36px auto;
font-size: 14px;
line-height: 1.54;
color: #777;
}
.area-aside .box-profile .button-subscription {
width: 84px;
height: 30px;
margin: 0 auto 28px auto;
background: none;
border: 1px solid #ddd;
border-radius: 50px;
font-size: 13px;
color: #333;
cursor: pointer;
}
.area-aside .box-profile .box-sns {
font-size: 0;
text-align: center;
margin-bottom:45px;
}
[수정 후 CSS 일부]
.area-aside .box-profile .img-profile {
width: 250px;
height: 250px;
margin: 30px 0 10px 0;
border-radius: 140px;
}
.area-aside .box-profile .text-profile {
max-width: 230px;
margin: 0 auto 5px auto;
font-family: 'yg-jalnan';
font-size: 14px;
line-height: 0;
color: #777;
}
.area-aside .box-profile .button-subscription {
width: 84px;
height: 30px;
margin: 0 auto 10px auto;
background: none;
border: 1px solid #ddd;
border-radius: 50px;
font-size: 13px;
color: #333;
cursor: pointer;
}
.area-aside .box-profile .box-sns {
font-size: 0;
text-align: center;
margin-bottom:20px;
}
<<주요수정사항>>
수정사항 | 명령어 | 당 초 | 변 경 | 비 고 |
이미지 폭 수정 | width/height | 140px | 250px | |
이미지 여백 수정 | margin | 위49px, 우측0, 하측 14px, 좌측 0 |
위30px, 우측0, 하측 10px, 좌측 0 |
|
폰트 추가 | font-family | - | 추가 |
반응형
'다용도실_잡동사니' 카테고리의 다른 글
대차대조표, 손익계산서 기본 (0) | 2021.12.31 |
---|---|
자동차 부품 표기 방향 (0) | 2021.11.29 |
Edge- 주소창으로 검색 하기 (0) | 2021.10.17 |
찾기와 바꾸기 (0) | 2021.10.10 |
외국인은 한국인을 어떻게 볼까? (0) | 2021.06.20 |
전기호브 vs. 전기 쿡탑 (0) | 2021.02.01 |
크롬에서 저장 위치 변경 하기 (0) | 2021.01.17 |
건설업 취업자격 관련(비자의 종류) (0) | 2020.11.19 |
티스토리- 파비콘 설정 (0) | 2020.07.18 |
코로나19- 신종코로나 미국 확진자 인원 (0) | 2020.03.04 |