48 Commits

Author SHA1 Message Date
infeeeee
ca214fe73c update analytics, 1.0.16 2019-11-22 18:26:29 +01:00
infeeeee
de68693d23 remove unnecessary logs from colorbox 2019-10-08 22:46:37 +02:00
infeeeee
3f0709ddec 1.0.15 w3c validation, aria tags 2019-10-08 22:41:32 +02:00
infeeeee
ae10f90786 fix regex for always full size image in lightbox 2019-10-08 21:32:35 +02:00
infeeeee
adf4fac0b6 1.0.14 fix js on images 2019-10-08 17:15:27 +02:00
infeeeee
5698d30b20 bump 1.0.13 2019-10-08 17:02:28 +02:00
infeeeee
e18fbae0cb load full image in lightbox 2019-10-08 17:01:06 +02:00
infeeeee
dc5fe103c8 loadmore on events page 2019-10-08 16:16:37 +02:00
infeeeee
b4249a2819 restore old single metadata top left corner 2019-10-08 15:43:32 +02:00
infeeeee
0f971d6028 show events on current day 2019-10-08 15:35:51 +02:00
infeeeee
ea1b0a3bd1 removed image size overwrites 2019-10-08 15:20:46 +02:00
infeeeee
220d070542 1.0.12 restore strange line on firefox mobile 2019-10-05 20:34:07 +02:00
infeeeee
aa1b55dc64 bump 1.0.11 2019-10-04 23:00:08 +02:00
infeeeee
2709f6bfa7 basic media print rules 2019-10-04 22:57:30 +02:00
infeeeee
98e962b7e8 fix swipe on iphone on lightbox 2019-10-04 18:24:31 +02:00
infeeeee
4a6741bcb7 half pixel line on firefox preview on single 2019-10-04 16:46:54 +02:00
infeeeee
1c50dbe6bf fix space after category on single 2019-10-04 15:58:46 +02:00
infeeeee
be6fc66034 home-big-thumbnal on mobile 2019-10-04 15:51:52 +02:00
infeeeee
86bc0e72b7 hide alcim if not enough space 2019-10-04 15:43:25 +02:00
infeeeee
c74d515a8a Merge branch 'master' of http://git.gyetpet.dynu.net/infeeeee/dis-2019 2019-10-03 16:19:45 +02:00
infeeeee
ea09fa398b work on alcim on big articles 2019-10-03 16:13:36 +02:00
2a4bf1719f bump 1.0.10 2019-09-13 17:49:22 +02:00
cbfeec7209 changed image sizes 2019-09-13 17:48:41 +02:00
e39cbe2022 bump 1.0.9 2019-09-13 17:23:18 +02:00
7bf40452c3 changed home-big-thumbnail size 2019-09-13 17:21:51 +02:00
infeeeee
ea796f041b bump 1.0.8 2019-09-13 16:29:58 +02:00
infeeeee
69a36eb456 fixed related post font size 2019-09-13 16:29:22 +02:00
infeeeee
810fdd7489 removed conditionizr and unused js libs 2019-09-13 16:14:50 +02:00
infeeeee
ec3e5525a5 fix lazyload on old images 2019-09-13 16:11:23 +02:00
infeeeee
f0e2e44980 change author text size 2019-09-13 15:46:23 +02:00
infeeeee
98fc38b770 fix italics in blockquote in old articles 2019-09-13 15:34:32 +02:00
infeeeee
50f424cfa7 show facebook boxes on bottom of single 2019-09-13 15:30:23 +02:00
infeeeee
f37bc329af todo update 2019-09-11 19:57:44 +02:00
infeeeee
f9b7bb5d3a mobile thumbnail fixed 2019-09-11 19:55:42 +02:00
infeeeee
5ba4282209 1.0.6 2019-09-11 19:49:49 +02:00
infeeeee
c1ad3bba53 bump 1.0.5 2019-09-11 19:46:38 +02:00
infeeeee
4766e59307 fix figcaption in js 2019-09-11 19:46:07 +02:00
infeeeee
916439f4d5 fix old images 2019-09-11 19:37:50 +02:00
infeeeee
cb2b7f13ac hide tohome from pages 2019-09-11 18:39:10 +02:00
infeeeee
1b6cb710f5 single thumbnail 2019-09-11 15:35:46 +02:00
infeeeee
ce39fbe8eb single thumbnail, youtube 2019-09-11 15:27:59 +02:00
infeeeee
98665b9e9a single img height, fb only, related hr color 2019-09-11 14:44:55 +02:00
infeeeee
543f1fbee3 version to 1.0.0 2019-09-11 12:52:18 +02:00
infeeeee
d25ec216de facebook, analytics 2019-09-11 12:51:04 +02:00
infeeeee
bcaffeeff8 minify svg mod 2019-09-11 12:14:41 +02:00
infeeeee
b296bca869 event fontsize, default colors, big hover recalc 2019-09-11 12:11:05 +02:00
infeeeee
72895de2a1 svg restore, fixing hidpi text sizes 2019-09-11 12:00:10 +02:00
infeeeee
7044169e76 fix evenet and curvy arrow 2019-09-11 11:34:45 +02:00
43 changed files with 4033 additions and 505 deletions

View File

@@ -10,7 +10,7 @@
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1> <h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<div class="toHome"> <div class="toHome">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
← <?php _e('Back to home:', 'dis2019');?> ← <?php _e('Back to home', 'dis2019');?>
</a> </a>
</div> </div>
</div> </div>

View File

@@ -1,15 +0,0 @@
# Single - ✔
og: tag: pluginnal!
Facebook like gomb
# egyéb
Betöltéskor rejteni a dolgokat méretezés előtt, vagy betöltést optimalizálni
`@media print{}`
# Megjegyzések
~ Adrinak írni, hogy küldjön tökéletesen négyzet logót - szerintem nem kell, megoldottam azt az 1px problémát

View File

@@ -4,85 +4,9 @@
<!-- section --> <!-- section -->
<section> <section>
<?php if (have_posts()): while (have_posts()): the_post();?> <?php include locate_template('loop-esemeny.php', false, false);?>
<?php
$event_datum = get_post_meta( get_the_ID(), 'dis-esemeny-datum', true );
$event_link = get_post_meta( get_the_ID(), 'dis-esemeny-link', true );
?>
<article id="post-<?php the_ID();?>" <?php post_class();?>>
<!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php echo $event_link; ?>" title="<?php the_title();?>" target="_blank">
<?php the_post_thumbnail('home-event-thumbnail');?>
</a>
<?php endif;?>
<!-- /post thumbnail -->
<div class="event-metadata">
<div class="top-row">
<div class="ev-date">
<?php
echo preg_replace('/^(\d{4}\.)(\d{2}\.)(\d{2}\.)$/','\1</br>\2 \3',$event_datum );
// echo $event_datum;
?>
</div>
<!-- Arrow -->
<a href="<?php echo $event_link; ?>" target="_blank" class="arrow-link">
</a>
</div>
<div class="hr">
</div>
<div class="bottom-row">
<!-- title -->
<h2>
<a href="<?php echo $event_link; ?>" target="_blank"><?php the_title();?></a>
</h2>
<div class="vr"></div>
<!-- Tovább button -->
<a href="<?php echo $event_link; ?>" class="text-link" target="_blank">Tovább az eseményre</a>
</div>
</div><!-- end event-metadata -->
<!-- post title -->
<!-- /post title -->
</article>
<?php endwhile;?>
<?php else: ?>
<!-- article -->
<article>
<h2><?php _e('Sorry, nothing to display.', 'dis2019');?></h2>
</article>
<!-- /article -->
<?php endif;?>
<?php get_template_part('loadmore');?>
</section> </section>
<!-- /section --> <!-- /section -->

File diff suppressed because one or more lines are too long

View File

@@ -6,11 +6,6 @@
<?php wp_footer(); ?> <?php wp_footer(); ?>
<?php
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
// Your third-party non functional code here
?>
<!-- analytics --> <!-- analytics -->
<script> <script>
@@ -18,10 +13,20 @@
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r), (f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l) l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXXX-XX', 'yourdomain.com'); ga( 'create', 'UA-72435346-2', {'storeGac': false } );
ga('set', 'anonymizeIp', true);
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<?php
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
// Your third-party non functional code here
?>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/hu_HU/sdk.js#xfbml=1&version=v4.0&appId=525065661232966&autoLogAppEvents=1"></script>
<?php <?php
} }
?> ?>

View File

