Author Topic: After Updated Prox.css  (Read 3258 times)

MorpheusDreamlord

  • Jr. Member
  • **
  • Posts: 74
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
After Updated Prox.css
« on: August 27, 2002, 05:23:49 PM »
Has anyone posted the latest versions of Prox.css yet?

you guys all seem to use the 'prox' section of the css (see the latest post on the embedded sound issue) - all this section doeson mine is KILL the list/link.

I dunno enuf about css *yet* ......
|
Come to the Dreaming...

Jor

  • Sr. Member
  • ****
  • Posts: 421
    • ICQ Messenger - 10401286
    • AOL Instant Messenger - jor otf
    • Yahoo Instant Messenger - jor_otf
    • View Profile
    • http://members.outpost10f.com/~jor/
    • Email
After Updated Prox.css
« Reply #1 on: August 27, 2002, 06:18:19 PM »
The current version of my prox.css (HIGHLY customized) can be found in my config, or directly here: http://members.outpost10f.com/~jor/files/prox.css

Do keep in mind my config may not be what you want, it is quite aggressive.

But I'm quite willing to help you understand it, for editing

 
 

TEggHead

  • Jr. Member
  • **
  • Posts: 93
    • ICQ Messenger - 21893433
    • AOL Instant Messenger -
    • Yahoo Instant Messenger - eljarec
    • View Profile
    • Email
After Updated Prox.css
« Reply #2 on: August 27, 2002, 11:31:59 PM »
Ooohh...I did not know there was such a beast as a common prox.css...good to hear as I have built mine basically from scrap, better get it synced with what is common ground...thnx

 
 

Jor

  • Sr. Member
  • ****
  • Posts: 421
    • ICQ Messenger - 10401286
    • AOL Instant Messenger - jor otf
    • Yahoo Instant Messenger - jor_otf
    • View Profile
    • http://members.outpost10f.com/~jor/
    • Email
After Updated Prox.css
« Reply #3 on: August 28, 2002, 12:54:13 AM »
Prox.css originated with Paul Rupe, at http://www.geocities.com/u82011729/prox/css.html

I immediately liked the idea, and have since been using it as an always-valid user stylesheet as well

The default is this:
/* Style the Proxomitron Javascript toolbar */
.proxtoolbar
{
  background-color: green !important;
  color: white !important;
  border: thin solid white !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 2em !important;
}

/* Generate replacement content for Proxomitron's kills */
.prox
{
  font-size: xx-small !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "Times New Roman" serif !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 9em !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-transform: lowercase !important;
}

.prox:before
{
  content: "[" attr(kill) " - " attr(detail) !important;
/*  content: "[" attr(kill) !important; */
}

.prox:after
{
  content: "]" !important;
}

@media print, projection
{
  /* Hide Proxomitron's kills altogether when printing */
  .prox
  {
    display: none !important;
  }
}

@media print
{
  .proxlink, .proxtoolbar
  {
    display: none !important;
  }
}


Compare it with my prox.css's bottom section, or someone else's, and you'll see most of us have left these basic rules pretty intact.

My prox.css differs from Paul's in several ways:
-Several "style links" classes are added to the top
-Links with target=_new or target=_blank are marked
-My link bar filter gets its CSS from here
-I added some other .prox rules, and, for me most importantly, have added a 'quick toggle' to toggle kill display.
/* Quick hack to toggle kill display  */
.prox, .proxlink, .proxtoolbar, .proxtable, {
/*    display: block !important; */
    display: none !important;
  }


Edited by - Jor on 28 Aug 2002  02:01:49
 

MorpheusDreamlord

  • Jr. Member
  • **
  • Posts: 74
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
After Updated Prox.css
« Reply #4 on: August 28, 2002, 05:13:43 PM »
Thanks a mill, Jor.

Ps, yes, Leia is a hottie!! I laughed my head off over your error message on the site (I often do that, try a site without the end link - just to snoop... hehehe thanks for the laughs!!!

|
Come to the Dreaming...
|
Come to the Dreaming...