- From: Shane McCarron <shane@aptest.com>
- Date: Wed, 10 Sep 2014 14:00:20 -0500
- To: "Keator, David" <dbkeator@uci.edu>
- Cc: "spec-prod@w3.org" <spec-prod@w3.org>
- Message-ID: <CAOk_reGiAraXG4uwwb4dOg9nVHQFrKzReLTEcejkbdsG1MUbQg@mail.gmail.com>
Hmm. Well, one option is to set the specStatus to 'unofficial'. But that
will suppress the whole logo. I don't think there is currently a way to
supply your own logo.
On Wed, Sep 10, 2014 at 1:29 PM, Keator, David <dbkeator@uci.edu> wrote:
>
> Hi,
>
> I am working on a spec using ReSpec for a neuroimaging metadata format
> (NIDM) for which we'd like to use the look and feel off W3C style
> specifications: http://nidm.nidash.org/specs/nidm-results.html
>
> By default ReSpec puts the W3C logo in the upper left corner of the
> document. I managed to override that behavior by adding the following
> lines to my CSS file:
>
> body {
> background-image: url(logo-NIDM-WD.png) !important;
> }
>
>
> .content {
> background-image: url(logo-NIDM-WD.png) !important;
> background-repeat: repeat;
> background-attachment: fixed;
> }
>
> What I can't seem to change is the hyperlink. Even though I've got my
> image on the page the hyperlink still points to the W3C site. Inspecting
> the HTML the gets rendered in the browser I see the href statement:
>
> <body id="respecDocument" class="h-entry" role="document">
>
> <div id="respecHeader" class="head" role="contentinfo">
> <p>
> *<a href="http://www.w3.org/" <http://www.w3.org/%22>>*
> <img width="100" height="50" alt="W3C"
> src="stylesheet/nidm-text.png"></img>
> </a>
> </p>
>
> Is there a way for me to override the hyperlink in my CSS file as well
> or is my only option to fork the GitHub repo, make code changes, and then
> go through the continual hassle of updating my fork when changes are made
> to the master? I can't seem to figure it out.
>
> Thanks,
>
> Dave
>
> David Keator
> Techinical Director
> Brain Imaging Center
> University of California, Irvine
>
>
> ------------------------------
>
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. E-mail transmission cannot be
> guaranteed to be secure or error-free as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
> The sender therefore does not accept liability for any errors or omissions
> in the contents of this message, which arise as a result of e-mail
> transmission.
>
Received on Wednesday, 10 September 2014 19:00:52 UTC