first commit

This commit is contained in:
2025-07-18 16:20:14 +07:00
commit 98af45c018
16382 changed files with 3148096 additions and 0 deletions

44
css/responsive/non-touch.css Executable file
View File

@@ -0,0 +1,44 @@
.ResponsiveButton {
height:auto;
line-height: 2.5em;
}
input[type=checkbox] {
-ms-transform: scale(1); /* IE */
-moz-transform: scale(1); /* FF */
-webkit-transform: scale(1); /* Safari and Chrome */
-o-transform: scale(1); /* Opera */
height:auto;
}
input[type="submit"], input[type="button"], button {
height:auto;
padding: 5px;
box-shadow: 1px 1px 8px -2px;
border:0;
margin:5px;
}
input {
display: inline-block;
height: auto;
}
.InpageNavLeftBlock a, .InpageNavLeftBlock span {
font-size:1em;
}
#Header {
margin-bottom:5px;
}
#Header .HorizontalNav ul li a {
padding:9px 0;
}
#SearchBarContainer a {
font-size:1em;
}
#searchspace p {
margin: 3px 0;
}
#FooterThemes img {
width:11px;
height:11px;
}
.ResponsiveSimpleSearch .searchbutton {
height:auto;
}

109
css/responsive/slim-non-touch.css Executable file
View File

@@ -0,0 +1,109 @@
input[type="checkbox"] {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
height:auto;
}
input {
display: inline-block;
height: auto;
}
.InpageNavLeftBlock a, .InpageNavLeftBlock span {
font-size:1em;
}
#SearchBarContainer a {
font-size:1em;
}
#searchspace p {
margin: 3px 0;
}
#FooterThemes img {
width:11px;
height:11px;
}
.ResponsiveSimpleSearch .searchbutton {
height:auto;
}
@media(max-width:1200px) {
#Header {
height:auto;
}
#HeaderButtons {
display: none !important;
}
#HeaderNav1 {
display:block;
clear:none;
}
#HeaderNav2 {
display:block;
margin-top:-5px;
}
#HeaderImg {
height:47px;
}
#Header .HorizontalNav ul li a {
display: inline-block;
text-align: center;
background: none;
border: 0;
height:auto;
line-height: 1em;
min-width: initial;
padding: 0 5px;
margin-bottom: 0;
color: #fff;
opacity: 0.7;
}
.HorizontalNav ul {
padding: 0 0;
}
#Header.slimheader_darken a:link, #Header.slimheader_darken a:visited, #Header.slimheader_darken a:active {
color: #E1E8F0;
}
}
@media(max-width:1100px) {
#Header {
min-height: 47px;
}
#HeaderButtons {
display: block!important;
}
#HeaderNav1 {
display:none;
clear:both;
}
#HeaderNav2 {
display:none;
}
#Header .HorizontalNav ul li a {
color: #4E4646;
display:inline-block;
text-align: center;
background: #d2d2d2;
border: 1px solid white;
height: 45px;
line-height: 45px;
min-width:95px;
padding:0 5px;
border-radius:6px;
margin-bottom:5px;
}
#Header.slimheader_darken a:link, #Header.slimheader_darken a:visited, #Header.slimheader_darken a:active {
color: #565656;
}
}
@media(max-width:575px) {
#HeaderImg {
height:auto;
max-height:47px;
}
}
@media(min-width:1101px) {
#HeaderNav1, #HeaderNav2 {
display:block !important;
}
}

1202
css/responsive/slim-style.css Executable file

File diff suppressed because it is too large Load Diff