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
|
body {
font-family: Arial,Helvetica,sans-serif;
font-size: small;
font-style: normal;
background-color : #F9F9F9;
}
.box {
border-width: 2px;
border-color: green;
border-style: solid;
font-style: normal;
font-weight: lighter;
font-family: verdana, sans-serif;
font-size: 0.8em;
margin-right:2em;
margin-bottom:2em;
margin-top:2em;
}
.maintitle {
font-weight:bold;
text-align: center;
font-size:large;
}
.domanda {
font-weight:bold;
}
.risposta {
font-style: italic;
}
.title {
background-color:lightgreen;
font-weight:bold;
text-align:center;
}
.box li {
list-style-position:outside;
list-style-type:none;
}
.box ul {
padding-left: 5px;
}
.idimage {
padding-left: 5px;
padding-right: 20px;
padding-top:5px;
border: none;
}
#heading {
width: 100%;
margin-bottom:5px;
/* padding-top:10px;
padding-bottom:10px; */
text-align:center;
background-color:#75ACCF;
font-weight:bolder;
font-size:large;
}
#bottom {
width: 100%;
top:auto;
clear:both;
text-align:center;
background-color:lightgreen;
font-weight:bolder;
/* padding-top:10px;
padding-bottom:10px; */
}
#leftcol {
float:left;
width:30%;
}
#altro {
background-color: #e0e0e0;
}
#navbar {
border-color: #d0d0d0;
}
#main {
float:right;
width: 70%;
/* background-image: url(img_rubinetto_photocopy.jpg);
background-position: bottom right;
background-repeat: no-repeat; */
}
#menu2 {
display:table;
padding:0;
margin:0 auto;
list-style-type:none;
white-space:nowrap;
font-size:smaller;
}
#menu2 li {
display:table-cell;
}
* html #menu2 li {
float:left;
}
#menu2 a {
width:auto;
display:block;
padding:4px 16px;
color:#fff;
background:#08c;
border:1px solid #fff;
text-decoration:none;
}
* html #menu2 a {
float:left;
}
#menu2 a:hover {
color:#000;
background:#d4d4d4;
}
.container {clear:both; text-decoration:none;}
#info {text-align:center;}
#info p {clear:both; text-align:left; margin-left:15px;}
|