Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
@@ -0,0 +1,38 @@
/** STICKY HEADER CSS **/
.mainwrapper {
padding-top: 50px;
}
.leftpanel {
position: relative;
float: left;
z-index: 0;
}
.stickyheader {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 100;
}
.stickyheaderinner {
position: relative;
width: 1280px;
margin: 0 auto;
z-index: 100;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.wideheader {
width: auto;
margin: 0;
}
@media screen and (max-width: 1280px) {
.mainwrapper { border-left: 0; }
.stickyheaderinner { width: auto; }
}