better viewing (line-height) + without extra iphone menu styling
This commit is contained in:
parent
2acd1d6dae
commit
d5c5df221d
1 changed files with 6 additions and 96 deletions
|
@ -24,6 +24,11 @@
|
||||||
padding-bottom:24px;
|
padding-bottom:24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menubar{
|
||||||
|
font-size:35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#maincontent .multiColumn {
|
#maincontent .multiColumn {
|
||||||
margin:1em 0px;
|
margin:1em 0px;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
@ -56,102 +61,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**** Begin iphone menu bar ****/
|
|
||||||
|
|
||||||
#iphone_menu{
|
|
||||||
position:absolute;
|
|
||||||
display:inline !important;
|
|
||||||
top:0px;
|
|
||||||
left:0px;
|
|
||||||
margin:0px;
|
|
||||||
padding:10px;
|
|
||||||
z-index:40 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_handles{
|
|
||||||
display:block;
|
|
||||||
font-size:60px;
|
|
||||||
font-weight:bold;
|
|
||||||
height:160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_open{
|
|
||||||
display:inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_close{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_joker{
|
|
||||||
display:none;
|
|
||||||
position:absolute;
|
|
||||||
right:5px;
|
|
||||||
top:5px;
|
|
||||||
border:none;
|
|
||||||
text-decoration:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iphone_button{
|
|
||||||
display:inline !important;
|
|
||||||
}
|
|
||||||
.iphone_button table {
|
|
||||||
table-layout:fixed;
|
|
||||||
color:#ffffff;
|
|
||||||
border-collapse:collapse;
|
|
||||||
vertical-align:middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iphone_button_content {
|
|
||||||
font-weight:bold;
|
|
||||||
padding: 0.2em 0.75em;
|
|
||||||
}
|
|
||||||
/*** Begin iphone menu items ***/
|
|
||||||
#iphone_menu_items {
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
#iphone_menu_items table {
|
|
||||||
border-collapse:collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items td {
|
|
||||||
vertical-align:middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items .menu_item {
|
|
||||||
font-size:65px;
|
|
||||||
padding:15px 30px;
|
|
||||||
line-height:1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items .menu_item table {
|
|
||||||
width:720px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items .submenu_marker {
|
|
||||||
font-size:65px;
|
|
||||||
padding: 0px;
|
|
||||||
line-height:1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items a {
|
|
||||||
text-decoration:none;
|
|
||||||
font-weight:bold;
|
|
||||||
color:#ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#iphone_menu_items a.active {
|
|
||||||
color: #4f9ed3;
|
|
||||||
}
|
|
||||||
#iphone_menu_items li {
|
|
||||||
min-height:100px;
|
|
||||||
list-style:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***End iphone menu items ***/
|
|
||||||
/**** End iphone menu bar ****/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#sidebar_container{
|
#sidebar_container{
|
||||||
|
@ -178,6 +87,7 @@
|
||||||
|
|
||||||
#maincontent{
|
#maincontent{
|
||||||
font-size:35px!important;
|
font-size:35px!important;
|
||||||
|
line-height:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
|
|
Loading…
Reference in a new issue