Template:Action points/styles.css and Template:Banner/styles.css: Difference between pages

(Difference between pages)
hw>Mlink-rodrigue
No edit summary
 
m (1 revision imported)
 
Line 1: Line 1:
.ap {padding:8px 10px 10px 10px;border-radius:5px; margin-bottom:8px; background-color:#F7E1B4;}
/* styles for banner template */
.ap.open::before {margin-right:8px; content:"\e9b8"; font-family:'icomoon'; color:#b73a3a;}
 
.ap.done::before {margin-right:8px; content:"\e9b8"; font-family:'icomoon'; color:#444;}
.bannerbox {display:flex; background:#f1f3f9; }
div.ap + p {margin:0; line-height:0.3em}
.bannerbox .floatleft {margin:0;}
.ap span::before {content:"\003E"; font-weight:bold; padding:0 6px;}
 
span#ap-name::before, span.ap-label::before {content:unset;}
.banner-image { flex-grow:0; flex-basis:auto;}
#ap-status {font-weight:bold;}
.banner-content {flex-grow:1; flex-shrink:1; flex-basis:60%}
#ap-status.open {color:#b73a3a;}
.bannerbox .banner-title .bannerhd {font-size:1.6em; font-weight:bold}
#ap-status.done {color:#444;}
.bannerbox .banner-text {font-size:1.3em;}
#ap-name, #ap-comment .ap-label {font-weight:bold;}
.banner-content {padding:10px;}
#ap-comment {padding-left:22px;}
 
@media only screen
  and (max-width: 600px) {
.bannerbox {flex-wrap:wrap;}
.banner-image {flex-basis:100%;}
.banner-image img{ width: 100%;}
.banner-content {flex-basis:100%}
}

Revision as of 09:34, 8 September 2022

/* styles for banner template */

.bannerbox {display:flex; background:#f1f3f9; }
.bannerbox .floatleft {margin:0;}

.banner-image { flex-grow:0;  flex-basis:auto;}
.banner-content {flex-grow:1; flex-shrink:1; flex-basis:60%}
.bannerbox .banner-title .bannerhd {font-size:1.6em; font-weight:bold}
.bannerbox .banner-text {font-size:1.3em;}
.banner-content {padding:10px;}

@media only screen
  and (max-width: 600px) {
.bannerbox {flex-wrap:wrap;}
.banner-image {flex-basis:100%;}
.banner-image img{ width: 100%;}
.banner-content {flex-basis:100%}
}
No categories assignedEdit

Discussions