-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp.css
78 lines (68 loc) · 1.02 KB
/
php.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
body {
background-color: #000000;
color: #FFFFFF;
text-align: center;
margin: auto;
padding: 2vw;
padding-top: 0px;
}
.dir {
background-color: #202020;
border: 1px #474747 solid;
width: auto;
height: auto;
display: inline-block;
padding: 15px;
margin: 10px;
}
a {
color: #FFFFFF;
text-decoration: none;
font-size: 1.2vw;
padding: 5px;
padding-bottom: 15px;
padding-top: 15px;
}
.link {
color: #FF0000;
text-decoration: none;
padding: 10px;
letter-spacing: 3px;
outline: 0;
transition: all .2s ease-in;
}
.link:hover {
font-style: italic;
letter-spacing: 10px;
}
a:hover {
text-decoration: underline;
}
a:focus, a:visited {
outline: 0;
}
img {
width: 100%;
margin-bottom: 10px;
}
.thumb {
float: left;
}
.container {
text-align: center;
display: inline-block;
overflow: hidden;
float: left;
}
.content {
background-color: #202020;
border: 1px #474747 solid;
width: 15vw;
height: auto;
min-height: 25vh;
max-height: 25vh;
padding: 1vw;
padding-bottom: 0px;
margin: 5px;
word-wrap: break-word;
}