Fix menu with smartphone
@ -105,7 +105,8 @@ print '
|
|||||||
li.lilevel1 {
|
li.lilevel1 {
|
||||||
padding: 1em 15px 0.5em 40px;
|
padding: 1em 15px 0.5em 40px;
|
||||||
border-top: 1px solid #aaa;
|
border-top: 1px solid #aaa;
|
||||||
margin-right: 20px;
|
margin-right: 0px;
|
||||||
|
margin-left: 0px;
|
||||||
border-right: 0px ! important;
|
border-right: 0px ! important;
|
||||||
}
|
}
|
||||||
li.lilevel1:first-child {
|
li.lilevel1:first-child {
|
||||||
@ -121,13 +122,13 @@ print '
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
li.lilevel2 a {
|
li.lilevel2 a {
|
||||||
padding: 0 15px 0.5em 40px;
|
padding: 0.7em 15px 0.7em 40px;
|
||||||
color: #000;
|
color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
li.lilevel3 a {
|
li.lilevel3 a {
|
||||||
padding: 0.2em 15px 8px 60px;
|
padding: 0.2em 15px 0.2em 60px;
|
||||||
color: #000;
|
color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
@ -139,7 +140,7 @@ print '
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
li.lilevel5 a {
|
li.lilevel5 a {
|
||||||
padding: 0.2em 15px 8px 60px;
|
padding: 0.2em 15px 0.2em 60px;
|
||||||
color: #000;
|
color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
||||||
$theme_bordercolor = array(235,235,224);
|
$theme_bordercolor = array(235,235,224);
|
||||||
$theme_datacolor = array(array(140,140,220), array(190,120,120), array(0,160,140), array(190,190,100), array(115,125,150), array(100,170,20), array(250,190,30), array(150,135,125), array(85,135,150), array(150,135,80), array(150,80,150));
|
$theme_datacolor = array(array(136,102,136), array(0,130,110), array(140,140,220), array(190,120,120), array(190,190,100), array(115,125,150), array(100,170,20), array(250,190,30), array(150,135,125), array(85,135,150), array(150,135,80), array(150,80,150));
|
||||||
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
||||||
$theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC'));
|
$theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC'));
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 476 B |
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 428 B |
|
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 644 B |