forked from drlippman/IMathAS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhandheld.css
More file actions
94 lines (90 loc) · 1.42 KB
/
handheld.css
File metadata and controls
94 lines (90 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
div#headercontent, div#navlistcont, .footerwrapper, div#navlistwrapper, .midwrapper {
width: auto;
}
div#leftcolumn, div#rightcolumn {
float: none;
width: auto;
}
div#leftcontent {
display:none;
}
div#leftcontent.needed {
display:block;
position: relative;
width: auto;
}
div#leftcontent.needed * {
display:none;
}
div#leftcontent.needed p {
display:inline;
}
div#leftcontent.needed *.essen {
display: inline;
padding-right: 1em;
}
span.instronly {
font-size: 80%;
}
div#centercontent {
margin-left: 0px;
padding-left: 0px;
}
div.navbar {
float:none;
position:relative;
width: auto;
margin-right:0px;
left: 0px;
margin-left: 0px;
}
div.navbar h4 {
margin-bottom: 5px;
}
div.navbar p {
display: inline;
padding-right: 2em;
}
ul.qlist li {
display: inline;
white-space: nowrap;
margin-left: 0px;
margin-top: 0px;
}
div.inset {
position: relative;
overflow: visible;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
}
div#headercontent {
display:none;
}
div#navlistcont {
height: auto !important;
}
div.headerwrapper {
height: auto !important;
}
div.inactivewrapper span.instronly {
visibility: visible !important;
}
div.breadcrumb {
height: auto !important;
}
ul#navlist {
width: 100% !important;
margin: 0px !important;
}
ul#navlist a {
padding-top: 0.3em !important;
padding-bottom: 0.3em !important;
border-bottom: 1px solid #fff;
}
.hideinmobile {
display:none;
}
#homelinkbox {
font-size: 90%;
}