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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
.libre_right_fixed {
.libre_right_fixed {
   position: static;
   position: static;
}
#searchInput {
  width: 280px;
}
}
#libre_right_toc {
#libre_right_toc {
   max-height: 450px !important;
   max-height: 450px !important;
   width: 230px !important;
   width: 280px !important;
   margin-top: 0 !important;
   margin-top: 0 !important;
   position: absolute;
   position: absolute;
   top: 315px;
   top: 315px;
}
#libre_right_toc #toc {
  max-width: 280px;
  width: 280px;
}
}
#recent-list-div {
#recent-list-div {
   position: absolute;
   position: absolute;
   top: 30px;
   top: 30px;
  width: 280px;
}
}
#wpTextbox1 {
#wpTextbox1 {
   font: normal normal 12px/1.2 monospace;
   font: normal normal 12px/1.2 monospace;
   height: 600px;
   height: 650px;
}
}

2015년 6월 6일 (토) 10:19 판

.libre_right_fixed {
  position: static;
}
#searchInput {
  width: 280px;
}
#libre_right_toc {
  max-height: 450px !important;
  width: 280px !important;
  margin-top: 0 !important;
  position: absolute;
  top: 315px;
}
#libre_right_toc #toc {
  max-width: 280px;
  width: 280px;
}
#recent-list-div {
  position: absolute;
  top: 30px;
  width: 280px;
}
#wpTextbox1 {
  font: normal normal 12px/1.2 monospace;
  height: 650px;
}