Added in html code the images for Windows7
This commit is contained in:
parent
2287642b15
commit
385dc88c8c
113
css/style.css
113
css/style.css
|
@ -67,7 +67,10 @@ h4.more.closed
|
|||
background-image: url(../img/iconplus.png);
|
||||
}
|
||||
|
||||
|
||||
img.wp-image{
|
||||
height:400px;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -323,114 +326,6 @@ div.col-md-3 {
|
|||
|
||||
}
|
||||
|
||||
/* Convegni */
|
||||
|
||||
.single-conference #content {
|
||||
}
|
||||
|
||||
div#proceedings {
|
||||
border: 2px solid #79BA5C;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.conference {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.conference #descrizione table td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.single-conference #sidebar-primary h4 {
|
||||
font-weight: bold;
|
||||
padding-bottom: 0.5em;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
#publicationfilter {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#p_tipo {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#p_sede {
|
||||
max-width: 20%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
#p_anno {
|
||||
max-width: 15%;
|
||||
}
|
||||
|
||||
#p_anno, #p_tipo, #p_sede {
|
||||
border: 1px solid #d8d8d8;
|
||||
border-radius: 0;
|
||||
padding: 4px 10px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#p_submit {
|
||||
color: #79ba5c;
|
||||
background: #E4E4E4 url(images/readmore-bg.png) left top repeat-x;
|
||||
padding: 8px 14px;
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
line-height: 12px;
|
||||
line-height: 1.2rem;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: 1px solid #E5E1E1;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#p_submit:hover {
|
||||
color: #fff;
|
||||
background: #88d167 url(images/readmore-bg.png) left -126px repeat-x;
|
||||
text-decoration: none;
|
||||
border: 1px solid #79ba5c;
|
||||
}
|
||||
|
||||
form#form_convegni fieldset {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
form#form_convegni input[type="text"] {
|
||||
padding: 6px;
|
||||
width: 60%;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
form#form_convegni input[type=submit] {
|
||||
padding: 5px 50px;
|
||||
border: 1px solid #ccc;
|
||||
background: #eee;
|
||||
color: #79ba5c;
|
||||
background: #E4E4E4 url(images/readmore-bg.png) left top repeat-x;
|
||||
padding: 8px 14px;
|
||||
font-size: 12px;
|
||||
font-size: 1.2rem;
|
||||
line-height: 12px;
|
||||
line-height: 1.2rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: 1px solid #E5E1E1;
|
||||
|
||||
}
|
||||
|
||||
form#form_convegni input[type=submit]:hover {
|
||||
color: #fff;
|
||||
background: #88d167 url(images/readmore-bg.png) left -126px repeat-x;
|
||||
text-decoration: none;
|
||||
border: 1px solid #79ba5c;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#p_tipo {
|
||||
|
|
12
eduroam.html
12
eduroam.html
|
@ -139,11 +139,13 @@
|
|||
<li>Alla voce "Scegliere un metodo di autenticazione di rete", scegliere GEANTLink:EAP-TTLS.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>Come mostrato in figura:</p>
|
||||
<p><img class="wp-image-41703" src="img/win7-1.png" alt="win7-1" style="border-style:solid;" /></p>
|
||||
|
||||
<p>Aspettare di visualizzare una schermata come quella di seguito</p>
|
||||
|
||||
<p>Proseguire come mostrato di seguito:</p>
|
||||
<p><img class="wp-image" src="img/win7-1.png" alt="win7-1" style="border-style:solid;" /></p>
|
||||
<p><img class="wp-image" src="img/win7-2.png" alt="win7-2" style="border-style:solid;" /></p>
|
||||
<p><img class="wp-image" src="img/win7-3.png" alt="win7-3" style="border-style:solid;" /></p>
|
||||
<p><img class="wp-image" src="img/win7-4.png" alt="win7-4" style="border-style:solid;" /></p>
|
||||
<p><img class="wp-image" src="img/win7-5.png" alt="win7-5" style="border-style:solid;" /></p>
|
||||
<p><img class="wp-image" src="img/win7-6.png" alt="win7-6" style="border-style:solid;" /></p>
|
||||
<p>I successivi accessi saranno automatici.</p>
|
||||
</div>
|
||||
<p> </p>
|
||||
|
|
Loading…
Reference in New Issue