Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Jul 7, 2024
1 parent be79a1c commit 184b6c9
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 74 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Theme change log.
Started since v1.1.2

### v1.3.5
2024-07-07
* Fix infinite loop cause execuion timeout in Autoload.php.
* Update classes in styles.css.

### v1.3.4
2022-12-18
* Fix missing `$depth` argument cause fatal error in WP 6.2
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Bootstrap Basic4 ===
Contributors: okvee, christianoliff
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, post-formats, threaded-comments, translation-ready
Tested up to: 6.2
Tested up to: 6.6
Requires at least: 4.0
Requires PHP: 5.5
Stable Tag: 1.3.4
Stable Tag: 1.3.5
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down
152 changes: 80 additions & 72 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Version: 1.3.5
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.2
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Expand All @@ -23,19 +23,18 @@ This theme built with Twitter Bootstrap v.4. It is basic theme with basic style
Required WordPress CSS
*/
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
float: right;
margin-left: 1.5em;
}
.bypostauthor {
}
Expand All @@ -45,104 +44,113 @@ Required WordPress CSS
.gallery-caption {
}
.gallery {
margin-bottom: 1.6em;
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
display: none;
}


/*
Text meant only for screen readers.
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
margin: 0.8075em 0;
}

0 comments on commit 184b6c9

Please sign in to comment.