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

잔글편집 요약 없음
잔글편집 요약 없음
29번째 줄: 29번째 줄:
   border-bottom: none;
   border-bottom: none;
   padding-bottom: 0px;
   padding-bottom: 0px;
   padding-top: -30px;
   padding-top: 10px;
   margin-top: -30px;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-bottom: 10px;
}
}
39번째 줄: 39번째 줄:
}
}
.libre_content_tools {
.libre_content_tools {
   margin-bottom: -35px;
   visibility: hidden;
  z-index: 9999;
}
}
.navbar-default .navbar-brand {
.navbar-default .navbar-brand {
   content: url(http://i.imgur.com/GwgvwcC.png);
   content: url(http://i.imgur.com/GwgvwcC.png);
}
}
.libre_content_tools {
 
  float: right;
  margin-right: 1px;
  color: #000;
}
.top_scroll {
.top_scroll {
   visibility: hidden;
   visibility: hidden;

2015년 5월 25일 (월) 17:44 판

/* 가져가셔도 되고, 가져가서 수정하셔도 됩니다. 원작자만 밝혀주세요. (CrMT, 20150524 ~ ) */
/* tools랑 상단 메뉴 색 바꾸는 방법 아시는 분은 좀 알려주시길... */

/* 이하 GREEN-THEME입니다. 제작자: CrMT */

* { font-family: 'Noto Sans CJK KR', 'Source Han Sans', sans-serif; color: #555;}
a { color: #23b488 }
.libre_main_content a, .libre_main_content a:link, .libre_main_content a:visited, .libre_main_content a:hover, .libre_main_content a:active, .libre_content a, .libre_content a:hover, .libre_content a:focus { color: #23b488;text-decoration: none; }
a.new { color: #ec446b }
.libre_main_content a.new, .libre_main_content a.new:link, .libre_main_content a.new:visited, .libre_main_content a.new:hover, .libre_main_content a.new:active, .libre_content a.new, .libre_content a.new:hover, .libre_content a.new:focus { color: #ec446b;text-decoration: none; }
.libre_main_content #contentSub { margin-bottom: 15px }
a.external:before {
  content: "外";
  color: #fff;
  background-color: #37c69b;
}
#libre-frontpage .project-head, #libre-frontpage .block-head {
  color: #555;
  background-color: #fff;
  font-size: 150%;
  text-align: left;
}
.firstHeading {
  color: #333;
  margin: 0;
  text-shadow: none;
  font-size: 2.5em;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.libre_left_content {
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.libre_content_tools {
  visibility: hidden;
}
.navbar-default .navbar-brand {
  content: url(http://i.imgur.com/GwgvwcC.png);
}

.top_scroll {
  visibility: hidden;
}
.libre_main_content h1 {
  border-bottom: none;
  color: #333;
}
.libre_main_content h2, .libre_main_content h3, .libre_main_content h4, .libre_main_content h5, .libre_main_content h6 {
  border-bottom: none;
}
table.wikitable {
  background: #fff;
  box-shadow: none;
}
.mw-headline-number {
  color: #23b488;
}
.previewnote {
  color: #555;
  margin-bottom: 1em;
}
.new {
  color: #ec446b;
}
#recent-list-div {
  background-color: #F8F8F8;
}
.libre_recent-title>h2 {
  border-bottom: none;
}
.libre_footer {
  box-shadow: none;
}
.firstHeading {
  padding-bottom: 10px;
}