-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWikimedia.css
More file actions
56 lines (50 loc) · 782 Bytes
/
Copy pathWikimedia.css
File metadata and controls
56 lines (50 loc) · 782 Bytes
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
body {
font: 13px/1.5 sans-serif;
width: 80%;
}
.top {
width: 80%;
margin: 10px auto;
font-size: 150%;
text-align: justified;
}
.second {
text-align: right;
font-size: 150%;
}
.pictures {
float: left;
display: table;
width: 80%;
height: 200px;
margin-bottom: 0px;
margin-left: 128px;
margin-right: 128px;
margin-top:0px;
padding: 16px 16px 100px 100px;
border-collapse: separate;
border-spacing: 2px;
border-color gray
text-align: justify;
}
.icon {
float: left;
width: 25%;
margin: auto;
height: 155px;
display: inline;
}
.footer {
float: left;
width: 80%;
text-align: center;
margin: 0px 150px;
padding: 0 0 150px 150px;
border-top-style: solid;
border-color: gray;
border-size: 1px;
display: center;
}
.link {
text-color: blue;
}