[Sage] Translucence (enhanced)]

unkerjay unkerjay at comcast.net
Sat Mar 18 17:27:46 EST 2006


-------- Original Message  --------
> From: too_much green_tea <toomuchgreentea at yahoo.com>
> To: sage at mozdev.org
> Subject: [Sage] Translucence (enhanced) - and there I thought 
> Euphonies    would have been my best effort
> Date: 16.03.2006 12:54
>
> What do you think?

Problem I have is, I'm running the All-in-One-Sidebar
Extension.

Whenever I've got the sidebar open, this feed doesn't
display right:

http://community.livejournal.com/boondocks_comic/data/rss

and

this one has an image which I'm not allowed to scroll:
(when I roll off the item, the info and scrollbar disappear)

(See item 25)

http://mywebpages.comcast.net/mmeroom/Gazette_rss/halt_gazette.xml

I use the following (modified) css mostly and tend to have
no problems with it by comparison - NOT that I don't like
your work, I DO, nice stuff.

EZ Green CSS (No Technorati):
Source: Plain and Green (by Kaspars Dambis) - (From the Sage Styles Page)
-----------------

html * {
    /* -moz-box-sizing: border-box; */
}

html {
    background-color: #EBEBEB;
}
               
body {
    margin: 0 5%;
    color: #333;
    font: 110%/120% Verdana, Arial, sans-serif;
}

a:link        { text-decoration: none; color: green; }
a:visited    { text-decoration: none;  color: #537986; }
a:hover        { text-decoration: underline; }
a:active    { text-decoration: none; }

img { height: auto; }

p.item-desc a:link { color: #029; }

#rss-header {
    margin: 1%; padding: 2%;
    background-color: #81C207;
    color: #fff;
    -moz-border-radius: 0.3em;
}
#rss-header a {
    color: #fff;
}

#rss-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, 
Arial, sans-serif;
    font-size: 150%;
    margin: 0; padding: 2% 0 1%;
}

#rss-desc {
    font-size: 76%; color:#EDEDD8;
    margin: 0; padding: 1%;
}

div.item {
    margin: 1%; padding: 1%;
    background: #fff;
    float:left; width: 96%;
    -moz-border-radius: 0.3em;
}

h2.item-title {
    font: 120% Halvetica, Arial, sans-serif; font-weight: normal;
    margin: 0; padding: 1%;
    clear: both; color: #999;
    border-bottom: 1px dotted #ccc;
}

span.item-ordinal {}

div.item-desc {
    font-size: 70%;
    margin: 0; padding: 1%;
}

div.item-desc a { text-decoration: underline; }
div.item-desc a:hover { text-decoration: none; }

div.item-pubDate {
    font-size: x-small;
    color: #999;
    padding: 1%;
    float: left; clear:left;
}

div.item-technorati {
    width: 0%;
    height: 0px;
}

div.item-desc img {
    height: auto;
    float: left; margin-right: 0.6em;
    padding: 1px;
    border: 1px solid #999;
}
div.item-desc a img  {
    border: 1px solid #81C207;
}
div.item-desc a:hover img {
    border: 1px solid #000;
}

img {
    max-width: 100%;
    height: auto;
}

img[SRC*="~a"] {
display: none; }

a:link[HREF*="googleadservices"] {
display: none; }

a:link[HREF*="ads_by_google"] {
display: none; }align: right;
}

img {
    max-width: 100%;
    height: auto;
}}

a:link[HREF*="ads_by_google"] {
display: none; }

-----------------




More information about the Sage mailing list