Skip to content

Commit 25a27e0

Browse files
committed
- Tweak: version from 2.0a.2 to 2.0a.4 - Tweak: @media print hr and br will not display - Fix: ugly layouting in page.php - Fix: #searchbox on overlapping mobile menu bar
1 parent 6c154da commit 25a27e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/siraniks/pnrowp
44
Author: the PENRO South Cotabato WebDev Team
55
Author URI: http://www.penrosocot.com/
66
Description: PENRO prototype wordpress template
7-
Version: 2.0a.2
7+
Version: 2.0a.4
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: two-columns, featured-images
@@ -30,8 +30,9 @@ This theme is mainly for PENRO / DENR but the knowledge on making this theme is
3030

3131
/* PRINT */
3232
@media print {
33+
p { page-break-after: avoid; page-break-before: avoid; }
3334
.container { margin: 0 !important; padding: 0 !important; }
34-
#mainnavbtn, #searchbox, #temp, .announcement, .footer, ul.sharelist, ul.taglist, .breadcrumb, a.back-to-top, .alert, #noprnt, #commentbox-btn-show, #commentbox-btn-hide { display: none; visibility: hidden; }
35+
#mainnavbtn, #searchbox, #temp, .announcement, .footer, ul.sharelist, ul.taglist, .breadcrumb, a.back-to-top, .alert, #noprnt, #commentbox-btn-show, #commentbox-btn-hide, hr, br { display: none; visibility: hidden; }
3536
div#fbcommentbox { height: 10px; overflow: hidden;}
3637
button#editBtn, span#btn, #btn { display: none; visibility: hidden; }
3738
a.post-edit-link:after { display:none; }
@@ -79,7 +80,6 @@ This theme is mainly for PENRO / DENR but the knowledge on making this theme is
7980
font-style: italic;
8081
}
8182
.card-title { margin-top: -20px; }
82-
.news-item-wrapper p { margin-top: -15px; }
8383
img { max-width: 500px; border-color: transparent !important; }
8484
.news-item-wrapper a:link:after { content: " (" attr(href) ") "; color: blue; }
8585
p.wp-caption-text { margin-top: 3px; }
@@ -1438,7 +1438,7 @@ ul.mobi-menu li a { color: blue;}
14381438
p.editThePost { padding-bottom: 15px;}
14391439

14401440
/** SEARCH BAR **/
1441-
1441+
#searchbox { position: relative; z-index: 1; }
14421442
.searchbtn:hover {
14431443
background-color: white;
14441444
color: #373a3c;

0 commit comments

Comments
 (0)