Skip to content

Commit fab6844

Browse files
bourgeoatimea-solidTallTed
authored
New index (#1637)
* 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]>
1 parent 26f8890 commit fab6844

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

common/css/solid.css

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414

15-
.header {
15+
.index-page .header {
1616
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
1717
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
1818
text-align: center !important;
@@ -22,13 +22,13 @@
2222
width: 99%;
2323
}
2424

25-
.header-left {
25+
.index-page .header-left {
2626
text-align: left;
2727
margin-top: 0.67em;
2828
width: 19%;
2929
}
3030

31-
.header-center {
31+
.index-page .header-center {
3232
margin: auto;
3333
}
3434

@@ -44,17 +44,17 @@
4444
min-width: 19%;
4545
}
4646

47-
.logo-img {
47+
.index-page .logo-img {
4848
width: 50px;
4949
}
5050

51-
.title {
51+
.index-page .title {
5252
color: #7C4DFF;
5353
font-size: 2em;
5454
line-height: 1em;
5555
}
5656

57-
.container {
57+
.index-page .container {
5858
position: relative;
5959
display: flex;
6060
flex-direction: column;
@@ -64,20 +64,20 @@
6464
line-height: 1.6;
6565
}
6666

67-
.content {
67+
.index-page .content {
6868
display: block;
6969
}
7070

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

76-
.logo {
76+
.index-page .logo {
7777
color: #f8f8f8;
7878
}
7979

80-
.register-button {
80+
.index-page .register-button {
8181
padding: 1em;
8282
border-radius:0.5em;
8383
font-size: 100%;

0 commit comments

Comments
 (0)