Skip to content

Commit

Permalink
Merge pull request #258 from virtual-labs/header_and_footer
Browse files Browse the repository at this point in the history
Updated to UI3.0
  • Loading branch information
mrudhvika940 authored Jul 16, 2020
2 parents 21d9228 + 93ac89b commit 06dd717
Show file tree
Hide file tree
Showing 109 changed files with 22,695 additions and 20,774 deletions.
52 changes: 43 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ html {

p {
font-size: 16px;
text-align: justify;
}

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

.container-fluid .calender .button {
text-align: center;
padding: 2px;
/* Styles for feedback button in feedback section */
#feedback-btn {
color: #2C99CE !important;
border-color: #2C99CE !important;
}

#feedback-btn-link {
display: block;
margin: auto;
width: 17%;
}

#feedback-btn-link:hover {
text-decoration: inherit !important;
color: inherit !important;
}

.container-fluid .calender .nav {
Expand Down Expand Up @@ -810,9 +823,17 @@ a:focus
{
color: #2C99CE;
font-size: 1.8em;

margin-top: 5px;
margin-bottom:20px;
}
.text-h1-lightblue
{
color: #2C99CE;
font-size: 1.8em;
font-weight: bold;
text-align : center;

}
.text-a-lightgreen
{
color: #72AB44;
Expand Down Expand Up @@ -924,7 +945,7 @@ font-size: 30px;
}

.owl-theme .owl-buttons i{
margin-top: 2px;
margin-top: 2px;
}

//To move navigation buttons outside use these settings:
Expand Down Expand Up @@ -996,18 +1017,31 @@ font-size: 30px;
/*Labs page*/
.sidebar-col-2
{

margin-bottom : 15px;
}

.lab-list-col-10
{
background: url("../images/devider-blue-v-o.png") repeat-y;
background-position: left top;
margin-bottom: 25px;
margin-bottom: 15px;
}

.sidebar-a:HOVER, .text-h3-darkblue:HOVER {
color: #ff6600 !important;
color: #ff6600 !important;
}
h3
{
line-height: 32px;
}
h1
{
line-height:50px;
font-family: 'Montserrat', sans-serif;
}
h2
{
margin-bottom: 15px ;
}

.lab-list-row-div
Expand Down Expand Up @@ -1434,4 +1468,4 @@ font-size: 30px;
{
font-size: 1.8em;
}
}
}
425 changes: 210 additions & 215 deletions src/lab/Courses Aligned.html

Large diffs are not rendered by default.

431 changes: 222 additions & 209 deletions src/lab/Feedback.html

Large diffs are not rendered by default.

429 changes: 214 additions & 215 deletions src/lab/Introduction.html

Large diffs are not rendered by default.

449 changes: 224 additions & 225 deletions src/lab/List of experiments.html

Large diffs are not rendered by default.

437 changes: 215 additions & 222 deletions src/lab/Prerequisites.html

Large diffs are not rendered by default.

424 changes: 210 additions & 214 deletions src/lab/Target Audience.html

Large diffs are not rendered by default.

52 changes: 43 additions & 9 deletions src/lab/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ html {

p {
font-size: 16px;
text-align: justify;
}

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

.container-fluid .calender .button {
text-align: center;
padding: 2px;
/* Styles for feedback button in feedback section */
#feedback-btn {
color: #2C99CE !important;
border-color: #2C99CE !important;
}

#feedback-btn-link {
display: block;
margin: auto;
width: 17%;
}

#feedback-btn-link:hover {
text-decoration: inherit !important;
color: inherit !important;
}

.container-fluid .calender .nav {
Expand Down Expand Up @@ -810,9 +823,17 @@ a:focus
{
color: #2C99CE;
font-size: 1.8em;

margin-top: 5px;
margin-bottom:20px;
}
.text-h1-lightblue
{
color: #2C99CE;
font-size: 1.8em;
font-weight: bold;
text-align : center;

}
.text-a-lightgreen
{
color: #72AB44;
Expand Down Expand Up @@ -924,7 +945,7 @@ font-size: 30px;
}

.owl-theme .owl-buttons i{
margin-top: 2px;
margin-top: 2px;
}

//To move navigation buttons outside use these settings:
Expand Down Expand Up @@ -996,18 +1017,31 @@ font-size: 30px;
/*Labs page*/
.sidebar-col-2
{

margin-bottom : 15px;
}

.lab-list-col-10
{
background: url("../images/devider-blue-v-o.png") repeat-y;
background-position: left top;
margin-bottom: 25px;
margin-bottom: 15px;
}

.sidebar-a:HOVER, .text-h3-darkblue:HOVER {
color: #ff6600 !important;
color: #ff6600 !important;
}
h3
{
line-height: 32px;
}
h1
{
line-height:50px;
font-family: 'Montserrat', sans-serif;
}
h2
{
margin-bottom: 15px ;
}

.lab-list-row-div
Expand Down Expand Up @@ -1434,4 +1468,4 @@ font-size: 30px;
{
font-size: 1.8em;
}
}
}
Loading

0 comments on commit 06dd717

Please sign in to comment.