Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uBus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chiara Veronica Señires
uBus
Commits
9a3f8602
Commit
9a3f8602
authored
Oct 06, 2015
by
Chiara Veronica Señires
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added initial styling
parent
f363de1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
37 deletions
+50
-37
style.css
web-app/css/style.css
+33
-28
index.html
web-app/index.html
+17
-9
No files found.
web-app/css/style.css
View file @
9a3f8602
...
@@ -10,61 +10,66 @@
...
@@ -10,61 +10,66 @@
padding
:
0
;
padding
:
0
;
}
}
body
{
html
,
body
{
background-color
:
azure
;
background-color
:
#124E78
;
font-family
:
monospace
;
font-family
:
monospace
;
overflow-x
:
none
;
overflow-x
:
hidden
;
}
}
.container
{
.container
,
header
{
margin
:
0
auto
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
width
:
50%
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
}
}
.container
{
margin
:
0
auto
;
width
:
50%
;
}
a
{
a
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
header
{
width
:
100vw
;
background-color
:
azure
;
}
.logo
{
.logo
{
width
:
2
5em
;
width
:
2
0em
;
padding
:
2em
;
padding
:
2em
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
.buttons
{
.content
{
width
:
50%
;
padding
:
35px
25px
;
width
:
100vw
;
display
:
flex
;
display
:
flex
;
align-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
}
}
.placeholder
{
.button
a
{
padding
:
10px
;
background-color
:
#ccc
;
width
:
10em
;
height
:
10em
;
}
#admin
,
#loading
{
margin
:
10px
;
padding
:
10px
;
padding
:
10px
;
color
:
azure
;
margin
:
0
50px
;
font-size
:
1.5em
;
border-radius
:
10%
;
text-align
:
center
;
text-align
:
center
;
font-size
:
1.25rem
;
color
:
#000
;
font-weight
:
bold
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
}
}
#admin
{
.button
>
a
img
{
background-color
:
coral
;
width
:
10em
;
}
height
:
10em
;
padding
:
0
10px
;
#loading
{
background-color
:
cadetblue
;
}
}
/* SCHEDULING */
/* SCHEDULING */
...
@@ -94,4 +99,4 @@ nav {
...
@@ -94,4 +99,4 @@ nav {
height
:
100px
;
height
:
100px
;
background-color
:
green
;
background-color
:
green
;
}
}
\ No newline at end of file
web-app/index.html
View file @
9a3f8602
...
@@ -6,18 +6,26 @@
...
@@ -6,18 +6,26 @@
</head>
</head>
<body>
<body>
<div
class=
"container"
>
<div
class=
"container"
>
<img
class=
"logo"
src=
"img/logo.png"
>
<header>
<img
class=
"logo"
src=
"img/logo.png"
>
</header>
<div
class=
"buttons"
>
<div
class=
"content"
>
<a
class=
"placeholder"
id=
"admin"
href=
"schedule.html"
>
<div
class=
"button"
>
Scheduling
<a
href=
"schedule.html"
id=
"admin"
>
</a>
<img
src=
"img/scheduling.png"
>
<br><span>
SCHEDULING
</span>
</a>
</div>
<a
class=
"placeholder"
id=
"loading"
href=
"loading.html"
>
<div
class=
"button"
>
Loading
<a
href=
"loading.html"
id=
"loading"
>
</a>
<img
src=
"img/loading.png"
>
<br><span>
LOADING
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment