-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
787fd74
commit 31e69c2
Showing
10 changed files
with
226 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
182 changes: 91 additions & 91 deletions
182
inc/css/multi-select.css → includes/css/multi-select.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,92 @@ | ||
.ms-container{ | ||
background: transparent url('../img/switch.png') no-repeat 50% 50%; | ||
} | ||
|
||
.ms-container:after{ | ||
content: "."; | ||
display: block; | ||
height: 0; | ||
line-height: 0; | ||
font-size: 0; | ||
clear: both; | ||
min-height: 0; | ||
visibility: hidden; | ||
} | ||
|
||
.ms-container .ms-selectable, .ms-container .ms-selection{ | ||
background: #fff; | ||
color: #555555; | ||
float: left; | ||
width: 45%; | ||
} | ||
.ms-container .ms-selection{ | ||
float: right; | ||
} | ||
|
||
.ms-container .ms-list{ | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-moz-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-ms-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-o-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
transition: border linear 0.2s, box-shadow linear 0.2s; | ||
border: 1px solid #ccc; | ||
-webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | ||
border-radius: 3px; | ||
position: relative; | ||
height: 200px; | ||
padding: 0; | ||
overflow-y: auto; | ||
} | ||
|
||
.ms-container .ms-list.ms-focus{ | ||
border-color: rgba(82, 168, 236, 0.8); | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
outline: 0; | ||
outline: thin dotted \9; | ||
} | ||
|
||
.ms-container ul{ | ||
margin: 0; | ||
list-style-type: none; | ||
padding: 0; | ||
} | ||
|
||
.ms-container .ms-optgroup-container{ | ||
width: 100%; | ||
} | ||
|
||
.ms-container .ms-optgroup-label{ | ||
margin: 0; | ||
padding: 5px 0px 0px 5px; | ||
cursor: pointer; | ||
color: #999; | ||
} | ||
|
||
.ms-container .ms-selectable li.ms-elem-selectable, | ||
.ms-container .ms-selection li.ms-elem-selection{ | ||
border-bottom: 1px #eee solid; | ||
padding: 2px 10px; | ||
color: #555; | ||
font-size: 14px; | ||
} | ||
|
||
.ms-container .ms-selectable li.ms-hover, | ||
.ms-container .ms-selection li.ms-hover{ | ||
cursor: pointer; | ||
color: #fff; | ||
text-decoration: none; | ||
background-color: #08c; | ||
} | ||
|
||
.ms-container .ms-selectable li.disabled, | ||
.ms-container .ms-selection li.disabled{ | ||
background-color: #eee; | ||
color: #aaa; | ||
cursor: text; | ||
.ms-container{ | ||
background: transparent url('../img/switch.png') no-repeat 50% 50%; | ||
} | ||
|
||
.ms-container:after{ | ||
content: "."; | ||
display: block; | ||
height: 0; | ||
line-height: 0; | ||
font-size: 0; | ||
clear: both; | ||
min-height: 0; | ||
visibility: hidden; | ||
} | ||
|
||
.ms-container .ms-selectable, .ms-container .ms-selection{ | ||
background: #fff; | ||
color: #555555; | ||
float: left; | ||
width: 45%; | ||
} | ||
.ms-container .ms-selection{ | ||
float: right; | ||
} | ||
|
||
.ms-container .ms-list{ | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-moz-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-ms-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-o-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
transition: border linear 0.2s, box-shadow linear 0.2s; | ||
border: 1px solid #ccc; | ||
-webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | ||
border-radius: 3px; | ||
position: relative; | ||
height: 200px; | ||
padding: 0; | ||
overflow-y: auto; | ||
} | ||
|
||
.ms-container .ms-list.ms-focus{ | ||
border-color: rgba(82, 168, 236, 0.8); | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | ||
outline: 0; | ||
outline: thin dotted \9; | ||
} | ||
|
||
.ms-container ul{ | ||
margin: 0; | ||
list-style-type: none; | ||
padding: 0; | ||
} | ||
|
||
.ms-container .ms-optgroup-container{ | ||
width: 100%; | ||
} | ||
|
||
.ms-container .ms-optgroup-label{ | ||
margin: 0; | ||
padding: 5px 0px 0px 5px; | ||
cursor: pointer; | ||
color: #999; | ||
} | ||
|
||
.ms-container .ms-selectable li.ms-elem-selectable, | ||
.ms-container .ms-selection li.ms-elem-selection{ | ||
border-bottom: 1px #eee solid; | ||
padding: 2px 10px; | ||
color: #555; | ||
font-size: 14px; | ||
} | ||
|
||
.ms-container .ms-selectable li.ms-hover, | ||
.ms-container .ms-selection li.ms-hover{ | ||
cursor: pointer; | ||
color: #fff; | ||
text-decoration: none; | ||
background-color: #08c; | ||
} | ||
|
||
.ms-container .ms-selectable li.disabled, | ||
.ms-container .ms-selection li.disabled{ | ||
background-color: #eee; | ||
color: #aaa; | ||
cursor: text; | ||
} |
File renamed without changes
File renamed without changes.
File renamed without changes.
96 changes: 48 additions & 48 deletions
96
inc/pasw2013/paswarchive-tipologie.php → includes/pasw2013/paswarchive-tipologie.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
<?php get_header(); ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<div id="centrecontent" class="column"> | ||
|
||
<!-- breadcrumbs --> | ||
<div id="path"><?php if(function_exists('bcn_display')) { bcn_display(); } ?></div> | ||
<!-- fine breadcrumbs --> | ||
|
||
<?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); ?> | ||
<h2 class="page-title"><?php echo esc_attr( $term->name ); ?></h2> | ||
|
||
<?php | ||
if (is_tax( 'tipologie' )) { | ||
if (function_exists('at_archive_buttons')) { | ||
at_archive_buttons(); | ||
} | ||
} | ||
?> | ||
|
||
<?php if (have_posts()) : ?> | ||
<?php while (have_posts()) : the_post(); ?> | ||
|
||
<div class="post type-post hentry"> | ||
<h3 class="entry-title"> | ||
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark"> | ||
<?php the_title(); ?> | ||
</a> | ||
</h3> | ||
|
||
<div class="entry-summary"> | ||
<?php the_excerpt(); ?> | ||
</div><!-- .entry-summary --> | ||
</div> | ||
|
||
<?php endwhile; ?> | ||
<?php endif; ?> | ||
|
||
<div class="nav"> | ||
<div class="alignleft"><?php next_posts_link('« Comunicazioni precedenti') ?></div> | ||
<div class="alignright"><?php previous_posts_link('Comunicazioni successive »') ?></div> | ||
</div> | ||
|
||
<div style="clear:both"></div> | ||
|
||
</div> | ||
<?php include(TEMPLATEPATH . '/rightsidebar.php'); ?> | ||
<?php get_header(); ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<div id="centrecontent" class="column"> | ||
|
||
<!-- breadcrumbs --> | ||
<div id="path"><?php if(function_exists('bcn_display')) { bcn_display(); } ?></div> | ||
<!-- fine breadcrumbs --> | ||
|
||
<?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); ?> | ||
<h2 class="page-title"><?php echo esc_attr( $term->name ); ?></h2> | ||
|
||
<?php | ||
if (is_tax( 'tipologie' )) { | ||
if (function_exists('at_archive_buttons')) { | ||
at_archive_buttons(); | ||
} | ||
} | ||
?> | ||
|
||
<?php if (have_posts()) : ?> | ||
<?php while (have_posts()) : the_post(); ?> | ||
|
||
<div class="post type-post hentry"> | ||
<h3 class="entry-title"> | ||
<a href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>" rel="bookmark"> | ||
<?php the_title(); ?> | ||
</a> | ||
</h3> | ||
|
||
<div class="entry-summary"> | ||
<?php the_excerpt(); ?> | ||
</div><!-- .entry-summary --> | ||
</div> | ||
|
||
<?php endwhile; ?> | ||
<?php endif; ?> | ||
|
||
<div class="nav"> | ||
<div class="alignleft"><?php next_posts_link('« Comunicazioni precedenti') ?></div> | ||
<div class="alignright"><?php previous_posts_link('Comunicazioni successive »') ?></div> | ||
</div> | ||
|
||
<div style="clear:both"></div> | ||
|
||
</div> | ||
<?php include(TEMPLATEPATH . '/rightsidebar.php'); ?> | ||
<?php get_footer(); ?> |
Oops, something went wrong.