일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 구글안드로이드
- SKY 시리우스
- 하루한마디영어
- 구글 안드로이드
- objective-c
- 안드로이드개발
- 안드로이드
- 영어
- sky 시리우스폰
- 구글 안드로이드 개발
- 안드로이드2.0
- android
- 스카이 안드로이드폰 시리우스
- 아이폰 배경화면
- 아이폰 바탕화면
- 하루 한마디 영어
- 안드로이드 개발 2.0 강좌
- 안드로이드2.0개발
- Form Stuff
- 안드로이드 바탕화면
- 안드로이드 개발
- 안드로이드 배경화면
- 스마트폰 배경화면
- 안드로이드 2.0 개발
- 안드로이드 개발 강좌
- MapView
- 안드로이드폰
- 인기있는 블로그 만들기
- 안드로이드 개발 2.0
- 스카이 안드로이드폰 시리우스 K양 동영상
- Today
- Total
moozi
워드프레스 이클립스 테마 style.css 수정 코드 본문
/*
Theme Name: Eclipse child
Theme URI: http://cyberchimps.com/eclipse
Description: Eclipse offers the same advanced functionality as CyberChimps' other WordPress Themes including a Responsive Design that responds automatically to mobile devices such as the iPhone, iPad, and Android. Eclipse also includes Drag and Drop Elements such as the Portfolio Element, Responsive Feature Slider, Post or Page Content, and Twitter bar. All of which can be used on a per-page basis using Drag and Drop Page Options that also include sidebar and layout options giving you the power to control the look and feel of every page of your website.
Author: CyberChimps WordPress Themes
Author URI: http://cyberchimps.com
Version: 1.0.31
Tags: white, light, dark, black, silver, two-columns, left-sidebar, right-sidebar, flexible-width, custom-header, custom-menu, custom-colors, featured-image-header, full-width-template, post-formats, threaded-comments, sticky-post, theme-options
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: eclipse
*/
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
body, .portfolio_title, .menu-item a {
font-family: 'Jeju Gothic', sans-serif !important;
}
#logo{
width: 300px;
}
.row .five {
width: 27%;
}
.row .seven {
width: 68.6%;
}
#nav_menu > li {
float: left;
margin: 0 7px;
}
h2.posts_title {
margin-bottom: 10px;
font-family: 'Jeju Gothic', sans-serif !important;
}
.clear{
height:0;
}
.post_container {
margin-bottom: 20px;
}
.wp-post-image{
border-radius: 20px;
border:3px solid darkgray;
}
.searchform { position:relative; }
/* 부모엘리먼트의 position을 relative로 설정하고, 자식엘리먼트의 position을 absolute로
하면 부모엘리먼트의 위치를 기준으로 자식엘리먼트의 위치가 정해진다.
*/
.searchform .searchsubmit {
display:block;
position: absolute;
right: 0px;
top: -10px;
background: transparent;
border: none;
}
/* 404에러 줄간격 크게 */
.error { line-height:1.5; }
#search_404{
width:200px;
margin: 10px auto;
}
.post_container {
overflow:hidden;
}
'TIS_2016 > 주말반_4기' 카테고리의 다른 글
10/1 company 백업 (0) | 2016.10.01 |
---|---|
map.html (0) | 2016.10.01 |
movie (0) | 2016.10.01 |
introduce2.html (0) | 2016.09.24 |
jquery mobile 기본구문 (0) | 2016.09.24 |