Guest
Aug. 24, 2008, 08:44 AM
Hi,
Please excuse the stupid question but I am completely new to css
.
I am using the following code in my Firefox userContent.css to enhance heise.de:
credits: http://userstyles.org/styles/9597
How would I have to alter this code to include it as css in proxo instead of including it in the userContent.css?
Thanks for any help & regards,
Andy
P.S.: I think it is great that guest posting is enabled
Please excuse the stupid question but I am completely new to css
.I am using the following code in my Firefox userContent.css to enhance heise.de:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("heise.de")
{
body
{
background: #F8F8F8 !important;
}
div#navi_top
{
clear: both !important;
}
div#container
{
position: relative !important;
top: -90px !important;
width: 80% !important;
margin: 0 auto !important;
}
div#container_content
{
background: #FFF !important;
width: 100% !important;
margin: 0;
border: 1px solid #CCC;
}
div#login_suche input#q.textfield
{
width: 15em !important;
}
div.news_topteaser, div.trennlinie_6px, div.readspeaker, div.news_logo, h4#breadcrumb
{
display: none !important;
}
div#mitte
{
width:100% !important;
margin-left: 0 !important;
background: none !important;
}
div#mitte_links
{
width: 100% !important;
background: none !important;
}
div#mitte_rechts
{
width: 0px !important;
display: none !important;
}
div#mitte_news *
{
font-size: 1em !important;
line-height: 1.35em !important;
}
div#mitte_news h1
{
font-size: 1.5em !important;
line-height: 1.1em !important;
}
div.anrissliste h3
{
font-size: 1.2em !important;
margin-bottom: 0.15em !important;
}
div.anrissliste p
{
margin-bottom: 1.5em !important;
}
span.bild_links, span.bild_rechts
{
margin-bottom: 0.5em !important;
}
div#mitte_news > a:visited
{
color: #BBB !important;
}
div#sitemap
{
display: none !important;
}
p.news_option
{
position: relative !important;
top: 4em !important;
}
p.news_option a
{
font-size: 0.9em !important;
}
p.news_foren
{
position: relative;
top: -2em !important;
}
ul.forum_navi li
{
margin-left: 0.5em !important;
}
ul.forum_navi li a
{
text-decoration: none !important;
}
ul.forum_navi li a:hover
{
text-decoration: underline !important;
}
div#bannerzone, div#bannerzone_top, div.cadv, div.cadv_start, div.bcadv, div.bcadv_start, div.adbottom, .banner, .sky, .skyscraper, .heise_advert, table.druck, .ISI_IGNORE
{
display: none !important;
}
div.meldung_wrapper p .ISI_IGNORE
{
display: inline !important;
}
}
@-moz-document url-prefix("http://www.heise.de/ix/"),url-prefix("http://www.heise.de/mobil/"),url-prefix("http://www.heise.de/security/"),url-prefix("http://www.heise.de/netze/"),url-prefix("http://www.heise.de/open/"),url-prefix("http://www.heise.de/foto/"),url-prefix("http://www.heise.de/events/")
{
div#container_content
{
width: 60em !important;
}
div#mitte
{
width: 47em !important;
}
}
@-moz-document url-prefix("http://www.heise.de/foto/")
{
body
{
background: #000 !important;
}
div#mitte
{
width: 60em !important;
background: transparent url(http://www.heise.de/foto/icons/hintergrund_mitte.gif) repeat-y scroll 73% 0 !important;
}
div#mitte_links
{
width: 70% !important;
}
div#mitte_rechts
{
display: block !important;
width: 27% !important;
}
p.news_option, p.news_foren
{
top: 0 !important;
}
}
@-moz-document url-prefix("http://www.heise.de/ct/tv/")
{
.ISI_IGNORE
{
display: block !important;
}
}
@-moz-document url-prefix("http://www.heise.de/tp/")
{
td.f-content
{
width: 70% !important;
}
}
@-moz-document url-prefix("http://www.heise.de/events/")
{
div#container
{
top: 0 !important;
}
div#mitte
{
position: relative !important;
top: 20px;
width: 47em !important;
}
}
@-moz-document url-prefix("https://www.heise.de/abo/")
{
div#container
{
top: 0px !important;
}
}How would I have to alter this code to include it as css in proxo instead of including it in the userContent.css?
Thanks for any help & regards,
Andy
P.S.: I think it is great that guest posting is enabled


,