사용자:2여/liberty.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
28번째 줄: 28번째 줄:
s:hover, strike:hover, del:hover{color:#666;background-color:#eee;text-decoration:underline}
s:hover, strike:hover, del:hover{color:#666;background-color:#eee;text-decoration:underline}


.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
    width: auto;
    background: #fff;
    border: solid 1px;
    border-radius: 0.35rem;
    border-collapse: separate;
    border-spacing: 0;
    float: none;
    margin: 0.8rem 0;
    padding: 10px;
    color: #373a3c;
}
td, th,tr {
td, th,tr {
     padding: 3px;
     padding: 3px;
56번째 줄: 44번째 줄:
     text-decoration: none;
     text-decoration: none;
}
}
.navbox-list {
 
    border-color: #000;
}
table.navbox {
    font-size: 88%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 2px;
    border: solid 1px;
}
@font-face {
@font-face {
   font-family: 'Nanum Gothic';
   font-family: 'Nanum Gothic';
132번째 줄: 111번째 줄:
pre {
pre {
     font-family: '니눔고딕코딩', 'Nanum Gothic Coding', monospace !important;
     font-family: '니눔고딕코딩', 'Nanum Gothic Coding', monospace !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child {
    border: 1px solid black;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child(1), .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child(1) {
    border: solid 1px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child(1), .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child(1) {
    border: solid 1px black;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child {
    border: 1px solid black;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:first-child > th:only-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:first-child > td:only-child {
    border: solid 1px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th[rowspan]:first-child + td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th[rowspan]:first-child + th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td[rowspan]:first-child + td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td[rowspan]:first-child + th {
    border: 1px solid;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th[rowspan]:first-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td[rowspan]:first-child {
    border: solid 1px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th:first-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td:first-child {
    border: 1px solid;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > th:nth-child(1), .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > td:nth-child(1) {
    border: solid 1px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th:last-child, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td:last-child {
    border: 1px solid black;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > th:nth-last-child(1), .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > td:nth-last-child(1) {
    border: solid 1px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
    padding: 0.3rem 0.6rem;
    border: 1px solid black;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr:last-child > td {
    border-bottom: 1px solid;
}
}

2015년 12월 29일 (화) 00:00 판

.Liberty .nav-wrapper {
    min-height: 2.8rem;
    background-color: #984F9E;
    z-index: 1001;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover, .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #D0A9F5;
    background-color: #984F9E;
    transition: 0.3s;
}
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 6.6rem;
    background: transparent url(https://oriwiki.net/images/8/8e/%EC%9D%B43%EB%A6%84_%EC%97%86%EC%9D%8C.png) no-repeat scroll left center/auto 1.9rem;
    padding: 0;
    margin: 0;
}
.Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed {
    display: none;
}
.Liberty .content-wrapper .liberty-content {
    margin-right: 200px;
    padding: 0;
    margin-left: 200px;
}
s, strike, del{color:gray;}
s:hover, strike:hover, del:hover{color:#666;background-color:#eee;text-decoration:underline}

td, th,tr {
    padding: 3px;
    border: solid 1px;
}
a s, strike, del {
    color: #337ab7;
}
a s:hover, strike:hover, del:hover {
    color: #337ab7;
    background-color: #eee;
    text-decoration: underline;
}
s a, s a:visited {
    color: #337ab7;
    text-decoration: none;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
 
body, div, a, input { font-family: '나눔고딕', 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */
/** 나눔고딕코딩 웹폰트 **/
/*
 * Nanum Gothic Coding (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Nanum Gothic Coding';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic Coding';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothiccoding/v4/NanumGothicCoding-Bold.ttf) format('truetype');
}
 
/* 고정폭은 나눔고딕 코딩으로 */
div.mw-geshi div,
div.mw-geshi div pre,
div.mw-geshi div span,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre {
    font-family: '니눔고딕코딩', 'Nanum Gothic Coding', monospace !important;
}