-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.admin.css
96 lines (83 loc) · 1.28 KB
/
style.admin.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
table, td, tr {
margin: 0;
padding: 0;
}
.imgtb {
background-color: #202020;
padding-left: 3px;
margin: 0;
}
.photoinfo {
border: 1px solid black;
width: 250px;
height: 250px;
}
.photoinfo:hover {
background-color: black;
border-color: white;
}
.photoinfo img {
width: 250px;
height: 250px;
}
.photoinfodesc {
cursor: default;
position: relative;
top: -85px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
display: none;
}
.photoinfopw {
font-style: italic;
}
.photoimp-check {
border: 1px solid black;
color: white;
margin: 0;
padding: 0;
float: left;
height: 200px;
width: 100%;
overflow-y: scroll;
margin-bottom: 10px;
}
.photoimp-err {
clear: both;
margin-top: 10px;
margin-left: 10px;
border: 1px solid red;
width: 50%;
}
.stcheck {
background-color: #202020;
color: white;
padding-top: 2px;
min-height: 100px;
}
.difcheck {
background-color: #202020;
color: white;
padding-top: 2px;
min-height: 100px;
height: 300px;
overflow-y: scroll;
}
#nav a {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
text-decoration: none;
padding: 2px 6px;
border-radius: 4px;
}
#nav a:hover {
color:#fff;
background-color:#3071a9;
border-color:#285e8e;
}
.photoinfolikes {
padding: 2px 5px;
background: black;
border-radius: 30%;
}