Skip to content

Commit

Permalink
New index (#1637)
Browse files Browse the repository at this point in the history
* new index.html page design and added docu links

* small css change

* Update common/js/index-buttons.js

Co-authored-by: Alain Bourgeois <[email protected]>

* removed some text and improved code

* Update common/js/index-buttons.js

Co-authored-by: Ted Thibodeau Jr <[email protected]>

* small css chnages to dd and dt elements

* changed css to make sure only index page is affected

Co-authored-by: Timea Turdean <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2021
1 parent 26f8890 commit fab6844
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions common/css/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
margin: 0;
}

.header {
.index-page .header {
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
text-align: center !important;
Expand All @@ -22,13 +22,13 @@
width: 99%;
}

.header-left {
.index-page .header-left {
text-align: left;
margin-top: 0.67em;
width: 19%;
}

.header-center {
.index-page .header-center {
margin: auto;
}

Expand All @@ -44,17 +44,17 @@
min-width: 19%;
}

.logo-img {
.index-page .logo-img {
width: 50px;
}

.title {
.index-page .title {
color: #7C4DFF;
font-size: 2em;
line-height: 1em;
}

.container {
.index-page .container {
position: relative;
display: flex;
flex-direction: column;
Expand All @@ -64,20 +64,20 @@
line-height: 1.6;
}

.content {
.index-page .content {
display: block;
}

.webId {
.index-page .webId {
text-align: center;
-webkit-box-shadow: 0px 1px 4px #7C4DFF !important;
}

.logo {
.index-page .logo {
color: #f8f8f8;
}

.register-button {
.index-page .register-button {
padding: 1em;
border-radius:0.5em;
font-size: 100%;
Expand Down

0 comments on commit fab6844

Please sign in to comment.