mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
CSS문법 어긋나 phpstorm같은 IDE에디터에서 생기는 에러 수정
This commit is contained in:
parent
2aae1b788f
commit
b1785c9a29
1 changed files with 18 additions and 19 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
|
|
||||||
/* Reset */
|
/* Reset */
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|
@ -497,7 +496,7 @@ margin-bottom: 10px;
|
||||||
.x .x_form-horizontal .x_controls {
|
.x .x_form-horizontal .x_controls {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* Custom Styles */
|
/* Custom Styles */
|
||||||
.x .section {
|
.x .section {
|
||||||
|
|
@ -674,7 +673,7 @@ margin-bottom: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: -45%;
|
margin-left: -45%;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
@media all and (max-width: 450px) {
|
@media all and (max-width: 450px) {
|
||||||
|
|
||||||
|
|
@ -682,7 +681,7 @@ margin-bottom: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: -45%;
|
margin-left: -45%;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
.x_modal._common._nobody .x_modal-body,
|
.x_modal._common._nobody .x_modal-body,
|
||||||
.x_modal._common._type_alert .x_modal-header,
|
.x_modal._common._type_alert .x_modal-header,
|
||||||
|
|
@ -718,7 +717,7 @@ margin-bottom: 10px;
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* Image Sprite */
|
/* Image Sprite */
|
||||||
.x a[target="_blank"]:after,
|
.x a[target="_blank"]:after,
|
||||||
|
|
@ -740,7 +739,7 @@ margin-bottom: 10px;
|
||||||
background-image: url(../img/glyphicons-halflings-white.png);
|
background-image: url(../img/glyphicons-halflings-white.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* Layout */
|
/* Layout */
|
||||||
.x>.skipNav {
|
.x>.skipNav {
|
||||||
|
|
@ -768,7 +767,6 @@ margin-bottom: 10px;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
zoom: 1;
|
|
||||||
}
|
}
|
||||||
.x>.header:after {
|
.x>.header:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
@ -850,7 +848,7 @@ margin-bottom: 10px;
|
||||||
.x>.body.wide>.gnb {
|
.x>.body.wide>.gnb {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* Header */
|
/* Header */
|
||||||
.x>.header>h1 {
|
.x>.header>h1 {
|
||||||
|
|
@ -928,23 +926,24 @@ margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.x>.header>.account .lang+#lang .x_active>a {
|
.x>.header>.account .lang+#lang .x_active>a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #0081c2 -webkit-linear-gradient(top, #0088cc, #0077b3);
|
background-color: #0081c2;
|
||||||
background: #0081c2 -moz-linear-gradient(top, #0088cc, #0077b3);
|
background: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
||||||
background: #0081c2 -o-linear-gradient(top, #0088cc, #0077b3);
|
background: -moz-linear-gradient(top, #0088cc, #0077b3);
|
||||||
|
background: -o-linear-gradient(top, #0088cc, #0077b3);
|
||||||
}
|
}
|
||||||
@media all and (max-width: 480px) {
|
@media all and (max-width: 480px) {
|
||||||
|
|
||||||
.x>.header>.site {
|
.x>.header>.site {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
|
|
||||||
.x>.header>.account {
|
.x>.header>.account {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* Footer */
|
/* Footer */
|
||||||
.x>.footer {
|
.x>.footer {
|
||||||
|
|
@ -1118,7 +1117,7 @@ margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.x>.body>.gnb>a[href="#gnbNav"] {
|
.x>.body>.gnb>a[href="#gnbNav"] {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
filter: alpha(opacity=50%);
|
filter: alpha(opacity=50);
|
||||||
}
|
}
|
||||||
.x>.body>.gnb>a[href="#gnbNav"]:before {
|
.x>.body>.gnb>a[href="#gnbNav"]:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
@ -1139,7 +1138,7 @@ margin-bottom: 10px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin: -7px 0 0 -7px;
|
margin: -7px 0 0 -7px;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
/* li */
|
/* li */
|
||||||
.x>.body>.gnb>ul>li {
|
.x>.body>.gnb>ul>li {
|
||||||
|
|
@ -1240,7 +1239,7 @@ margin-bottom: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: #222;
|
background: #222;
|
||||||
background: -webkit-linear-gradient(top,from(#555),to(#222));
|
background: -webkit-linear-gradient(top,#555, #222);
|
||||||
background: -moz-linear-gradient(top,#555,#222);
|
background: -moz-linear-gradient(top,#555,#222);
|
||||||
background: -o-linear-gradient(top,#555,#222);
|
background: -o-linear-gradient(top,#555,#222);
|
||||||
}
|
}
|
||||||
|
|
@ -1427,7 +1426,7 @@ margin-bottom: 10px;
|
||||||
color: #767676;
|
color: #767676;
|
||||||
}
|
}
|
||||||
.x .dashboard>div>.member>h2:before {
|
.x .dashboard>div>.member>h2:before {
|
||||||
background-position: -168px 0px;
|
background-position: -168px 0;
|
||||||
}
|
}
|
||||||
.x .dashboard>div>.document>h2:before {
|
.x .dashboard>div>.document>h2:before {
|
||||||
background-position: -264px -48px;
|
background-position: -264px -48px;
|
||||||
|
|
@ -1536,7 +1535,7 @@ margin-bottom: 10px;
|
||||||
float: none !important;
|
float: none !important;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
.x .g11n>.x_add-on {
|
.x .g11n>.x_add-on {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
@ -1767,7 +1766,7 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: n-resize;
|
cursor: n-resize;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 0px;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
/* Favicon Preview */
|
/* Favicon Preview */
|
||||||
.x #faviconPreview {
|
.x #faviconPreview {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue