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

잔글편집 요약 없음
잔글편집 요약 없음
1번째 줄: 1번째 줄:
* { font-family: 'Noto Sans CJK KR', 'Source Han Sans', sans-serif; color: #444;}
* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444;}
a { color: #23b488 }
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; }
.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; }
34번째 줄: 34번째 줄:
   margin-bottom: -35px;
   margin-bottom: -35px;
}
}
.libre_footer {
.navbar-default .navbar-brand {
   margin-top: 0px;
   color: #777;
   box-shadow: none;
   content: url(http://i.imgur.com/GwgvwcC.png);
}
}

2015년 5월 25일 (월) 14:02 판

* { font-family: 'Noto Sans CJK', 'Source Han Sans', sans-serif; color: #444;}
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; }
.libre_main_content .contentSub { margin-bottom: 5px }
a.external:before {
  content: "外";
  color: #fff;
  background-color: #37c69b;
}
#libre-frontpage .project-head {
  color: #666;
  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: -30px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.libre_left_content {
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.libre_content_tools {
  margin-bottom: -35px;
}
.navbar-default .navbar-brand {
  color: #777;
  content: url(http://i.imgur.com/GwgvwcC.png);
}