|
|
1번째 줄: |
1번째 줄: |
| .NSO-font .wikitable {
| |
| text-shadow:none;
| |
| font-family: 'GmarketSansMedium';
| |
| }
| |
|
| |
|
| a {
| |
| color:#ec9f19;
| |
| }
| |
|
| |
| a.new {
| |
| color:#dc4343;
| |
| }
| |
|
| |
| .flow-post, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext {
| |
| color: #fff;
| |
| }
| |
|
| |
| .flow-topic-titlebar {
| |
| color: #fff;
| |
| }
| |
|
| |
| .flow-ui-navigationWidget {
| |
| color: #fff;
| |
| }
| |
|
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .toccolours, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li {
| |
| background-color: #222;
| |
| }
| |
|
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {
| |
| background-color: #222;
| |
| }
| |
|
| |
| ::selection{
| |
| color : #fff;
| |
| background-color : #ec9f19;
| |
| text-decoration : underline;}
| |
| /* 폰트 볼드 */
| |
| b {
| |
| font-family: 'GmarketSansMedium';
| |
| }
| |
| /* 배경*/
| |
| .NSO-bg {
| |
| position: relative;
| |
| width: 100vw;
| |
| height: 100vh;
| |
| background: #222;
| |
| display: inherit;
| |
| justify-content: center;
| |
| align-items: center;
| |
| overflow: hidden;
| |
| z-index:-3;
| |
| }
| |