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
> --
>
>
>
>
>

Similar Messages

  • 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

  • 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 (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 (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

  • 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

  • Where is the path of default.css the .rpt file

    I'm trying to use CSS in my report file, I in research on the internet see much talk of "set css class" I know I can assign this way the NAME of the css class, but I want to change the file CSS in itself, where it is? which the 'path' of him
    and where I find this way in the file?
    I'm using MVC C # to load the file and export in stream that converts PDF to display in the browser.
    To create the file I use Crystal Reports for VS2013 and within the own VS I create the rpt file
    Looking into this rpt the way for the much-talked 'default.css' you see in the internet research.
    wanted to change the path or know where it is to include classes on it.
    thank you

    Hi Ludvig,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. About you said the
    path of default.css for the .rpt file issue, I suggest you can ask your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread] for
    better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Centering a file in the browser vertically with CSS

    I remember there was an issue doing this with tables and I am
    wondering
    if this is also hard to to with CSS. I would like to center a
    flash
    file, both vertically and horizontally. I have it centered
    horizontally
    but not vertically. This is what I have so far.
    body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    #container {
    width: 800px;
    margin: 0 auto;
    background-color:25231a;
    My flash file is inside of the container in the html file.
    What do I need to do, to get this centered vertically as
    well?
    I tried this, but with no luck.
    #container {
    width: 800px;
    margin: auto;
    background-color:25231a;
    Thank you for any help!
    Brian

    If I don't hear anything positive from Adobe about fixing it,
    I am going to
    be much more vocal.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    ".: Nadia :. **AdobeCommunityExpert**"
    <[email protected]> wrote in
    message
    news:[email protected]...
    > It is getting more and more difficult to support such
    posts. I don't have
    > that much time to copy and paste a link,find it's wrong
    and then have to
    > copy and paste again...........
    >
    >
    > --
    > Nadia
    > Adobe� Community Expert : Dreamweaver
    > --------------------------------------------
    >
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    > --------------------------------------------
    >
    http://www.perrelink.com.au
    - Web Dev
    >
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    >
    http://www.adobe.com/devnet/dreamweaver/css.html
    > -------------------------------------------------
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >>I will no longer support posts that contain broken
    links like that.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> ".: Nadia :. ACE :."
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> OMG - nothing against you Excavatorak, but links
    posted via the web
    >>> forum interface come through as an absolute mess
    on the nttp forum :\
    >>>
    >>>
    >>> --
    >>> Nadia
    >>> Adobe� Community Expert : Dreamweaver
    >>> --------------------------------------------
    >>>
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    >>> --------------------------------------------
    >>>
    http://www.perrelink.com.au
    - Web Dev
    >>>
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    >>>
    http://www.adobe.com/devnet/dreamweaver/css.html
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> "Excavatorak" <[email protected]> wrote
    in message
    >>> news:[email protected]...
    >>>> <a target=_blank
    class=ftalternatingbarlinklarge
    >>>> href="
    http://www.jakpsatweb.cz/css/css-vertical-center-solution.html">http://www
    >>>>
    .jakpsatweb.cz/css/css-vertical-center-solution.html</a>
    >>>> <a target=_blank
    class=ftalternatingbarlinklarge
    >>>> href="
    http://milov.nl/code/css/verticalcenter.html">http://milov.nl/code/css/ver
    >>>> ticalcenter.html</a>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • The Element tag for CSS - how to use it?

    Hi,
    I was watching this video and this guy was using Inspect Element in Chrome to identify things he wanted to change in a web page.  I remember him using this a lot:
    element.style {
    ...and then write in Dreamweaver the changes to his CSS.  I've not been able to figure out what that above element.style means though.  Can someone help explain what it is?  Do I need to use it every time I want to add a change to my existing CSS file?  Sorry this is a vague question but I just want to understand it better.  For some reason, I've gone to W3 school and still can't find anything.
    Thanks.

    At a guess
    element.style {
    is a generic term meaning exactly that.
    element is the element that is being referenced as in p, div, span, h2 etc, etc.
    .style is the class that has been assigned to the element for identification.
    If we wanted to change the colour of the text of a particular heading we would use
    h2.red {
         color: red;
    and our markup would look like
    <h2 class="red">This is my red heading</h2>

  • How can i change the html, jsp, js, css file using ../tools/filemanager.jsp

    Hallo Experts
    I want to know how to get the html, jsp, js, css file using .../strategy/tools/filemanager.jsp? If I search the file such as "commentslist", I'll find the file. It is shown in the table with three columns:
    Column with trash symbol for deletion, Path and Date. But I cannot to fetch the file and saved local to make the modifications.  Could you tell me how I can get the file? Is there another way to this?
    Thanks a lot and
    Best regards!
    Ping

    Wang,
    If you are looking at the commentslist file with the intention of customizing, you would use File Manager Path to be directed to the file's location:
    \usr\sap\<3 letter CE instance>\J00\j2ee\cluster\apps\sap.com\xappscpmsm~strategymanagement\servlet_jsp\strategy\root\pilotworks
    Any customization would have to be noted, since upgrades will overwrite customizations.
    Regards,
    Bob

  • 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

  • How to find the date when the users has been created in Hyperion Essbase

    Please let me know, if there is any option or way to find the date when the users has been created in Hyperion.
    Essbase - 9.3.1.0.0
    Sun Solaris SPARC (32-bit) - 5.8
    If not in Hyperion, could you please let me know if it gets stored in the repository. If yes, please let me know the table name in Oracle.

    I don't know of a way of getting this information from Shared Services via the standard web UI. However you can see when a native user was created in openLDAP. If your users are all native then you can use an ldap browser to view the CreateTimestamp.
    Port: 58089
    User DN:CN=911,ou=People,dc=css,dc=hyperion,dc=com
    Password: Your shared services admin user password
    You should see each new native user under the ou=People and each CN will have a create timestamp.
    I can't help if all you users are external or your using the old Essbase native security.
    Gee

  • How do I find, at-a-glance, the sample size used in several music files?

    How do I find, at-a-glance, the sample size used in several music files?
    Of all the fields available in a FInder Search, "Sample Size" is not available. Finder does offer a "Bits per Sample" field, but it only recognized graphic files and not music files.
    Running 10.8.5 on an iMac i5.
    I did search through a couple of communities but came up empty.
    Thank you,
    Craig

    C-squared,
    There is no View Option to allow display of a column of sample size. 
    For WAV or Apple Lossless files, it is available on the Summary tab (one song at a time, as you know).  For MP3 and AAC it is not available at all.
    You can roughly infer it from the files that are larger than expected for their time.
    99% of the music we use is at the CD standard of 16-bit, so I can guess that displaying it has never been a priority.  However, if you want to make a suggestion to Apple, use this link:
    http://www.apple.com/feedback/itunesapp.html

  • How do I find out how many files I have, as an earlier version of iTunes told you at the bottom of the screen. Can you please help me.

    How do I find out how many files I have, as an earlier version of iTunes told you at the bottom of the screen.
    Can anyone please help me with this so I know how many music files or video files I have in my collection.

    Have a look here...
    http://osxdaily.com/2012/11/29/5-tips-make-itunes-look-normal/

  • Re:one or more project in the solution was not loaded correctly, Could not find a part of the path

    Please I have been having  problems loadig the adventuremultdime2012, I downloaded the visual studio 2013
    but it is showing me this path
    C:\Users\PC\AppData\Local\Temp\Temp5_AdventureWorks Multidimensional Models SQL Server 2012 (3).zip\AdventureWorks Multidimensional Models SQL Server 2012\Enterprise\AdventureWorksDW2012Multidimensional-EE\AdventureWorksDW2012Multidimensional-EE.dwproj :
    error  : Could not find a part of the path 'C:\Users\PC\AppData\Local\Temp\Temp5_AdventureWorks Multidimensional Models SQL Server 2012 (3).zip\AdventureWorks Multidimensional Models SQL Server 2012\Enterprise\AdventureWorksDW2012Multidimensional-EE\AdventureWorksDW2012Multidimensional-EE.dwproj'.
    I guess its a hidden file or I have deleted it, because I cant find it too, any help please

    Looks like you've either moved the file to somewhere else or it got deleted
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for