Find the needle in the css (part 2)

can someone please take a look at this links below and tell
me where i would find the code that controls:
a) the copy on the right that begins with "JOHN MCCAIN WAS
BORN ON AUGUST 29TH, 1936...."
b) the various headings on the sidebar (About..., Pages,
Categories, etc - but not the one called 'Mailing List')
http://www.thingsyoungerthanmccain.com/
http://www.thingsyoungerthanmccain.com/wp-content/themes/minima-black-for-wordpress-115/st yle.css
thanks!

cause i had my lawyer write it...
it's a wp template that i modified. the css is not of my
doing.
quote:
Originally posted by:
Newsgroup User
joeq:
WHY IS YOUR CSS SO VERBOSE?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"eclipsme" <[email protected]> wrote in message
news:[email protected]...
> joeq wrote:
>> can someone please take a look at this links below
and tell me where i
>> would find the code that controls:
>
> Check out Web Developer:
>
http://chrispederick.com/work/web-developer/
>
>> a) the copy on the right that begins with "JOHN
MCCAIN WAS BORN ON
>> AUGUST 29TH, 1936...."
>
> #menu ul (line 321)
> {
> margin-top: 1.5em;
> margin-right: 0pt;
> margin-bottom: 0.75em;
> margin-left: 0pt;
> padding-top: 0pt;
> padding-right: 0pt;
> padding-bottom: 1.5em;
> padding-left: 0pt;
> list-style-type: none;
> list-style-image: none;
> list-style-position: outside;
> font-family: "Trebuchet
MS",Trebuchet,Arial,Verdana,Sans-serif;
> font-style: normal;
> font-variant: normal;
> font-weight: normal;
> font-size: 78%;
> font-size-adjust: none;
> font-stretch: normal;
> letter-spacing: 0.1em;
> color: #cccccc;
> line-height: 1.5em;
> }
>
> #menu ul li (line 351)
> {
> margin-top: 1.5em;
> margin-right: 0pt;
> margin-bottom: 0.75em;
> margin-left: 0pt;
> padding-bottom: 15px;
> }
>> b) the various headings on the sidebar (About...,
Pages, Categories,
>> etc - but not the one called 'Mailing List')
> h2 (line 67)
> {
> margin-top: 1.5em;
> margin-right: 0pt;
> margin-bottom: 0.75em;
> margin-left: 0pt;
> font-family: Verdana,Sans-serif;
> font-style: normal;
> font-variant: normal;
> font-weight: bold;
> font-size: 100%;
> line-height: 1.4em;
> font-size-adjust: none;
> font-stretch: normal;
> text-transform: uppercase;
> letter-spacing: 0.1em;
> color: #ffffff;
> }
> Harvey

Similar Messages

  • Automatically move the needle to the start of the clip

    I have several miniDVD's imported in separate events. Since the capture date is not being imported correctly, I am thinking of manually updating all the clip dates and times.
    Is there a way to make each clip's "needle" to go to the start of the clip rather than be at some random point of the clip?
    The reason I ask, is because I have DVD Player app open with the various "chapters" showing the date and time, and I would like to mechanically just go to each clip and adjust the date/time accordingly. Having the needle for each clip be at different points of the clips makes it hard because I cannot compare the image on the DVD chapter to the image I see in iMovie.
    Any idea?

    bump?

  • Find the needle in the css (part 3)

    i'm trying to figure out how to make the search box on the
    below reference page narrower so that it doesn't cause the submit
    button to go to the next line (wouldn't mind making the button a
    little narrower too). i've installed the web developer thing into
    firefox, found what i think is the style in question, but the
    changes that i've been making don't seem to be doing anything.
    here's the page:
    http://www.thingsyoungerthanmccain.com/
    here's the css:
    http://www.thingsyoungerthanmccain.com/wp-content/themes/minima-black-for-wordpress-115/st yle.css
    thanks.

    "E Michael Brandt" <[email protected]> wrote
    in message
    news:g6gglc$fln$[email protected]..
    > Change this selector:
    >
    >
    > #sidebar #searchform #s {
    >
    > to this;
    >
    > #searchform #s {
    That won't be enough as there is a BR between the two
    elements.
    Between your change above and the following rule, things
    should work
    #searchform br {display:none;float:left;}
    (if i recall there is a browser out there that needs "float"
    as display:none
    won't work).
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://developer.yahoo.com/
    helps you build applications and mashups

  • Find the needle in the css (redux)

    can someone more adept at css/firebug have a look at the following link and let me know where i would find the styles that control the post title (in this case, ACE graduation)?
    http://www.joequint.com/blog/?p=257
    thanks!

    style.css ~ .entry-title
    #content .entry-title {padding:0 8px;margin:0 0 22px;font-size:48px;line-height:44px;letter-spacing:-1px;font-weight:200;float:none;clear :both;}
    #content .entry-title a {font-weight:200}
    PS. I use FF Web Developer Toolbar
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Find the needle in the css

    can someone please take a look at the css in this blog and
    tell me where to find the code that controls the background color
    of the main panel?
    http://www.joequint.com/
    http://www.joequint.com/wp-content/themes/fspring_widgets/style.css
    thanks.

    Oh. Nice. I guess we can't be bothered to answer any more,
    then.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "joeq" <[email protected]> wrote in message
    news:fu8563$stu$[email protected]..
    > works for me - can't be bothered to change.
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    >
    > "joeq" <[email protected]> wrote in
    message
    > news:fu7ji8$a8k$[email protected]..
    > > the one that i marked as "the answer".
    >
    > No post says "the answer", and so none of us have any
    idea. Why in the
    > world do you use those nasty web forums, Joe? :-)
    >
    >
    > --
    > Patty Ayers | www.WebDevBiz.com
    > Free Articles on the Business of Web Development
    > Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    > --
    >
    >
    >
    >
    >

  • On the connector block CB-68LP, there are few screw terminals. I am trying to find the maker and the part number of this screw terminal. Any help is much appreciate​d.

    I am designing a new product to use in our environment and I am trying to go from the I/O card to the PCB eliminating the connector block. For this purpose, I need to find out the screw terminal part number as well as the makers name. Please help.

    The screw terminals are made by Phoenix:
    The 14 screw terminal row is P/N 18-69-33-4
    The 12 screw terminal row is P/N 18-69-31-8

  • We are creating a photo book and on the cover in the lower right hand corner there is part of the title. We did not create it and cannot find how to delete it. Any ideas.

    We are creating a photo book and on the cover in the lower right hand corner there is part of the title. The cover title is centred below the cover picture. We did not create it and cannot find how to delete it.  Any ideas?

    Preview according to this article and see what it does. http://support.apple.com/kb/PH2486
    The printed book will match the preview
    LN

  • System Preferences quits suddenly. I have lost the dock, including the trash and ability to change desktop image. How can I replace this part of System Preferences? Where can I find Trash?

    System Preferences quits suddenly. I have lost the dock, including the trash and ability to change desktop image. How can I replace this part of System Preferences? Where can I find Trash? All other aspects of System Preferences work.

    just that that is one method, and lacks provision for working boot image and for an emergency - Lion gives a small minimal emergency boot environment but may lack all the utilities you need to use and run, even some drivers that your mac requires for add on PCIe.
    Just grab and look through Help in Carbon Copy and SuperDuper, both excellent and each has their use - together - for cloning.
    And do you have two TM backup sets? ought to consider that also, rotate daily or make a weekly set. Otherwise you are putting all your eggs in the proverbial one basket.

  • I can't open itunes with finder to get to the download part

    I have a macbook and I downloaded the itunes 9, and it says that its itunes.9.0.2
    I know that I need to open it in finder to get to the setup or whatever, but when I click on it, it opens with diskimage mounter, and I don't know how to open it with finder.

    Go to your Downloads folder and find it - it should end with .dmg.
    That is a disk image file. Double click it to open the disk image and you should get a finder window with the iTunes pkg.
    Double click that to install iTunes.
    Regards,
    Colin R.

  • In imovie how do I seperate all my videos from the photos from iphoto? I have thousands of photos so finding the odd video here or there is like finding a needle in a haystack! Is there a way I can simply import the videos rather than all the photos

    Imovies - how do I seperate the videos from the photos. My library has bundled them all together from iphoto

    One way I was able to do this, was to make a Smart Album in iPhoto, with the rule of showing just the movie files.  This will work, once you know what format the movie files are in.
    In iPhoto, select one of your movies, and right click it.  Look for the option: "Reveal in Finder" or "Show in Finder" (this depends on the version of iPhoto).
    Once you see the file, look for the three letters AFTER the period.  Like this:
    .mov (QuickTime movie)
    .avi  (Uncompressed Windows Video)
    .mpg (MPEG video)
    Back in iPhoto, when you make your Smart Album, set it up like this:
    Once you have it set like this, press RETURN (or click "Ok").
    What you'll see is all the videos that have that file extension (.mov, .avi, .mpg, etc.) listed.  Now the nice thing is this:  Every new movie you add to iPhoto will automatically get listed here, regardless of where in iPhoto they live!
    Integration with iMovie:
    By making this album in iPhoto, when you get to iMovie, you'll be able to see the movies when you select your Videos Smart Album.
    I hope this helps you out.  They have iPhoto and iMovie workshops at Apple Stores that cover this too.  They're free, and you can learn a lot.
    Sincerely,
    Brian K. James

  • A question regarding the use of multiple CSS templates

    Hello,
    I use Dreamweaver CS3. I tried to find information about this online, but I cannot seem to find anything at all. I was wondering if it is possible to use a completely differently designed template for a separate part of a website. From a marketing perspective, I understand that this concept may be impractical, because all websites should have consistently arranged information. However, the website I wish to change is not my own small business in any way. It is the website of the company that I work for, and it is a world-renown organization. Many university students access this website everyday. It was recently brought to my attention, that a proposed "brand-new" blogging section is going to be included in our website, and it was to have a different layout. We wish to use the same domain name, and simply change the style of the other part of the website.
    I believe what one must do, is make sure that the .dwt (template) file points to a different CSS file, than the original one. Is this correct? The only reason that I have not tried this is because I am not sure what risks will be involved. It is also impossible to make a new page "from template", and then change the tinted uneditable text, so that it points to a different CSS file. Maybe you make a new CSS file and ensure it is in the same directory as the standard CSS file..? And when you click File-->New, you select the new template?
    Any help or advice would be greatly appreciated! Thank you to everyone who contributes or even reads this. Thanks again for coping with the many details of this message.
    Kind regards,
    Mr. V

    I think you already know the answer to this.  You need to have two unique Templates and two external stylesheets.  For this discussion let's call them Main.dwt and Main.css - for the main site sections.  Sub.dwt and Sub.css for the subsite.  You can copy and paste the code from one file into a new blank page, then make required changes to it and Save As "Sub..."
    Link Main.dwt to Main.css.  Link Sub.dwt to Sub.css.
    To create a new page from Template, Click File > New > Templates Tab and select one.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Need to find out how to lock a point in a path that will not allow the rest of the path to rotate or move around it

    Hello,
    I am having some trouble with using shape layers and paths to create a solid, flat 'hair' effect in a cartoon animation.
    I have used a semicircle shape layer as the hair on the head itself and then a path with a stroke of the same width as the semi circle to be the long part of the hair.
    Unfortunately when I move/rotate the bottom point in the path it causes gaps to appear further up where the stroke is rotating around the point at which the stroke is supposed to "connect" to the semi circle.
    I have included a couple of screenshots of me rotating the hair opposite ways so you can see.
    - imgur: the simple image sharer
    - imgur: the simple image sharer
    I need to find out if there is a way to lock the top point in place where it joins the semi circle blond hair which will stop this part from moving at all, even rotating around the point.
    But the bottom needs to move freely and obviously the part between the two points will move fairly naturally.
    If you can imagine how a girl with long hair has her hair attached to her head, it does not move at all, but the bottom moves freely. It needs to be like this.
    If you can provide any assistance it would be greatly appreciated.
    Thanks!

    That is perfect thank you so much!
    Can't believe I didn't think of that but you da real MVP!

  • HT3209 rented a movie downloaded it and it is not showing up in my purchases? where do find it to view the movie

    Rented a movie on my PC and cannot find it to view the movie?

    If you rented it on your PC's iTunes then it should have downloaded in the Movies part of your library. If you select Movies then is there a 'rentals' tab on it, and if there is, is that film in it ?

  • Type-mapping not working correctly, get "Unable to find a javaType for the xmlType" WARNING

    I'm manually creating a web-services.xml file, and using the autogen ant task to
    generate the codec XML/Java classes. The XML definition is provided by SAP.
    The ant build.xml file:
    <project name="buildWebservice" default="stubgen">
    <target name="stubgen">
    <clientgen ear="C:\projects\RMIS\ifrrequests\RMIS.ear"
    packageName="com.aa.rmis.webservice.client"
    clientJar="C:\projects\RMIS\ifrrequests\rmisws-client.jar"
    autotype="False" />
    </target>
    <target name="all" depends="stubgen"/>
    </project>
    The problem is seen below in the output from Ant. Note the WARNINIG. The problem
    is that the xml type cannot be mapped to the Java type.
    C:\projects\RMIS\ifrrequests>ant -buildfile clientbuild.xml
    Buildfile: clientbuild.xml
    stubgen:
    [clientgen] Generating client jar for RMIS.ear ...
    [clientgen] WARNINIG: Unable to find a javaType for the xmlType:['urn:sap-com:do
    cument:sap:business']:PaymentRequest.Create. Make sure that you have registered
    this xml type in the type mapping
    [clientgen] Using SOAPElement instead
    [clientgen] Compiling 4 source files to C:\DOCUME~1\944377\LOCALS~1\Temp\rmisws-
    client.jar-836624340
    [clientgen] Building jar: C:\projects\RMIS\ifrrequests\rmisws-client.jar
    BUILD SUCCESSFUL
    Total time: 17 seconds
    The Java source that has the implementation of the service methods is simply:
    package com.aa.rmis.webservice;
    import com.aa.rmis.ifr.request.*;
    public class TestService
    public TestService()
    public int serviceRequest(PaymentRequestCreate request)
    System.out.println("Received serviceRequest message");
    return 0;
    public void testStringRequest(String request)
    The web-service.xml file is attached, which contains the schema for the SAP PaymentRequest.Create
    object definition.
    Another problem I have, which is probably related, is that the service method
    that has a complex data type (non-built in data type) is not being deployed into
    the WebLogic server. But the other service method that simply takes a String
    parameter is.
    The steps I took are:
    1. Get XML from SAP Interface Repository (IFR) for PaymentRequest
    2. Use ant task autogen to generate the request codec classes
    3. Create the web-services.xml file by inserting the schema definition and the
    mapping file created by the autogen task, and defining the operations
    4. Build web-services.war file that contains all autogen compiled class files,
    the web-services.xml file, and the service implementation class
    5. Build the ear file that holds the web service files
    6. Use the clientgen ant task to generate (included above) to generate the client
    jar file that should contain the proxy for both of the service methods
    Environment:
    * WebLogic 7.02
    * JDK 1.3.1_06
    * JBuilder 9 Enterprise
    * Ant 1.4
    Possible causes:
    * Namespace not being used correctly
    * copied verbatim the mapping xml file generated by autogen into the web-services.xml
    file
    * xml-schema part of web-services.xml might not be set correctly
    * operation definition might not be using the correct namespace
    * Classpath used for ant might not be right
    * Doubt this is the problem, but I'm out of other ideas
    * Set by using the setWLEnv.cmd file provided by WebLogic
    * Tried adding the generated classes directory for my project to the classpath,
    but did not work
    I've been referencing the Programming WebLogic Web Services document throughout
    this entire process. I must be missing something.
    Can anybody from BEA help me out with this problem?
    Thanks in advance.
    [web-services.xml]

    Hi JD,
    I spent a few cycles looking over your web-services.xml file, however I
    don't have any suggestions other that one that looks like you have
    already tried, at the top, in the <schema...>
    targetNamespace="urn:sap-com:document:sap:business"
    Making edits to these generated files can be tricky and my only
    suggestion is to create a small reproducer to run by our outstanding
    support team.
    A quick look at our problem database shows one issue (CR095109) related
    to a similar problem at deploy time that was fixed with 7.0SP3. Again,
    the support folks will be able to help focus in on the issue.
    Regards,
    Bruce
    JD wrote:
    >
    The first posting contains the wrong web-services.xml file. Please refer to this
    one instead.
    "JD" <[email protected]> wrote:
    I'm manually creating a web-services.xml file, and using the autogen
    ant task to
    generate the codec XML/Java classes. The XML definition is provided
    by SAP.
    The ant build.xml file:
    <project name="buildWebservice" default="stubgen">
    <target name="stubgen">
    <clientgen ear="C:\projects\RMIS\ifrrequests\RMIS.ear"
    packageName="com.aa.rmis.webservice.client"
    clientJar="C:\projects\RMIS\ifrrequests\rmisws-client.jar"
    autotype="False" />
    </target>
    <target name="all" depends="stubgen"/>
    </project>
    The problem is seen below in the output from Ant. Note the WARNINIG.
    The problem
    is that the xml type cannot be mapped to the Java type.
    C:\projects\RMIS\ifrrequests>ant -buildfile clientbuild.xml
    Buildfile: clientbuild.xml
    stubgen:
    [clientgen] Generating client jar for RMIS.ear ...
    [clientgen] WARNINIG: Unable to find a javaType for the xmlType:['urn:sap-com:do
    cument:sap:business']:PaymentRequest.Create. Make sure that you have
    registered
    this xml type in the type mapping
    [clientgen] Using SOAPElement instead
    [clientgen] Compiling 4 source files to C:\DOCUME~1\944377\LOCALS~1\Temp\rmisws-
    client.jar-836624340
    [clientgen] Building jar: C:\projects\RMIS\ifrrequests\rmisws-client.jar
    BUILD SUCCESSFUL
    Total time: 17 seconds
    The Java source that has the implementation of the service methods is
    simply:
    package com.aa.rmis.webservice;
    import com.aa.rmis.ifr.request.*;
    public class TestService
    public TestService()
    public int serviceRequest(PaymentRequestCreate request)
    System.out.println("Received serviceRequest message");
    return 0;
    public void testStringRequest(String request)
    The web-service.xml file is attached, which contains the schema for the
    SAP PaymentRequest.Create
    object definition.
    Another problem I have, which is probably related, is that the service
    method
    that has a complex data type (non-built in data type) is not being deployed
    into
    the WebLogic server. But the other service method that simply takes
    a String
    parameter is.
    The steps I took are:
    1. Get XML from SAP Interface Repository (IFR) for PaymentRequest
    2. Use ant task autogen to generate the request codec classes
    3. Create the web-services.xml file by inserting the schema definition
    and the
    mapping file created by the autogen task, and defining the operations
    4. Build web-services.war file that contains all autogen compiled class
    files,
    the web-services.xml file, and the service implementation class
    5. Build the ear file that holds the web service files
    6. Use the clientgen ant task to generate (included above) to generate
    the client
    jar file that should contain the proxy for both of the service methods
    Environment:
    * WebLogic 7.02
    * JDK 1.3.1_06
    * JBuilder 9 Enterprise
    * Ant 1.4
    Possible causes:
    * Namespace not being used correctly
    * copied verbatim the mapping xml file generated by autogen into
    the web-services.xml
    file
    * xml-schema part of web-services.xml might not be set correctly
    * operation definition might not be using the correct namespace
    * Classpath used for ant might not be right
    * Doubt this is the problem, but I'm out of other ideas
    * Set by using the setWLEnv.cmd file provided by WebLogic
    * Tried adding the generated classes directory for my project to
    the classpath,
    but did not work
    I've been referencing the Programming WebLogic Web Services document
    throughout
    this entire process. I must be missing something.
    Can anybody from BEA help me out with this problem?
    Thanks in advance.
    Name: web-services.xml
    web-services.xml Type: ACT Project (text/xml)
    Encoding: base64

  • HT201412 My i Pad 3 shows "cannot Access Find My Friends open the app and review your sign in information to continue sharing your location. And I have two buttons : Later and Open but they don't work, As long as I have this situation I can do nothing on

    My i Pad 3 shows "cannot Access Find My Friends open the app and review your sign in information to continue sharing your location. And I have two buttons : Later and Open but they don't work. As long as I have this screen situation, I cann't do anything on my I Pad. Please help !!

    I have the same problem on my iPhone4. It is obviously a bug in the software. Once it pops out I am locked out of my phone. I can't even begin to describe the frustration this causes. All that stuff about holding down the buttons is useless. the phone won't even shut off. I can take a screen shot like that or go to voice control. Even when I got to a wifi connection, I can't get on. This app blocks everything else. This is a serious bug and can have serious consequences. The only thing my phone would do is go to voice control and let me play iTunes or phone people. Some smart phone hey?
    I have finally got to a place with a wide enough wifi to connect my computer and restore the phone. This has lasted over a day!
    I don't even know why Find My Friends is on my phone. Is it part of the package and how do I turn it off?

Maybe you are looking for

  • New Macbook Pro and TechTool help

    So I jus got a new mac book pro and did a SMART scan in Tech Tool Pro - here were my results and I am concerned about the spin up retry - can someone explain what I should do or if this is normal?

  • Main method not found and how to implement events in an inner class

    How would I put all the event handling methods in an inner class and I have another class that just that is just a main function, but when i try to run the project, it says main is not found. Here are the two classes, first one sets up everything and

  • How to set user settings insap

    how to set default settings

  • Cannot mount standby database

    Hi anyone, im trying to create physical standby db, oracle10g release 1 running on windows NT. currently i cannot mount the standby database receive error as: SQL> alter database mount standby database; alter database mount standby database ERROR at

  • Updating Links in Template files

    I updated a link in my template file, and everything looked fine, but after i put the file live, the website still points to the old link? any ideas?