mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-22 00:32:22 -05:00
CSS tweaks along with no images in signatures
This commit is contained in:
parent
ea3402f0d0
commit
02b28e24c7
@ -252,7 +252,7 @@ code.bbc_code
|
|||||||
/* The "Quote:" and "Code:" header parts... */
|
/* The "Quote:" and "Code:" header parts... */
|
||||||
.codeheader, .quoteheader
|
.codeheader, .quoteheader
|
||||||
{
|
{
|
||||||
color: #000;
|
/* color: #000; xxx no-one liked this*/
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -3540,3 +3540,15 @@ ul.nolist li
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 306px;
|
max-height: 306px;
|
||||||
}
|
}
|
||||||
|
/* xxx float these items to the right */
|
||||||
|
img#smflogo
|
||||||
|
{
|
||||||
|
padding-top: 0.1em;
|
||||||
|
/* padding-left: 10px; */
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
/* xxx don't display images in signatures */
|
||||||
|
.signature img, .signature object, .signature embed
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
@ -3637,3 +3637,15 @@ span.hidelink
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 306px;
|
max-height: 306px;
|
||||||
}
|
}
|
||||||
|
/* xxx float these items to the right */
|
||||||
|
img#smflogo
|
||||||
|
{
|
||||||
|
padding-top: 0.1em;
|
||||||
|
/* padding-left: 10px; */
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
/* xxx don't display images in signatures */
|
||||||
|
.signature img, .signature object, .signature embed
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user