Toggle navigation
Toggle navigation
This project
Loading...
Sign in
설승환
/
tp_maple_website
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
설승환
2020-06-22 23:35:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a71bda3799c778fb45c11bfcd7414366fb48532a
a71bda37
1 parent
b2a03c9b
오류로 못올라간 css파일 업로드
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
style.css
style.css
0 → 100644
View file @
a71bda3
@charset
"UTF-8"
;
@font-face
{
font-family
:
maplestory
;
src
:
url('/font/Maplestory Bold.ttf')
;
font-style
:
normal
;
}
header
{
font-family
:
maplestory
;
height
:
40px
;
background-color
:
#663170
;
}
header
ul
{
float
:
left
;
font-size
:
16px
;
}
header
ul
li
{
display
:
inline-block
;
}
header
div
{
float
:
right
;
}
html
,
body
{
font-family
:
maplestory
;
height
:
100%
;
background
:
url("../img/lucid_back.png")
no-repeat
center
left
;
background-size
:
cover
;
margin
:
0
;
}
.content
{
min-height
:
100%
;
}
.content-inside
{
padding
:
20px
;
padding-bottom
:
50px
;
}
.input-bar
{
text-align
:
center
;
width
:
500px
;
height
:
24px
;
margin
:
3px
0
0
3px
;
border
:
0
;
line-height
:
24px
;
font-size
:
20px
;
outline
:
none
;
}
.in_button
{
width
:
60px
;
height
:
24px
;
margin
:
0
;
border
:
0
;
vertical-align
:
top
;
background
:
#f8f8ff
;
color
:
black
;
font-weight
:
bold
;
cursor
:
pointer
;
}
.in_button
:hover
{
background
:
#dcdcdc
;
}
.footer
{
height
:
30px
;
background-color
:
#663170
;
margin-top
:
-30px
;
text-align
:
center
;
}
Please
register
or
login
to post a comment