929
edits
No edit summary |
No edit summary |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 18: | Line 18: | ||
.people i { | .people i { | ||
background-image: url("People.png"); | background-image: url("images/0/05/People.png"); | ||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 27: | Line 27: | ||
.books i { | .books i { | ||
background-image: url("images/ | background-image: url("images/4/45/Books.png"); | ||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 36: | Line 36: | ||
.video i { | .video i { | ||
background-image: url("images/ | background-image: url("images/e/ec/Videos.png"); | ||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 45: | Line 45: | ||
.conferences i { | .conferences i { | ||
background-image: url("images/ | background-image: url("images/1/18/Conferences.png"); | ||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 54: | Line 54: | ||
.journal i { | .journal i { | ||
background-image: url("images/ | background-image: url("images/1/11/Articles.png"); | ||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 63: | Line 63: | ||
.events i { | .events i { | ||
background-image: url("images/ | background-image: url("images/2/2b/Theories.png"); | ||
height: 150px; | |||
width: 500px; | |||
background-size: 20%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.methodologies i { | |||
background-image: url("images/6/6f/Lightbulb.png"); | |||
height: 150px; | |||
width: 500px; | |||
background-size: 20%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.othertools i { | |||
background-image: url("images/c/c5/Tools.png"); | |||
height: 150px; | |||
width: 500px; | |||
background-size: 20%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.softwares i { | |||
background-image: url("images/f/fd/Software.png"); | |||
height: 150px; | |||
width: 500px; | |||
background-size: 20%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.minisymposia i { | |||
background-image: url("images/e/ee/Peoples.png"); | |||
height: 150px; | |||
width: 500px; | |||
background-size: 20%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | |||
.bookclub i { | |||
background-image: url("images/5/53/Book_club.png"); | |||
height: 150px; | height: 150px; | ||
width: 500px; | width: 500px; | ||
| Line 115: | Line 160: | ||
.bg-blue-400 { | .bg-blue-400 { | ||
background-color: #60A5FA; | background-color: #60A5FA; | ||
} | |||
.bg-magenta-400 { | |||
background-color: #FF00FF; | |||
} | |||
.bg-skyBlue-400 { | |||
background-color: #87CEEB; | |||
} | |||
.bg-almond-400 { | |||
background-color: #E0C3A1; | |||
} | |||
.bg-blueGreen-400 { | |||
background-color: #0D98BA; | |||
} | |||
.bg-darkBrown-400 { | |||
background-color: #654321; | |||
} | } | ||