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

편집 요약 없음
편집 요약 없음
19번째 줄: 19번째 줄:
#libre_recent-tab2{
#libre_recent-tab2{
border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;
}
.libre_left_content, .mw-charinsert-buttons, .libre_footer{
background-color: #DDD;
}
.libre_navbar{
background-color: #999;
}
.navbar-default .navbar-nav > li > a{
color: #FFF;
}
input[type="button"], input[type="submit"], .libre_content_tools > li > a{
background-color: #999;
border: none;
}
.libre_content_tools > li.thick > a {
background-color: #888;
}
}

2015년 12월 23일 (수) 13:16 판

html, body{
background-color: #CCC;
}
.libre_right_fixed{
background-color: #AAA;
padding: 5px;
width: 240px;
border-radius: 5px;
}
.libre_left_content{
border-radius: 5px;
}
#recent-list-div{
border-radius: 0 0 5px 5px;
}
#libre_recent-tab1{
border-radius: 5px 0 0 0;
}
#libre_recent-tab2{
border-radius: 0 5px 0 0;
}
.libre_left_content, .mw-charinsert-buttons, .libre_footer{
background-color: #DDD;
}
.libre_navbar{
background-color: #999;
}
.navbar-default .navbar-nav > li > a{
color: #FFF;
}
input[type="button"], input[type="submit"], .libre_content_tools > li > a{
background-color: #999;
border: none;
}
.libre_content_tools > li.thick > a {
background-color: #888;
}