-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (113 loc) · 2.78 KB
/
Copy pathstyle.css
File metadata and controls
127 lines (113 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
background-color: rgb(62, 62, 62);
color: white;
}
.navbar{
display: flex;
background-color: rgb(0, 0, 0);
justify-content: space-between;
flex-direction: row;
padding: 1vw;
align-items: center;
font-family: 'Open Sans', sans-serif;
margin-top: -1vw;
}
#item{
display: flex;
background-color: rgb(54, 54, 54);
width: 20vw;
height: auto;
flex-direction: column;
padding: 1vw;
font-family: 'Open Sans', sans-serif;
}
#Lagre{
margin-top: 1vw;
height: 10vw;
padding: 1vw;
height: auto;
background-color: rgb(44, 44, 44);
border-radius: 5px;
color: rgb(255, 255, 255);
font-size: 1.5vw;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
h2{
font-family: 'Open Sans', sans-serif;
}
#leggTilProdukt{
background-color: rgb(41, 41, 41);
color: rgb(198, 198, 198);
border: none;
font-size: 1.5vw;
padding: 1vw;
border-radius: 5px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
width: 30vw;
margin-top: 1vw;
margin-left: 0.7vw;
transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
#leggTilProdukt:hover{
box-shadow: 0 0.6vw 0.5vw rgb(255, 255, 255);
transform: scale(1.05);
color: white;
}
#liste{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border: none;
font-size: 1.5vw;
padding: 1vw;
border-radius: 5px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
width: 30vw;
margin-top: 1vw;
}
#Beskrivelseelement{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border: none;
font-size: 1.5vw;
padding: 1vw;
border-radius: 5px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
width: 30vw;
margin-top: 1vw;
}
#Leggtilantall{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border: none;
font-size: 1.5vw;
padding: 1vw;
border-radius: 5px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
width: 30vw;
margin-top: 1vw;
}
#inventoryItems{
display: flex;
flex-direction: row;
align-items: center;
margin-top: 1vw;
font-family: 'Open Sans', sans-serif;
background-color: black;
width: 100vw;
}
.bados{
display: flex;
background-color: rgb(84, 84, 84);
width: 100%;
height: auto;
flex-direction: column;
color: rgb(255, 255, 255);
font-weight: 650;
padding: 0.5vw;
}