-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin-page.css
154 lines (137 loc) · 2.61 KB
/
admin-page.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
body {
min-width: 1000px;
min-height: 770px;
font-family: arial, sans-serif;
text-align: center;
}
#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url("icons/rings.png");
background-repeat: no-repeat, no-repeat;
background-position: bottom left, top right;
background-color: #d9e2e9;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid gray;
padding: 20px;
padding-bottom: 170px;
/* param 1,2,3,4: shift right, shift down, fuzziness, and shadow width, respectively */
-moz-box-shadow: -1px 1px 2px 1px #bbb;
-webkit-box-shadow: -1px 1px 2px 1px #bbb;
box-shadow: -1px 1px 2px 1px #bbb;
border-radius: 6px;
}
#admin-bar {
width: 980px;
}
.form {
border: 1px solid gray;
border-radius: 6px;
}
input[type="radio"]:checked + label {
font-weight: bold;
}
input[type="text"]:disabled {
background-color: #e0e0e0;
}
.rounded-box {
border: 1px solid gray;
border-radius: 6px;
}
.file-upload-box {
margin-top: 15px;
width: 700px;
margin-left: 0px;
}
.file-upload-box h4 {
background-color: #8ea9c2;
margin: 0 -15px 10px -15px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
color: #fff;
border-bottom: 1px solid #888;
}
.copyright-form {
overflow: scroll;
width: 680px;
height: 175px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
margin-top: 10px;
}
#instructions {
border: 1px solid gray;
border-radius: 6px;
}
#add-file {
margin-left: 25px;
color: #black;
font-size: 16px;
cursor: pointer;
}
/* copyright text specific styles */
.hidden-content {
display: none;
padding: 8px;
margin-right: 10px;
border-radius: 6px;
background-color: #eec;
}
div.custom-statement {
font-size: 0.75em;
color: #555;
line-height: 120%;
padding-left: 1px;
padding-top: 3px;
padding-bottom: 5px;
}
div.custom-statement > div {
margin-bottom: 10px;
}
div.custom-statement > .indented {
margin-bottom: 10px;
margin-left: 25px;
}
select#Customdata-WithThePermissionOfTheCopyrightHolders {
width: 100px;
}
select#Customdata-FairDealingException {
width: 100px;
}
select#Customdata-PublicDomain {
width: 100px;
margin-top: 10px;
}
select#Customdata-Other {
width: 100px;
margin-top: 10px;
margin-bottom: 10px;
}
.required {
font-size: 0.75em;
text-align: left;
margin-left: 20px;
margin-right: 10px;
}
#replacement1,
#replacement2,
#replacement3,
#replacement4 {
display: none;
}
.useofmaterial_ul ul {
color: #858585;
}
.useofmaterial_ul li {
float: none;
list-style: disc outside none;
margin-left: 15px;
}
#segment1 {
margin-top: 10px;
}