Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MyFridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rosemary
MyFridge
Commits
ca1830f4
Commit
ca1830f4
authored
6 years ago
by
Alan Du
Browse files
Options
Downloads
Patches
Plain Diff
M
parent
95e4ff40
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Interface/style.css
+46
-1
46 additions, 1 deletion
Interface/style.css
Interface/welcome page.html
+10
-2
10 additions, 2 deletions
Interface/welcome page.html
with
56 additions
and
3 deletions
Interface/style.css
+
46
−
1
View file @
ca1830f4
...
@@ -13,4 +13,49 @@ h1 {
...
@@ -13,4 +13,49 @@ h1 {
}
}
.inside_inline
button
{
.inside_inline
button
{
display
:
inline
;
display
:
inline
;
}
}
\ No newline at end of file
.login_input
{
font-size
:
20px
;
padding
:
5px
;
}
.myButton
{
-moz-box-shadow
:
3px
4px
0px
0px
#899599
;
-webkit-box-shadow
:
3px
4px
0px
0px
#899599
;
box-shadow
:
3px
4px
0px
0px
#899599
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#ededed
),
color-stop
(
1
,
#bab1ba
));
background
:
-moz-linear-gradient
(
top
,
#ededed
5%
,
#bab1ba
100%
);
background
:
-webkit-linear-gradient
(
top
,
#ededed
5%
,
#bab1ba
100%
);
background
:
-o-linear-gradient
(
top
,
#ededed
5%
,
#bab1ba
100%
);
background
:
-ms-linear-gradient
(
top
,
#ededed
5%
,
#bab1ba
100%
);
background
:
linear-gradient
(
to
bottom
,
#ededed
5%
,
#bab1ba
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ededed'
,
endColorstr
=
'#bab1ba'
,
GradientType
=
0
);
background-color
:
#ededed
;
-moz-border-radius
:
15px
;
-webkit-border-radius
:
15px
;
border-radius
:
15px
;
border
:
1px
solid
#d6bcd6
;
display
:
inline-block
;
cursor
:
pointer
;
color
:
#3a8a9e
;
font-family
:
Arial
;
font-size
:
17px
;
padding
:
7px
25px
;
text-decoration
:
none
;
text-shadow
:
0px
1px
0px
#e1e2ed
;
}
.myButton
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#bab1ba
),
color-stop
(
1
,
#ededed
));
background
:
-moz-linear-gradient
(
top
,
#bab1ba
5%
,
#ededed
100%
);
background
:
-webkit-linear-gradient
(
top
,
#bab1ba
5%
,
#ededed
100%
);
background
:
-o-linear-gradient
(
top
,
#bab1ba
5%
,
#ededed
100%
);
background
:
-ms-linear-gradient
(
top
,
#bab1ba
5%
,
#ededed
100%
);
background
:
linear-gradient
(
to
bottom
,
#bab1ba
5%
,
#ededed
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#bab1ba'
,
endColorstr
=
'#ededed'
,
GradientType
=
0
);
background-color
:
#bab1ba
;
}
.myButton
:active
{
position
:
relative
;
top
:
1px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Interface/welcome page.html
+
10
−
2
View file @
ca1830f4
...
@@ -32,9 +32,17 @@
...
@@ -32,9 +32,17 @@
<br>
<br>
<div
class=
"center inside_inline"
>
<div
class=
"center inside_inline"
>
<form
method=
"POST"
>
Username:
<input
class=
"login_input"
type=
"text"
name=
"username"
/><br
/>
Password:
<input
class=
"login_input"
type=
"password"
name=
"password"
/><br
/><br
/>
<input
type=
"submit"
name=
"Login"
value=
"Login"
class=
"myButton"
/><br
/><br
/>
</form>
<center>
<center>
<button
id=
"button1"
>
Register
</button>
<button
id=
"button1"
class=
"myButton"
>
Register
</button>
<button>
Login
</button>
</center>
</center>
</div>
</div>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment