@@ -4,7 +4,7 @@ Theme URI: https://github.com/siraniks/pnrowp
4
4
Author: the PENRO South Cotabato WebDev Team
5
5
Author URI: http://www.penrosocot.com/
6
6
Description: PENRO prototype wordpress template
7
- Version: 2.0a.2
7
+ Version: 2.0a.4
8
8
License: GNU General Public License v2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
Tags: two-columns, featured-images
@@ -30,8 +30,9 @@ This theme is mainly for PENRO / DENR but the knowledge on making this theme is
30
30
31
31
/* PRINT */
32
32
@media print {
33
+ p { page-break-after : avoid; page-break-before : avoid; }
33
34
.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; }
35
36
div # fbcommentbox { height : 10px ; overflow : hidden;}
36
37
button # editBtn , span # btn , # btn { display : none; visibility : hidden; }
37
38
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
79
80
font-style : italic;
80
81
}
81
82
.card-title { margin-top : -20px ; }
82
- .news-item-wrapper p { margin-top : -15px ; }
83
83
img { max-width : 500px ; border-color : transparent !important ; }
84
84
.news-item-wrapper a : link : after { content : " (" attr (href) ") " ; color : blue; }
85
85
p .wp-caption-text { margin-top : 3px ; }
@@ -1438,7 +1438,7 @@ ul.mobi-menu li a { color: blue;}
1438
1438
p .editThePost { padding-bottom : 15px ;}
1439
1439
1440
1440
/** SEARCH BAR **/
1441
-
1441
+ # searchbox { position : relative; z-index : 1 ; }
1442
1442
.searchbtn : hover {
1443
1443
background-color : white;
1444
1444
color : # 373a3c ;
0 commit comments