사용자:붉은악마/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
1번째 줄: 1번째 줄:
body { font-family: "나눔고딕코딩","NanumGothic_Coding"; } html ,body { background: #77aaff url("") no-repeat fixed right center / contain; }   @media (min-width:770px){ table.float-left{ float:left; } table.float-right{ float:right; } } @media (max-width:770px){ table.float-right{ width:100%; } table.float-left{ width:100%; } } .libre_left_content,.libre_footer { background-color: rgba(255, 255, 255, 1); }
body
{
font-family: "나눔고딕코딩","NanumGothic_Coding";
}
html ,body
{
background: #77aaff url("") no-repeat fixed right center / contain;
}
@media (min-width:770px){
table.float-left{
float:left;
}
table.float-right{
float:right;
}
}
@media (max-width:770px){
table.float-right{
width:100%;
}
table.float-left{
width:100%;
}
}
.libre_left_content,.libre_footer
{
background-color: rgba(255, 255, 255, 1);
}

2015년 10월 13일 (화) 11:21 기준 최신판

body
{
font-family: "나눔고딕코딩","NanumGothic_Coding";
}
html ,body
{
background: #77aaff url("") no-repeat fixed right center / contain;
}
 
@media (min-width:770px){
table.float-left{
float:left;
}
table.float-right{
float:right;
}
}
@media (max-width:770px){
table.float-right{
width:100%;
}
table.float-left{
width:100%;
}
}
.libre_left_content,.libre_footer
{
background-color: rgba(255, 255, 255, 1);
}