Skip to content
Snippets Groups Projects

Task 4006 online help content

Merged Saad bin Abid requested to merge task_4006-Online_help_content_ into master
Compare and Show latest version
5 files
+ 163
306
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -319,14 +319,14 @@ h1,h2,h3,h4,h5,h6
.mainfeature
{
height: 409px;
height: 409px auto;
width: 100%;
border: 1px solid #7290AA;
margin-top: 4px;
border-width: 1px 1px 1px 1px;
background-image:url(img/boxback.png);
background-repeat: repeat-x;
font-family:Verdana;
}
.mainfeature h4
@@ -786,6 +786,52 @@ html[xmlns] .clearfix {
clear: both;
}
/* Hyperlinks */
a[href]{
transition: all ease 0.15s;
}
a[href]:hover {
color: red;
}
a[href]:active {
text-decoration: underline;
}
/* up button */
#upBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #004696;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#upBtn:hover {
color: #add8e6;
}
label.hamburger {
display: block;
background: #004696;
width: 18px; height: 18px;
position: relative;
margin-left: 0px;
margin-right: 0px;
border-radius: 0px;
}
/* End hide from IE-mac */
/*---[ special End]---*/
Loading