diff --git a/familyark/app/public/css/main.css b/familyark/app/public/css/main.css index 87108ec..b074137 100644 --- a/familyark/app/public/css/main.css +++ b/familyark/app/public/css/main.css @@ -4,7 +4,6 @@ } body{ - background-image: url(/images/bg.jpg); height: 100%; background-position: center; background-repeat: no-repeat; @@ -12,12 +11,11 @@ body{ background-attachment: fixed; overflow-y:scroll; color: white; - text-shadow: 0px 0px 3px rgb(0, 153, 153); font-family: ark; } #menu{ - background: rgba(0, 153, 153, 0.5); + background: rgba(0, 153, 153, 0.6); width: 150px; float: left; padding-top: 50px; @@ -30,25 +28,28 @@ body{ #menu h4 a, h1{ font-family: ark; - font-weight: bold; - text-shadow: 0px 0px 2px rgb(0, 0, 0); + font-weight: bold; +} + +#menu h4 a span, h1 span{ + color: black; } h2{ font-family: ark; } -#menu h4 a:hover{ + +#menu li a:hover, #menu h4 a:hover{ cursor: pointer; - color: rgb(0, 153, 153); + color: black; } -#menu li a{ - cursor: pointer; +#menu li a:hover span, #menu h4 a:hover span{ + color: white; } -#menu li a:hover{ - color: rgb(0, 153, 153); - text-shadow: 0px 0px 3px rgb(0, 0, 0); +#menu li a{ + cursor: pointer; } #menu li h4{ @@ -64,8 +65,8 @@ h2{ padding-right: 25px; padding-top: 50px; padding-bottom: 50px; - border: 2px solid rgb(0, 153, 153); - position: absolute; + border: 2px solid rgb(0, 153, 153); + position: absolute; right: 0; } @@ -79,7 +80,7 @@ table.dataTable tbody tr{ } table.dataTable tbody tr:nth-child(2n){ - background-color: rgba(0, 153, 153, 0.5) !important; + background-color: rgba(0, 153, 153, 0.5) !important; } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ @@ -97,16 +98,12 @@ label, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_pag width: 176px; } -td.options-table{ - text-align: center; +td.options-table-species, td.options-table{ + text-align: center; } .options-table-species{ - width: 60px; -} - -td.options-table-species{ - text-align: center; + width: 60px; } table.info{ diff --git a/familyark/app/public/images/bg0.jpg b/familyark/app/public/images/bg0.jpg new file mode 100644 index 0000000..dfe26b3 Binary files /dev/null and b/familyark/app/public/images/bg0.jpg differ diff --git a/familyark/app/public/images/bg1.jpg b/familyark/app/public/images/bg1.jpg new file mode 100644 index 0000000..15daaf6 Binary files /dev/null and b/familyark/app/public/images/bg1.jpg differ diff --git a/familyark/app/public/images/bg2.jpg b/familyark/app/public/images/bg2.jpg new file mode 100644 index 0000000..c19a78b Binary files /dev/null and b/familyark/app/public/images/bg2.jpg differ diff --git a/familyark/app/public/images/bg3.jpg b/familyark/app/public/images/bg3.jpg new file mode 100644 index 0000000..68e0ba9 Binary files /dev/null and b/familyark/app/public/images/bg3.jpg differ diff --git a/familyark/app/public/images/bg4.jpg b/familyark/app/public/images/bg4.jpg new file mode 100644 index 0000000..39b825a Binary files /dev/null and b/familyark/app/public/images/bg4.jpg differ diff --git a/familyark/app/public/index.html b/familyark/app/public/index.html index 1ea8a1d..61a9d82 100644 --- a/familyark/app/public/index.html +++ b/familyark/app/public/index.html @@ -9,13 +9,14 @@ + + -