미디어위키:Liberty.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
(문서를 비움)
태그: 비우기 수동 되돌리기
1번째 줄: 1번째 줄:
/* HTML Tag */
* {
  outline: none;
}


input:hover,
button:hover,
select:hover {
  transition: 0.3s;
}
html, body {
  overflow-x: hidden;
  overflow-y: overlay;
}
body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  width: 12px;
  transition: 250ms;
}
body::-webkit-scrollbar-thumb {
  background: #adb5bdb6;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: padding-box;
  transition: 250ms;
}
body::-webkit-scrollbar-track {
  background: transparent;
  transition: 250ms;
}
html {
  font-size: 16px;
}
body {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
    "Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
    "Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "留묒� 怨좊뵓", sans-serif;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
    "Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
    "Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "留묒� 怨좊뵓", sans-serif;
}
input[type="password"] {
  font-family: sans-serif;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul,
p {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
}
ol,
.mw-content-ltr ol,
.mw-content-rtl .mw-content-ltr ol {
  margin: 0;
  margin-left: 2.2rem;
  margin-right: 1rem;
  list-style-image: none;
}
pre {
  display: block;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f8fa;
  border: 1px solid #e1e8ed;
  border-radius: 0.5rem;
  padding: 0.8rem;
}
a:focus {
  outline: 0;
}
p {
  overflow-wrap: break-word;
}
ul {
  list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23373a3c%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
th[rowspan],
td[rowspan] {
  position: relative;
}
th[rowspan]:after,
td[rowspan]:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  /*background: #e0e0e0;*/
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  /* Removes some iOS CSS Settings */
}
textarea {
  width: 100%;
  border: 1px solid #e1e8ed;
  padding: 0.5rem;
}
hr {
  border-top: 1px solid #e1e8ed;
}
html input[type="button"]:hover,
html input[type="submit"]:hover,
button:hover {
  background-color: #466DFA;
}
label {
  vertical-align: middle;
  word-break: keep-all;
}
del,
s,
strike {
  color: #808080;
}
/* HTML Tag End */
/* Background Color */
.Liberty {
  background-color: #f5f6f7;
}
/* Background Color End*/
/* Content width, alian center */
.Liberty .nav-wrapper .navbar {
  max-width: 1380px;
  margin: 0 auto;
}
.Liberty .nav-wrapper .navbar {
  max-width: 1400px;
  margin: 0 auto;
}
/* Content width, alian center End */
/* Login modal */
.Liberty .login-modal .modal-sm {
width: 25rem;
}
.Liberty .login-modal .modal-header {
padding: 0.7rem;
}
.Liberty .login-modal .modal-title {
text-align: center;
padding-left: 1.5rem;
}
.Liberty .login-modal .alert {
padding: 0.8rem;
margin-bottom: 0.8rem;
}
.Liberty .login-modal .alert-hidden {
display: none;
}
.Liberty .login-modal .form-control {
margin-bottom: 0.8rem;
}
.Liberty .login-modal .modal-checkbox:not(#noop) {
position: relative;
display: table;
}
.Liberty .login-modal .modal-checkbox {
vertical-align: middle;
margin-bottom: 0.7rem;
}
.Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] {
opacity: 0;
margin: 0;
width: 2em;
height: 2em;
max-width: none;
display: table-cell;
}
.Liberty .login-modal .modal-checkbox:not(#noop) * {
vertical-align: middle;
font: inherit;
}
.Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] + label {
padding-left: 0.4em;
display: table-cell;
}
.Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] + label::before {
-webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
content: "";
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
left: 0;
border-radius: 2px;
width: 2em;
height: 2em;
line-height: 2em;
border: 1px solid #777;
top: 50%;
margin-top: -1em;
}
.Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] + label:hover::before {
border: 3px solid #777;
}
.Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"]:checked + label::before {
border: 3px solid #777;
background-image: linear-gradient(transparent, transparent),
url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%2012l5%205L20%205%22%20stroke%3D%22%2300B78C%22%20stroke-width%3D%223%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E%0A);
}
.Liberty .login-modal .btn {
margin-bottom: 0.8rem;
}
.Liberty .login-modal .modal-footer {
display: none;
}
/* Login modal End */
/* ToC */
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc {
  display: inline-block;
  border: 1px solid #e1e8ed;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 1rem 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {
  background-color: transparent;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle h2 {
  display: inline;
  font-size: 1.125rem;
  font-weight: bold;
  border: none;
  padding-bottom: 2.5rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc li {
  background-color: transparent;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding-left: 20px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc > ul {
  margin: 0;
  border-top: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul ul {
  margin: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .tocnumber:after {
  content:".";
  color: #000;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext {
  color: #373a3c;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc a:hover {
  text-decoration: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc a > .tocnumber:hover {
  text-decoration: underline;
}
/* ToC End */
/* Right menu */
.Liberty .content-wrapper .liberty-sidebar {
float: right;
position: relative;
margin-left: 16px;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper {
z-index: 1;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent {
width: 300px;
}
.live-recent-header .a, .live-recent-header .a:hover {
text-decoration: none; /* 諛묒쨪 �쒓굅 */
    color: inherit; /* �몃쾭 �� �됱긽 蹂��� 諛⑹� */
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav {
border: 0;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item {
width: 7.5rem;
border: 1px solid #e1e8ed;
border-top-left-radius: 0.35rem;
background-color: #f5f8fa;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item {
margin-left: 0;
border-left: 0;
border-top-left-radius: 0;
border-top-right-radius: 0.35rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link {
border: 0;
border-radius: 0;
border-top-left-radius: 0.35rem;
text-align: center;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
color: #6e7478;
position: relative;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item .nav-link {
border-top-left-radius: 0;
border-top-right-radius: 0.35rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active {
color: #373a3c;
background-color: #fff;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before {
position: absolute;
left: -1px;
bottom: -1px;
content: " ";
width: 7.5rem;
display: block;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content {
background-color: #fff;
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
border-top: 0;
z-index: 1;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list {
list-style: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li {
padding: 0.2rem 1.2rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li:last-child {
border-bottom: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item {
font-size: 15px;
color: #373a3c;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item .new {
font-size: 15px;
color: #b73333;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer {
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-top: 0;
border-bottom-left-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
text-align: right;
padding: 0.4rem 0.6rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label {
padding: 0.4rem;
font-size: 0.8rem;
font-weight: 400;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover {
transition: 0.3s;
}
.Liberty .content-wrapper .liberty-sidebar .right-ads {
position: absolute;
top: 25.73rem;
width: 15rem;
}
/* Right menu End */
/* Content */
.Liberty .content-wrapper {
margin-top: 1.00rem;
z-index: -1;
}
.Liberty .content-wrapper .liberty-content {
margin-right: 320px;
padding: 0;
padding-bottom: 1rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header {
border: 1px solid #e1e8ed;
border-radius: 0.35rem 0.35rem 0 0;
background-color: #f5f8fa;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .liberty-notice {
margin: 1rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .liberty-notice ul {
list-style-image: none;
list-style-type: none;
text-align: center;
line-height: 1.8rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools {
float: right;
padding-right: 1rem;
padding-top: 1rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
font-size: 0.9rem;
padding: 0.4rem 0.8rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-toggle {
padding: 0.4rem 0.3rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:hover,
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:focus,
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:active {
color: #fff;
transition: 0.3s;
outline: 0;
border-color: #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu {
top: 92%;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .title {
padding: 1rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .contentSub {
margin-top: -0.5rem;
padding: 1rem;
padding-top: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1 {
color: #000;
font-weight: bold;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .header-ads {
margin: 1rem;
margin-bottom: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main {
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
background-color: #fff;
padding: 1rem;
overflow: hidden;
line-height: 1.6rem;
}
/* Content End */
/* Bootstrap Custom */
.dropdown-menu {
font-size: 0.95rem;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
border-color: #e1e8ed;
}
.dropdown-menu .dropdown-item:hover {
color: #fff;
transition: 0.3s;
}
.dropdown-divider {
border-color: #e1e8ed;
}
.form-control {
font-size: 0.9rem;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgba(102, 175, 233, 0.6);
transition: 0.3s;
}
.btn {
box-shadow: none;
border-radius: 0.35rem;
}
.btn:hover {
transition: 0.3s;
}
.btn:active,
.btn:focus {
outline: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 3; /* Firefox, IE border bug fix */
}
.close:focus,
.close:hover {
transition: 0.3s;
}
caption {
color: #373a3c;
caption-side: top;
}
/* Bootstrap Custom End */
#shareAPIPolyfill-container button {
color: inherit;
white-space: inherit;
line-height: inherit;
}
@font-face {
font-family: 'Aldrich';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVacY3w.woff2') format('woff2');
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KoPubDotumMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/KoPubDotumMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunSg';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunSg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunGu';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: 550;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunSm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'VT323';
src: url('https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2isfFJU.woff2') format('woff2');
font-weight: normal;
    font-style: normal;
}
  @font-face {
font-family: 'Pretendard JP Variable';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local('Pretendard JP Variable'),
url('./font/PretendardJPVariable.woff2') format('woff2'),
  }
@font-face {
    font-family: 'Computer Modern';
    font-style: normal;
    font-weight: normal;
    src: local('Computer Modern'), url('./font/cmu.serif-upright-italic-uprightitalic.woff') format('woff');
}
@font-face {
    font-family: 'Computer Modern Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Computer Modern Italic'), url('./font/cmu.classical-serif-italic.woff') format('woff');
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(font/MaterialIcons-Regular.woff2) format('woff2'),
    url(font/MaterialIcons-Regular.woff) format('woff'),
    url(font/MaterialIcons-Regular.ttf) format('truetype');
}
.sticky {
    position: -webkit-sticky; /* �ы뙆由� 釉뚮씪�곗� 吏��� */
    position: sticky;
max-width:300px;
    top: 4px;
}
/* RSS 愿��� */
.RSSfeed{
    width: 100%;
    margin: 0 auto;
font-size: 11pt;
background-color: #fff;
}
input[type=text]{
    padding: 5px 10px;
    width: 100%;
    letter-spacing: 1px;
font-size: 12px;
}
input[type=submit]{
    padding: 5px 15px;
    letter-spacing: 1px;
    background: gold;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.feed_title{
font-size: 15px;
}
.rssh{
    color: black;
    text-decoration: none;
font-size: 15px;
padding:0.2rem 0.6rem;
}
.more-info{
background-color: #880E4F;
    padding: 0.4rem;
    font-size: 0.8rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
cursor: pointer;
}
.post{
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
    padding: 0.3rem 0.6rem;
color:#373A3C;
font-size: 0.85rem;
}
.post-head{
width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.post-content{
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-top: none;
border-bottom-left-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
text-align: right;
padding: 0.4rem 0.6rem;
}
.rss-head{
padding: 0.8rem 1.2rem;
border: 1px solid #e1e8ed;
border-top-left-radius: 0.35rem;
border-top-right-radius: 0.35rem;
background-color: #f5f8fa;
}
.toggleBtn {
font-weight: bold;
cursor: pointer;
text-align: center;
align-items: center;
  }
  .recent-item {
    display: flex;
    justify-content: space-between; /* �댁슜�� �묒そ �앹쑝濡� �뺣젹�⑸땲�� */
    width: 100%; /* �꾩슂�� 寃쎌슦 */
}
.item-title {
    flex: 1; /* �쒕ぉ�� 李⑥��� �� �덈뒗 留뚰겮 怨듦컙�� 李⑥��섍쾶 �⑸땲�� */
    margin-right: 10px; /* �쒓컙怨쇱쓽 媛꾧꺽 */
}
.item-time, .item-time:hover {
font-size: 0.75rem;
}
.number-link {
color: #337ab7;
cursor: pointer;
text-decoration: none; /* 湲곕낯 �곹깭�먯꽌�� 諛묒쨪 �놁쓬 */
margin-right: 0.2rem;
  }
 
  .number-link:hover {
text-decoration: underline; /* 留덉슦�� �몃쾭 �� 諛묒쨪 異붽� */
color: #23527c;
  }
  .mw-references-columns {
-webkit-column-width: 30em;
    -moz-column-width: 30em;
    column-width: 30em;
    margin-top: 1em;
border-top: 1px solid #e1e8ed;
padding-top: 1em;
  }
  .mw-page-title-namespace {
box-shadow: inset 0 -0.5rem 0 #880e4f31;
  }

2024년 12월 6일 (금) 16:06 판