mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
네모의 꿈 시리즈, 스타일 파일 정리.
This commit is contained in:
parent
e810e35095
commit
b4c64b937d
4 changed files with 151 additions and 153 deletions
|
|
@ -43,7 +43,9 @@ body {
|
|||
width:100%;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
header.layout_frame, footer.layout_frame{
|
||||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',Arial,Helvetica,sans-serif;
|
||||
}
|
||||
.layout_header {
|
||||
padding:0;
|
||||
}
|
||||
|
|
@ -71,36 +73,35 @@ body {
|
|||
.layout_content {
|
||||
overflow: auto;
|
||||
padding:10px 0px;
|
||||
|
||||
img {
|
||||
max-width:100%;
|
||||
height: auto
|
||||
}
|
||||
}
|
||||
|
||||
.layout_content>*:first-child {
|
||||
margin-top:0
|
||||
}
|
||||
|
||||
.layout_content img {
|
||||
max-width:100%;
|
||||
height: auto
|
||||
}
|
||||
|
||||
/* Header */
|
||||
header.layout_frame {
|
||||
position:relative;
|
||||
background-color: lighten($primary-color, 10%);
|
||||
z-index: 1;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
}
|
||||
.layout_header>h1 {
|
||||
.layout_header>h1 {
|
||||
margin:0 auto;
|
||||
padding:20px 5px;
|
||||
box-sizing: border-box;
|
||||
color: layoutGrayContrast(lighten($primary-color, 10%), 0.710);
|
||||
}
|
||||
|
||||
.layout_header>h1>a {
|
||||
a {
|
||||
font-size:32px;
|
||||
text-decoration: none;
|
||||
color: layoutGrayContrast(lighten($primary-color, 10%), 0.710);
|
||||
padding:0 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#layout_menu_toggle {
|
||||
|
|
@ -114,37 +115,33 @@ header.layout_frame {
|
|||
padding: 13px 7px;
|
||||
background-color: darken($grey, 35%);
|
||||
color: lighten($grey, 30%);
|
||||
}
|
||||
|
||||
.layout_footer p {
|
||||
p {
|
||||
font-size:12px
|
||||
}
|
||||
|
||||
.layout_footer a {
|
||||
}
|
||||
a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: lighten($primary_color, 31%);
|
||||
}
|
||||
|
||||
.layout_footer a:hover,
|
||||
.layout_footer a:focus {
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline
|
||||
}
|
||||
}
|
||||
|
||||
/* Search */
|
||||
.layout_header .layout_search {
|
||||
.layout_header{
|
||||
.layout_search {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
margin:0
|
||||
}
|
||||
|
||||
.layout_header .layout_search>input {
|
||||
}
|
||||
input {
|
||||
font-size:12px;
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.layout_header .layout_search>input[type="text"] {
|
||||
}
|
||||
input[type="text"] {
|
||||
width: 126px;
|
||||
line-height: 18px;
|
||||
font-size: 14px;
|
||||
|
|
@ -157,15 +154,13 @@ header.layout_frame {
|
|||
border: none;
|
||||
background: lighten($primary-color, 20%);
|
||||
color: layoutGrayContrast(lighten($primary-color, 20%), 0.710);
|
||||
}
|
||||
|
||||
.layout_header .layout_search>input[type="text"]:hover,
|
||||
.layout_header .layout_search>input[type="text"]:focus {
|
||||
}
|
||||
input[type="text"]:hover,
|
||||
input[type="text"]:focus {
|
||||
background: lighten($primary-color, 50%);
|
||||
color: layoutGrayContrast(lighten($primary-color, 50%), 0.710);
|
||||
}
|
||||
|
||||
.layout_header .layout_search>input[type="submit"] {
|
||||
}
|
||||
input[type="submit"] {
|
||||
vertical-align: bottom;
|
||||
background: lighten($primary-color,15%);
|
||||
color: layoutGrayContrast(lighten($primary-color, 15%), 0.710);
|
||||
|
|
@ -173,24 +168,37 @@ header.layout_frame {
|
|||
height:32px;
|
||||
padding:0 15px;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.layout_header .layout_search>input[type="submit"]:hover,
|
||||
.layout_header .layout_search>input[type="submit"]:focus {
|
||||
}
|
||||
input[type="submit"]:hover,
|
||||
input[type="submit"]:focus {
|
||||
background:$primary-color;
|
||||
color: layoutGrayContrast($primary-color, 0.710);
|
||||
}
|
||||
}
|
||||
|
||||
/* GNB */
|
||||
.layout_menu {
|
||||
background-color: lighten($grey, 31%);
|
||||
}
|
||||
.layout_menu ul {
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
max-width:1050px;
|
||||
margin:0 auto;
|
||||
}
|
||||
li a, .dropbtn {
|
||||
display: inline-block;
|
||||
color: black;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
}
|
||||
li.active>a {
|
||||
background-color: lighten($primary-color, 15%);
|
||||
color: layoutGrayContrast(lighten($primary-color, 15%), 0.710);
|
||||
}
|
||||
}
|
||||
.layout_menu>ul{
|
||||
width:100%;
|
||||
|
|
@ -203,26 +211,13 @@ header.layout_frame {
|
|||
float: right;
|
||||
|
||||
}
|
||||
|
||||
.layout_menu li a, .dropbtn {
|
||||
display: inline-block;
|
||||
color: black;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.layout_menu li.active>a {
|
||||
background-color: lighten($primary-color, 15%);
|
||||
color: layoutGrayContrast(lighten($primary-color, 15%), 0.710);
|
||||
}
|
||||
header .layout_menu li:hover,
|
||||
header .layout_menu li:focus,
|
||||
header .layout_menu li:active,
|
||||
header .layout_menu .layout_focus {
|
||||
header.layout_frame .layout_menu{
|
||||
li:hover,
|
||||
li:focus,
|
||||
li:active,
|
||||
.layout_focus {
|
||||
background-color: lighten($grey, 40%);
|
||||
}
|
||||
}
|
||||
.layout_menu li a:hover,
|
||||
.layout_menu li a:focus,
|
||||
|
|
@ -382,13 +377,7 @@ header .layout_menu .layout_focus {
|
|||
border: none;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.layout_mobile_menu:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.layout_mobile_menu span {
|
||||
span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 41px;
|
||||
|
|
@ -396,10 +385,10 @@ header .layout_menu .layout_focus {
|
|||
right: 17px;
|
||||
height: 8px;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
.layout_mobile_menu span::before,
|
||||
.layout_mobile_menu span::after {
|
||||
span::before,
|
||||
span::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
left: 0;
|
||||
|
|
@ -407,37 +396,43 @@ header .layout_menu .layout_focus {
|
|||
height: 8px;
|
||||
background-color: #fff;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
.layout_mobile_menu span::before {
|
||||
span::before {
|
||||
top: -19px;
|
||||
}
|
||||
|
||||
span::after {
|
||||
bottom: -19px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.layout_mobile_menu span::after {
|
||||
bottom: -19px;
|
||||
.layout_mobile_menu:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.layout_mobile_menu--htx {
|
||||
background-color: $primary-color;
|
||||
}
|
||||
|
||||
.layout_mobile_menu--htx span {
|
||||
span {
|
||||
transition: background 0s 0.3s;
|
||||
}
|
||||
|
||||
.layout_mobile_menu--htx span::before,
|
||||
.layout_mobile_menu--htx span::after {
|
||||
}
|
||||
span::before,
|
||||
span::after {
|
||||
transition-duration: 0.3s, 0.3s;
|
||||
transition-delay: 0.3s, 0s;
|
||||
}
|
||||
}
|
||||
|
||||
.layout_mobile_menu--htx span::before {
|
||||
span::before {
|
||||
transition-property: top, transform;
|
||||
}
|
||||
|
||||
span::after {
|
||||
transition-property: bottom, transform;
|
||||
}
|
||||
}
|
||||
|
||||
.layout_mobile_menu--htx span::after {
|
||||
transition-property: bottom, transform;
|
||||
}
|
||||
|
||||
|
||||
/* active state, i.e. menu open */
|
||||
.layout_mobile_menu--htx.is-active {
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ script, style
|
|||
{
|
||||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',Arial,Helvetica,sans-serif;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
margin: 8px 0px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ script, style
|
|||
box-sizing:border-box;
|
||||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',Arial,Helvetica,sans-serif;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ div.simple_content
|
|||
{
|
||||
font-family: "맑은 고딕", "Apple SD Gothic Neo","나눔고딕",NanumGothic,'Nanum Gothic',Arial,Helvetica,sans-serif;
|
||||
font-size: 14px;
|
||||
text-align: justify;
|
||||
padding: 3px;
|
||||
}
|
||||
section.simple_content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue