사용자:Amasia/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
html ,body
html ,body
{
{
background: #77aaff url("이미지 링크 http://") no-repeat fixed right center / contain;
background: #77aaff url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQlzDLcgE4o5tJKPyAcSGJrqkFxjFj600BhTV94mCg5TCkOHWMh") no-repeat fixed right center / contain;
}
}
   
   

2015년 10월 16일 (금) 19:50 판

body
{
font-family: "나눔고딕코딩","NanumGothic_Coding";
}
html ,body
{
background: #77aaff url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQlzDLcgE4o5tJKPyAcSGJrqkFxjFj600BhTV94mCg5TCkOHWMh") 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);