Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20230403
Overview
Overview
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
20230403
Commits
8fca5acf
Commit
8fca5acf
authored
Apr 26, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styl css
parent
13a94e73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
149 additions
and
0 deletions
+149
-0
styl.css
PC30-SklepSpring/src/main/webapp/styl.css
+149
-0
No files found.
PC30-SklepSpring/src/main/webapp/styl.css
0 → 100644
View file @
8fca5acf
@charset
"UTF-8"
;
body
{
background-color
:
#EEFFDD
;
font-family
:
'Arial'
,
sans-serif
;
}
h1
,
h4
{
text-align
:
center
;
}
h2
,
h3
,
h4
{
margin-top
:
0
;
}
.product
{
border
:
solid
2px
blue
;
margin
:
1em
400px
1em
50px
;
padding
:
1em
;
background-color
:
#DDFFDD
;
width
:
800px
;
clear
:
right
;
}
.basket
{
position
:
fixed
;
right
:
0
;
top
:
0
;
width
:
300px
;
height
:
400px
;
background-color
:
white
;
border
:
outset
3px
green
;
padding
:
1em
;
font-size
:
smaller
;
}
.product-name
,
.product-price
{
font-weight
:
bold
;
font-size
:
larger
;
}
.product-description
{
font-style
:
italic
;
}
.error
{
color
:
red
;
border
:
4px
solid
red
;
margin
:
1em
400px
1em
50px
;
padding
:
1em
;
background-color
:
white
;
font-weight
:
bold
;
}
.info
{
color
:
green
;
border
:
4px
solid
green
;
margin
:
1em
400px
1em
50px
;
padding
:
1em
;
background-color
:
white
;
font-weight
:
bold
;
min-width
:
500px
;
}
#wyszukiwarka
{
background-color
:
#AAEEFF
;
width
:
800px
;
border
:
2px
black
solid
;
margin
:
1em
400px
1em
50px
;
padding
:
1em
;
}
#product-form
{
margin
:
1em
auto
;
padding
:
1em
;
border
:
4px
solid
blue
;
background-color
:
#DDFFFF
;
min-width
:
500px
;
max-width
:
1000px
;
}
#product-form
textarea
{
min-width
:
360px
;
}
.form-error
{
color
:
red
;
font-size
:
smaller
;
}
div
.action
{
font-size
:
smaller
;
font-family
:
'Arial'
,
sans-serif
;
font-weight
:
bold
;
background-color
:
#DDDDDD
;
border
:
2px
#444466
outset
;
padding
:
6px
;
margin
:
4px
auto
4px
4px
;
max-width
:
200px
;
}
.action
:hover
{
background-color
:
#EEEEEE
;
border
:
2px
#4455CC
outset
;
}
.action
:active
{
background-color
:
#EEEEEE
;
border
:
2px
#CC4455
inset
;
}
.action
a
{
display
:
inline-block
;
color
:
inherit
;
text-decoration
:
none
;
width
:
100%
;
}
.action
a
:hover
{
color
:
#0000CC
;
}
.photo
{
display
:
block
;
float
:
right
;
max-width
:
300px
;
max-height
:
200px
;
margin
:
5px
;
}
.data-table
{
border-collapse
:
collapse
;
border
:
2px
solid
black
;
background-color
:
#AAFFEE
;
margin
:
1em
100px
;
}
.data-table
th
,
.data-table
td
{
font-size
:
0.95em
;
padding
:
2px
4px
;
text-align
:
center
;
border
:
1px
solid
black
;
}
.data-table
th
{
font-weight
:
bold
;
background-color
:
#EE88DD
;
}
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