Last edited 2 years ago
by Anonymous user

SocialEntity:29 and Template:Banner/styles.css: Difference between pages

(Difference between pages)
No edit summary
 
m (1 revision imported)
 
Line 1: Line 1:
{
/* styles for banner template */
    "social-profile-title": null,
 
    "social-profile-name": null,
.bannerbox {display:flex; background:#efefef; }
    "social-profile-email": null,
.bannerbox .floatleft {margin:0;}
    "social-profile-department": "",
 
    "social-profile-function": "",
.banner-image { flex-grow:0;  flex-basis:auto;}
    "social-profile-location": "",
.banner-content {flex-grow:1; flex-shrink:1; flex-basis:60%}
    "social-profile-phone": "",
#content .bannerbox  h1 {font-size:1.6em;}
    "description": "",
.bannerbox .banner-text {font-size:1.3em;}
    "parentid": 0,
.banner-content {padding:10px;}
    "id": 29,
 
    "ownerid": 8,
@media only screen
    "type": "profile",
  and (max-width: 600px) {
    "archived": false,
.bannerbox {flex-wrap:wrap;}
    "tags": [
.banner-image {flex-basis:100%;}
        "User:Fbaeckmann"
.banner-image img{ width: 100%;}
    ],
.banner-content {flex-basis:100%}
    "resolved": false
}
}

Revision as of 09:52, 12 April 2022

/* styles for banner template */

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

.banner-image { flex-grow:0;  flex-basis:auto;}
.banner-content {flex-grow:1; flex-shrink:1; flex-basis:60%}
#content .bannerbox  h1 {font-size:1.6em;}
.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