Skip to content

Commit

Permalink
modified: README.txt
Browse files Browse the repository at this point in the history
	modified:   changelog.txt
	modified:   css3.css
	modified:   fonts.css
	modified:   functions.php
	modified:   raindrops-helper.js
	modified:   responsiveness.css
	modified:   style.css
  • Loading branch information
tenman committed Nov 13, 2017
1 parent fc25f95 commit 7aecdf8
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 26 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.5
Tested up to: WordPress 4.8.3
Stable tag: 1.487
Version: 1.494
Version: 1.495
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
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Changelog -----------------------------------
version:1.494
version:1.495

Overview of Changes
Modify general style for WordPress 4.9
Expand Down Expand Up @@ -45,7 +45,7 @@ Files Modified
modified: style.css

Description of Code Changes
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.493&new_path=raindrops/1.494
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.493&new_path=raindrops/1.495
-----------------------------------------------Changelog -----------------------------------
Changelog -----------------------------------
version:1.493
Expand Down
3 changes: 0 additions & 3 deletions css3.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ article .entry-meta a:hover,
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.gecko .raindrops-lightbox-overlay:target {
padding: 6.92307692308em auto 1.53846153846em;

}
.raindrops-lightbox-overlay:target a.lb-close,
.raindrops-lightbox-overlay:target > div{
opacity: 1;
Expand Down
16 changes: 12 additions & 4 deletions fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ body{
#access div.menu ul{
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.sans-serif,
.entry-title.sans-serif,
.rd-list .topsidebar .widgettitle, /* 1.480 */
.rd-grid .topsidebar .widgettitle,
.parent-entry .parent-entry-title,
.rd-grid .entry-title,
.eco-archive h3,
Expand All @@ -67,6 +71,8 @@ h2.footer-content,
h4, h5, h6, .h4, .h5, .h6{
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.serif,
.serif .entry-title-text,
.page-title,
var, h1, h2, h3, .h1, .h2, .h3{
font-family:"Times New Roman", Times, serif;
Expand All @@ -77,10 +83,7 @@ tt {
font-family:"Courier New", Courier, monospace;
line-height:100%;
}
.rd-list .topsidebar .widgettitle, /* 1.480 */
.rd-grid .topsidebar .widgettitle{
font-family: Geneva, Arial, Helvetica, sans-serif;
}

/**
* Title
========================================================================== */
Expand Down Expand Up @@ -116,20 +119,25 @@ tt {
/**
* .h*:not(h1) is Avoid em size issue
*/

.h1:not(h1), h1 {
font-size:197%;
}
.sans-serif,
.entry-content h2.sans-serif,
.archive .archives .title-wrapper .label,
.archive .archives .title-wrapper .title,
.h2:not(h2), h2 {
font-size:153.9%;
}

.rd-grid .search-results .entry-title,
.rd-grid .archives .entry-title,
.parent-entry-title,
.image-caption .section-title{
font-size:138.5%;
}
.entry-content h3.sans-serif,
.page .raindrops-tag-posts .enty-title,
.page .raindrops-category-posts .entry-title,
.page .raindrops-recent-posts .entry-title,
Expand Down
3 changes: 2 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,8 @@ function raindrops_embed_css() {
$default_basefont_val = (int) raindrops_warehouse_clone( 'raindrops_basefont_settings', 'option_value' );
$sidebar_h2_margin = ceil( $default_basefont_val * 1.539 );

$css .= '.lsidebar, div[role="main"]{ margin-top:'. $sidebar_h2_margin. 'px;}';
$css .= '.lsidebar, div[role="main"]{ padding-top:'. $sidebar_h2_margin. 'px;}';
$css .= '.rsidebar{ padding-bottom:'. $sidebar_h2_margin. 'px;}';
$css .= '#doc5 .raindrops-no-keep-content-width .raindrops-expand-width{margin-top:0}';
$css .= '#doc3 .raindrops-no-keep-content-width .raindrops-expand-width{margin-top:0}';
$css .= '#searchform{margin: '. $sidebar_h2_margin. 'px 0 1em 0.38461538461em;}';
Expand Down
5 changes: 5 additions & 0 deletions raindrops-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,11 @@ jQuery( function ( $ ) {
$( 'nav' ).not('.lsidebar').removeAttr( 'style' );
$( 'nav .menu > li > a' ).removeAttr( 'style' );
}

if( raindrops_window_width < 641 ) {
/* @1.494 */
$( 'nav#access' ).removeClass( 'raindrops-menu-fixed' );
}
} );
}

Expand Down
4 changes: 2 additions & 2 deletions responsiveness.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
#access{display:none!important;}
#access:target{
display:block!important;
padding-top:100px;
margin-top:-100px!important;
/* @1.494 padding-top:100px;
margin-top:-100px!important;*/
}
.rd-col-1 #access:target{
margin-top: 0!important;
Expand Down
39 changes: 26 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.tenman.info/wp3/raindrops/
Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit. Supported languages Japanese - JAPAN (ja) French - FRANCE (fr_FR) Polish - POLAND (PL) (pl_PL) Portuguese - BRAZIL (pt_BR)
Author: Tenman
Author URI: https://www.tenman.info/wp3/
Version: 1.494
Version: 1.495
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
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -206,6 +206,8 @@ a.disable{
/**
* Headding
========================================================================== */
.rsidebar .grid-pinup-item .raindrops-entrywidget-attachment-title,
.lsidebar .grid-pinup-item .raindrops-entrywidget-attachment-title,
.portfolio ul.index > li article .entry-title,
footer .eco-archive > .year,
footer .eco-archive > .month,
Expand Down Expand Up @@ -265,6 +267,8 @@ body:not(.rd-col-3).error404 .entry-title,
.rd-col-1.single article .entry-title{
margin-top:1.5em;
}
.rsidebar .grid-pinup-widgets li:first-child .entry-title,
.lsidebar .grid-pinup-widgets li:first-child .entry-title,
.page article .entry-title{
margin-top:0;
/* @1.494 text-align:left; */
Expand Down Expand Up @@ -871,7 +875,6 @@ blockquote p:first-child{
margin:1em 0;
display:inline-block;
}
.textwidget > div,
.entry-content > div{
margin:1em 0;
}
Expand Down Expand Up @@ -1014,7 +1017,6 @@ img.aligncenter:before,
display:inline-block;
margin:.5em 0;
}

.rd-modal > div[class^="color"]{
padding-left:0;
padding-right:0;
Expand Down Expand Up @@ -3217,7 +3219,6 @@ ol.commentlist >li{
.widget_recent_comments .comment-author-link .avatar{
float:left;
margin-right:10px;
vartical-align:top;
}
.widget_recent_comments .recentcomments,
.rsidebar .widget_recent_comments .recentcomments,
Expand Down Expand Up @@ -4211,10 +4212,14 @@ body#front-page-template-pages:not(.logged-in) .entry-meta{
/* post format */
.mejs-audio{
margin:48px auto;
width:320px!important;
width:296px!important;

}

.rsidebar .mejs-audio,
.lsidebar .mejs-audio{
margin:0 auto;
max-width:100%;
}
/**
* Responsive Grid
========================================================================== */
Expand Down Expand Up @@ -4833,8 +4838,8 @@ ol.list-of-post-list .entry-title{
}
.lsidebar .raindrops-pinup-entries .grid-pinup-widgets .entry-title,
.rsidebar .raindrops-pinup-entries .grid-pinup-widgets .entry-title{
text-align:center;
top:16px;
/* @1.494 text-align:center;
top:16px;*/
}
.single .lsidebar .raindrops-pinup-entries .grid-pinup-widgets .entry-title,
.single .rsidebar .raindrops-pinup-entries .grid-pinup-widgets .entry-title{
Expand Down Expand Up @@ -4903,6 +4908,9 @@ ol.list-of-post-list .entry-title{
.topsidebar .raindrops-pinup-entries p img{
margin-top:0;
}
.topsidebar .raindrops-pinup-entries .grid-pinup-widgets{
margin-top:calc(1em * 1.539 * 1.5);
}
.topsidebar .raindrops-pinup-entries .grid-pinup-widgets .entry-title{
text-align:center;
top:-16px;
Expand Down Expand Up @@ -6182,7 +6190,7 @@ x:-o-prefocus, .rd-modal > div {
}
.bottom-tooltip .ui-tooltip-content:before{
content: "";
position: abosolute;
position: absolute;
top:auto;
left:0;
right:0;
Expand Down Expand Up @@ -6469,8 +6477,8 @@ x:-o-prefocus, .rd-modal > div {
box-sizing:border-box;
}
.rd-pw-doc5.rd-col-1 .topsidebar > ul > li{
padding-bottom:3em;
padding-top:1.5em;
/* @1.494 padding-bottom:3em;
padding-top:1.5em;*/
}
.rd-pw-doc5.rd-col-1 .topsidebar > ul > .widget_search{
padding-top:1.5em;
Expand Down Expand Up @@ -7047,7 +7055,10 @@ body.rd-primary-menu-responsive-active .raindrops-mobile-menu .open,
}
.rd-col-1 .topsidebar .grid-pinup-widgets .page,
.rd-col-1 .topsidebar .grid-pinup-widgets .post{
padding:1em;
/* 1.494 */
padding:0 1em 1em;
margin-top:0;
margin-bottom:0;
}
.topsidebar .grid-pinup-widgets > li:hover{
border:1px solid rgba(122,122,122,.3);
Expand All @@ -7056,7 +7067,7 @@ body.rd-primary-menu-responsive-active .raindrops-mobile-menu .open,
}
.topsidebar .grid-pinup-widgets .pinup-entry-title{
margin:0;
padding:.5em .1em;
/* padding:.5em .1em;*/
box-sizing:border-box;
}
.topsidebar .grid-pinup-widgets .widgettitle{
Expand Down Expand Up @@ -8507,6 +8518,7 @@ body:not(.hierarchical-cat) .rsidebar .widget_categories .cat-item a,
padding:.2em .4em;
box-sizing:border-box;
}

.rd-archive-link{
display:flex;
}
Expand All @@ -8521,6 +8533,7 @@ body:not(.hierarchical-cat) .rsidebar .widget_categories .cat-item a,
.widget_categories .children{
padding-left:10px;
box-sizing:border-box;
margin-top:.5em;
}
.footer .eco-archive .item li{
border:1px solid rgba(127,127,127,.3);
Expand Down

0 comments on commit 7aecdf8

Please sign in to comment.