-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
112 lines (83 loc) · 1.22 KB
/
styles.css
File metadata and controls
112 lines (83 loc) · 1.22 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
.mycontainer {
width:100%;
overflow:auto;
}
div {
margin: 25px;
color: rgb(255, 255, 255);
}
.BoxBorder{
border-style: double;
border-color: #F9DBBA;
background-color: #1F316F;
}
body{
background-image: url("Kayn_OriginalCentered.webp");
background-size: cover;
background-position: center;
background-attachment: fixed;
}
main{
background-color: #1A4870;
margin:100px;
}
p{
color: white;
}
h1{
color: white;
}
h2{
margin-left:10px;
}
header{
margin-left:100px;
}
.Margin{
margin: 10px;
}
.WikiLogo{
width: 150px;
float: left;
box-shadow:black 0 2px 5px 0;
}
.Title{
margin-left: 180px;
}
.ImageOfChar{
aspect-ratio: 1/1.1;
}
a{
color:#F9DBBA;
}
.MarginTopDings{
padding-top:20px;
margin-left:10px;
}
ul{
list-style: none;
display: flex;
margin: 0;
padding: 0;
/*grid-template-columns: 33% 33% 33%;*/
}
.ImageSwitch{
padding:30px;
white-space: nowrap;
padding: 0;
margin: 20px;
}
.knopfdings{
text-align: center;
margin: 10px;
border-style: outset;
border-color: #F9DBBA;
}
.container{
display: grid;
column-gap: 10px;
}
.box{float: left;width: 32%;padding: 20px;
}
.box:last-child {margin-right:0;
}