Multiple stylesheets of bootstrap

Hi,
So bootstrap has 4 default stylesheets, right? 2 are regular and the other 2 are minimized versions. So if I make all my edits to the longform, do I exclude the minimized versions on upload?
Just noticed, by default the index file is only referencing the 2 minimized files so best to change the call and substitute the longform versions where I had made all my edits, correct? (trying to better understand!)
Thanks!

To elaborate, a bit, on what Nancy said:
1. CSS stands for Cascading Style Sheets. This means that the last called style takes precedence over any other style of that element.
2. So, in effect, you can have all the Bootstrap styles referenced in your document/page. Just make sure that your 'personalised' style sheet is referenced at he bottom of the stack. IOW is closer to the body tag than the Bootstrap stylesheets.
3. It also means that you can have a style set in your style sheet. Let's say a ".specialpara", where you have configured a particular paragraph style. This style can be attached to the paragraph element (<p>) and will overrule the other default or earlier styled elements that you have marked. Of course, you can attach it to anything, not just a para or 'p' tag,
To expand...
Let's say the Bootstrap CSS has this:
body {
font-family: Times New Roman, serif;
You want to use a sans-serif font. You would put this in your 'main.css' file:
body {
    font-family: Verdana, sans-serif;
But the link to it must come after the link to Bootstrap CSS file in the document head. Something like this:
<head>
Link to Bootstrap CSS
Link to your main.css file
</head>
<body>
Then, as long as the css file is linked, you can always attach a style to a specific element that you want styled differently from the general flow... see the example of the <p> tag above. The style contained there is a 'class' and can be assigned to any element (provided that the element supports that styling) irrespective of what the class is called... meaning, you could have a class called,'.ducky' where the font is set to bold, Apply '.ducky' to a paragraph (<p> tag) and the whole para will be bold. Apply it just to a word and that word will be bold.
All of this will override any earlier formatting in your style sheets.
CSS. Cascading Style Sheet. The latest in the flow/heirarchy is the one that dominates.
Hope this helps....

Similar Messages

  • Multiple stylesheets per topic

    Hello,
    I like to create multiple stylesheets for management
    purposes, rather than having one very very large stylesheet which
    can be used for all topics in my help project. Is there any way
    RoboHelp can support multiple stylesheets per topic? I also want to
    avoid duplication of rules between stylesheets, so using single
    different stylesheets for different topics is not a good solution.
    In particular, I'd like to have a single 'general' stylesheet to
    provide my 'general' formatting. Then, some topics will include an
    additional supplemental stylesheet to provide specific formatting.
    Currently, for these topics where I need special formatting,
    I need to make the rules unique, and add them to my standard (now
    growing very large) stylesheet.
    Thanks in advance!
    Mitch

    Hello Leon,
    I don't want to start an argument on this topic, but I would
    like to quote a couple of experts in the area of stylesheets, then
    quote the W3C itself, since you mentioned them.
    Simon Collison, from Beginning CSS Web Development, Page 10:
    Multiple Style Sheets:
    Consider a style sheet that contains all of the rules you've
    created for an entire site. Let's say that the site is equivalent
    in size to the BBC web site, which is very, very big indeed. All
    the styles required would result in one long, unmanageable style
    sheet, so splitting the style sheet into manageable chunks is a
    much better option here.
    Andy Budd, CSS Mastery, page 24
    For a simple website, you can get away with using a single
    CSS file. With larger and more complicated sites, it can be a good
    idea to separate your styles for ease of maintenance. How you
    separate your styles is a matter of choice. I generally have one
    CSS file for the basic layout and another for typography and design
    embellishment. This way, once the layout is set, I rarely have to
    go back and change the layout style sheet. This also protects my
    layout styles sheet from accidentally being altered and breaking.
    You can abstract things further by creating a separate CSS
    file for color. Then, if you want to offer different color themes,
    it is easy to create a new color style sheet. If you have lots of
    forms on your site, you may want to create a separate CSS file for
    all of your form styles. You can then link that file only when it
    is needed, thus reducing the initial download overhead. If you have
    some pages on your site that are very distinct from the rest of
    your site, you may want to consider splitting these off into their
    own CSS files. For instance, if your homepage layout is very
    different from the rest of the site, you may want to create a
    separate CSS file for the homepage.
    Now, if you'd like to visit
    http://www.w3.org/TR/html401/present/styles.html#h-14.3.1
    you'll read:
    14.3.1 Preferred and alternate style sheets
    HTML allows authors to associate any number of external style
    sheets with a document. The style sheet language defines how
    multiple external style sheets interact (for example, the CSS
    "cascade" rules).

  • Attach multiple stylesheets to one tag (body tag)

    Dear People, Hi.
    This is a first for me since Adobe bought Macromedia, so
    please be patient................
    Anyway.
    I want to attach multiple stylesheets.
    What I need to do is to attach the stylesheet to the body tag
    to make a repeating backgorund header bar.
    Then I want to attach a small graphic just below the header
    bar BUT...it is NOT repeating...
    And then I want to attach a third small graphic which will be
    repeating but in a different direction.
    This is to anable the page to be fluid no matter what size
    the browser window is as the top, topright corner, and left colour
    images will form a frame for the page.
    Because I want it to be fluid so it will size dependant on
    the browser window, I cannot simply create ONE image of the frame
    and set it to right alignment......
    I do hope this makes sense !!!!!!!
    Thank you in advance
    Glen Gibbs

    > What I need to do is to attach the stylesheet to the
    body tag to make a
    > repeating backgorund header bar.
    You don't attach stylesheets to the body tag.
    > I do hope this makes sense !!!!!!!
    Sorry - it doesn't.
    Can you show us your page, please?
    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
    ==================
    "Ayrdan Design" <[email protected]> wrote in
    message
    news:eejt6t$a8v$[email protected]..
    > Dear People, Hi.
    > This is a first for me since Adobe bought Macromedia, so
    please be
    > patient................
    >
    > Anyway.
    > I want to attach multiple stylesheets.
    > What I need to do is to attach the stylesheet to the
    body tag to make a
    > repeating backgorund header bar.
    > Then I want to attach a small graphic just below the
    header bar BUT...it
    > is
    > NOT repeating...
    > And then I want to attach a third small graphic which
    will be repeating
    > but in
    > a different direction.
    > This is to anable the page to be fluid no matter what
    size the browser
    > window
    > is as the top, topright corner, and left colour images
    will form a frame
    > for
    > the page.
    > Because I want it to be fluid so it will size dependant
    on the browser
    > window,
    > I cannot simply create ONE image of the frame and set it
    to right
    > alignment......
    >
    > I do hope this makes sense !!!!!!!
    >
    > Thank you in advance
    > Glen Gibbs
    >

  • Beginner CSS multiple stylesheet Question...

    Hi,
    I am a complete beginner. I've followed through the Dreamweaver beginner 'Check Magazine' tutorial to create a site and it's straghtforward. My site is small, a tourist guide, basically a three column/main image homepage like the tuotorial and then around 25 pages featuring different places with identical main column and a thinner right column layout. (I've created a template for the 25)
    My question is regarding CSS stylesheets. Now obviously I have used the CSS stylesheet to set the size and background colour etc of my Div Columns in the homepage as in the tutorial. But my 25 pages have different column widths and background colours to the homepage. Do I need to create a seperate stylesheet for each page?
    Or does each div column get a different name on each page? (div#right_column 1,2,3 etc) Or I need to learn another step?
    I've looked in the beginner guides and they all explain one stylesheet, but don't elaborate for when you start adding new pages and want to edit them.
    I know I have a lot to learn! But I don't want to go further learning a bad habit or misunderstanding and wasting a lot of time when a simple answer would really help me at this stage. It's fine if someone knows a good guide or tutorial that covers this that they can link to as well.
    Thanks in advance!

    If I understand this correctly, your home page is the only one that has unique styles.  The other 25 site pages share the same styles.
    Create one external stylesheet for the 25 pages.
    Use embedded CSS on the home page for styles that are specific to that page.
    Embedded CSS goes in the HTML document between the <head> and </head> tags like so.
    <style type="text/css">
    unique page styles go here....
    </style>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Multiple Sprymenu bars, submenu's apearing on top of page

    Hi,
    I need to use multiple sprymenu's for one website.
    So I created them and made multiple stylesheets for every bar one.
    In Firefox everything is working great but (offcorse) in IE it isnt.
    The top one is working good in IE but the following ones not.
    The submenu's are appaering on top of the page instad of underneeth the menubar.
    Can someone please help.
    www.digitalportal.nl/testmenu/menu/TESTMENU.html
    Thanx.
    Sanne

    Have a look at the following
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8" />
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" />
    <style>
    ul#MenuBar2.MenuBarHorizontal a:hover,
    ul#MenuBar2.MenuBarHorizontal a:focus,
    ul#MenuBar2.MenuBarHorizontal a.MenuBarItemHover,
    ul#MenuBar2.MenuBarHorizontal a.MenuBarItemSubmenuHover,
    ul#MenuBar2.MenuBarHorizontal a.MenuBarSubmenuVisible {
        background-color: red;
        color: #FFF;
    </style>
    </head>
    <body>
    <div class="menu">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">Werknemers</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="#">Wijzigingen</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">Overzichten</a>
          <ul>
            <li><a href="#">Item 3.1</a>        </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="#">Functies</a></li>
        <li><a href="#">Inbox</a></li>
        <li><a href="#">Ref. gegevens</a></li>
        <li><a href="#">Log</a></li>
      </ul>
    </div>
    <div class="menu" style="clear:both;">
      <ul id="MenuBar2" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">Algemeen</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="#">Pensioen</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">ANW</a>
          <ul>
            <li><a href="#">Item 3.1</a>        </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="#">WIA-producten</a></li>
        <li><a href="#">Basisverzekering</a></li>
        <li><a href="#">Collectieve ongev.</a></li>
        <li><a href="#">Levensloop</a></li>
      </ul>
    </div>
    </div>
    <script src="SpryAssets/SpryMenuBar.js"></script>
    <script>
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    I have used the one original CSS and make my overriding changes by using the ID of the menu.
    Gramps

  • Using stylesheets in Java Studio Creator

    I have a project in which I have to use a given stylesheet with css entries for <h1>, <2> and so on. How can I embed such a css? How can I ensure that all these headers are always displayed the correct way?

    First note that all pages already have a stylesheet by default that Creator adds for you: this stylesheets adds colors to get "row striping" in data tables for example.
    The easiest way to add additional styles is just to cut & paste the styles from your other stylesheet into the existing stylesheet (which you can edit by opening the "Resources" folder under the Web Pages folder in the project navigator, then double click on "stylesheet.css". Go to the end, paste your styles, save, then go back to the web page and select "Refresh" from the context menu. (The last step will soon be unnecessary).
    You can also import your own stylesheet in as a new file in the project: Go to the File menu and select Add Existing -- then add the stylesheet. It's now added to your project, either in the web pages folder or in its "Resources" subfolder.
    If you want to replace the existing stylesheet and use your own -instead- for a page, select the page (by clicking on the page background), then go to the property sheet and select the stylesheet property for the page, click the "..." to open the property editor and browse to your stylesheet and hit OK.
    If you want to use -multiple- stylesheets for the same page you have to work slightly harder: go to the Source tab, locate the <link> tag in the source which has a 'rel="stylesheet"' property; copy this line so that you have it repeated, then change the stylehsheet url. In other words, you end up with two <link rel="stylesheet"> tags, one for each stylesheet.
    -- Tor
    http://blogs.sun.com/tor

  • Define multiple operations in one WebService recommended or bad idea?

    If I have the choice
    1 operation in 1 webService = n WebServices
    or
    n operations in 1 WebService
    which one is preferable?
    What are the pros and cons of putting multiple operations into ONE webservice?
    Peter

    Not sure why you would have a lot of different stylesheets applied to various pages  :-)
    Why not just one stylesheet to cover *all* the styling for *every* page... that makes mroe sense to me.  In this way, you only have stylesheet you need to edit whenever you make *any* changes.
    The more stylesheets you have the more fiddly it becomes in my opinion.
    Saying that, there is no reason why you can't link to multiple stylesheets, just remembering that the last one in the list is the one that takes precedence.
    So if you have a style for a paragraph for example in 2 stylesheets, then the lowest on the ladder will be the one that the paragrah is styled from.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Using a different stylesheet

    hi,
    am trying to use a ready example in one of my project pages but this page will use a different stylesheet than the one automatically created by creator,
    will it cause any harm to other pages i might create if i replace the stylesheet file in the resources folder of my web application?
    if yes? will renaming the style sheet file affect my project? , provided that i rename it in all (link tags) in the project pages..
    thanks in advance,
    best regards,
    sssnbj

    Also note, you can have multiple stylesheets. As,
    Chary Pointed out place them as
    <!-- Original -->
    <ui:link binding="#{newPage.link1}" id="link1"
    url="/resources/StyleSheet.css"/>
    <!-- User defined -->
    <ui:link binding="#{newPage.link2}" id="link2"
    url="/resources/MyStyleSheet.css"/>
    (Above is for Creator 2)
    - Winston
    http://blogs.sun.com/winston
    Another way that should work is going into the app outline and looking for the "link1" component under "head1". The stylesheet is a component and you can change the property in the prop sheet. Also, you can add new link components from the advanced section of the palette.
    -Edwin
    Creator team
    http://blogs.sun.com/edwingo

  • Did RH 9.02 patch break something...???

    Yesterday we upgraded to Version 9.0.2. Today my stylesheets don't work.
    I rely very heavily on stylesheets because my company has two divisions with two separate brandings. Every day I have to import the same document to two separate projects, and apply the appropriate stylesheet so it publishes in the right colors for that division.
    I tested multiple Word documents, multiple projects and multiple stylesheets. As soon as you apply ANY stylesheet, the topic loses all formatting. That means I have to manually apply the styles to every line of text.
    Is there a quick fix to this that will get me through today? I have topics I need to publish.
    Thanks

    Thanks for replying. I was just now reporting it as a bug.
    In Word, apply custom styles to a document.
    Create two stylesheets for Robohelp that replicate those Word styles, but have different colors for the heading styles. Place them in each applicable Robohelp project folder.
    Import the document.
    Right click the topic name in the Topic List, and click Appearance.
    Select the appropriate stylesheet and click OK.
    Usually it's Voila! and everything formats perfectly. Today there is NO style to ANY text - even the font reverts to no margins, Times New Roman 10pt. It keeps character formatting, so things I bolded in Word stayed bolded. But that's it. I have used the same stylesheets for months, and made no changes to it yesterday, when it was working.
    The loss of styles persists after you compile. However, they display correctly in the Styles and Formatting pod. When I highlight text in the window and apply the styles from the Styles pod, they update as they should, but the process is 100% manual.
    I have no topics that don't originate in Word.
    Here's one of the stylesheets:
    /*Created with Adobe RoboHelp 9.*/
    p.WD_Normal {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    span.WD_Hyperlink {
    color: #0000ff;
    text-underline: single;
    text-decoration: underline;
    span.WD_HyperlinkFollowed {
    color: #800080;
    text-underline: single;
    text-decoration: underline;
    p.WD_DocumentMap {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: .0001pt;
    margin-left: .5in;
    font-size: 8.0pt;
    font-family: Tahoma, sans-serif;
    color: #262626;
    p.WD_Acetate {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: .0001pt;
    margin-left: .5in;
    font-size: 8.0pt;
    font-family: Tahoma, sans-serif;
    color: #262626;
    p.WD_Bullet1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    text-indent: -.25in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    margin-left: 0.75in;
    p.WD_Bullet2 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    text-indent: -0.23in;
    margin-left: 0.98in;
    p.WD_Bullet3 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    text-indent: -12px;
    margin-left: 108px;
    p.WD_Subtopic {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    font-size: 14.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #00003f;
    p.WD_ChangeDate {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    font-size: 9.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #00003f;
    p.WD_Note {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: 27.0pt;
    text-indent: -27.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Note1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: 45.0pt;
    text-indent: -27.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    font-weight: bold;
    p.WD_Note2 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: 1.25in;
    text-indent: -.5in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Note3 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: 1.5in;
    text-indent: -.5in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Number1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    text-indent: -.25in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    margin-left: 0.75in;
    p.WD_Number2 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: 1.0in;
    text-indent: -.25in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Number3 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    margin-left: 120px;
    text-indent: -24px;
    p.WD_para1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: .75in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Paragraph {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 12.0pt;
    margin-left: .5in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    p.WD_ParaIntro {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: .5in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    p.WD_Process {
    margin-top: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    font-size: 16.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    margin-right: 58px;
    text-align: justify;
    color: #4c89bc;
    p.WD_Subtopic1 {
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    background: #C9C9C9;
    font-size: 12.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    color: #00003f;
    margin-top: .1in;
    p.WD_Subtopic2 {
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    background: #ffffff;
    font-size: 12.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    color: #4c89bc;
    margin-top: 0.1in;
    p.WD_Topic {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 3.0pt;
    margin-left: .5in;
    border: none;
    padding: 0in;
    font-size: 18.0pt;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    color: #000000;
    span.WD_NoteChar {
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_Important {
    margin-top: 6.0pt;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: .5in;
    border: none;
    padding: 0in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #262626;
    p.WD_NoFormatting {
    margin: 0in;
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    margin-left: 0.5pt;
    p.WD_Para2 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: 1.0in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    p.WD_Para3 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    margin-left: 108px;
    span.WD_BalloonTextChar {
    font-family: Tahoma, sans-serif;
    color: #262626;
    span.WD_HTMLPreformattedChar {
    font-family: "Courier New";
    p.WD_Image {
    margin-top: 6.0pt;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: .75in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    span.WD_DocumentMapChar {
    font-family: Tahoma, sans-serif;
    color: #262626;
    p.WD_Normal1 {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 6.0pt;
    margin-left: .5in;
    border: none;
    padding: 0in;
    font-size: 11.0pt;
    font-family: Calibri, sans-serif;
    color: #000000;
    span.WD_TopicChar {
    font-family: Calibri, sans-serif;
    color: #000000;
    font-weight: bold;
    span.WD_ParagraphChar {
    font-family: Calibri, sans-serif;
    color: #000000;
    span.WD_Number1Char {
    font-family: Calibri, sans-serif;
    color: #262626;
    span.WD_ProcessChar {
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #4c89bc;
    span.WD_ChangeDateChar {
    font-family: Calibri, sans-serif;
    color: #595959;
    font-weight: bold;
    font-style: italic;
    span.WD_para1Char {
    font-family: Calibri, sans-serif;
    color: #262626;
    OL {
    margin-top: 0px;
    margin-bottom: 0px;
    UL {
    margin-top: 0px;
    margin-bottom: 0px;
    rh-list.MSWordList2 {
    x-level-count: 3;
    x-lvl-1-text-indent: -24px;
    x-lvl-1-type: bullet001;
    x-lvl-1-format: "<x>";
    x-lvl-2-format: "<x>";
    x-lvl-2-text-indent: -24px;
    x-lvl-2-type: bullet002;
    x-lvl-3-format: "<x>";
    x-lvl-3-text-indent: -24px;
    x-lvl-3-type: bullet003;
    rh-list.MSWordList1 {
    x-level-count: 2;
    x-lvl-1-text-indent: -24px;
    x-lvl-1-margin: 24px;
    x-lvl-1-type: decimal;
    x-lvl-1-format: "<x>.";
    x-lvl-2-format: "<x>";
    x-lvl-2-text-indent: -24px;
    x-lvl-2-type: bullet004;
    x-lvl-2-margin: 72px;
    rh-list.MSWordList0 {
    x-level-count: 3;
    x-lvl-1-text-indent: -24px;
    x-lvl-1-type: decimal;
    x-lvl-1-format: "<x>.";
    x-lvl-2-format: "<x>.";
    x-lvl-2-text-indent: -24px;
    x-lvl-2-type: lower-alpha;
    x-lvl-2-margin: 120px;
    x-lvl-3-format: "<x>.";
    x-lvl-3-text-indent: -12px;
    x-lvl-3-type: lower-roman;
    rh-seq.bullet002 {
    x-count: 1;
    x-1: o;
    x-font: Courier New;
    rh-seq.bullet003 {
    x-count: 1;
    x-1: ;
    x-font: Wingdings;
    rh-seq.bullet004 {
    x-count: 1;
    x-1: ;
    x-font: Wingdings;
    rh-seq.bullet001 {
    x-count: 1;
    x-1: ;
    x-font: Symbol;
    p.Paragraph {

  • Generate XSQL from XSQL/XSL

    Hi all,
    is it possible to generate dynamically a temporary XSQL (many querys) with XSQL/XSL and ececute this immediately.
    Thanks for any help !!
    Achim

    No, but you can simplify your problem by doing the following:
    <!-- Base stylesheet base.xsl -->
    <xsl:stylesheet ...>
    <!-- All your templates go in here -->
    <xsl:template ...>
    </xsl:template>
    </xsl:stylesheet>
    <!-- Base with ISO-XXXX encoding -->
    <xsl:stylesheet ...>
    <!-- This imports the base -->
    <xsl:import href="base.xsl"/>
    <!-- And changes the output encoding to ISO-XXXX -->
    <xsl:output encoding="ISO-XXXX"/>
    </xsl:stylesheet>
    Repeat to handle other encodings.
    You still have multiple stylesheets,
    but only one place to worry about
    managing your templates.

  • Adjust font size buttons?

    Designing our first website in Muse.
    I was wondering is it possible to add the adjust font size buttons in Muse for accessibility for visually impaired?
    Im guessing its usually done with multiple stylesheets.
    Is this possible to achieve in Muse? if so how?
    Thanks
    Nick

    You would find quite a few free scripts that does this via JavaScript but adding this functionality on any website is pretty outdated especially when all major browsers support Zoom In and Zoom Out feature (which also triggers with a hit of a Hotkey) and serves similar purpose for better Accessibility <http://www.ehow.com/how_5661396_zoom-text-google-chrome.html> that a script may or may not achieve most efficiently such as saving of preferences on refresh of a page etc.
    If Accessibility is an important objective for your website, you might want to add a line of text somewhere around the page's header indicating the Hotkeys to do so for those who aren't really aware of this feature of a browser. Also have a look at these resources on Low Vision support that most browsers offer today which you would find interesting:
    https://sites.google.com/a/chromium.org/dev/user-experience/low-vision-support.
    https://support.mozilla.org/en-US/kb/accessibility-features-firefox-make-firefox-and-we
    Thanks,
    Vinayak

  • Font of alpha list bullets is different from the bullet text

    TCS3/FM10/RH9
    Windows XP
    I have several alpha lists and the font of the alpha bullet is different from the font of the alpha bullet.  How do I change this in CSS?
    Thanks in advance.

    William,
    Rather than make the change in the project, I would rather make the change in the stylesheet.  I was aware of the multiple stylesheets and use the old fmstyles.css to govern the project.
    How would I make this change in the stylesheet?
    Thank you so much for your help.
    Mary

  • 10.4.9, Quark 6.52, and an OpenType face = quark crash.

    I am on an iMac intel 2.0ghz dual core, with os 10.4.9, QuarkXPress 6.52, Extensis Fusion, and it's a weekly paper which I need to layout today! deadlines loom!
    After much troubleshooting over the last 18 hours and an install of a Markzware xtension, I have been able to find the source of a problem I've been having with opening a very particular Quark file which I desperately need to be able to open.
    I installed 10.4.9 last monday and didn't experience any issues until I restarted my system over the weekend. I would open the file, or similar versions, and get an unexpected quit in quark. So I turned off fusion. I had limited success with opening the file, but navigating it would crash it, and then I couldn't open them at all. I trashed my font database in suitcase, then quit using suitcase altogether. I loaded some necessary fonts in my User/Library/Fonts folder, doing it the older way. No success. Markzware's xtn was able to open a file without my stylesheets active, which gave me a starting point. After some more troubleshooting in to different versions I have over time of my weekly paper, I have been able to pinpoint that Quark is having an issue with ITC Franklin Gothic Medium.
    This is a font I purchased directly online a month ago, and I have tried reverting to the original font in my Fonts folder with no success. I Have this in multiple stylesheets in a third party program that tracks reporter's articles. I have to use this font. If I select it at all in the menu, or try a Find and Replace, or anything, it crashes Quark.
    I used this font and Fusion flawlessly for more than a month until the 10.4.9 release.
    If anyone has any input or ideas, please let me know. I think I can workaround it but it really needs to be resolved.
    This has been xposted in quarks forums. need info! This was not an issue until after 10.4.9.

    Looks like the panic is being caused by your Sophos kernel extension.
    Is the Sophos suite compatible with Mac OS X 10.4.9?
    I also assume you are being made to run Sophos due to work rules; since there are no known Mac OS X virii, running anti-virus software on the Mac almost always causes more problems than it solves.

  • Dynamically determine encoding from XSQL

    Hi,
    I'm using the XSQL servlet to generate XML pages from DB queries and external XSL. The problem is, that these pages may have different character encodings. (One might be ISO-8859-1, another one ISO-8859-5 etc.)
    The prblem is: Normally, the encoding is set in the XSL, and there's no way to change it dynamically in there.
    Since it's all the same content, just in different language, I don't want to resort to using multiple XSL-versions for the different encodings, because that way I'd have to maintain 3 sets of pages that are essentially the same except for the encoding tags.
    I'm calling the Oracle processor from a JSP page to process the data. Is there a way to dynamically specify the encoding based on JSP session parameters?
    Thanks
    Jens
    null

    No, but you can simplify your problem by doing the following:
    <!-- Base stylesheet base.xsl -->
    <xsl:stylesheet ...>
    <!-- All your templates go in here -->
    <xsl:template ...>
    </xsl:template>
    </xsl:stylesheet>
    <!-- Base with ISO-XXXX encoding -->
    <xsl:stylesheet ...>
    <!-- This imports the base -->
    <xsl:import href="base.xsl"/>
    <!-- And changes the output encoding to ISO-XXXX -->
    <xsl:output encoding="ISO-XXXX"/>
    </xsl:stylesheet>
    Repeat to handle other encodings.
    You still have multiple stylesheets,
    but only one place to worry about
    managing your templates.

  • Multiple Shipment Info. Not showing Standard Purchase Order Stylesheet

    Hi
    I have multiple shipment lines for a PO. These are not showing as detail in PO Output for Communication request for Standard Purchase Order Stylesheet.
    I have also created custom template by using data definations "Standard Purchase Order Data Source". I have used following xml tags in template to show shipment information:
    <?for-each:LINE_LOCATIONS?>
    <?DROP_SHIP_FLAG?>
    Please help out, is there any setup required to show shipment detail on Standard Purchase Order through PO Output for Communication / Document View.
    Regards,
    Umar
    Edited by: 903119 on May 29, 2012 4:36 AM

    Hi Umar,
    It is <?for-each:LINE_LOCATIONS_ROW?> not <?for-each:LINE_LOCATIONS?> for PO shipments.
    Also make sure it is nested inside <?for-each:LINES_ROW?>.
    Thanks,
    PS.

Maybe you are looking for