FTB Bank App Guide

Your step-by-step guide to download, install, and register the FTB Bank application


  • Items: FTB Bank
  • Reference: FTB Bank
  • Documentation Latest Update: 11 November 2024

Our Team


2. CSS Style

1. Header Style

            
/* style sheet link in External css in local */
/* Navigation bar at the left */
.header {
background-color: #afc0d1;
box-shadow:0 0 6px rgba(3,3,3,0.6);
position:fixed;
left:0;
width:250px;
height:100%;
min-height:100%;
z-index:100;
}

/* header #logo  */
.header #logo {
display: block;
height: 20%;
margin-left: 30px;
max-width: 140px;
padding-top: 20px;
}
.header ul{
font-size: 13px;
font-weight: bold;
min-height: 150px;
margin-left: -40px;

}
.header ul li{
list-style: none;
text-align: right;
padding: 0px;
cursor: pointer;
}
.header ul li a{
border-top: 1px solid #ffffff;
color: #000000;
display: block;
padding: 6px 15px 7px 0px;
text-align: right;
text-decoration: none;
}
.header ul li:last-child a {
border-bottom: 1px solid #ffffff ;
}
#header ul a:hover, #header ul a.active{
background-color: #4390e79a;
}

#header ul{
font-size: 13px;
font-weight: bold;
height: 75%;
min-height: 150px;
overflow: auto;
padding: 0;
}
            
        

2. Section Style

            
/* very section will be size 2ppx */
section {
padding: 20px;
}

/* .content-wrap is the container for the main content (Start Content) */
/*  And it is the right side of the page */
.content-wrap {
margin-left: 250px;
padding: 0px 30px;
}

#section-resource .content-wrap ul{
list-style:square;
font-size: 15px ;
padding: 5px 0 0 15px;
margin: -15px 0 0 15px;
}

/* Set ul style in content-wrap */
.content-wrap ul{
list-style: none;
font-size: 15px ;
padding: 0;
margin: auto;
}
            
        

3. Title Types

        
/* .section-title is the title of the section 
Example : "Introduction" */
.section-title{
text-align: left;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
}
/* .title is the title of the content
Example : "About FTB Bank" */
.title{ 
text-align: left;
font-size: 20px;
font-weight: bold;
color: #4368e3;
margin-bottom: 20px;
} 
/* .sub-title is the subtitle of the content */
/*Example : "Foreign Trade Bank of Cambodia (FTB) Company Profile" */
.sub-title{
text-align: left;
font-size: 15px;
font-weight: bold;
color: #405cbb;
margin-bottom: 20px;
}
        
        

You Can Download/View Resource Here

Download Project View Project

Note: Sometime we update source code directory to file structure css stylesheet , so you can download new or view CSS for last update.



Contact us if you have any questions or need help.