@@ -36,12 +36,13 @@ if (function_exists('add_theme_support')) {
// Add Thumbnail Theme Support // Add Thumbnail Theme Support
add_theme_support('post-thumbnails'); add_theme_support('post-thumbnails');
add_image_size('large', 700, '', true); // Large Thumbnail // add_image_size('large', 700, '', true); // Large Thumbnail
add_image_size('medium', 250, '', true); // Medium Thumbnail // add_image_size('medium', 250, '', true); // Medium Thumbnail
add_image_size('small', 120, '', true); // Small Thumbnail // add_image_size('small', 120, '', true); // Small Thumbnail
add_image_size('home-big-thumbnail', 1024, 1024, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail'); add_image_size('home-big-thumbnail', 1024, 1024, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail');
add_image_size('home-small-thumbnail', 256, 256, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail'); add_image_size('home-small-thumbnail', 256, 256, true); // Custom Thumbnail Size call using the_post_thumbnail('home-thumbnail');
add_image_size('home-event-thumbnail', 1024, 537, true); add_image_size('home-event-thumbnail', 1024, 537, true);
add_image_size('single-thumbnail', 1366, 1280, true);
// Add Support for Custom Backgrounds - Uncomment below if you're going to use // Add Support for Custom Backgrounds - Uncomment below if you're going to use
/*add_theme_support('custom-background', array( /*add_theme_support('custom-background', array(
@@ -106,8 +107,8 @@ function dis2019_header_scripts()
wp_deregister_script('jquery'); wp_deregister_script('jquery');
wp_register_script('jquery', get_template_directory_uri() . '/js/lib/jquery-3.3.1.min.js', array(), '3.3.1'); wp_register_script('jquery', get_template_directory_uri() . '/js/lib/jquery-3.3.1.min.js', array(), '3.3.1');
wp_register_script('conditionizr', get_template_directory_uri() . '/js/lib/conditionizr-4.3.0.min.js', array(), '4.3.0'); // Conditionizr // wp_register_script('conditionizr', get_template_directory_uri() . '/js/lib/conditionizr-4.3.0.min.js', array(), '4.3.0'); // Conditionizr
wp_enqueue_script('conditionizr'); // Enqueue it! // wp_enqueue_script('conditionizr'); // Enqueue it!
wp_register_script('modernizr', get_template_directory_uri() . '/js/lib/modernizr-custom.js', array(), '2.7.1'); // Modernizr wp_register_script('modernizr', get_template_directory_uri() . '/js/lib/modernizr-custom.js', array(), '2.7.1'); // Modernizr
wp_enqueue_script('modernizr'); // Enqueue it! wp_enqueue_script('modernizr'); // Enqueue it!
@@ -118,7 +119,7 @@ function dis2019_header_scripts()
wp_register_script('fittext', get_template_directory_uri() . '/js/lib/jquery.fittext.js', array('jquery'), '1.0.0'); // wp_register_script('fittext', get_template_directory_uri() . '/js/lib/jquery.fittext.js', array('jquery'), '1.0.0'); //
wp_enqueue_script('fittext'); // Enqueue it! wp_enqueue_script('fittext'); // Enqueue it!
wp_register_script('jquery.colorbox', get_template_directory_uri() . '/js/lib/jquery.colorbox-min.js', array('jquery'), '1.0.0'); // wp_register_script('jquery.colorbox', get_template_directory_uri() . '/js/lib/jquery.colorbox-wpretina.js', array('jquery'), '1.0.0'); //
wp_enqueue_script('jquery.colorbox'); // Enqueue it! wp_enqueue_script('jquery.colorbox'); // Enqueue it!
wp_register_script('lettering', get_template_directory_uri() . '/js/lib/jquery.lettering.js', array('jquery'), '1.0.0'); // wp_register_script('lettering', get_template_directory_uri() . '/js/lib/jquery.lettering.js', array('jquery'), '1.0.0'); //
@@ -130,12 +131,12 @@ function dis2019_header_scripts()
wp_register_script('ftellipsis', get_template_directory_uri() . '/js/lib/ftellipsis.min.js', array(), '1.0.0'); // wp_register_script('ftellipsis', get_template_directory_uri() . '/js/lib/ftellipsis.min.js', array(), '1.0.0'); //
wp_enqueue_script('ftellipsis'); // Enqueue it! wp_enqueue_script('ftellipsis'); // Enqueue it!
wp_register_script('touchSwipe', get_template_directory_uri() . '/js/lib/jquery.touchSwipe.min.js', array('jquery'), '1.6.18'); // wp_register_script('touchSwipe', get_template_directory_uri() . '/js/lib/jquery.touchSwipe-1.6.18.min.js', array('jquery'), '1.6.19'); //
wp_enqueue_script('touchSwipe'); // Enqueue it! wp_enqueue_script('touchSwipe'); // Enqueue it!
wp_register_script('dis2019scripts', get_template_directory_uri() . '/js/scripts.js', array( wp_register_script('dis2019scripts', get_template_directory_uri() . '/js/scripts.js', array(
'jquery', 'jquery',
'conditionizr', // 'conditionizr',
'modernizr', 'modernizr',
'simpler-sidebar', 'simpler-sidebar',
'fittext', 'fittext',
@@ -479,7 +480,12 @@ function misha_loadmore_ajax_handler()
$args['offset'] = $offset + (($_POST['page'] - 1) * $ppp); $args['offset'] = $offset + (($_POST['page'] - 1) * $ppp);
query_posts($args); query_posts($args);
get_template_part('loop');
if (($args[category_name] == get_theme_mod('dis-2019-event-cat-slug', 'esemeny'))) {
get_template_part('loop-esemeny');
}else{
get_template_part('loop');
}
die; // here we exit the script and even no wp_reset_query() required! die; // here we exit the script and even no wp_reset_query() required!
} }
@@ -516,7 +522,7 @@ function dis_2019_order_events_by_date(&$query)
$query->set('orderby', 'meta_value'); $query->set('orderby', 'meta_value');
$query->set('order', 'ASC'); $query->set('order', 'ASC');
$query->set('meta_value', date("Y.m.d.")); // change to how "event date" is stored $query->set('meta_value', date("Y.m.d.")); // change to how "event date" is stored
$query->set('meta_compare', '>'); $query->set('meta_compare', '>=');
} }
add_action('pre_get_posts', 'dis_2019_order_events_by_date', 1); add_action('pre_get_posts', 'dis_2019_order_events_by_date', 1);

View File

@@ -17,9 +17,9 @@ gulp.task('sass', function () {
}); });
gulp.task('liverel', function () { gulp.task('liverel', function () {
return gulp.src(['./**','!./node_modules/**']) return gulp.src(['./**', '!./node_modules/**'])
.pipe(livereload({ .pipe(livereload({
quiet:true quiet: true
})) }))
}) })
@@ -28,13 +28,19 @@ gulp.task('liverel', function () {
// }); // });
gulp.task('watch', function () { gulp.task('watch', function () {
livereload.listen()
gulp.watch('./sass/**/*.scss', gulp.series('sass')) gulp.watch('./sass/**/*.scss', gulp.series('sass'))
gulp.watch(['./**','!./node_modules/**'], gulp.series('liverel')) gulp.watch(['./**', '!./node_modules/**'], gulp.series('liverel'))
livereload.listen()
}); });
gulp.task('minify-svg', function(){ gulp.task('minify-svg', function () {
return gulp.src('./imgmax/**/*.svg') return gulp.src('./imgmax/**/*.svg')
.pipe(svgmin()) .pipe(svgmin({
.pipe(gulp.dest('./img')); plugins: [{
removeViewBox: false
}]
}))
.pipe(gulp.dest('./img'));
}) })

View File

