Skip to content

Commit

Permalink
modified: README.txt
Browse files Browse the repository at this point in the history
	modified:   admin-options.css
	modified:   changelog.txt
	modified:   css3.css
	modified:   functions.php
	modified:   languages/css/ja.css
	modified:   lib/csscolor.css.php
	modified:   plugins/plugins-presentation.php
	modified:   raindrops.js
	modified:   responsiveness.css
	modified:   style.css
  • Loading branch information
tenman committed Dec 19, 2017
1 parent 3ffb535 commit c71cfb9
Show file tree
Hide file tree
Showing 11 changed files with 277 additions and 207 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: nobita
Requires at least: WordPress 4.6
Tested up to: WordPress 4.9.1
Stable tag: 1.487
Version: 1.502
Version: 1.503
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, rtl-language-support, microformats, grid-layout, flexible-header, custom-logo, featured-image-header, footer-widgets
Expand Down
8 changes: 8 additions & 0 deletions admin-options.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@
width:100%;
height:20em;
font-size:1.3em;
}
/**
* for gutenberg
*/
.gutenberg-editor-page .wp-block-separator{
clear:both;
float:none;
position:relative;
}
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Changelog -----------------------------------
version:1.503

Overview of Changes


Files Modified


Description of Code Changes
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.502&new_path=raindrops/1.503
-----------------------------------------------Changelog -----------------------------------
Changelog -----------------------------------
version:1.502

Overview of Changes
Expand Down
33 changes: 32 additions & 1 deletion css3.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,53 @@ article .entry-meta a:hover,
.datetable td li:nth-last-child(1){
border-bottom:none;
}
/* 1.503
.sticky-widget .columns,
.sticky-widget .textwidget .columns,
#doc5 .entry-content .columns,
#doc .entry-content .columns,
#doc2 .entry-content .columns,
#doc4 .entry-content .columns,
#doc3 .entry-content .columns{
#doc3 .entry-content .columns*/
#bd .columns{
-moz-columns: 20em auto;
-webkit-columns:20em auto;
-o-columns: 20em auto;
-ms-columns: 20em auto;
}
.entry-content .columns h1,
.entry-content .columns h2,
.entry-content .columns h3,
.entry-content .columns h4,
.entry-content .columns h5,
.entry-content .columns h6{
display:block;
}
/**
* Not recommend
* Properties such as column-span, break - * of child the columns class are poor browser compatibility
* @1.503
*/
.columns > .break-before{

break-before: column;
}
.columns > .full{

column-span: all;
border-bottom:1px solid;
}
.columns > avoid{

break-before: avoid-column;
}


.entry-title a{
word-break:normal;
word-wrap:normal;/* Internet Explorer */
}

.raindrops-light-box{
position: relative;
/* @1.480 background: #f1d2c2;*/
Expand Down
8 changes: 4 additions & 4 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3638,13 +3638,13 @@ function raindrops_loop_title() {
} elseif ( is_tag() ) {

$tag_id = absint( get_queried_object_id() );
$Raindrops_class_name = 'tag-archives tag-' . $tag_id;
$Raindrops_class_name = 'tag-archives list-tag-' . $tag_id;
$page_title = esc_html__( "Tag Archives", 'raindrops' );
$page_title_c = single_term_title( "", false );
} elseif ( is_category() ) {
$page_title_c = single_cat_title( '', false );
$category_id = get_cat_ID( $page_title_c );
$Raindrops_class_name = 'category-archives cat-item-' . $category_id;
$Raindrops_class_name = 'category-archives list-cat-item-' . $category_id;
$page_title = esc_html__( "Category Archives", 'raindrops' );
} elseif ( is_archive() ) {

Expand Down Expand Up @@ -3798,7 +3798,7 @@ function raindrops_loop_title() {

if ( !empty( $Raindrops_class_name ) ) {

echo "\n" . str_repeat( "\t", 7 ) . '<ul class="index archives list-' . esc_attr( $Raindrops_class_name ) . '">';
echo "\n" . str_repeat( "\t", 7 ) . '<ul class="index archives ' . esc_attr( $Raindrops_class_name ) . '">';
} else {

echo "\n" . str_repeat( "\t", 7 ) . '<ul class="index archives">';
Expand Down Expand Up @@ -12477,7 +12477,7 @@ function raindrops_remove_noteaser_link_scroll( $link ) {
*/
function raindrops_admin_post_stylesheet() {

wp_enqueue_style( 'admin_css', get_template_directory_uri() . '/admin-options.css' );
wp_enqueue_style( 'admin_options', get_template_directory_uri() . '/admin-options.css' );
}

}
Expand Down
40 changes: 2 additions & 38 deletions languages/css/ja.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
font-weight: 300;
font-style:normal;
font-display: fallback;/* @1.503 */
}
table,
body {
Expand Down Expand Up @@ -95,10 +96,6 @@ h3,
.entry-title{
font-weight:700;
}
.ja .lsidebar h2,
.ja .rsidebar h2{
/* @1.497 font-size:108%;*/
}
.mce-content-body .h1:not(h1),
.mce-content-body h1,
.h1:not(h1){
Expand Down Expand Up @@ -142,26 +139,13 @@ h6{
.lsidebar h2,
.widgettitle h2,
h2.footer-content {
/* @1.497 font-size:108%;*/
padding:5px 0;
}
.author .entry-title{
display:inline-block;
margin-left:.6em;
}
/* @1.497
.ja main .author .h2-thumb img{
width:24px;
height:24px;
}*/
/* @1.497
.ja.date table .entry-title{
font-weight:normal;
}
/* @1.497
.ja.date .entry-title{
font-weight:normal;
}*/

#list-of-post ol .entry-title{
font-weight:normal!important;
}
Expand All @@ -171,26 +155,6 @@ em{
i{
font-style: italic;
}
/* @1.496
.mce-content-body p,
.ja p{
line-height:1.6;
}
.ja .datetable .time,
.ja .datetable .month-name,
.ja .datetable .year-name,
.ja .datetable .day-name{
font-style:normal;
}*/
/* @1.497
.ja .rsidebar .eco-archive li,
.ja .lsidebar .eco-archive li{
display:inline-block;
margin:1%;
box-sizing:border-box;
width:3em;
}
*/
.widget_recent_comments .recentcomments{
visibility:hidden;
}
Expand Down
Loading

0 comments on commit c71cfb9

Please sign in to comment.