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

css fix #1

Merged
merged 1 commit into from
May 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}