-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.css
108 lines (92 loc) · 1.76 KB
/
links.css
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
body {
}
h1 {
text-shadow: 3px 2px black;
color: white;
text-align: center;
}
p {
text-shadow: 3px 2px black;
color: white;
text-align: center;
}
a {
color: lightblue;
}
main {
margin: 20px 0;
padding: 10px;
}
header, nav {
text-align: center;
background: black;
margin: 20px 0;
background-clip: padding-box;
border: 10px solid transparent;
padding: 10px;
border-image-source: url(img/texture.png);
border-image-repeat: round;
border-image-slice: 16;
border-image-width: 10px;
}
nav a {
text-decoration: none;
color: white;
padding: 3px 8px;
}
.links_header {
text-align: center;
font-size: 40px;
color: white;
text-shadow: 3px 2px black;
}
.profiles_header, .links_header2, .clubsaturn_header {
text-align: center;
font-size: 30px;
color: white;
text-shadow: 3px 2px black;
}
.profiles_desc, .links_desc, .clubsaturn_desc {
text-align: center;
color: white;
text-shadow: 3px 2px black;
}
.profiles_list {
text-align: center;
color: white;
max-width: 1000px;
margin: auto;
background-color: black;
background-clip: padding-box;
border: 10px solid transparent;
border-image-source: url(img/texture.png);
border-image-repeat: round;
border-image-slice: 16;
border-image-width: 10px;
}
.clubsaturn_table {
display: table;
margin: auto;
padding-top: 28px;
}
.links_table {
display: table;
margin: auto;
padding-top: 28px;
}
.link_1, .link_2, .cs_link_1, .cs_link_2 {
display:table-cell;
margin: auto;
min-width: 320px;
max-width: 320px;
background: black;
height: 100%;
color: white;
background-clip: padding-box;
border: 10px solid transparent;
padding: 10px;
border-image-source: url(img/texture.png);
border-image-repeat: round;
border-image-slice: 16;
border-image-width: 10px;
}