Skip to content

Commit 95eb60b

Browse files
committed
[ADD] First Source Code
1 parent 63f0ac3 commit 95eb60b

File tree

135 files changed

+8489
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+8489
-1
lines changed

.DS_Store

8 KB
Binary file not shown.

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# breastscreeningai.github.io
1+
# Institute for Systems and Robotics (ISR-Lisboa)
2+
![alt tag](assets/isr-logo.png "Logo")
3+
4+
## MIMBCD-UI Project Page
5+
6+
Abstracted from a Project Report at [ISR](http://welcome.isr.tecnico.ulisboa.pt/), [IST](http://tecnico.ulisboa.pt/) - [Universidade de Lisboa](http://ulisboa.pt/).
7+
8+
### Created by
9+
10+
[Francisco Maria Calisto](http://web.tecnico.ulisboa.pt/francisco.calisto/ "Francisco's Academic Profile")
11+
12+
[DEI](https://fenix.tecnico.ulisboa.pt/departamentos/dei/o-dei)
13+
14+
[ISR](http://welcome.isr.tecnico.ulisboa.pt/), [IST](http://tecnico.ulisboa.pt/) - [ULisboa](http://ulisboa.pt/)
15+
16+

assets/css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/ie8.css

+362
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,362 @@
1+
/* Basic */
2+
3+
hr {
4+
border-bottom: solid 1px #ccc;
5+
}
6+
7+
blockquote {
8+
border-left: solid 4px #ccc;
9+
}
10+
11+
code {
12+
border: solid 1px #ccc;
13+
}
14+
15+
/* Section/Article */
16+
17+
header.major:after {
18+
background: #ccc;
19+
}
20+
21+
/* Form */
22+
23+
input[type="text"],
24+
input[type="password"],
25+
input[type="email"],
26+
select,
27+
textarea {
28+
-ms-behavior: url("assets/js/ie/PIE.htc");
29+
border: solid 1px #ccc;
30+
position: relative;
31+
}
32+
33+
/* List */
34+
35+
ul.alt li {
36+
border-top: solid 1px #ccc;
37+
}
38+
39+
ul.major-icons li .icon {
40+
-ms-behavior: url("assets/js/ie/PIE.htc");
41+
border: solid 1px #ccc;
42+
position: relative;
43+
}
44+
45+
/* Table */
46+
47+
table thead {
48+
border-bottom: solid 1px #ccc;
49+
}
50+
51+
table tfoot {
52+
border-top: solid 1px #ccc;
53+
}
54+
55+
table.alt tbody tr td {
56+
border: solid 1px #ccc;
57+
border-left-width: 0;
58+
border-top-width: 0;
59+
}
60+
61+
/* Button */
62+
63+
input[type="submit"],
64+
input[type="reset"],
65+
input[type="button"],
66+
button,
67+
.button {
68+
-ms-behavior: url("assets/js/ie/PIE.htc");
69+
border: solid 1px #ccc;
70+
position: relative;
71+
}
72+
73+
/* Image */
74+
75+
.image {
76+
-ms-behavior: url("assets/js/ie/PIE.htc");
77+
}
78+
79+
.image img {
80+
-ms-behavior: url("assets/js/ie/PIE.htc");
81+
position: relative;
82+
}
83+
84+
/* Main */
85+
86+
.main.style2 {
87+
background-color: #333;
88+
color: #ffffff;
89+
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
90+
background-image: url("../../images/header.jpg");
91+
background-size: cover;
92+
position: relative;
93+
}
94+
95+
.main.style2 a {
96+
border-bottom-color: #ffffff;
97+
}
98+
99+
.main.style2 a:hover {
100+
color: #ffffff;
101+
}
102+
103+
.main.style2 h1, .main.style2 h2, .main.style2 h3, .main.style2 h4, .main.style2 h5, .main.style2 h6, .main.style2 strong, .main.style2 b {
104+
color: #ffffff;
105+
}
106+
107+
.main.style2 header p {
108+
color: #ffffff;
109+
}
110+
111+
.main.style2 header.major:after {
112+
background: #ffffff;
113+
}
114+
115+
.main.style2 input[type="submit"],
116+
.main.style2 input[type="reset"],
117+
.main.style2 input[type="button"],
118+
.main.style2 button,
119+
.main.style2 .button {
120+
border: solid 1px #ffffff !important;
121+
color: #ffffff !important;
122+
}
123+
124+
.main.style2 input[type="submit"]:hover,
125+
.main.style2 input[type="reset"]:hover,
126+
.main.style2 input[type="button"]:hover,
127+
.main.style2 button:hover,
128+
.main.style2 .button:hover {
129+
background-color: transparent;
130+
}
131+
132+
.main.style2 input[type="submit"]:active,
133+
.main.style2 input[type="reset"]:active,
134+
.main.style2 input[type="button"]:active,
135+
.main.style2 button:active,
136+
.main.style2 .button:active {
137+
background-color: transparent;
138+
}
139+
140+
.main.style2 input[type="submit"].special,
141+
.main.style2 input[type="reset"].special,
142+
.main.style2 input[type="button"].special,
143+
.main.style2 button.special,
144+
.main.style2 .button.special {
145+
background-color: #ffffff;
146+
border: solid 1px #ffffff !important;
147+
color: #333 !important;
148+
}
149+
150+
.main.style2 input[type="submit"].special:hover,
151+
.main.style2 input[type="reset"].special:hover,
152+
.main.style2 input[type="button"].special:hover,
153+
.main.style2 button.special:hover,
154+
.main.style2 .button.special:hover {
155+
background-color: transparent !important;
156+
color: #ffffff !important;
157+
}
158+
159+
.main.style2 input[type="submit"].special:active,
160+
.main.style2 input[type="reset"].special:active,
161+
.main.style2 input[type="button"].special:active,
162+
.main.style2 button.special:active,
163+
.main.style2 .button.special:active {
164+
background-color: transparent !important;
165+
}
166+
167+
.main.style2 ul.major-icons li .icon {
168+
border-color: #ffffff;
169+
}
170+
171+
.main.style2 .icon.major {
172+
color: #ffffff;
173+
}
174+
175+
.main.style2:before {
176+
background-image: url("images/overlay1.png");
177+
content: '';
178+
height: 100%;
179+
left: 0;
180+
position: absolute;
181+
top: 0;
182+
width: 100%;
183+
}
184+
185+
.main.style2 > * {
186+
position: relative;
187+
z-index: 1;
188+
}
189+
190+
/* Header */
191+
192+
#header {
193+
background-color: #4686a0;
194+
color: #ffffff;
195+
}
196+
197+
#header a {
198+
border-bottom-color: #ffffff;
199+
}
200+
201+
#header a:hover {
202+
color: #ffffff;
203+
}
204+
205+
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
206+
color: #ffffff;
207+
}
208+
209+
#header header p {
210+
color: #ffffff;
211+
}
212+
213+
#header header.major:after {
214+
background: #ffffff;
215+
}
216+
217+
#header input[type="submit"],
218+
#header input[type="reset"],
219+
#header input[type="button"],
220+
#header button,
221+
#header .button {
222+
border: solid 1px #ffffff !important;
223+
color: #ffffff !important;
224+
}
225+
226+
#header input[type="submit"]:hover,
227+
#header input[type="reset"]:hover,
228+
#header input[type="button"]:hover,
229+
#header button:hover,
230+
#header .button:hover {
231+
background-color: transparent;
232+
}
233+
234+
#header input[type="submit"]:active,
235+
#header input[type="reset"]:active,
236+
#header input[type="button"]:active,
237+
#header button:active,
238+
#header .button:active {
239+
background-color: transparent;
240+
}
241+
242+
#header input[type="submit"].special,
243+
#header input[type="reset"].special,
244+
#header input[type="button"].special,
245+
#header button.special,
246+
#header .button.special {
247+
background-color: #ffffff;
248+
border: solid 1px #ffffff !important;
249+
color: #4686a0 !important;
250+
}
251+
252+
#header input[type="submit"].special:hover,
253+
#header input[type="reset"].special:hover,
254+
#header input[type="button"].special:hover,
255+
#header button.special:hover,
256+
#header .button.special:hover {
257+
background-color: transparent !important;
258+
color: #ffffff !important;
259+
}
260+
261+
#header input[type="submit"].special:active,
262+
#header input[type="reset"].special:active,
263+
#header input[type="button"].special:active,
264+
#header button.special:active,
265+
#header .button.special:active {
266+
background-color: transparent !important;
267+
}
268+
269+
#header ul.major-icons li .icon {
270+
border-color: #ffffff;
271+
}
272+
273+
#header .icon.major {
274+
color: #ffffff;
275+
}
276+
277+
/* Footer */
278+
279+
#footer {
280+
background-color: #4686a0;
281+
color: #ffffff;
282+
}
283+
284+
#footer a {
285+
border-bottom-color: #ffffff;
286+
}
287+
288+
#footer a:hover {
289+
color: #ffffff;
290+
}
291+
292+
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
293+
color: #ffffff;
294+
}
295+
296+
#footer header p {
297+
color: #ffffff;
298+
}
299+
300+
#footer header.major:after {
301+
background: #ffffff;
302+
}
303+
304+
#footer input[type="submit"],
305+
#footer input[type="reset"],
306+
#footer input[type="button"],
307+
#footer button,
308+
#footer .button {
309+
border: solid 1px #ffffff !important;
310+
color: #ffffff !important;
311+
}
312+
313+
#footer input[type="submit"]:hover,
314+
#footer input[type="reset"]:hover,
315+
#footer input[type="button"]:hover,
316+
#footer button:hover,
317+
#footer .button:hover {
318+
background-color: transparent;
319+
}
320+
321+
#footer input[type="submit"]:active,
322+
#footer input[type="reset"]:active,
323+
#footer input[type="button"]:active,
324+
#footer button:active,
325+
#footer .button:active {
326+
background-color: transparent;
327+
}
328+
329+
#footer input[type="submit"].special,
330+
#footer input[type="reset"].special,
331+
#footer input[type="button"].special,
332+
#footer button.special,
333+
#footer .button.special {
334+
background-color: #ffffff;
335+
border: solid 1px #ffffff !important;
336+
color: #4686a0 !important;
337+
}
338+
339+
#footer input[type="submit"].special:hover,
340+
#footer input[type="reset"].special:hover,
341+
#footer input[type="button"].special:hover,
342+
#footer button.special:hover,
343+
#footer .button.special:hover {
344+
background-color: transparent !important;
345+
color: #ffffff !important;
346+
}
347+
348+
#footer input[type="submit"].special:active,
349+
#footer input[type="reset"].special:active,
350+
#footer input[type="button"].special:active,
351+
#footer button.special:active,
352+
#footer .button.special:active {
353+
background-color: transparent !important;
354+
}
355+
356+
#footer ul.major-icons li .icon {
357+
border-color: #ffffff;
358+
}
359+
360+
#footer .icon.major {
361+
color: #ffffff;
362+
}

0 commit comments

Comments
 (0)