Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from oql/chamel
Browse files Browse the repository at this point in the history
css fix
  • Loading branch information
yoongun committed May 8, 2015
2 parents f3ebc81 + 95c7793 commit cac16bb
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 125 deletions.
96 changes: 54 additions & 42 deletions _clientside/css/edit.css
Original file line number Diff line number Diff line change
@@ -1,60 +1,72 @@
@charset "utf-8";

body{
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #dff8eb;
text-align:center;
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #e2f0e9;
overflow : hidden;
}
.logo{
margin-top : 20px;
margin-bottom : 10px;
margin-top : 40px;
margin-left : 600px;
margin-bottom : 10px;
}
.uname{
height :40px;
background-color : #21BDA9;
margin-top :0px;
margin-right :0px;
margin-left : 0px;
font-family : 나눔고딕;
.uname
{
font-family : 나눔고딕;
position:relative;
top : -10px;
left : -155px;
width:200%;
height:30px;
border-bottom:1px solid #ffffff;
background-color:#21BDA9;
}
.button
{
position : absolute;
top:12px;
right :20px;
position : absolute;
top:1px;
left :1400px;
}
.welcome
{
font-size : 1.65em;
position : absolute;
top:21px;
right :250px;
color : #3c3c3c
font-size : 1.65em;
position : absolute;
top:10px;
left :1200px;
color : #3c3c3c
}
.sendtext
{
position : absolute;
left : 1370px;
}
#section
{
position : absolute;
top : 200px;
left : 200px;
text-align :center;
position : absolute;
top : 200px;
left : 200px;
text-align :center;
}
#docs
{
position : relative;
top : 30px;
background-color : #f3f3f3;
border:10px solid #21BDA9;
outline-style : none;
overflow-y:scroll;
width:1200px;
height:500px;
font-size : 1.5em;
line-height:170%
}
#Title
position : relative;
top : 30px;
background-color : #f3f3f3;
border:10px solid #21BDA9;
outline-style : none;
overflow-y:scroll;
width:1200px;
height:500px;
font-size : 1.5em;
line-height:170%
}
#title
{
position : absolute;
font-size : 2em;
text-align : left;
font-family : sans-serif;
outline-style : none;
position : absolute;
font-size : 2em;
text-align : left;
font-family : sans-serif;
}
64 changes: 23 additions & 41 deletions _clientside/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@

body
{
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #e2f0e9;
text-align:center;
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #e2f0e9;
text-align:center;
}
.member
{
margin: auto;
width:350px;

margin: auto;
width:350px;
margin-top:5%;
border:1px solid #6aa58e;
background-color : #fafafa;
}
.panel
{
margin:15px;
text-align:left;
margin:15px;
text-align:left;
}
.text
{
Expand All @@ -26,39 +28,18 @@ body
}
.title
{
margin-top : 60px;
margin-bottom : 40px;
padding:10px;
position:relative;
}
.login
{
margin-top:5%;
border:1px solid #6aa58e;
background-color : #fafafa
}
.panel input[type="email"]
{
height:25px;
line-height : 30px;
outline-style : none;
margin-top : 60px;
margin-bottom : 40px;
padding:10px;
position:relative;
text-align:center;
padding:20px;
}
.panel input[type="password"]
.panel input[type="email"] , .panel input[type="password"] , .panel input[type="text"]
{
height:25px;
line-height : 30px;
outline-style : none;
}
.panel input[type="text"]
{
height:25px;
line-height : 30px;
outline-style : none;
}
.logo
{
text-align:center;
padding:20px;
height:25px;
line-height : 30px;
outline-style : none;
}
.signin, .signup
{
Expand All @@ -75,5 +56,6 @@ body
}
.bird
{
color : #9c9c9c;
text-align : right;
}
88 changes: 46 additions & 42 deletions _clientside/css/main.css
Original file line number Diff line number Diff line change
@@ -1,58 +1,62 @@
@charset "utf=8";

body{
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #dff8eb;
text-align:center;
font-size:12px;
line-height:12px;
color:#5d5d5d;
background-color : #e2f0e9;
text-align : center;
overflow : hidden;
}
.logo{
margin-top : 200px;
margin-bottom : 50px;
margin-top : 200px;
margin-bottom : 50px;
}
.uname{
height :40px;
background-color : #21BDA9;
margin-top :0px;
margin-right :0px;
margin-left : 0px;
font-family : 나눔고딕;
}
#srch{
background-color : #21BDA9;
margin: auto;
width:730px;
}
#srch input[type="text"]{
border : none;
color : none;
margin : 10px;
height:50px;
width : 700px;
line-height:auto;
text-align : left;
font-size : 2em;
font-family : 나눔고딕;
outline-style : none;
.uname
{
font-family : 나눔고딕;
position:relative;
top : -10px;
left : -155px;
width:200%;
height:32px;
border-bottom:1px solid #ffffff;
background-color:#21BDA9;
}
.ps
{
margin-top : 30px;
color:#b1b1b1;
font-size : 1em;
margin-top : 30px;
color:#b1b1b1;
font-size : 1em;
}
.button
{
position : absolute;
top:12px;
right :20px;
position : absolute;
top:1px;
left :1400px;
}
.welcome
{
font-size : 1.65em;
position : absolute;
top:21px;
right :250px;
color : #3c3c3c
font-size : 1.65em;
position : absolute;
top:10px;
left :1200px;
color : #3c3c3c
}
#srch{
background-color : #21BDA9;
margin: auto;
width:730px;
}
#srch input[type="text"]{
border : none;
color : none;
margin : 10px;
height:50px;
width : 700px;
line-height:auto;
text-align : left;
font-size : 2em;
font-family : 나눔고딕;
outline-style : none;
}

0 comments on commit cac16bb

Please sign in to comment.