forked from drlippman/IMathAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
handheld.css
142 lines (134 loc) · 2.15 KB
/
handheld.css
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
div#headercontent, div#navlistcont, .footerwrapper, div#navlistwrapper, .midwrapper {
width: auto;
}
div#leftcolumn, div#rightcolumn {
float: none;
width: auto;
}
span#leftcontenttoggle.hideifnavlist, .hideifnavlist {
display: none;
}
span#leftcontenttoggle {
display: inline-block;
}
div#viewbuttoncont {
float:none;
}
div.hiddenmobile {
display:none;
}
div.hiddenmobile {
display:none;
}
div#leftcontent:not(.treeleftcontent) {
box-shadow: 0px 5px 10px rgba(0,0,0,.175);
width: auto;
padding: 10px;
border-top-left-radius: 0px;
z-index:10;
}
span.instronly {
font-size: 80%;
}
div#centercontent {
margin-left: 0px;
padding-left: 0px;
}
div.navbar, div.navbar.fixedonscroll {
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.navlist li {
margin-bottom: 0px;
margin-top: 0px;
}
ul.qlist li {
display: inline;
white-space: nowrap;
margin-left: 0px;
margin-top: 0px;
}
div.navbar.fixedonscroll {
padding-left: 20px;
}
div.navbar.fixedonscroll ul.qlist li {
display: list-item;
}
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;
}
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;
}
.showinmobile {
display:block;
}
#homelinkbox {
font-size: 90%;
}
div#logo {
margin-left:0px;
margin-rigth:0px;
}
div#logo img {
max-width: 100%;
}
div#loginbox td {
display: block;
}
span.form {
width: auto;
float: none;
text-align: left;
margin-bottom: 5px;
padding-right: 0px;
}
span.formright, span.wideformright {
width: auto;
float: none;
}
div.submit {
width: auto;
}
span.formright input[type="text"], span.formright input[type="password"] {
max-width: 100%;
}