diff --git a/src/web/css/color_button.css b/src/web/css/color_button.css index 9232825..888384f 100644 --- a/src/web/css/color_button.css +++ b/src/web/css/color_button.css @@ -6,19 +6,30 @@ body{font-family:Open Sans; color:#555555;} h1{font-size:24px; font-weight:normal; margin:0.4em 0;} .container { width: 100%; margin: 0 auto; } -.container .row { float: left; clear: both; width: 100%; } -.container .col { float: left; margin: 0 0 1.2em; padding-right: 1.2em; padding-left: 1.2em; } +.container .row { /*float: left;*/ clear: both; width: 100%; } +.container .col { /*float: left;*/ margin: 0 0 1.2em; padding-right: 1.2em; padding-left: 1.2em; } .container .col.one, .container .col.two, .container .col.three, .container .col.four, .container .col.five, .container .col.six, .container .col.seven, .container .col.eight, .container .col.nine, .container .col.ten, .container .col.eleven, .container .col.twelve { width: 100%; } +.container .floatLeft { float: left; } +.container .floatNone { float: none; } +.container .floatRight { float: right; } + +.container .alignLeft {text-align: left; } +.container .alignCenter {text-align: center; } +.container .alignRight {text-align: right; } + +.container .width100 { width: 100px; } +.container .width200 { width: 200px; } +.container .width400 { width: 400px; } @media screen and (min-width: 767px) { .container{width: 100%; max-width: 1024px; margin: 0 auto;} - .container .row{width:100%; float:left; clear:both;} - .container .col{float: left; margin: 0 0 1em; padding-right: .5em; padding-left: .5em;} + .container .row{/*width:100%;*/ /*float:left;*/ clear:both;} + .container .col{/*float: left;*/ margin: 0 0 1em; padding-right: .5em; padding-left: .5em;} .container .col.one { width: 8.33%; } - .container .col.two { width: 16.66%; } + .container .col.two { width: 150px; /*width: 16.66%;*/ } .container .col.three { width: 24.99%; } - .container .col.four { width: 50%; } + .container .col.four { width: 200px; /*width: 50%;*/ } .container .col.five { width: 41.65%; } .container .col.six { width: 49.98%; } .container .col.seven { width: 58.31%; } @@ -37,7 +48,7 @@ a{text-decoration:none;} /******************** GENERIC BUTTON STYLES ********************/ -.btn {font-size: 18px; white-space:nowrap; width:100%; padding:.4em 1.5em; font-family: Open Sans, Helvetica,Arial,sans-serif; line-height:24px; display: inline-block;zoom: 1; color: #fff; text-align: center; position:relative; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} +.btn {font-size: 18px; white-space:nowrap; /*width:100%;*/ padding:.4em 1.5em; font-family: Open Sans, Helvetica,Arial,sans-serif; line-height:24px; display: inline-block;zoom: 1; color: #fff; text-align: center; position:relative; -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;} /*SEA GREEN BUTTON STYLES*/ .btn.btn-sea{background-color: #08bc9a; border-color: #08bc9a; -webkit-box-shadow: 0 3px 0 #088d74; box-shadow: 0 3px 0 #088d74;} diff --git a/src/web/css/color_button_backup.css b/src/web/css/color_button_backup.css new file mode 100644 index 0000000..9232825 --- /dev/null +++ b/src/web/css/color_button_backup.css @@ -0,0 +1,131 @@ +@charset "utf-8"; + + \ No newline at end of file diff --git a/src/web/css/module.css b/src/web/css/module.css index 1ddae3b..45ef7d1 100644 --- a/src/web/css/module.css +++ b/src/web/css/module.css @@ -19,7 +19,7 @@ header { color: black; background-color: #007196; clear: left; - text-align: center; + /*text-align: center;*/ } article { @@ -32,7 +32,7 @@ footer { color: black; background-color: #007196; clear: left; - text-align: center; + /*text-align: center;*/ } @@ -41,6 +41,7 @@ footer { /*color: red;*/ } +/* .player_free { display: inline-block; width: 100%; @@ -52,5 +53,6 @@ footer { width: 100%; background-color: #0ff; } +*/ \ No newline at end of file diff --git a/src/web/maestro/register.html b/src/web/maestro/register.html new file mode 100644 index 0000000..d9195a4 --- /dev/null +++ b/src/web/maestro/register.html @@ -0,0 +1,48 @@ + + + +
+마지막 갱신 : 2018년 6월 26일
+ +