aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/mobile.css
blob: 6dbd83466ab04d35d8a3284a9dc8f2a9c57a5ef5 (plain) (blame)
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/*stili per il layout fisso*/
html, body
{
	margin: 0;
	padding:0;
}

body
{
	font:normal 15px/1.3 sans-serif,arial;
	text-align: left;
	background:#ffffff;
}

img
{
	border:0px;
}

#footer
{
	/*padding-bottom:5px;
	padding-top:5px;*/
}
#footer div
{
	text-align:center;
}
#footer a
{
/* 	color: #DC143C; */
}

.navigation-bar
{
	background-color: #015512;
	height:35px;
	padding-top:5px;
	padding-right:5px;
}

/*tree navigation*/
.position_tree_box
{
	margin:5px 0px 25px 0px;
	padding:5px;
	font:normal 14px/1 sans-serif,arial;
	border-top:1px solid #DC143C;
	border-bottom:1px solid #DC143C;
}
.position_tree_box a, .position_tree_box a.ui-link:visited, .position_tree_box .ui-link
{
	text-decoration:none;
	color:#DC143C;
}
/*.ui-body-d .ui-link {
    color:#DC143C;
    font-weight: bold;
}*/
.last_tree_element
{
	font-weight:bold;
}

.credits_item_title
{
	margin:15px 5px 5px 5px;
	padding:5px;
	padding-left:0px;
	border-bottom:1px solid #228B22;
	font-weight:bold;
}
.credits_item_description
{
	padding:5px;
	padding-left:0px;
	margin:5px;
	overflow:hidden;
	width:100%;
}

#hardware_list
{
/* 	padding:0 15px; */
	margin-top:20px;
	margin-bottom:20px;
}
.bottom_licence_notice
{
	clear:left;
	clear:right;
	font:normal 12px/1.2 sans-serif,arial;
	padding:10px;
	background:#E0FFFF;
	margin:25px 0px 5px 0px;
}
.page_list
{
	margin-top:28px;
}

.notebook_view_title
{
	margin-bottom:28px;
}
/*jquery mobile*/
.ui-header {
    background: #B7F18C;
}

.ui-li-thumb {
    left: 5px;
    max-height: 70px;
    max-width: 70px;
    position: absolute;
    top: 5px;
}

.ui-content .ui-listview {
    margin: 15px -15px;
}

#language-dialog .ui-header .ui-title
{
    display: block;
    font-size: 16px;
    margin: 0.7em 0;
    margin-left:30px;
    margin-top:0.8em;
    text-align: left;
}
.main_content_element
{
	padding:5px 0;
	border-top:1px dashed #000;
}

.track_alert
{
	border:10px solid red;
	padding:5px;
}

.device_description
{
	background-color:#E6E6FA;
	padding:5px;
}

.viewall_no_items_found
{
	font:normal 14px/1 sans-serif,arial;
	margin:20px 5px;
	padding:5px;
/* 	color: #FF4500; */
	border-top:1px solid #FF4500;
	border-bottom:1px solid #FF4500;
}

.ui-body {
    padding-top: 0.8em;
    margin-top:10px;
}

.ui-li-desc { white-space: normal; }
.ui-li-heading { white-space: normal; }


.devices_list .ui-li-desc
{
/* 	border-bottom:1px dashed #A9A9A9; */
}

.ui-listview .ui-li-icon {
    top: 1.3em;
}

/*.ui-icon, .ui-icon-searchfield:after {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: url("images/icons-18-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}*/