@@ -17,37 +17,31 @@
<meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> --> <!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> -->
<meta name="description" content="<?php bloginfo('description');?>"> <meta name="description" content="<?php bloginfo('description');?>">
<?php wp_head();?> <?php wp_head();?>
<script>
// conditionizr.com
// configure environment tests
conditionizr.config({
assets: '<?php echo get_template_directory_uri(); ?>',
tests: {}
});
</script>
</head> </head>
<body <?php body_class();?>> <body <?php body_class();?>>
<!-- facebook -->
<div id="fb-root"></div>
<!-- wrapper --> <!-- wrapper -->
<div class="wrapper"> <div class="wrapper">
<!-- header --> <!-- header -->
<header class="header clear" role="banner"> <header class="header clear">
<!-- ------------------------------ header-1 ------------------------------- --> <!-- ------------------------------ header-1 ------------------------------- -->
<div class="header-1 header-inner"> <div class="header-1 header-inner">
<!-- logo --> <!-- logo -->
<div class="logo"> <div class="logo">
<a href="<?php echo home_url(); ?>"> <a href="<?php echo home_url(); ?>" aria-label="<?php _e('Back to home', 'dis2019');?>">
<div class="dis-logo"> <div class="dis-logo">
</div> </div>
@@ -55,7 +49,7 @@
</div> </div>
<!-- /logo --> <!-- /logo -->
<div class="fb-link social-link"> <div class="fb-link social-link">
<a href="https://www.facebook.com/designisso" target="_blank"> <a href="https://www.facebook.com/designisso" target="_blank" aria-label="Designisso Facebook">
<div class="facebook-icon icon menuicon"> <div class="facebook-icon icon menuicon">
</div> </div>
@@ -63,11 +57,7 @@
</div> </div>
<div class="search-box"> <div class="search-box">
<button type="button" id="search-button"> <button type="button" id="search-button" class="kereso-icon icon" aria-label="<?php _e('Show search', 'dis2019');?>">
<div class="kereso-icon icon">
</div>
</button> </button>
<div class="search-bar"> <div class="search-bar">
<?php get_search_form();?> <?php get_search_form();?>
@@ -78,43 +68,37 @@
<div class="header-scroll header-scroll-left"> <div class="header-scroll header-scroll-left">
<button type="button"></button> <button type="button" aria-label="<?php _e('Scroll left', 'dis2019');?>"></button>
</div> </div>
<div class="header-scroll header-scroll-right"> <div class="header-scroll header-scroll-right">
<button type="button"></button> <button type="button" aria-label="<?php _e('Scroll right', 'dis2019');?>"></button>
</div> </div>
<!-- ----------------------------- header 2 ------------------------------ --> <!-- ----------------------------- header 2 ------------------------------ -->
<div class="header-2 header-inner"> <div class="header-2 header-inner">
<div class="menubutton"> <div class="menubutton">
<button type="button" id="toggle-sidebar"> <button type="button" id="toggle-sidebar" class="menubutton-icon icon menuicon" aria-label="<?php _e('Menu', 'dis2019');?>"></button>
<div class="menubutton-icon icon menuicon">
</div>
</button>
</div> </div>
<div class="ig-link social-link"> <div class="ig-link social-link">
<a href="https://www.instagram.com/design_is_so/" target="_blank"> <a href="https://www.instagram.com/design_is_so/" target="_blank" aria-label="Designisso Instagram">
<div class="instagram-icon icon menuicon"> <div class="instagram-icon icon menuicon">
</div>
</div>
</a> </a>
</div> </div>
<div class="events-link"> <div class="events-link">
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top"> <a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top" aria-label="<?php _e('Events', 'dis2019');?>">
<div class="esemeny-icon icon menuicon"> <div class="esemeny-icon icon menuicon">
</div> </div>
</a> </a>
</div> </div>
<!-- nav --> <!-- nav -->
<div id="sidebar"> <div id="sidebar">
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper"> <nav id="sidebar-wrapper" class="nav sidebar-wrapper">
<?php //dis2019_nav(); ?> <?php //dis2019_nav(); ?>
<?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?> <?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?>
@@ -135,7 +119,7 @@
<!-- ----------------------------- bedocircle ------------------------------ --> <!-- ----------------------------- bedocircle ------------------------------ -->
<div id="tag-nav"> <div id="tag-nav">
<nav role="navigation" class="tag-nav"> <nav class="tag-nav">
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?> <?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
</nav> </nav>
@@ -149,4 +133,4 @@
<div class="loadingscreen"> <div class="loadingscreen">
</div> </div>
<main role="main"> <main>

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M77.433 75.667C54.308 99.215 23.631 107.153 8.4 92.896-6.83 78.638-.847 47.583 22.278 24.036 45.404.486 76.498-7.045 91.728 7.213 106.96 21.47 100.56 52.12 77.434 75.667z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M77.433 75.667C54.308 99.215 23.631 107.153 8.4 92.896-6.83 78.638-.847 47.583 22.278 24.036 45.404.486 76.498-7.045 91.728 7.213 106.96 21.47 100.56 52.12 77.434 75.667z"/></svg>

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M0 42.69L4.495 69.52V100H100V69.303H35.777l63.626-8.66-4.382-26.119 3.378.363L99.485 3.85 1.568 0 .482 31.03l67.854 2.397z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0 42.69L4.495 69.52V100H100V69.303H35.777l63.626-8.66-4.382-26.119 3.378.363L99.485 3.85 1.568 0 .482 31.03l67.854 2.397z"/></svg>

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 227 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M100 29.217C100 13.081 86.43 0 69.69 0S39.38 13.08 39.38 29.217c0 5.56 1.61 10.757 4.407 15.18a31.111 31.111 0 00-13.477-3.041C13.57 41.356 0 54.438 0 70.574S13.607 100 30.347 100h.013-.026 69.64V30.39c.016-.39.026-.78.026-1.173z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M100 29.217C100 13.081 86.43 0 69.69 0S39.38 13.08 39.38 29.217c0 5.56 1.61 10.757 4.407 15.18a31.111 31.111 0 00-13.477-3.041C13.57 41.356 0 54.438 0 70.574S13.607 100 30.347 100h.013-.026 69.64V30.39c.016-.39.026-.78.026-1.173z"/></svg>

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 334 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M32.577 100c-4.573 0-8.543-2.136-11.198-6.032-2.684-3.937-3.809-8.635-3.253-13.585 1.006-8.967 11.95-21.975 26.236-32.22-1.073.605-12.217 8.49-13.31 8.946-14.28 5.955-21.869 1.846-26.042-3.464C.698 48.159-.906 41.436.492 34.713 2.385 25.607 9.705 17.26 22.87 9.191 31.312 4.017 39.283.725 39.62.587c4.692-1.927 9.805 1.047 11.42 6.643 1.615 5.596-.878 11.694-5.57 13.62-.223.093-7.075 2.95-14.17 7.27-8.264 5.034-11.78 8.977-12.937 10.876.794.074 3.126-.083 8.184-2.927 5.34-3.004 12.272-7.258 18.377-11.453C51.505 20.093 71.113 6.79 76.54 3.35 79.87 1.24 82.936.563 85.686.441c4.748-.209 8.794 2.062 11.41 6.394 2.305 3.819 3.186 8.295 2.548 12.945-1.664 12.115-29.496 31.043-43.235 42.792-3.428 2.932-6.934 5.93-10.085 8.826 1.734-1.14 3.528-2.349 5.362-3.585 15.257-10.284 29.666-19.996 40.376-11.89 5.955 4.507 8.58 13.055 7.805 25.408-.37 5.902-4.685 10.327-9.63 9.886-4.949-.441-8.66-5.583-8.29-11.485.16-2.542.079-4.211-.041-5.244-1.149.23-3.196.878-6.54 2.642-4.52 2.386-9.765 5.921-14.838 9.34-6.472 4.363-12.585 8.483-18.136 11.006-3.644 1.656-6.783 2.48-9.596 2.523l-.219.001z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M32.577 100c-4.573 0-8.543-2.136-11.198-6.032-2.684-3.937-3.809-8.635-3.253-13.585 1.006-8.967 11.95-21.975 26.236-32.22-1.073.605-12.217 8.49-13.31 8.946-14.28 5.955-21.869 1.846-26.042-3.464C.698 48.159-.906 41.436.492 34.713 2.385 25.607 9.705 17.26 22.87 9.191 31.312 4.017 39.283.725 39.62.587c4.692-1.927 9.805 1.047 11.42 6.643 1.615 5.596-.878 11.694-5.57 13.62-.223.093-7.075 2.95-14.17 7.27-8.264 5.034-11.78 8.977-12.937 10.876.794.074 3.126-.083 8.184-2.927 5.34-3.004 12.272-7.258 18.377-11.453C51.505 20.093 71.113 6.79 76.54 3.35 79.87 1.24 82.936.563 85.686.441c4.748-.209 8.794 2.062 11.41 6.394 2.305 3.819 3.186 8.295 2.548 12.945-1.664 12.115-29.496 31.043-43.235 42.792-3.428 2.932-6.934 5.93-10.085 8.826 1.734-1.14 3.528-2.349 5.362-3.585 15.257-10.284 29.666-19.996 40.376-11.89 5.955 4.507 8.58 13.055 7.805 25.408-.37 5.902-4.685 10.327-9.63 9.886-4.949-.441-8.66-5.583-8.29-11.485.16-2.542.079-4.211-.041-5.244-1.149.23-3.196.878-6.54 2.642-4.52 2.386-9.765 5.921-14.838 9.34-6.472 4.363-12.585 8.483-18.136 11.006-3.644 1.656-6.783 2.48-9.596 2.523l-.219.001z"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="232" width="122.1"><path d="M.75 0c0 63.609 53.351 116 121.35 116C54.101 116 .75 168.389.75 232" fill="none" stroke="#000" stroke-width="1.5" stroke-miterlimit="10"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.1 232" height="232" width="122.1"><path d="M.75 0c0 63.609 53.351 116 121.35 116C54.101 116 .75 168.389.75 232" fill="none" stroke="#000" stroke-width="1.5" stroke-miterlimit="10"/></svg>

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 244 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="58"><path d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="57" height="58" viewBox="0 0 57 58"><path d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg>

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 139 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="58"><path fill="#fff" d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="57" height="58" viewBox="0 0 57 58"><path fill="#fff" d="M34 0H24v24H0v10h24v24h10V34h23V24H34z"/></svg>

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 151 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082" viewBox="0 0 44.034 44.082"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></svg>

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 828 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082"><g fill="#fff"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="44.034" height="44.082" viewBox="0 0 44.034 44.082"><g fill="#fff"><path d="M36.379 7.678c-3.682-3.674-8.755-5.956-14.362-5.956S11.338 4.004 7.668 7.678a20.26 20.26 0 00-5.949 14.364c0 5.615 2.278 10.693 5.949 14.376 3.67 3.675 8.741 5.944 14.349 5.944s10.681-2.27 14.362-5.944a20.303 20.303 0 005.937-14.376 20.261 20.261 0 00-5.937-14.364M22.017 0C28.1 0 33.598 2.467 37.585 6.456a21.981 21.981 0 016.449 15.586c0 6.09-2.462 11.595-6.449 15.586a21.926 21.926 0 01-15.569 6.454 21.925 21.925 0 01-15.569-6.454A21.98 21.98 0 010 22.042 21.985 21.985 0 016.448 6.456C10.436 2.467 15.935 0 22.017 0"/><path d="M23.699 17.539v-1.806c0-.866.574-1.073.989-1.073h2.523v-3.857h-3.475c-3.865 0-4.731 2.855-4.731 4.711v2.026h-2.242v4.503h2.267v11.253h4.5V22.042h3.326l.147-1.768.268-2.735h-3.572z"/></g></svg>

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 847 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102" viewBox="0 0 42.531 43.102"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102"><g fill="#fff"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="42.531" height="43.102" viewBox="0 0 42.531 43.102"><g fill="#fff"><path d="M7.367 7.451a19.986 19.986 0 00-5.748 14.058 19.959 19.959 0 005.748 14.045c3.543 3.593 8.441 5.824 13.859 5.824 5.416 0 10.313-2.231 13.869-5.824a19.947 19.947 0 005.735-14.045c0-5.49-2.19-10.454-5.735-14.058-3.556-3.592-8.453-5.813-13.869-5.813-5.418.001-10.316 2.221-13.859 5.813M-.042 21.509c0-5.954 2.379-11.349 6.23-15.238 3.851-3.902 9.16-6.313 15.037-6.313 5.875 0 11.184 2.41 15.035 6.313 3.85 3.89 6.229 9.284 6.229 15.238a21.637 21.637 0 01-6.229 15.238c-3.852 3.902-9.16 6.313-15.035 6.313-5.877 0-11.187-2.41-15.037-6.313a21.633 21.633 0 01-6.23-15.238"/><path d="M21.226 14.54c-3.793 0-6.877 3.112-6.877 6.969 0 3.842 3.084 6.969 6.877 6.969 3.803 0 6.875-3.127 6.875-6.969 0-3.857-3.072-6.969-6.875-6.969m-7.807.13c0 .621.493 1.123 1.105 1.123.613 0 1.107-.502 1.107-1.123s-.494-1.121-1.107-1.121c-.611 0-1.105.5-1.105 1.121m-1.59 12.531V15.805c0-2.112 1.696-3.83 3.78-3.83h11.244c2.084 0 3.781 1.718 3.781 3.83v11.396c0 2.111-1.697 3.83-3.781 3.83H15.609c-2.084 0-3.78-1.718-3.78-3.83M10.57 15.805v11.396c0 2.804 2.259 5.106 5.039 5.106h11.244c2.767 0 5.039-2.303 5.039-5.106V15.805c0-2.817-2.272-5.107-5.039-5.107H15.609c-2.78-.001-5.039 2.289-5.039 5.107m10.656 11.216c-3.004 0-5.453-2.469-5.453-5.513 0-3.055 2.449-5.525 5.453-5.525 3.014 0 5.451 2.471 5.451 5.525 0 3.045-2.437 5.513-5.451 5.513"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654" viewBox="0 0 45.332 44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z"/></svg>

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 919 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z" fill="#fff"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z" fill="#fff"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="45.332" height="44.654" viewBox="0 0 45.332 44.654"><path d="M18.548 5.871h-.5v4h.5c6.882 0 11.5 6.027 11.5 11.5v.5h4v-.5c0-8.168-7.24-15.5-15.5-15.5z" fill="#fff"/><path d="M37.758 28.773c1.285-2.702 2.065-5.868 2.065-8.839a19.82 19.82 0 00-5.832-14.095A19.777 19.777 0 0019.912 0C14.595 0 9.595 2.074 5.831 5.839A19.824 19.824 0 000 19.934c0 5.324 2.071 10.33 5.831 14.096a19.776 19.776 0 0014.081 5.837c3.382 0 6.729-.871 9.678-2.518l.083-.046 7.352 7.352 8.308-8.308-7.575-7.574zm-7.845 6.296c-.577.388-1.136.717-1.705 1.002l-.081.041-.007-.007a17.925 17.925 0 01-8.208 1.967 17.98 17.98 0 01-12.807-5.305 18.067 18.067 0 01-5.31-12.832c0-4.841 1.886-9.395 5.31-12.82a17.986 17.986 0 0112.807-5.316c4.831 0 9.383 1.888 12.818 5.316 3.417 3.419 5.299 7.973 5.299 12.82 0 2.483-.63 5.195-1.62 7.49l-.004-.004c-.192.391-.482.945-.875 1.6l7.327 7.327-5.833 5.833-7.111-7.112z" fill="#fff"/></svg>

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 943 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="43"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="38" height="43" viewBox="0 0 38 43"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></svg>

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 682 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="43"><g fill="#fff"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="38" height="43" viewBox="0 0 38 43"><g fill="#fff"><path d="M32.24 3H32V0h-2v3H8V0H6v3h-.599C2.322 3 0 5.184 0 8.372v28.893C0 40.451 2.322 43 5.401 43H32.24c3.176 0 5.76-2.654 5.76-5.735V8.372C38 5.289 35.416 3 32.24 3zM5.401 5H6v1h2V5h22v1h2V5h.24C34.394 5 36 6.311 36 8.372V11H2V8.372C2 6.206 3.346 5 5.401 5zM32.24 41H5.401C3.346 41 2 39.429 2 37.265V13h34v24.265C36 39.324 34.394 41 32.24 41z"/><path d="M4 27h7v-7H4v7zm1-4.993V21h5v5H5v-3.993zM4.458 31h6v6h-6zM15.5 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM15.5 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331zM27 27h7v-7h-7v7zm1-4.993V21h5v5h-5v-3.993zM27 38h7v-7h-7v7zm1-5.331V32h5v5h-5v-4.331z"/></g></svg>

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 701 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1" clip-path="url(#a)" transform="matrix(-1 0 0 1 31.808 0)"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1" clip-path="url(#a)" transform="matrix(-1 0 0 1 31.808 0)"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 433 B

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7" clip-path="url(#a)"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g data-name="custom 1"><g data-name="Group 1" fill="none" stroke="#000" stroke-width="7" clip-path="url(#a)"><path data-name="Path 1" d="M13.442 28.829l13.033-13.033L13.417 2.738"/><path data-name="Path 2" d="M22.176 16H.384"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 395 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +0,0 @@
/*! Conditionizr v4.3.0 | (c) 2014 @toddmotto, @markgdyr | MIT license | conditionizr.com */
!function(a,b){"function"==typeof define&&define.amd?define([],b):"object"==typeof exports?module.exports=b:a.conditionizr=b()}(this,function(){"use strict";var a,b={},c=document.head||document.getElementsByTagName("head")[0],d=function(b,d,e){var f=e?b:a+b+("style"===d?".css":".js");switch(d){case"script":var g=document.createElement("script");g.src=f,c.appendChild(g);break;case"style":var h=document.createElement("link");h.href=f,h.rel="stylesheet",c.appendChild(h);break;case"class":document.documentElement.className+=" "+b}};return b.config=function(c){var e=c||{},f=e.tests;a=e.assets||"";for(var g in f){var h=g.toLowerCase();if(b[h])for(var i=f[g],j=i.length;j--;)d(h,i[j])}},b.add=function(a,c,e){var f=a.toLowerCase();if(b[f]=e(),b[f])for(var g=c.length;g--;)d(f,c[g])},b.on=function(a,c){var d=/^\!/;(b[a.toLowerCase()]||d.test(a)&&!b[a.replace(d,"")])&&c()},b.load=b.polyfill=function(a,c){for(var e=/\.js$/.test(a)?"script":"style",f=c.length;f--;)b[c[f].toLowerCase()]&&d(a,e,!0)},b});

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -811,10 +811,12 @@
/* ------------------------- Click on small articles ------------------------ */ /* ------------------------- Click on small articles ------------------------ */
$('article.home-small').click(function () { $(document).on({
let href = $(this).children('a.thumbnailwrapper').attr("href") mouseup: function () {
window.open(href, "_self") let href = $(this).children('a.thumbnailwrapper').attr("href")
}) window.open(href, "_self")
}
}, 'article.home-small');
/* ------------------------------ hover on home ----------------------------- */ /* ------------------------------ hover on home ----------------------------- */
@@ -860,35 +862,38 @@
if (!isMobile) { if (!isMobile) {
// let cc = $(this) // let cc = $(this)
let cArticle = cc.parents("article") let cArticle = cc.parents("article")
let cH2 = cc.parent('h2')
let cMetadata = cArticle.children(".metadata") let cMetadata = cArticle.children(".metadata")
let cBevezetoWrapper = cMetadata.children(".bevezetoWrapper") let cBevezetoWrapper = cMetadata.children(".bevezetoWrapper")
let cBevezeto = cBevezetoWrapper.children(".bevezeto") let cBevezeto = cBevezetoWrapper.children(".bevezeto")
let cAlcimWrapper = cMetadata.children(".alcimWrapper")
let cAlcim = cAlcimWrapper.children('.alcim')
// calculate default metadata height // calculate default metadata height
if (!metadataHeights.collapsedHeight) { metadataHeights.collapsedHeight = cMetadata[0].getBoundingClientRect().height
metadataHeights.collapsedHeight = cMetadata[0].getBoundingClientRect().height
} // check calculated metadata opened height
if (!cc.attr('data-metadataOpenedHeight')) {
// calculate opened metadata height:
let h2H = cH2[0].getBoundingClientRect().height
//calculate opened metadata height
if (!metadataHeights.openedHeight) {
let h2H = 0
$(".home-big h2").each(function () {
if ($(this)[0].getBoundingClientRect().height > h2H) {
h2H = $(this)[0].getBoundingClientRect().height
}
})
let artH = cArticle[0].getBoundingClientRect().height let artH = cArticle[0].getBoundingClientRect().height
metadataHeights.openedHeight = artH - bottomScrollHeight - h2H // metadataHeights.openedHeight = artH - bottomScrollHeight - h2H
let metadataMaxheight = artH - bottomScrollHeight - h2H
console.log('h2h', h2H, artH) let metadataOpenedHeight = (metadataMaxheight < metadataHeights.collapsedHeight) ? metadataHeights.collapsedHeight : metadataMaxheight
cc.attr('data-metadataOpenedHeight', metadataOpenedHeight)
//add height to bevezetoWrapper // console.log('h2h', h2H, artH)
$('.bevezetoWrapper').css({ height: metadataHeights.openedHeight })
$('.alcimWrapper').css({ height: metadataHeights.openedHeight })
} }
let metadataOpenedHeight = cc.attr('data-metadataOpenedHeight')
//add height to bevezetoWrapper
cBevezetoWrapper.css({ height: metadataOpenedHeight })
cAlcimWrapper.css({ height: metadataOpenedHeight })
//add hovered class //add hovered class
cArticle.addClass("hovered") cArticle.addClass("hovered")
@@ -901,31 +906,34 @@
cMetadata.children(".categories, .postedon").addClass("transparent") cMetadata.children(".categories, .postedon").addClass("transparent")
//animate border //animate border
cMetadata.stop().animate({ height: metadataHeights.openedHeight }, 400, _ => { cMetadata.stop().animate({ height: metadataOpenedHeight }, 400, _ => {
//hide metadata //hide metadata
cMetadata.children(".categories, .postedon").hide().removeClass("transparent") cMetadata.children(".categories, .postedon").hide().removeClass("transparent")
cMetadata.children(".bevezetoWrapper").show() cBevezetoWrapper.show()
cMetadata.children(".alcimWrapper").css({ display: 'flex' }) cAlcimWrapper.css({ display: 'flex' }).addClass("transparent")
//set height for ellipsis //set height for ellipsis
if (!metadataHeights.bevezetoHeight) { if (!cc.attr('data-metadataBevezetoHeight')) {
metadataHeights.bevezetoHeight = cBevezetoWrapper.height() let metadataBevezetoHeight = cBevezetoWrapper.height()
let bWidth = cBevezetoWrapper.width() let bWidth = cBevezetoWrapper.width()
// let bWidth = cBevezetoWrapper[0].getBoundingClientRect().width cBevezetoWrapper.children('.bevezeto').css({
$('.bevezeto').css({ height: metadataBevezetoHeight,
height: metadataHeights.bevezetoHeight,
width: bWidth + 'px' width: bWidth + 'px'
}) })
$('.alcim').css({ cAlcim.css({
height: metadataHeights.bevezetoHeight, height: metadataBevezetoHeight,
}) })
cc.attr('data-metadataBevezetoHeight', metadataBevezetoHeight)
} }
//show bev+alcim //show bev+alcim
cMetadata.children(".bevezetoWrapper, .alcimWrapper").removeClass("transparent") cBevezetoWrapper.removeClass("transparent")
//only show alcim, if enough space
if (!(cAlcim.children('.alcimInner').height() > cAlcim.height())) {
cAlcimWrapper.removeClass("transparent")
}
//clamp bevezető //clamp bevezető
let ellipsis = new Ellipsis(cBevezeto[0]); let ellipsis = new Ellipsis(cBevezeto[0]);
@@ -938,7 +946,7 @@
// Uncomment for debugging hover // Uncomment for debugging hover
// if (!isMobile && isHome) { // if (!isMobile && isHome) {
// setTimeout(() => { // setTimeout(() => {
// bigArticleHoverShow($(".home_wrapper-1 .home-big h2 a")) // bigArticleHoverShow($(".home_wrapper-2 .home-big h2 a"))
// }, 2000); // }, 2000);
// } // }
@@ -1032,19 +1040,67 @@
/* SINGLE */ /* SINGLE */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
jQuery.fn.changeTag = function (newTag) {
var q = this;
this.each(function (i, el) {
var h = "<" + el.outerHTML.replace(/(^<\w+|\w+>$)/g, newTag) + ">";
try {
el.outerHTML = h;
} catch (e) { //elem not in dom
q[i] = jQuery(h)[0];
}
});
return this;
};
if (isSingle) { if (isSingle) {
/* ---------------------------- wrap figcaptions --------------------------- */
$("figcaption").wrapInner("<span></span>")
/* ----------------------------- images, gallery ---------------------------- */ /* ----------------------------- images, gallery ---------------------------- */
//hide caption on desktop //wrap old galleries
$('.single-content>p, .single-content>.wp-caption').each(function () {
let nrOfImgs = $(this).children('img').length
if (nrOfImgs > 1) {
$(this).addClass('wp-block-gallery')
} else if (nrOfImgs == 1) {
$(this).addClass('wp-block-image')
}
})
//wrap images on old posts
$('.single-content>.wp-block-image>img, .single-content>.wp-block-gallery>img').each(function () {
var src = $(this).attr('src')
var datasrc = $(this).attr('data-src')
var srcArr = src.split('.')
switch (srcArr[srcArr.length - 1]) {
case 'jpg':
case 'png':
case 'jpeg':
case 'gif':
break;
default:
if (datasrc) {
src = datasrc
}
break;
}
$(this).wrap('<a class="cb-gallery" href="' + src + '" ></a>')
// $(this).parent('p').addClass('wp-block-image')
})
//change figcaption tag on old posts
$('.single-content div.wp-caption .wp-caption-text').changeTag("figcaption")
//wrap figcaptions
$("figcaption").wrapInner("<span></span>")
//hover on images on desktop
if (!isMobile) { if (!isMobile) {
$('.wp-block-gallery .blocks-gallery-item, .wp-block-image').hover(function () { $('.wp-block-gallery .blocks-gallery-item, .wp-block-image').hover(function () {
$(this).find("figcaption").addClass("vis") $(this).find("figcaption").addClass("vis")
@@ -1067,6 +1123,18 @@
const lightBoxMaxHeight = isMobile ? '65%' : '80%' const lightBoxMaxHeight = isMobile ? '65%' : '80%'
function prevdev(e) {
e.preventDefault();
}
const disableScroll = function () {
document.addEventListener('touchmove', prevdev, { passive: false })
}
const enableScroll = function () {
document.removeEventListener('touchmove', prevdev, { passive: false })
}
//http://www.jacklmoore.com/colorbox/ //http://www.jacklmoore.com/colorbox/
const colorboxSettings = { const colorboxSettings = {
transition: 'none', transition: 'none',
@@ -1080,7 +1148,11 @@
next: '', next: '',
close: '', close: '',
xhrError: 'A tartalom betöltése nem sikerült. Kérlek próbáld meg később.', xhrError: 'A tartalom betöltése nem sikerült. Kérlek próbáld meg később.',
imgError: 'A kép betöltése nem sikerült. Kérlek próbáld meg később.' imgError: 'A kép betöltése nem sikerült. Kérlek próbáld meg később.',
onOpen: disableScroll,
onClosed: enableScroll,
retinaUrl: true,
retinaSuffix: '$1.$2'
} }
@@ -1088,17 +1160,10 @@
$('#cboxOverlay, #colorbox').swipe({ $('#cboxOverlay, #colorbox').swipe({
swipeLeft: function () { swipeLeft: function () {
$.colorbox.next() $.colorbox.next()
}, },
swipeRight: function () { swipeRight: function () {
$.colorbox.prev() $.colorbox.prev()
}, },
swipeUp: function () {
return false
},
swipeDown: function () {
return false
},
}) })
// lightbox for galleries // lightbox for galleries

View File

@@ -2,7 +2,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: dis-2019 WordPress Theme\n" "Project-Id-Version: dis-2019 WordPress Theme\n"
"POT-Creation-Date: 2019-09-02 21:23+0200\n" "POT-Creation-Date: 2019-10-08 22:39+0200\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Jürgen Rabe | www.egado.de <rabe@egado.de>\n" "Last-Translator: Jürgen Rabe | www.egado.de <rabe@egado.de>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -21,12 +21,8 @@ msgstr ""
msgid "Page not found" msgid "Page not found"
msgstr "" msgstr ""
#: ../404.php:13 ../singular.php:124 #: ../404.php:13 ../header.php:44 ../singular.php:139
msgid "Back to home:" msgid "Back to home"
msgstr ""
#: ../category-esemeny.php:78 ../loop.php:24 ../singular.php:145
msgid "Sorry, nothing to display."
msgstr "" msgstr ""
#: ../customizer.php:16 #: ../customizer.php:16
@@ -77,174 +73,206 @@ msgstr ""
msgid "Same value applies to mobile and desktop. Use any integer" msgid "Same value applies to mobile and desktop. Use any integer"
msgstr "" msgstr ""
#: ../functions.php:182 #: ../functions.php:183
msgid "Main menu left" msgid "Main menu left"
msgstr "" msgstr ""
#: ../functions.php:183 #: ../functions.php:184
msgid "Main menu right" msgid "Main menu right"
msgstr "" msgstr ""
#: ../functions.php:185 #: ../functions.php:186
msgid "Circular tags" msgid "Circular tags"
msgstr "" msgstr ""
#: ../functions.php:311 #: ../functions.php:321
msgid "View Article" msgid "View Article"
msgstr "" msgstr ""
#: ../functions.php:382 #: ../functions.php:392
#, php-format #, php-format
msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>" msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>"
msgstr "" msgstr ""
#: ../functions.php:385 #: ../functions.php:395
msgid "Your comment is awaiting moderation." msgid "Your comment is awaiting moderation."
msgstr "" msgstr ""
#: ../functions.php:391 #: ../functions.php:401
#, php-format #, php-format
msgid "%1$s at %2$s" msgid "%1$s at %2$s"
msgstr "" msgstr ""
#: ../functions.php:391 #: ../functions.php:401
msgid "(Edit)" msgid "(Edit)"
msgstr "" msgstr ""
#: ../functions.php:701 #: ../functions.php:717
msgid "Search Formats" msgid "Search Formats"
msgstr "" msgstr ""
#: ../functions.php:702 #: ../functions.php:718
msgid "All Formats" msgid "All Formats"
msgstr "" msgstr ""
#: ../functions.php:703 #: ../functions.php:719
msgid "Parent Format" msgid "Parent Format"
msgstr "" msgstr ""
#: ../functions.php:704 #: ../functions.php:720
msgid "Parent Format:" msgid "Parent Format:"
msgstr "" msgstr ""
#: ../functions.php:705 #: ../functions.php:721
msgid "Edit Format" msgid "Edit Format"
msgstr "" msgstr ""
#: ../functions.php:706 #: ../functions.php:722
msgid "Update Format" msgid "Update Format"
msgstr "" msgstr ""
#: ../functions.php:707 #: ../functions.php:723
msgid "Add New Format" msgid "Add New Format"
msgstr "" msgstr ""
#: ../functions.php:708 #: ../functions.php:724
msgid "New Format Name" msgid "New Format Name"
msgstr "" msgstr ""
#: ../functions.php:709 #: ../functions.php:725
msgid "Formats" msgid "Formats"
msgstr "" msgstr ""
#: ../functions.php:711 #: ../functions.php:727
msgid "View Formats" msgid "View Formats"
msgstr "" msgstr ""
#: ../functions.php:712 #: ../functions.php:728
msgid "Popular Formats" msgid "Popular Formats"
msgstr "" msgstr ""
#: ../functions.php:713 #: ../functions.php:729
msgid "Separate formats with commas" msgid "Separate formats with commas"
msgstr "" msgstr ""
#: ../functions.php:714 #: ../functions.php:730
msgid "Add or remove formats" msgid "Add or remove formats"
msgstr "" msgstr ""
#: ../functions.php:715 #: ../functions.php:731
msgid "Choose from most used formats" msgid "Choose from most used formats"
msgstr "" msgstr ""
#: ../functions.php:716 #: ../functions.php:732
msgid "No formats found" msgid "No formats found"
msgstr "" msgstr ""
#: ../functions.php:717 #: ../functions.php:733
msgid "Back to formats" msgid "Back to formats"
msgstr "" msgstr ""
#: ../functions.php:738 #: ../functions.php:754
msgid "Search Writers" msgid "Search Writers"
msgstr "" msgstr ""
#: ../functions.php:739 #: ../functions.php:755
msgid "All Writers" msgid "All Writers"
msgstr "" msgstr ""
#: ../functions.php:740 #: ../functions.php:756
msgid "Parent Writer" msgid "Parent Writer"
msgstr "" msgstr ""
#: ../functions.php:741 #: ../functions.php:757
msgid "Parent Writer:" msgid "Parent Writer:"
msgstr "" msgstr ""
#: ../functions.php:742 #: ../functions.php:758
msgid "Edit Writer" msgid "Edit Writer"
msgstr "" msgstr ""
#: ../functions.php:743 #: ../functions.php:759
msgid "Update Writer" msgid "Update Writer"
msgstr "" msgstr ""
#: ../functions.php:744 #: ../functions.php:760
msgid "Add New Writer" msgid "Add New Writer"
msgstr "" msgstr ""
#: ../functions.php:745 #: ../functions.php:761
msgid "New Writer Name" msgid "New Writer Name"
msgstr "" msgstr ""
#: ../functions.php:746 #: ../functions.php:762
msgid "Writers" msgid "Writers"
msgstr "" msgstr ""
#: ../functions.php:748 #: ../functions.php:764
msgid "View Writers" msgid "View Writers"
msgstr "" msgstr ""
#: ../functions.php:749 #: ../functions.php:765
msgid "Popular Writers" msgid "Popular Writers"
msgstr "" msgstr ""
#: ../functions.php:750 #: ../functions.php:766
msgid "Separate writers with commas" msgid "Separate writers with commas"
msgstr "" msgstr ""
#: ../functions.php:751 #: ../functions.php:767
msgid "Add or remove writers" msgid "Add or remove writers"
msgstr "" msgstr ""
#: ../functions.php:752 #: ../functions.php:768
msgid "Choose from most used writer" msgid "Choose from most used writer"
msgstr "" msgstr ""
#: ../functions.php:753 #: ../functions.php:769
msgid "No writer found" msgid "No writer found"
msgstr "" msgstr ""
#: ../functions.php:754 #: ../functions.php:770
msgid "Back to writers" msgid "Back to writers"
msgstr "" msgstr ""
#: ../header.php:60
msgid "Show search"
msgstr ""
#: ../header.php:71
msgid "Scroll left"
msgstr ""
#: ../header.php:75
msgid "Scroll right"
msgstr ""
#: ../header.php:82
msgid "Menu"
msgstr ""
#: ../header.php:92
msgid "Events"
msgstr ""
#: ../loop-esemeny.php:73 ../loop.php:24 ../singular.php:163
msgid "Sorry, nothing to display."
msgstr ""
#: ../search.php:11 #: ../search.php:11
#, php-format #, php-format
msgid "%s search results for" msgid "%s search results for"
msgstr "" msgstr ""
#: ../singular.php:101 #: ../searchform.php:3 ../searchform.php:4
msgid "Search"
msgstr ""
#: ../searchform.php:5
msgid "Submit search"
msgstr ""
#: ../singular.php:112
msgid "More posts:" msgid "More posts:"
msgstr "" msgstr ""

Binary file not shown.

View File

@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: dis-2019 WordPress Theme\n" "Project-Id-Version: dis-2019 WordPress Theme\n"
"POT-Creation-Date: 2019-09-02 21:23+0200\n" "POT-Creation-Date: 2019-10-08 22:39+0200\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Péter Gyetvai <gyetpet@mailbox.org>\n" "Last-Translator: Péter Gyetvai <gyetpet@mailbox.org>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -21,14 +21,10 @@ msgstr ""
msgid "Page not found" msgid "Page not found"
msgstr "A keresett oldal nem található" msgstr "A keresett oldal nem található"
#: ../404.php:13 ../singular.php:124 #: ../404.php:13 ../header.php:44 ../singular.php:139
msgid "Back to home:" msgid "Back to home"
msgstr "Vissza a főoldalra" msgstr "Vissza a főoldalra"
#: ../category-esemeny.php:78 ../loop.php:24 ../singular.php:145
msgid "Sorry, nothing to display."
msgstr "Nincs találat"
#: ../customizer.php:16 #: ../customizer.php:16
msgid "Event category id" msgid "Event category id"
msgstr "Esemény kategória ID" msgstr "Esemény kategória ID"
@@ -87,174 +83,206 @@ msgstr ""
"Ugyanaz az érték érvényes mobilon és asztalin. Használj bármilyen egész " "Ugyanaz az érték érvényes mobilon és asztalin. Használj bármilyen egész "
"számot" "számot"
#: ../functions.php:182 #: ../functions.php:183
msgid "Main menu left" msgid "Main menu left"
msgstr "Főmenü bal" msgstr "Főmenü bal"
#: ../functions.php:183 #: ../functions.php:184
msgid "Main menu right" msgid "Main menu right"
msgstr "Főmenü jobb" msgstr "Főmenü jobb"
#: ../functions.php:185 #: ../functions.php:186
msgid "Circular tags" msgid "Circular tags"
msgstr "Kör címkék" msgstr "Kör címkék"
#: ../functions.php:311 #: ../functions.php:321
msgid "View Article" msgid "View Article"
msgstr "Tartalom Megtekintése" msgstr "Tartalom Megtekintése"
#: ../functions.php:382 #: ../functions.php:392
#, php-format #, php-format
msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>" msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>"
msgstr "<cite class=\"fn\">%s</cite> <span class=\"says\">:</span>" msgstr "<cite class=\"fn\">%s</cite> <span class=\"says\">:</span>"
#: ../functions.php:385 #: ../functions.php:395
msgid "Your comment is awaiting moderation." msgid "Your comment is awaiting moderation."
msgstr "A hozzászólás moderálásra vár." msgstr "A hozzászólás moderálásra vár."
#: ../functions.php:391 #: ../functions.php:401
#, php-format #, php-format
msgid "%1$s at %2$s" msgid "%1$s at %2$s"
msgstr "%1$s - %2$s" msgstr "%1$s - %2$s"
#: ../functions.php:391 #: ../functions.php:401
msgid "(Edit)" msgid "(Edit)"
msgstr "(Szerkesztés)" msgstr "(Szerkesztés)"
#: ../functions.php:701 #: ../functions.php:717
msgid "Search Formats" msgid "Search Formats"
msgstr "Formátumok keresése" msgstr "Formátumok keresése"
#: ../functions.php:702 #: ../functions.php:718
msgid "All Formats" msgid "All Formats"
msgstr "Minden formátum" msgstr "Minden formátum"
#: ../functions.php:703 #: ../functions.php:719
msgid "Parent Format" msgid "Parent Format"
msgstr "Szülő formátum" msgstr "Szülő formátum"
#: ../functions.php:704 #: ../functions.php:720
msgid "Parent Format:" msgid "Parent Format:"
msgstr "Szülő formátum:" msgstr "Szülő formátum:"
#: ../functions.php:705 #: ../functions.php:721
msgid "Edit Format" msgid "Edit Format"
msgstr "Formátum szerkesztése" msgstr "Formátum szerkesztése"
#: ../functions.php:706 #: ../functions.php:722
msgid "Update Format" msgid "Update Format"
msgstr "Formátum frissítése" msgstr "Formátum frissítése"
#: ../functions.php:707 #: ../functions.php:723
msgid "Add New Format" msgid "Add New Format"
msgstr "Új formátum hozzáadása" msgstr "Új formátum hozzáadása"
#: ../functions.php:708 #: ../functions.php:724
msgid "New Format Name" msgid "New Format Name"
msgstr "Új formátum neve" msgstr "Új formátum neve"
#: ../functions.php:709 #: ../functions.php:725
msgid "Formats" msgid "Formats"
msgstr "Formátumok" msgstr "Formátumok"
#: ../functions.php:711 #: ../functions.php:727
msgid "View Formats" msgid "View Formats"
msgstr "Formátumok megjelenítése" msgstr "Formátumok megjelenítése"
#: ../functions.php:712 #: ../functions.php:728
msgid "Popular Formats" msgid "Popular Formats"
msgstr "Népszerű formátumok" msgstr "Népszerű formátumok"
#: ../functions.php:713 #: ../functions.php:729
msgid "Separate formats with commas" msgid "Separate formats with commas"
msgstr "Formátumokat vesszővel válaszd el" msgstr "Formátumokat vesszővel válaszd el"
#: ../functions.php:714 #: ../functions.php:730
msgid "Add or remove formats" msgid "Add or remove formats"
msgstr "Formátumok hozzáadása vagy eltávolítása" msgstr "Formátumok hozzáadása vagy eltávolítása"
#: ../functions.php:715 #: ../functions.php:731
msgid "Choose from most used formats" msgid "Choose from most used formats"
msgstr "Választás a leggyakoribb formátumok közül" msgstr "Választás a leggyakoribb formátumok közül"
#: ../functions.php:716 #: ../functions.php:732
msgid "No formats found" msgid "No formats found"
msgstr "Formátum nem található" msgstr "Formátum nem található"
#: ../functions.php:717 #: ../functions.php:733
msgid "Back to formats" msgid "Back to formats"
msgstr "Vissza a formátumokhoz" msgstr "Vissza a formátumokhoz"
#: ../functions.php:738 #: ../functions.php:754
msgid "Search Writers" msgid "Search Writers"
msgstr "Cikkírók keresése" msgstr "Cikkírók keresése"
#: ../functions.php:739 #: ../functions.php:755
msgid "All Writers" msgid "All Writers"
msgstr "Minden cikkíró" msgstr "Minden cikkíró"
#: ../functions.php:740 #: ../functions.php:756
msgid "Parent Writer" msgid "Parent Writer"
msgstr "Szülő cikkíró" msgstr "Szülő cikkíró"
#: ../functions.php:741 #: ../functions.php:757
msgid "Parent Writer:" msgid "Parent Writer:"
msgstr "Szülő cikkíró:" msgstr "Szülő cikkíró:"
#: ../functions.php:742 #: ../functions.php:758
msgid "Edit Writer" msgid "Edit Writer"
msgstr "Cikkíró szerkesztése" msgstr "Cikkíró szerkesztése"
#: ../functions.php:743 #: ../functions.php:759
msgid "Update Writer" msgid "Update Writer"
msgstr "Cikkíró frissítése" msgstr "Cikkíró frissítése"
#: ../functions.php:744 #: ../functions.php:760
msgid "Add New Writer" msgid "Add New Writer"
msgstr "Új cikkíró hozzáadása" msgstr "Új cikkíró hozzáadása"
#: ../functions.php:745 #: ../functions.php:761
msgid "New Writer Name" msgid "New Writer Name"
msgstr "Új cikkíró neve" msgstr "Új cikkíró neve"
#: ../functions.php:746 #: ../functions.php:762
msgid "Writers" msgid "Writers"
msgstr "Cikkírók" msgstr "Cikkírók"
#: ../functions.php:748 #: ../functions.php:764
msgid "View Writers" msgid "View Writers"
msgstr "Cikkírók Megtekintése" msgstr "Cikkírók Megtekintése"
#: ../functions.php:749 #: ../functions.php:765
msgid "Popular Writers" msgid "Popular Writers"
msgstr "Népszerű cikkírók" msgstr "Népszerű cikkírók"
#: ../functions.php:750 #: ../functions.php:766
msgid "Separate writers with commas" msgid "Separate writers with commas"
msgstr "Cikkírókat vesszővel válaszd el" msgstr "Cikkírókat vesszővel válaszd el"
#: ../functions.php:751 #: ../functions.php:767
msgid "Add or remove writers" msgid "Add or remove writers"
msgstr "Cikkírók hozzáadása vagy eltávolítása" msgstr "Cikkírók hozzáadása vagy eltávolítása"
#: ../functions.php:752 #: ../functions.php:768
msgid "Choose from most used writer" msgid "Choose from most used writer"
msgstr "Választás a leggyakoribb cikkírók közül" msgstr "Választás a leggyakoribb cikkírók közül"
#: ../functions.php:753 #: ../functions.php:769
msgid "No writer found" msgid "No writer found"
msgstr "Cikkíró nem található" msgstr "Cikkíró nem található"
#: ../functions.php:754 #: ../functions.php:770
msgid "Back to writers" msgid "Back to writers"
msgstr "Vissza a cikkírókhoz" msgstr "Vissza a cikkírókhoz"
#: ../header.php:60
msgid "Show search"
msgstr "Keresés megjelenítése"
#: ../header.php:71
msgid "Scroll left"
msgstr "Görgetés balra"
#: ../header.php:75
msgid "Scroll right"
msgstr "Görgetés jobbra"
#: ../header.php:82
msgid "Menu"
msgstr "Menü"
#: ../header.php:92
msgid "Events"
msgstr "Események"
#: ../loop-esemeny.php:73 ../loop.php:24 ../singular.php:163
msgid "Sorry, nothing to display."
msgstr "Nincs találat"
#: ../search.php:11 #: ../search.php:11
#, php-format #, php-format
msgid "%s search results for" msgid "%s search results for"
msgstr "%s találat" msgstr "%s találat"
#: ../singular.php:101 #: ../searchform.php:3 ../searchform.php:4
msgid "Search"
msgstr "Keresés"
#: ../searchform.php:5
msgid "Submit search"
msgstr "Keresés elküldése"
#: ../singular.php:112
msgid "More posts:" msgid "More posts:"
msgstr "További cikkeink:" msgstr "További cikkeink:"

77
loop-esemeny.php Normal file
View File

@@ -0,0 +1,77 @@
<?php if (have_posts()): while (have_posts()): the_post();?>
<?php
$event_datum = get_post_meta( get_the_ID(), 'dis-esemeny-datum', true );
$event_link = get_post_meta( get_the_ID(), 'dis-esemeny-link', true );
?>
<article id="post-<?php the_ID();?>" <?php post_class();?>>
<!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php echo $event_link; ?>" title="<?php the_title();?>" target="_blank">
<?php the_post_thumbnail('home-event-thumbnail');?>
</a>
<?php endif;?>
<!-- /post thumbnail -->
<div class="event-metadata">
<div class="top-row">
<div class="ev-date">
<?php
echo preg_replace('/^(\d{4}\.)(\d{2}\.)(\d{2}\.)$/','\1</br>\2 \3',$event_datum );
// echo $event_datum;
?>
</div>
<!-- Arrow -->
<a href="<?php echo $event_link; ?>" target="_blank" class="arrow-link">
</a>
</div>
<div class="hr">
</div>
<div class="bottom-row">
<!-- title -->
<h2>
<a href="<?php echo $event_link; ?>" target="_blank"><?php the_title();?></a>
</h2>
<div class="vr"></div>
<!-- Tovább button -->
<a href="<?php echo $event_link; ?>" class="text-link" target="_blank">Tovább az eseményre</a>
</div>
</div><!-- end event-metadata -->
<!-- post title -->
<!-- /post title -->
</article>
<?php endwhile;?>
<?php else: ?>
<!-- article -->
<article>
<h2><?php _e('Sorry, nothing to display.', 'dis2019');?></h2>
</article>
<!-- /article -->
<?php endif;?>

View File

@@ -82,7 +82,7 @@
<?php if (is_home() and $qc == 1): ; //first post on home ?> <?php if (is_home() and $qc == 1): ; //first post on home ?>
<div class="curvyArrow"> <div class="curvyArrow">
<object data="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.svg" type="image/svg+xml"> <object data="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.svg" type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" /> <img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" alt="→"/>
</object> </object>
</div> </div>
<?php endif;?> <?php endif;?>

View File

@@ -48,7 +48,7 @@
font-size: 6.8rem; font-size: 6.8rem;
} }
@media #{$bigdesktop-hidpi} { @media #{$bigdesktop-hidpi} {
// font-size: 5.5rem !important; font-size: 5.5rem;
} }
@media #{$verybigdesktop} { @media #{$verybigdesktop} {
font-size: 11rem; font-size: 11rem;
@@ -89,11 +89,14 @@
font-size: 2rem; font-size: 2rem;
} }
@media #{$bigdesktop-hidpi} { @media #{$bigdesktop-hidpi} {
// font-size: 1.5rem !important; font-size: 1.5rem;
} }
@media #{$verybigdesktop} { @media #{$verybigdesktop} {
font-size: 3rem; font-size: 3rem;
} }
// @media #{$verybigdesktop-hidpi} {
// font-size: 2.6rem;
// }
} }
@mixin home-metadata { @mixin home-metadata {
@@ -195,13 +198,9 @@
} }
@mixin single-author { @mixin single-author {
@include single-metadata(); font: bold 2rem "Westeinde Caption";
font-size: 2rem;
color: #fff; color: #fff;
-webkit-text-stroke: #000 1px; -webkit-text-stroke: #000 1px;
@media #{$smalldesktop} {
font-size: 3rem;
}
} }
@mixin single-h2 { @mixin single-h2 {
@@ -237,8 +236,24 @@
} }
@mixin related-title { @mixin related-title {
font: 500 2rem "Westeinde Caption"; font: 500 2rem "Westeinde Caption" !important;
line-height: 1.3; line-height: 1.3;
@media #{$tablet} {
font-size: 0.9rem !important;
}
@media #{$smalldesktop} {
font-size: 1.3rem !important;
}
@media #{$bigdesktop} {
font-size: 1.6rem !important;
}
}
@mixin related-metadata {
@include home-metadata();
@media #{$verybigdesktop} {
font-size: 1.6rem !important;
}
} }
/* ---------------------------------- event --------------------------------- */ /* ---------------------------------- event --------------------------------- */
@@ -258,9 +273,13 @@
@media #{$bigdesktop} { @media #{$bigdesktop} {
font-size: 3rem; font-size: 3rem;
} }
@media #{$bigdesktop-hidpi} {
font-size: 2.8rem;
}
@media #{$verybigdesktop} { @media #{$verybigdesktop} {
font-size: 4rem; font-size: 4rem;
} }
} }
@mixin event-date { @mixin event-date {
@@ -269,7 +288,7 @@
} }
@mixin event-link { @mixin event-link {
font: 500 1.3rem "Westeinde Caption"; font: 900 1.3rem "Westeinde Caption";
-webkit-text-stroke: #00f 1px; -webkit-text-stroke: #00f 1px;
color: transparent; color: transparent;
@media #{$bigmobile} { @media #{$bigmobile} {

View File

@@ -3,19 +3,19 @@
\*------------------------------------*/ \*------------------------------------*/
::selection { ::selection {
background:#04A4CC; background: #04a4cc;
color:#FFF; color: #fff;
text-shadow:none; text-shadow: none;
} }
::-webkit-selection { ::-webkit-selection {
background:#04A4CC; background: #04a4cc;
color:#FFF; color: #fff;
text-shadow:none; text-shadow: none;
} }
::-moz-selection { ::-moz-selection {
background:#04A4CC; background: #04a4cc;
color:#FFF; color: #fff;
text-shadow:none; text-shadow: none;
} }
/*------------------------------------*\ /*------------------------------------*\
@@ -23,73 +23,71 @@
\*------------------------------------*/ \*------------------------------------*/
.alignnone { .alignnone {
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
.aligncenter, .aligncenter,
div.aligncenter { div.aligncenter {
display:block; display: block;
margin:5px auto 5px auto; margin: 5px auto 5px auto;
} }
.alignright { .alignright {
float:right; float: right;
margin:5px 0 20px 20px; margin: 5px 0 20px 20px;
} }
.alignleft { .alignleft {
float:left; float: left;
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
a img.alignright { a img.alignright {
float:right; float: right;
margin:5px 0 20px 20px; margin: 5px 0 20px 20px;
} }
a img.alignnone { a img.alignnone {
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
a img.alignleft { a img.alignleft {
float:left; float: left;
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
a img.aligncenter { a img.aligncenter {
display:block; display: block;
margin-left:auto; margin-left: auto;
margin-right:auto; margin-right: auto;
} }
.wp-caption { .wp-caption {
background:#FFF; background: #fff;
border:1px solid #F0F0F0; border: 1px solid #f0f0f0;
max-width:96%; max-width: 96%;
padding:5px 3px 10px; padding: 5px 3px 10px;
text-align:center; text-align: center;
} }
.wp-caption.alignnone { .wp-caption.alignnone {
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
.wp-caption.alignleft { .wp-caption.alignleft {
margin:5px 20px 20px 0; margin: 5px 20px 20px 0;
} }
.wp-caption.alignright { .wp-caption.alignright {
margin:5px 0 20px 20px; margin: 5px 0 20px 20px;
} }
.wp-caption img { .wp-caption img {
border:0 none; border: 0 none;
height:auto; height: auto;
margin:0; margin: 0;
max-width:98.5%; max-width: 98.5%;
padding:0; padding: 0;
width:auto; width: auto;
} }
.wp-caption .wp-caption-text, .wp-caption .wp-caption-text,
.gallery-caption { .gallery-caption {
font-size:11px; font-size: 11px;
line-height:17px; line-height: 17px;
margin:0; margin: 0;
padding:0 4px 5px; padding: 0 4px 5px;
} }
.sticky { .sticky {
} }
.bypostauthor { .bypostauthor {
} }
/*------------------------------------*\ /*------------------------------------*\
@@ -97,51 +95,199 @@ a img.aligncenter {
\*------------------------------------*/ \*------------------------------------*/
@media print { @media print {
* { @page {
background:transparent !important; margin: 2cm;
color:#000 !important; }
box-shadow:none !important;
text-shadow:none !important; html {
} overflow-y: unset !important;
a, }
a:visited {
text-decoration:underline; * {
} -webkit-print-color-adjust: exact;
a[href]:after { color-adjust: exact !important;
content:" (" attr(href) ")"; }
}
abbr[title]:after { *:not(header *) {
content:" (" attr(title) ")"; background: transparent !important;
} color: #000 !important;
.ir a:after, box-shadow: none !important;
a[href^="javascript:"]:after, text-shadow: none !important;
a[href^="#"]:after { }
content:""; a,
} a:visited {
pre,blockquote { text-decoration: underline;
border:1px solid #999; }
page-break-inside:avoid; a[href]:after {
} content: " (" attr(href) ")";
thead { }
display:table-header-group; abbr[title]:after {
} content: " (" attr(title) ")";
tr,img { }
page-break-inside:avoid; .ir a:after,
} a[href^="javascript:"]:after,
img { a[href^="#"]:after {
max-width:100% !important; content: "";
} }
@page { pre,
margin:0.5cm; blockquote {
} border: 1px solid #999;
p, page-break-inside: avoid;
h2, }
h3 { thead {
orphans:3; display: table-header-group;
widows:3; }
} tr,
h2, img {
h3 { page-break-inside: avoid;
page-break-after:avoid; }
} img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
//structure
.wrapper {
height: unset !important;
}
//header
header {
position: relative !important;
flex-direction: column !important;
align-items: flex-start !important;
justify-content: flex-start !important;
padding: 2rem !important;
.header-inner {
flex-direction: column !important;
justify-content: flex-start;
align-items: flex-start !important;
padding: 0 2rem !important;
.dis-logo {
background-image: url(../img/dis-logo-black.png) !important;
background-image: url(../img/dis-logo-black.svg) !important;
margin-bottom: 1rem;
}
a {
display: flex !important;
flex-direction: row;
justify-content: flex-start;
align-items: center;
div {
margin-right: 2rem;
}
}
.menubutton {
display: none;
}
.social-link {
display: block !important;
margin: 0.5rem 2rem !important;
}
.events-link {
display: none;
}
}
}
//masonrypage
.masonrypage {
article {
min-height: unset !important;
a.thumbnailwrapper {
img {
height: 50vw !important;
width: 100vw !important;
}
&:after {
content: "";
}
}
h2 {
display: block !important;
padding-bottom: 5rem !important;
}
.metadata {
top: calc(50vw - 5rem + 1px) !important;
position: absolute;
// border-top: 1px solid #000;
@include fit-content(width);
height: $h-unit-1;
background-color: #fff;
@include triangle-corner-bordered(#{$h-unit-1}, #{$h-unit-1}, white, #000, left);
&::after {
display: block !important;
}
}
}
}
//single
.singularpage {
.titlewrapper {
padding-top: 2rem !important;
.metadata {
a {
text-decoration: none;
&::after {
content: "";
}
}
}
}
.single-content {
hr.content-begin {
margin-top: 2rem !important;
}
a.cboxElement::after {
content: "" !important;
}
figcaption {
display: block !important;
}
.alignleft,
.alignright,
.wp-block-image {
page-break-inside: avoid;
width: 100% !important;
height: auto;
img {
page-break-inside: avoid;
width: 100%;
height: auto;
}
}
&::after{
content: "A fák érdekében feleslegesen ne nyomtasd ki ezt a cikket. A papírszemetet gyűjtsd szelektíven!";
top: 3rem;
position: relative;
}
}
.fb-like,
.fb-page,
.toHome {
display: none !important;
}
}
} }

View File

@@ -87,50 +87,23 @@ html *::selection {
// MEDIA QUERIES */ // MEDIA QUERIES */
// -------------------------------------------------------------------------- */ // -------------------------------------------------------------------------- */
$bigmobile: only screen and $bigmobile: "only screen and (min-width: 360px)";
(
min-width: 360px
);
$only-mobile: only screen and $only-mobile: "only screen and (max-width: 768px)";
(
max-width: 768px
);
$tablet: only screen and $tablet: "only screen and (min-width: 769px)";
(
min-width: 769px
);
$smalldesktop: only screen and $smalldesktop: "only screen and (min-width: 1024px)";
(
min-width: 1024px
);
$mobile-landscape: only screen and $mobile-landscape: "only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2.1) and (min-aspect-ratio: 1/1)";
(
min-width: 769px
)
and (-webkit-min-device-pixel-ratio: 2.1) and
(
min-aspect-ratio: 1/1
);
$bigdesktop: only screen and $bigdesktop: "only screen and (min-width: 1279px)";
(
min-width: 1279px
);
$bigdesktop-hidpi: only screen and $bigdesktop-hidpi: "only screen and (min-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.4)";
(
min-width: 1279px
)
and (-webkit-min-device-pixel-ratio: 1.4);
$verybigdesktop: only screen and $verybigdesktop: "only screen and (min-width: 1919px)";
(
min-width: 1919px $verybigdesktop-hidpi: "only screen and (min-width: 1919px) and (-webkit-min-device-pixel-ratio: 1.4)";
);
// -------------------------------------------------------------------------- */ // -------------------------------------------------------------------------- */
// GLOBAL VARIABLES */ // GLOBAL VARIABLES */
@@ -294,7 +267,6 @@ $v-unit-6: 24rem;
top: 0; top: 0;
background-color: $bgcolor; background-color: $bgcolor;
z-index: 9; z-index: 9;
@if $side==left { @if $side==left {
left: $minusOffset; left: $minusOffset;
border-left: $bordercolor solid 1px; border-left: $bordercolor solid 1px;
@@ -378,11 +350,11 @@ $v-unit-6: 24rem;
// STRUCTURE */ // STRUCTURE */
// -------------------------------------------------------------------------- */ // -------------------------------------------------------------------------- */
.no-js body .loadingscreen{ .no-js body .loadingscreen {
display: none; display: none;
} }
.loadingscreen{ .loadingscreen {
background-color: #fff; background-color: #fff;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
@@ -402,7 +374,6 @@ $v-unit-6: 24rem;
height: 100vh; height: 100vh;
z-index: 1; z-index: 1;
// -------------------------------------------------------------------------- */ // -------------------------------------------------------------------------- */
// header */ // header */
// -------------------------------------------------------------------------- */ // -------------------------------------------------------------------------- */
@@ -447,7 +418,7 @@ $v-unit-6: 24rem;
@media #{$smalldesktop} { @media #{$smalldesktop} {
width: $h-unit-2; width: $h-unit-2;
} }
div { div, button {
z-index: 3500; z-index: 3500;
// object { // object {
@@ -533,6 +504,9 @@ $v-unit-6: 24rem;
background-image: url(../img/#{$iconname}-black.png); background-image: url(../img/#{$iconname}-black.png);
background-image: url(../img/#{$iconname}-black.svg); background-image: url(../img/#{$iconname}-black.svg);
} }
@media print {
background-image: url(../img/#{$iconname}-black.png);
}
} }
.facebook-icon { .facebook-icon {
@@ -579,7 +553,7 @@ $v-unit-6: 24rem;
&.rotated { &.rotated {
@include transform(rotate($degree)); @include transform(rotate($degree));
} }
&.inverted .menubutton-icon { &.inverted.menubutton-icon {
@media #{$tablet} { @media #{$tablet} {
background-image: url(../img/dis-plus-white.png); background-image: url(../img/dis-plus-white.png);
background-image: url(../img/dis-plus-white.svg); background-image: url(../img/dis-plus-white.svg);
@@ -596,7 +570,7 @@ $v-unit-6: 24rem;
.events-link { .events-link {
margin: 0 2rem 0 0; margin: 0 2rem 0 0;
&.hidden { &.hidden {
display: none !important; display: none;
} }
@media #{$tablet} { @media #{$tablet} {
margin: 0; margin: 0;
@@ -1703,7 +1677,7 @@ body.category.category-esemeny {
height: 85vw; height: 85vw;
max-height: calc(50vw + 180px); max-height: calc(50vw + 180px);
.thumbnailwrapper { .thumbnailwrapper {
height: 50vw; // height: 50vw;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
@@ -1853,6 +1827,13 @@ body.category.category-esemeny {
} }
} }
} }
/* ---------------------- loadmore on desktop on events --------------------- */
.misha_loadmore{
width: calc(50vw - #{$h-unit-4} - #{$h-unit-2});
max-width: unset;
}
} }
} }
} }
@@ -1898,7 +1879,12 @@ $padd: 2rem;
.thumbnailwrapper { .thumbnailwrapper {
padding: 0; padding: 0;
img.attachment-post-thumbnail { img.attachment-single-thumbnail {
//use home-big-thumbnail on mobile
display: none;
}
img.attachment-home-big-thumbnail {
// post thumbnail on home // post thumbnail on home
height: 75vh; height: 75vh;
width: 100vw; width: 100vw;
@@ -1923,15 +1909,21 @@ $padd: 2rem;
width: calc(100vw - #{$h-unit-1}); width: calc(100vw - #{$h-unit-1});
bottom: unset !important; bottom: unset !important;
height: $h-unit-1; height: $h-unit-1;
// height: calc(#{$h-unit-1} - 0.5px);
position: relative; position: relative;
align-self: flex-end; align-self: flex-end;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
padding-left: 0; padding-left: 0;
// border-left: #fff solid 1px;
@include single-metadata(); @include single-metadata();
a {
@include single-metadata();
}
.metaWrapper { .metaWrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -1943,6 +1935,7 @@ $padd: 2rem;
.time-cat::after { .time-cat::after {
content: " "; content: " ";
display: inline-block; display: inline-block;
white-space: pre;
} }
.format::before { .format::before {
content: "|"; content: "|";
@@ -1996,9 +1989,13 @@ $padd: 2rem;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
img.attachment-post-thumbnail { img.attachment-home-big-thumbnail {
// post thumbnail on home display: none;
}
img.attachment-single-thumbnail {
// post thumbnail on home
display: block;
object-fit: cover; object-fit: cover;
padding: 0; padding: 0;
@@ -2046,7 +2043,7 @@ $padd: 2rem;
hr { hr {
height: 1px; height: 1px;
background-color: #ff5f5f; background-color: #00ffb8;
padding: 0; padding: 0;
margin: 0 auto; margin: 0 auto;
@@ -2103,8 +2100,8 @@ $padd: 2rem;
@include single-quote(); @include single-quote();
margin: 2rem 0; margin: 2rem 0;
display: inline-block; display: inline-block;
background: #ff5f5f; background: #00ffb8;
@include box-shadow(10px 0 #ff5f5f, -5px 0 #ff5f5f); @include box-shadow(10px 0 #00ffb8, -5px 0 #00ffb8);
} }
h4 { h4 {
@@ -2119,15 +2116,19 @@ $padd: 2rem;
font-weight: 900; font-weight: 900;
} }
iframe {
width: 100%;
}
blockquote { blockquote {
@include single-quote(); @include single-quote();
margin: 3rem 0; margin: 3rem 0;
p { p {
background: #ff5f5f; background: #00ffb8;
display: inline; display: inline;
padding: 5px 0 3px; padding: 5px 0 3px;
@include box-shadow(10px 0 #ff5f5f, -5px 0 #ff5f5f); @include box-shadow(10px 0 #00ffb8, -5px 0 #00ffb8);
} }
cite { cite {
display: block; display: block;
@@ -2136,6 +2137,10 @@ $padd: 2rem;
top: 0.5rem; top: 0.5rem;
left: 2rem; left: 2rem;
} }
em {
//fix italics in old articles
font-style: normal;
}
} }
//nagyon nagy kiemelt //nagyon nagy kiemelt
@@ -2164,7 +2169,19 @@ $padd: 2rem;
// ---------------------------- images on single ---------------------------- */ // ---------------------------- images on single ---------------------------- */
.wp-block-image { // old images
.wp-caption {
max-width: 100%;
border: none;
background: unset;
}
img {
height: auto;
}
.wp-block-image,
.wp-caption {
margin: $padd 0; margin: $padd 0;
position: relative !important; position: relative !important;
@@ -2405,6 +2422,16 @@ $padd: 2rem;
} }
} }
} //#colorbox end } //#colorbox end
/* -------------------------------- /facebook ------------------------------- */
.fb-page {
display: block !important;
padding: $padd 0;
a{
@include related-title();
}
}
} //body.single, page end } //body.single, page end
// ------------------------------ related posts ----------------------------- */ // ------------------------------ related posts ----------------------------- */
@@ -2491,6 +2518,9 @@ $padd: 2rem;
flex-wrap: nowrap; flex-wrap: nowrap;
align-items: center; align-items: center;
padding: 0; padding: 0;
* {
@include related-metadata();
}
.vr { .vr {
height: 100%; height: 100%;
@@ -2700,7 +2730,7 @@ body.page {
//metadata on mobile //metadata on mobile
.metadata { .metadata {
@media #{$only-mobile} { @media #{$only-mobile}, print {
color: $color !important; color: $color !important;
.vr { .vr {
background-color: $color !important; background-color: $color !important;
@@ -2711,7 +2741,7 @@ body.page {
color: $color !important; color: $color !important;
} }
@media #{$only-mobile} { @media #{$only-mobile}, print {
&::before, &::before,
&::after { &::after {
border-color: $color !important; border-color: $color !important;
@@ -2719,7 +2749,7 @@ body.page {
} }
} }
h2 { h2 {
@media #{$only-mobile} { @media #{$only-mobile}, print {
border-top-color: $color !important; border-top-color: $color !important;
} }
} }
@@ -2828,6 +2858,9 @@ body.page {
a { a {
color: $color; color: $color;
} }
hr {
background-color: $color;
}
.authors { .authors {
a { a {
-webkit-text-stroke: $color 1px !important; -webkit-text-stroke: $color 1px !important;
@@ -2838,6 +2871,9 @@ body.page {
} }
} }
} }
hr.related-wrap {
background-color: $color;
}
} }
$color-be: #fdff00; $color-be: #fdff00;
$color-do: #3c00ff; $color-do: #3c00ff;

View File

@@ -1,18 +1,7 @@
<!-- search --> <!-- search -->
<form class="search" method="get" action="<?php echo home_url(); ?>" role="search"> <form class="search" method="get" action="<?php echo home_url(); ?>" role="search">
<input class="search-input" type="search" name="s" placeholder=""> <input class="search-input" type="search" name="s" placeholder="" aria-label="<?php _e('Search', 'dis2019');?>">
<button class="search-submit" type="submit" role="button"> <label for="s"><?php _e( 'Search', 'dis2019' ); ?></label>
<div class="kereso-icon icon"> <button class="search-submit kereso-icon icon" type="submit" aria-label="<?php _e('Submit search', 'dis2019');?>"></button>
</div>
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.png" />
</object>
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.svg"
type="image/svg+xml">
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.png" />
</object> -->
</button>
</form> </form>
<!-- /search --> <!-- /search -->

View File

@@ -12,7 +12,8 @@
<!-- post thumbnail --> <!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if Thumbnail exists ?> <?php if (has_post_thumbnail()): // Check if Thumbnail exists ?>
<div class="thumbnailwrapper"> <div class="thumbnailwrapper">
<?php the_post_thumbnail(); // Fullsize image for the single post ?> <?php the_post_thumbnail('single-thumbnail'); ?>
<?php the_post_thumbnail('home-big-thumbnail'); ?>
</div> </div>
<?php endif;?> <?php endif;?>
@@ -73,6 +74,20 @@
echo '<p>'; echo '<p>';
} ?> } ?>
<!-- Facebook -->
<?php
if (is_single()) {
?>
<div class="fb-like" data-href="<?php the_permalink();?>" data-width="" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
<div class="fb-page" data-href="https://www.facebook.com/designisso/" data-tabs="" data-width="" data-height="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false">
<blockquote cite="https://www.facebook.com/designisso/" class="fb-xfbml-parse-ignore">
<a href="https://www.facebook.com/designisso/">designisso</a>
</blockquote>
</div>
<?php
};
?>
<hr class="content-wrap content-end"> <hr class="content-wrap content-end">
</div> </div>
@@ -119,12 +134,19 @@
$post = $orig_post; $post = $orig_post;
wp_reset_query(); ?> wp_reset_query(); ?>
<?php
if (is_single()) {
?>
<div class="toHome"> <div class="toHome">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
← <?php _e('Back to home:', 'dis2019');?> ← <?php _e('Back to home', 'dis2019');?>
</a> </a>
<hr class="related-wrap single-end"> <hr class="related-wrap single-end">
</div> </div>
<?php
};
?>

View File

@@ -2,7 +2,7 @@
Theme Name: dis-2019 Theme Name: dis-2019
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019 Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a> Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
Version: 0.1.0 Version: 1.0.16
Author: Gyetvai Péter Author: Gyetvai Péter
Author URI: https://gyetvai-peter.hu Author URI: https://gyetvai-peter.hu
Tags: Designisso Tags: Designisso