Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_robo_mommy
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raul Jarod Conanan
midterm_robo_mommy
Commits
5017f00a
Commit
5017f00a
authored
May 14, 2023
by
Lance Dominic B. Santuyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created styles.css
parent
24bb2168
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
styles.css
widget_robo_mommy/static/styles.css
+78
-0
No files found.
widget_robo_mommy/static/styles.css
0 → 100644
View file @
5017f00a
body
{
font-family
:
Arial
;
line-height
:
20px
;
}
div
{
margin
:
auto
;
width
:
50%
;
padding
:
10px
;
line-height
:
26px
;
}
#main
{
padding
:
10px
;
background-color
:
#ffffff
;
font
:
80%
Verdana
;
}
h1
{
text-align
:
center
;
color
:
#000000
;
}
#content
{
}
#object_list
{
text-align
:
center
;
padding
:
0
;
font
:
16px
verdana
;
}
#navbar
{
background-color
:
#000000
;
border
:
1px
solid
#000000
;
text-align
:
center
;
margin
:
auto
;
border-radius
:
10px
;
}
#navbar
>
a
{
color
:
#ffffff
;
}
#object_container
{
}
li
{
width
:
255px
;
background-color
:
#ffffff
;
border
:
1px
solid
#000000
;
border-radius
:
10px
;
color
:
#000000
;
list-style-type
:
none
;
margin
:
12px
;
padding
:
7px
;
text-align
:
center
;
cursor
:
pointer
;
}
li
:hover
,
li
:hover
.item
{
background-color
:
#000000
;
font-weight
:
bold
;
color
:
#ffffff
;
text-decoration
:
underline
;
}
a
{
color
:
#000000
;
text-decoration
:
none
;
}
a
:hover
{
text-decoration
:
underline
;
color
:
#000000
;
}
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