forked from MatteoRagni/Force
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·129 lines (112 loc) · 2.23 KB
/
style.css
File metadata and controls
executable file
·129 lines (112 loc) · 2.23 KB
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
body {
background-color: #f5f5f5;
}
/* FORM SIGN STYLE */
.form-signin {
max-width: 300px;
padding: 19px 29px 29px;
margin: 80px auto 80px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 15px;
padding: 7px 9px;
}
/* FOOTER STYLE */
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#footer {
height: 60px;
background-color: #f5f5f5;
}
#footer .container {
border-top: 1px solid grey;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
.author {
font-size: 0.75em;
}
/* COMMON PAGE */
#common-page {
padding: 19px 29px 29px;
margin: 80px auto 80px auto;
background-color: #fff;
border: 1px solid #e5e5e5;
}
/* Upload session */
#drop_zone{
border:2px dashed #bbb;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:25px;
text-align:center;
/*font: 20pt bold 'Vollkorn';*/
color:#bbb;
}
/* Progress bar */
.jobwall {
position:relative;
top:10px;
left:-10px;
}
.modalbadge {
position:relative;
top:-5px;
}
.barmodal{
position:relative;
top:-17px;
left:60px;
width:260px;
height:10px;
}
.barlist {
height: 10px;
}
.tdelem {
font-weight: bold;
font-size: 0.8em;
width:150px;
}
/*login*/
#server_select {
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
}
.titolo_nav {
font-size: 0.75em;
font-weight: bold;
}
.image_nav {/*refuso*/}
.titolo_brand { font-weight: bold; }