64 lines
856 B
CSS
64 lines
856 B
CSS
#sai_logo {
|
|
padding-left: 10px;
|
|
float: left;
|
|
padding-top: 8px;
|
|
padding-right: 10px;
|
|
}
|
|
#sai_brand{
|
|
width: 170px;
|
|
}
|
|
|
|
|
|
#sai_navbar{
|
|
height:40px;
|
|
}
|
|
|
|
#project_navbar{
|
|
width:224px;
|
|
position: fixed;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
top: 38px;
|
|
}
|
|
|
|
#content-wrapper{
|
|
overflow: auto;
|
|
position: absolute;
|
|
top: 40px;
|
|
bottom: 0px;
|
|
left: 224px;
|
|
right: 0px;
|
|
padding: 15px;
|
|
min-width:1000px;
|
|
}
|
|
|
|
#content{
|
|
width:100%
|
|
}
|
|
|
|
#footer{
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
color: #777;
|
|
}
|
|
|
|
#footer a{
|
|
color: #777;
|
|
}
|
|
|
|
.carousel-img{
|
|
width: 1200px;
|
|
height: 650px;
|
|
}
|
|
|
|
.sai_p_modules {
|
|
border-left: 3px solid #1C569C;
|
|
}
|
|
.sai_p_modules:hover {
|
|
border-right: 3px solid #1C569C;
|
|
border-left: 0;
|
|
}
|
|
.sai_p_modules:active {
|
|
border-right: 3px solid #1C569C;
|
|
border-left: 0;
|
|
} |