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

Similar Messages

  • Where to find the css file for logon page customization

    Hi All,
    I am doing the logon page customization but i am not finding the stylesheet to change the background colors.
    While testing it is taking the default css stylesheet.
    Can anyone suggest from where to edit the css file?
    With Regards
    Ashutosh

    Dear Ashutosh
    You can find the css folder under the logon par file.
    Please find below reference for modifying the PAR file:- http://help.sap.com/saphelp_nw04s/helpdata/en/bb/1bb8428e05c86ae10000000a155106/content.htm
    A fast and easy Portal logon page customizing
    Modifying The Logon Par(or customising the Logon Screen)
    Customizing Portal Logon Screen
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • I need a good FINDER (CTRL+F) add on. For some reason mine is not finding the .css coding on the template when trying to edit it. Anyone know whats going on ?

    i am trying to EDIT a .css file on a website. Its a template from the website ( highwire.com ) When i am trying to find certain color codes #FFFFFF for example my finder (CTRL+F) wont find it but when i scroll down i see that there is some on the .css file. anyone know a good add on to actually find my coding when typed in.. I need to change alot of the colors from green to yellow and oranges to blue. The .css is over 1700 lines of coding.. just need some quick find and replace addon.

    You seem to have a lot of #fff codes in the CSS files that obviously aren't found with the long #ffffff search term (#fff finds them)
    Make sure that the match case box isn't selected on the Find bar (Ctrl+F)

  • How to find the CSS classes of a template in Apex 4.1?

    Please i would like to know the location of the css and images in a template?

    if you look into your page template you will see the absolute path some thing like
    /i/theme15/theme_15.cssHere /i/ is the images directory of your APEX.
    By default you may have installed it to
    oracle_home/apache/images
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ui_upload_img.htm#HTMDB25584

  • Where can I find the CSS Designer panel

    Been watching this video:
    http://tv.adobe.com/watch/creative-cloud-for-web/adobe-dreamweaver-cc-overview/
    If you go to around 23 seconds, you will notice the 'Biggest update' 'CSS Designer Panel'
    I notice he is changing rounded corners on the fly.
    Where is this in Dreamweaver CS6?
    I can only see the transitions panel.
    Am I missing something?

    Your workspace might be different than mine. 
    But the CSS Styles Panel is usually on the right.  See screenshot.
    Nancy O.

  • 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

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

  • 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

  • Hide go arrow in navigation bar, can't seem to find the selector to edit in userChrome.css

    I used edits to userChrome.css to hide several items from the address bar, but I can't seem to find the right selector for the arrow that appears when you start typing in the address bar. So now it is the only thing there and it's driving me crazy. I have spent over an hour trying to figure it out with inspector addons and searching the web. I'm about to lose my mind. Obviously this is an insignificant thing to spend more than an hour on. Hopefully you can help me solve it relatively quickly.

    Yes, that is the Go button. That button appears when you edit the URL on the location bar and can be used instead of the enter key.
    Did you try that selector?
    <pre><nowiki>#urlbar-go-button { display:none!important; }</nowiki></pre>

  • I have CS5 on my old macbook pro, I need it on my new laptop. I cannot find the installation css, but I have the code. Can I download somewhere? or transfer it from computer to computer?

    i have CS5 on my old macbook pro, I need it on my new laptop. I cannot find the installation css, but I have the code. Can I download somewhere? or transfer it from computer to computer? and I've never used a forum before, help!

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3 | 2.7(win),2.7(mac)
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.window using the Lightroom 3 link to see those 'Important Instructions'.

  • Need to modify a Header which is in phtml, I need to find the html page

    I don't know much about php, but I need to change a header and add a new link, it should be very easy to do in html, but when I opened the header, the code is all in php.
    How can I find the related html for the header to do these changes?
    Here is the code
    ?>
    <div class="header-container">
        <div class="header">
            <?php if ($this->getIsHomePage()):?>
            <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
            <?php else:?>
            <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
            <?php endif?>
            <p class="top-promo" title="<?php echo $this->__('Free Shipping on orders over 50$'); ?>"><?php echo $this->__('Free Shipping on orders over 50$'); ?></p>
            <?php echo $this->getChildHtml('topMenu') ?>
        </div>
        <div class="quick-access">
            <?php echo $this->getChildHtml('store_language') ?>
            <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
            <?php echo $this->getChildHtml('topLinks') ?>
        </div>
        <?php echo $this->getChildHtml('topBar') ?>
        <?php echo $this->getChildHtml('topContainer'); ?>
    </div>
    I need to modify the div for quick-access, not the css just the html, I just need to add a new link to it. How can I find this page?
    Thanks

    Take a look at the iCab Mobile browser for the iPad. It allows document uploads if you configure it properly in the settings. iCab Mobile also works with DropBox.
    You may have to download the documents to the iPad and upload from there, but it might be worth a look here.
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    This is copied from their website.
    How can I upload any file (not only photos) under iOS 6?
    Unlike the web engine of iOS 5.x and older, the web engine of iOS 6 has now basic upload support as well. But it only supports uploading photos and videos from the photo album. And this will only work under iOS 6.
    The upload capability of iCab Mobile works under all iOS releases and supports uploading photos videos and all other file types. It can even scale down photos before uploading to save bandwidth.
    But iCab's own custom upload capability has the disadvantage, that because of several iOS restrictions, it can not work on all web pages. Therefore under iOS 6, iCab Mobile provides a switch in the settings where the user can choose, if iCab should use the upload capability from the iOS (only photos, works with some more web pages) or the capabilities of iCab (photos and all other files, can't work on all web pages).
    So if you need to upload other files than just photos, make sure that you set the option "Upload files via" in the settings to "iCab Mobile".
    This is a link to the FAQ on the site.
    http://www.icab-mobile.de/faq.html

  • How do I edit the CSS of a Dynamic Menu with Dreamweaver and Business Catalyst.

    I've watched tutorials on v2 menu module and it obviously was not made for someone just starting out in Business Catalyst. I want to edit the CSS of my Dynamic Module, preferably V1, but if I have to use version 2 I will. The problem I am running into is that the width of the menu I am trying to make is not big enough. The menu is extremely simple, I could whip it up with css and html in a matter of minutes. Just black words horizontal layout with a dark red hover color and selected state. I can change all that in Business Catalyst Site Manager just fine, however, the width of my menu when I look at it on the site, is way too small. Probably only 750px wide. I want it 1000px wide, but I haven't the faintest idea of where to find that information to change. When I add the menu module to my html code i get this: {module_menu,1534789}. How do I add or find css/html to edit the properties? I know I can add classes to the items inside the menu in the Site Manager, but where do I find the html code that shows those names?
    I'm obviously missing something important and probably really easy, so I hope someone can help.
    Thanks, Evan Schmidt

    I went ahead and built the navigation without a module, easier than wasting all this time trying to figure it out.
    But initially my main problem was when I add the Menu module to my html in dreamweaver, this:  {module_menu,1534789} would be put in my html instead of css/html code. Now if publish my site and look at the page source, it shows the css/html, but it doesn't in dreamweaver. So is that the only way to edit the css/html code, copy the page source and replace the {module_menu,1534789} with the copied code in dreamweaver?

  • Am I the only person who is struggling to use the CSS panel in DW CC?!

    I'm new to Dreamweaver CC this week (CS5 previously and CS2 before that ... total of 7 years use) ... was looking forward to the upgrades (and I can see there are lots which is great), but I'm finding the new CSS panel totally frustrating!  It's so much more time consuming an in my opinion in no way user friendly ... especially for those of us who spend every day using them.    I've now reverted back to hand coding my style sheet which means I'm having to switch between screens all the time (still works out to be less time consuming that trying to work with the new CSS panel though!).
    I'm all for change, but this seems to be one big change which wasn't needed and certainly isn't benefical (to me anyway!).  I can see that is probably more likely to help those who are starting out as it has the diagrams to show you what the styling is doing, but for me thats just taking up realestate.
    I was also looking forward to taking advantage of the dual screen option (especially as I'm now hand coding the style sheet), but it seems its only the panels you can move across to the second screen and not the HTML or CSS pages ... Arrgghhhh!!!
    I'll give it another week and then I'm done I think ... which is a shame because there is lots I like about it, but at the moment, this new baby just isn't working for me!

    I'm really hoping so because the website I'm building at the moment is taking twice as long as normal - previously I could click on the element I wanted to style, then click on the '+' button at the bottom of the CSS properties block and the styling box would pop up - now its lots of scrolling and then knowing whether to press enter, or tab or just click away to add the styling ... driving me absolutely nuts!

  • Unable to find the path of automatic (command line) backup of LCM

    I created the batch script to take the LCM backup on Essbase/FDQM (ESB01)
    Detail is as under
    1. Copy utility.sh and utility.bat file from  D:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin  to   D:\Oracle\Middleware\user_projects\epmsystem1\bin
    2. Generate the xml file (Login on Shared Service Console as admin user
    Application Group →  Foundation →  Shared Service  → Select All → Define Migration → Next → Enter File System Name → Next → Next → Save Migration Definition → Save the xml File
    3. D:\Oracle\Middleware\user_projects\epmsystem1\bin>type WeeklyMigration.bat
    utility.bat MigrationDefinition.xml
    4. First time have to run manual, It will store the credentials in xml file (MigrationDefinition.xml)
    D:\Oracle\Middleware\user_projects\epmsystem1\bin>WeeklyMigration.bat
    >>> Enter username - admin
    >>> Enter Password –
    batch file executed sucessfully as below
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>weeklyMigration.bat
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>utility.bat MigrationDefinition.xml
    Sep 15, 2013 11:26:19 PM com.hyperion.hit.registry.DatabaseComponentImpl getData
    baseHostName
    INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@jxebdrd
    b.dpworld.ae:1576:DPUT.
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HUB-11.1.2.0
    Sep 15, 2013 11:26:21 PM
    INFO: Initializing CMSClient.
    Sep 15, 2013 11:26:21 PM
    INFO: CMSClient initialized successfully.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Validating user inputs.
    Sep 15, 2013 11:26:21 PM
    INFO: User input validations done.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Retrieving application id for application with display-name Shared Service
    s.
    I had remvoe display line.
    Exported Artifact - Groups.
    Sep 15, 2013 11:26:26 PM com.hyperion.css.exchange.framework.CSSIEJob doExport:8
    3
    INFO: Successfully exported 0 roles.
    Exported Artifact - Roles.
    Exported Artifact - DPWUAE.
    Exported Artifact - fdqm_app.
    Exported Artifact - Reporting and Analysis.
    Exported Artifact - Essbase Studio Server2.
    Exported Artifact - HBRAPP.
    Exported Artifact - Shared Services.
    Exported Artifact - Sample.
    Exported Artifact - Sample_U.
    Exported Artifact - DMDemo.
    Exported Artifact - EssbaseCluster-1.
    Exported Artifact - Samppart.
    Exported Artifact - TestCube.
    Exported Artifact - ASOsamp.
    Exported Artifact - Demo.
    Exported Artifact - Sampeast.
    Migration Status - Success
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>
    Now I unable to find the LCM backup file, where it has generate? what is the location of the backup file by this batch execution?

    As for my knowledge "." will fetch from the directory where we are running.Exactly. A directory. Not a JAR file. If you want to access it via File, you can't put it into the JAR. if you want to put it into the JAR, you need to use Class.getResource() and friends.

  • On Dreamweaver CC how do I get to the css rule definition box?

    On the other Dreamweavers when I wanted to edit a css, I selected the css and clicked on the pencil icon to open the css rule definition box.
    The only way I find to get acess to the css rule definition box on the new CC is when I am creating a new div and then there is a option for a new style and it opens the box.
    My question is how do I get to the box once the rule is created? the pencil icon is not there anymore.
    Not good breaking workflows Adobe, some folks have work in progress...
    Please help, thanks.

    Nancy O. wrote:
    I can't remember the last time I used DW's CSS panels. If you know CSS, why not use code view?  DW's Code Hinting is very good &  it's much quicker to edit code directly in the style sheet than it is in CSS panels.  
    Nancy O.
    That depends a bit on the situation. For example, in Netbeans I use the live connection with Chrome (embedded view or not) and I can then select an item in the live view in Chrome, which opens the css properties panes. These are quite similar to DW.
    By changing the values in the css properties pane the changes in values are automatically saved in the css file, and visually updated in realtime in Chrome.
    It can be very handy to quickly change the position or margin/padding/size of an element this way without having to switch back and forth to your css. Bit similar to the inspect element pane in FF and Chrome, and the changes are immediately saved.
    When I still used DW I used it in the same manner for quick visual changes - and no reason to rummage through my css code.
    In short, those css inspector panes can work quite efficiently when you need to polish the css code.
    Granted, I would never use it while working on the main css code - but for slight and quick changes it can be a very handy feature.

Maybe you are looking for

  • When I try to open a photoshop image it opens in camera raw

    I store all my images in jpeg.  Been doing my editing elsewhwere, but yesterday tried to use Adobe Bridge.  I opened a jpeg image in camera raw and was unsuccessful in getting what I wanted.  Now, when I try to open one of my jpeg images in Photoshop

  • IMovie '11 cannot add a cutaway.  Pls help

    I'm using iMovie '11 and I cannot add a cutaway.  The advanced tool preference is already checked.  When I drag the clip, the green bar snaps to either side of the clip, but doesn't allow me to set the new clip on top as a cutaway. The textural box w

  • Crop Overlay Tool

    I believe this is something new and I cannot find the option to change it.  I don't remember this being an issue until recently.  When I am using the Crop Overlay, I make the frame box as I want it (currently constraining original aspect ratio) using

  • Why is my bluetooth not working??

    Why is my bluetooth not working? Trying to get pics off old phone onto my iphone5

  • I cannot download iTunes 11.1.4 for Mac.

    I cannot download iTunes 11.1.4 for my Mac OS 10.6.8.