1
0
Fork 0

networkheader: do css work the other supported themes

This commit is contained in:
rabuzarus 2015-11-30 01:24:22 +01:00
commit a6aac8f950
18 changed files with 216 additions and 16 deletions

View file

@ -20,6 +20,9 @@ div.wall-item-content-wrapper.shiny { background-image: url('ingdarkzero/shiny.
nav #banner #logo-text a { color: #ffffff; }
/* Contact-Header for the Network Stream */
#viewcontact_wrapper-network {background-image: url('imgdarkzero/head.jpg');}
.wall-item-content-wrapper {
border: 1px solid #444444;
background: #444444;

View file

@ -25,8 +25,10 @@ section { background: #EEFFFF; }
a, a:visited { color: #0000FF; text-decoration: none; }
a:hover {text-decoration: underline; }
/* Contact-Header for the Network Stream */
#viewcontact_wrapper-network { background: #FFDDFF; }
aside( background-image: url('imgeasterbunny/border.jpg'); }
aside { background-image: url('imgeasterbunny/border.jpg'); }
.tabs { background-image: url('imgeasterbunny/head.jpg'); }
div.wall-item-content-wrapper.shiny { background-image: url('imgeasterbunny/shiny.png'); }

View file

@ -21,6 +21,7 @@ body { background-image: url('imggreenzero/head.jpg'); }
aside { background-image: url('imggreenzero/border.jpg'); }
section { background-image: url('imggreenzero/border.jpg'); }
.tabs { background-image: url('imggreenzero/head.jpg'); }
#viewcontact_wrapper-network { background: #DBEAD7; }
div.wall-item-content-wrapper.shiny { background-image: url('imggreenzero/shiny.png'); }
.fakelink, .fakelink:visited, .fakelink:hover, .fakelink:link {

View file

@ -3,8 +3,9 @@ a:hover {text-decoration: underline; }
body { background-image: url('imgpurplezero/head.jpg'); }
aside( background-image: url('imgpurplezero/border.jpg'); }
aside { background-image: url('imgpurplezero/border.jpg'); }
section { background-image: url('imgpurplezero/border.jpg'); }
#viewcontact_wrapper-network { background: #ECCAEB; }
.tabs { background-image: url('imgpurplezero/head.jpg'); }
div.wall-item-content-wrapper.shiny { background-image: url('imgpurplezero/shiny.png'); }

View file

@ -277,6 +277,31 @@ div.wall-item-content-wrapper.shiny {
margin: 15px 0 15px 150px;
}
/* Contact-Header for the Network Stream */
#viewcontact_wrapper-network {
width: 100%;
min-height: 100px;
background-color: #DBE6F1;
border-bottom: 1px solid #babdb6;
}
#contact-entry-wrapper-network {
float: none;
width: auto;
height: auto;
padding: 10px;
margin: 0px
}
#contact-entry-accounttype-network {
font-size: 20px;
}
#contact-entry-name-network {
font-size: 24.5px;
}
/*#contact-entry-name-network>.contact-entry-details, #contact-entry-url-network,
#contact-entry-details-network, contact-entry-network-network {
color: #000;
}*/
/* from default */
#jot-perms-icon,
#profile-location,