Skip to content

Commit 06dd717

Browse files
authored
Merge pull request #258 from virtual-labs/header_and_footer
Updated to UI3.0
2 parents 21d9228 + 93ac89b commit 06dd717

109 files changed

Lines changed: 22695 additions & 20774 deletions

File tree

Some content is hidden

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

css/style.css

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ html {
1919

2020
p {
2121
font-size: 16px;
22+
text-align: justify;
2223
}
2324

2425
/*** Calendar **********************/
@@ -33,9 +34,21 @@ background: #fff;
3334
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
3435
}
3536

36-
.container-fluid .calender .button {
37-
text-align: center;
38-
padding: 2px;
37+
/* Styles for feedback button in feedback section */
38+
#feedback-btn {
39+
color: #2C99CE !important;
40+
border-color: #2C99CE !important;
41+
}
42+
43+
#feedback-btn-link {
44+
display: block;
45+
margin: auto;
46+
width: 17%;
47+
}
48+
49+
#feedback-btn-link:hover {
50+
text-decoration: inherit !important;
51+
color: inherit !important;
3952
}
4053

4154
.container-fluid .calender .nav {
@@ -810,9 +823,17 @@ a:focus
810823
{
811824
color: #2C99CE;
812825
font-size: 1.8em;
813-
826+
margin-top: 5px;
827+
margin-bottom:20px;
814828
}
829+
.text-h1-lightblue
830+
{
831+
color: #2C99CE;
832+
font-size: 1.8em;
833+
font-weight: bold;
834+
text-align : center;
815835

836+
}
816837
.text-a-lightgreen
817838
{
818839
color: #72AB44;
@@ -924,7 +945,7 @@ font-size: 30px;
924945
}
925946

926947
.owl-theme .owl-buttons i{
927-
margin-top: 2px;
948+
margin-top: 2px;
928949
}
929950

930951
//To move navigation buttons outside use these settings:
@@ -996,18 +1017,31 @@ font-size: 30px;
9961017
/*Labs page*/
9971018
.sidebar-col-2
9981019
{
999-
1020+
margin-bottom : 15px;
10001021
}
10011022

10021023
.lab-list-col-10
10031024
{
10041025
background: url("../images/devider-blue-v-o.png") repeat-y;
10051026
background-position: left top;
1006-
margin-bottom: 25px;
1027+
margin-bottom: 15px;
10071028
}
10081029

10091030
.sidebar-a:HOVER, .text-h3-darkblue:HOVER {
1010-
color: #ff6600 !important;
1031+
color: #ff6600 !important;
1032+
}
1033+
h3
1034+
{
1035+
line-height: 32px;
1036+
}
1037+
h1
1038+
{
1039+
line-height:50px;
1040+
font-family: 'Montserrat', sans-serif;
1041+
}
1042+
h2
1043+
{
1044+
margin-bottom: 15px ;
10111045
}
10121046

10131047
.lab-list-row-div
@@ -1434,4 +1468,4 @@ font-size: 30px;
14341468
{
14351469
font-size: 1.8em;
14361470
}
1437-
}
1471+
}

src/lab/Courses Aligned.html

Lines changed: 210 additions & 215 deletions
Large diffs are not rendered by default.

src/lab/Feedback.html

Lines changed: 222 additions & 209 deletions
Large diffs are not rendered by default.

src/lab/Introduction.html

Lines changed: 214 additions & 215 deletions
Large diffs are not rendered by default.

src/lab/List of experiments.html

Lines changed: 224 additions & 225 deletions
Large diffs are not rendered by default.

src/lab/Prerequisites.html

Lines changed: 215 additions & 222 deletions
Large diffs are not rendered by default.

src/lab/Target Audience.html

Lines changed: 210 additions & 214 deletions
Large diffs are not rendered by default.

src/lab/css/style.css

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ html {
1919

2020
p {
2121
font-size: 16px;
22+
text-align: justify;
2223
}
2324

2425
/*** Calendar **********************/
@@ -33,9 +34,21 @@ background: #fff;
3334
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
3435
}
3536

36-
.container-fluid .calender .button {
37-
text-align: center;
38-
padding: 2px;
37+
/* Styles for feedback button in feedback section */
38+
#feedback-btn {
39+
color: #2C99CE !important;
40+
border-color: #2C99CE !important;
41+
}
42+
43+
#feedback-btn-link {
44+
display: block;
45+
margin: auto;
46+
width: 17%;
47+
}
48+
49+
#feedback-btn-link:hover {
50+
text-decoration: inherit !important;
51+
color: inherit !important;
3952
}
4053

4154
.container-fluid .calender .nav {
@@ -810,9 +823,17 @@ a:focus
810823
{
811824
color: #2C99CE;
812825
font-size: 1.8em;
813-
826+
margin-top: 5px;
827+
margin-bottom:20px;
814828
}
829+
.text-h1-lightblue
830+
{
831+
color: #2C99CE;
832+
font-size: 1.8em;
833+
font-weight: bold;
834+
text-align : center;
815835

836+
}
816837
.text-a-lightgreen
817838
{
818839
color: #72AB44;
@@ -924,7 +945,7 @@ font-size: 30px;
924945
}
925946

926947
.owl-theme .owl-buttons i{
927-
margin-top: 2px;
948+
margin-top: 2px;
928949
}
929950

930951
//To move navigation buttons outside use these settings:
@@ -996,18 +1017,31 @@ font-size: 30px;
9961017
/*Labs page*/
9971018
.sidebar-col-2
9981019
{
999-
1020+
margin-bottom : 15px;
10001021
}
10011022

10021023
.lab-list-col-10
10031024
{
10041025
background: url("../images/devider-blue-v-o.png") repeat-y;
10051026
background-position: left top;
1006-
margin-bottom: 25px;
1027+
margin-bottom: 15px;
10071028
}
10081029

10091030
.sidebar-a:HOVER, .text-h3-darkblue:HOVER {
1010-
color: #ff6600 !important;
1031+
color: #ff6600 !important;
1032+
}
1033+
h3
1034+
{
1035+
line-height: 32px;
1036+
}
1037+
h1
1038+
{
1039+
line-height:50px;
1040+
font-family: 'Montserrat', sans-serif;
1041+
}
1042+
h2
1043+
{
1044+
margin-bottom: 15px ;
10111045
}
10121046

10131047
.lab-list-row-div
@@ -1434,4 +1468,4 @@ font-size: 30px;
14341468
{
14351469
font-size: 1.8em;
14361470
}
1437-
}
1471+
}

0 commit comments

Comments
 (0)