aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/mobile.css
blob: 55e470cf6ba0546de558260a382cc1ecd8d95365 (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
/*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;
}

.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
{
	text-decoration:none;
	color:#DC143C;
}
.last_tree_element
{
	font-weight:bold;
}



/*jquery mobile*/
.ui-bar-a {
    background: #B7F18C;
}