New css for {code} -

Hi All,
Editing in HTML mode, I overrided the CSS class 'jive-pre' with my own style and it looks like below.
ranit@XE11GR2>> select user, sysdate from dual;
USER                           SYSDATE
RB1                            18-JUN-13
From now I'll keep my CSS handy and use everywhere.
In HTML mode, place this:
<pre class="jive-pre" style="background-image: none; background-color: #f6f5f5; border-style: solid; border-width: 1px; border-color: #dad9d9; border-left: thick double #f70101;"> My CODE goes here...</pre>
-- Ranit

What that is? Well, first of all it's making me feel old, nowadays
https://en.wikipedia.org/wiki/Leet

Similar Messages

  • New css for jquery ui tabs

    I would like to be able to change the css on my jquery tabs widget on one page without it effecting the css for my tab panels on other pages.  right now when i change it on one page it changes it on the other and that is not what i want to do... thanks
    avery

    Open your Template.dwt file and make sure there is an editable region for the <head> tag.  It should look like this:
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Save template and populate changes to child pages.  Now you can insert scripts and links to external CSS files into your child pages.
    Nancy O.

  • Change existing page to .css for reuse

    I have created a page with spry menu bars etc in dwcs4
    , but when I first created the page, I chose add it to the head from the templates, and in fact to reuse this page I think I needed
    to have chose create a new file.
    My question is can I save this page as a .css file for reuse after the fact?
    thx
    Brad

    Create a new blank CSS document.  Copy and Paste the CSS rules from your HTML or DWT document into the new CSS page (code view only please).  Save it as some filename.css.
    Open your HTML or DWT file, delete the CSS rule.
    Link the HTML or DWT document to your newly created external CSS page.
    See link below for details:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • When using quick edit for compressed CSS, edge code does not jump to the particular class but displays the whole thing. This destroys the whole purpose. Does anyone know a fix or extension for that.

    When using quick edit for compressed CSS, edge code does not jump to the particular class but displays the whole thing. This destroys the whole purpose. Does anyone know a fix or extension for that.

    I suspect that beautify doesn't touch CSS that it is not aware  of (e.g. new properties/syntaxes, vendor-prefixes). See if there's a newer version available.
    Which compressed CSS are you using? Most CSS libraries come with both compressed and original stylesheets, so use the original one during development/debugging, and switch to the compressed one for deployment.
    Randy

  • New SpryWidget .CSS for a New Page

    I have the whole spry arsenal of files on a website in a separate folder. I am already using several widgets and functions from that and among others also a "spry collapsible panel" widget on one of the pages.
    Now, I would like to use it once again on a new page (on the same site), but when I insert the widget it gives me the same SpryCollapsiblePanel.css as the one already used for the previous widget. But I want to give the panel a different look and feel as it has some other purpose on the new page.
    What is the correct procedure to get a fresh untampered "SpryCollapsiblePanel.css" for the new widget on a new page?
    Thank you!

    I notice (finally got the page!) that the lowest element in the 'drop up' menu overlays the main menu title...a byproduct of needing perhaps one more item's height in margin-top negative pixels!
    I suppose it is a small consolation, but IE 8 seems to be rendering the menus accurately, with the sub-submenus flying out relative to their own submenus.
    The only workaround that comes to mind (for all the other browsers out there) is to set up new classes to apply to subsubmenus:
    ul.MenuBarHorizontal ul    /*this is the usual markup; you can leave this in */
        margin-top:-177px;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 160px;
        position: absolute;
        left: -1000em;
    /*add the following, to offset the top margin by multiples of the height of a single item */
    ul.MenuBarHorizontal ul ul.three  {margin-top: 90px;}
    ul.MenuBarHorizontal ul ul.two {margin-top: 60px;}
    ul.MenuBarHorizontal ul ul.one {margin-top: 30px;}
    For instance, the Ladakh Treks subitems want to offset from the top 30px to align with their parent, Ladakh Treks, so I use the <ul class="one"> to drop that sublist 30px down from the top of the container.
    <li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/treks.html" target="_blank" class="MenuBarItemSubmenu">Ladakh Treks</a>
          <ul class="one">
                 <li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/stok_kangri_exp.html" target="_blank">Stok Kangri Expedition</a></li>
                 <li><a tabindex="-1" href="http://www.artcraftemporium.com/preview_wildvent/markha1.html" target="_blank">Markha Valley</a></li>
            </ul>
    </li>
    This solution does not work in IE8, which had already worked the way you intended without monkeying around with the top margin. I don't know how it works in IE7.
    I have not used conditional markup (I know there are people out there who have, and you could research it!), but one could attempt to put a conditional markup around those class definitions in the stylesheet that would not call on them when your site encounters IE8.
    Beth

  • How to create new logical function codes for Subtype

    Hi all
      I'm developing an WF that must be started when the user makes any change in a employee position. The problem is that this change can be made by many transactions, I know that it´s possible to do it by PA30/PA40, and today it´s made here using PP01. The Functional Consultant said to me that the better way to map all possible trasactions which made that kind of changes in an employee data is by adding new "Logical Funcion codes" (or Activities) for our specif subinfotypes.
      The table that contains such information is T77FLC. How can I add that new activities for a subinfotype, by a costumizing or just adding new entries in this table?
    Thanks in Advance

    Josie,
    You can configure your own workflow events based on HR objects/infotypes/subtypes/update type/activity type combinations using transaction SWEHR3.  Look at SWEHR2 for the standard events to get some idea of what you need to enter in SWEHR3.
    The relationship between the infotype and the matching business object type is held in SWEHR1.
    Regards,
    Jocelyn

  • How to create new logical function codes for Subinfotype

    Hi all
    I'm developing an WF that must be started when the user makes any change in a employee position. The problem is that this change can be made by many transactions, I know that it´s possible to do it by PA30/PA40, and today it´s made here using PP01. The Functional Consultant said to me that the better way to map all possible trasactions which made that kind of changes in an employee data is by adding new "Logical Funcion codes" (or Activities) for our specif subinfotypes.
    The table that contains such information is T77FLC. How can I add that new activities for a subinfotype, by a costumizing or just adding new entries in this table?
    Thanks in Advance

    Josie,
    You can configure your own workflow events based on HR objects/infotypes/subtypes/update type/activity type combinations using transaction SWEHR3.  Look at SWEHR2 for the standard events to get some idea of what you need to enter in SWEHR3.
    The relationship between the infotype and the matching business object type is held in SWEHR1.
    Regards,
    Jocelyn

  • HT1620 The new update for my iPod touch is asking for a 4 digit pass code. I don't know what this is

    The new update for my iPod touch is asking for a 4 digit pass code . I don't have one. When I updated my iPad I wasn't asked for a code.

    Sorry, everyone! I found my pass code. Thanks

  • Why no new firmware for E71 (product code:0569371)

    Now, normally I would not care but over the last couple of months everyone keeps blogging about the new firmware for their E71.
    I have paid a full price for mine in the US (Newegg) so that I would not be constrained by some provider limitations.
    Well, now I find out that everyone else in the world, including the US, but that one product code (0569371) has received their updates, some even two and I am still stuck on the original 1.0 release.
    Can anyone one over there at Nokia explains this to me like a 4-year-old, why does Nokia punishes owners of this particular product?

    Having exchanged a few polite emails with NA Nokia devission I got this today:
    "Nokia is consistently working to improve our product services and realizes the software update is important to you. I regret to inform you, that I do not have a release date for the firmware update to your Nokia E71 device. Please continue to monitor the Nokia Software Updater (NSU) for updates for your device. "
    So, I have decided to go on a mission to provide potential North America buyers of the Nokia phones sold in US about the support they can expect. Do I think this will help? I doubt it, but what else can I do? Class action suite?
    I frequent these mobile blogs/forums on daily basis: Nokia Phone Blo, nokiAAddict, UberPhones, Mobile Tech Weblog, IntoMobile, MobileCrunch, Symbian-Guru, Mobile88. You can look thre for my ongoing comentary.
    Go ahead Nokia, mark this thread as "resolved"

  • [svn] 2169: Add a new proxy adapter for code coverage.

    Revision: 2169
    Author: [email protected]
    Date: 2008-06-20 12:53:04 -0700 (Fri, 20 Jun 2008)
    Log Message:
    Add a new proxy adapter for code coverage.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/proxy-config.mods.xml

    Hello,
    I have not used a ThinkPad X1 Carbon (Type 3444-F9U) myself, but here is the configuration of the machine as it originally shipped:
    i7-3667U(3.2GHz), 8GB RAM, 180GB Solid State Drive, 14in 1600x900 LCD, Intel HD Graphics, 1Gb Ethernet, UltraNav, Secure Chip, 4c Li-Ion, Win7 Pro 64
    According to the Detailed Specifications page for this model, the unit shipped with an Intel Centrino® Advanced-N 6205S, 2×2 wireless card, and from looking the Drivers and Software page, it uses a USB 2.0 Ethernet adapter.
    Here are the various drivers for Windows 7 (x86) that I was able to locate for this model:
    Intel Chipset Support Software v9.2.0.1021
    ThinkPad Bluetooth with EDR Software v6.5.1.4500
    Lenovo USB 2.0 Ethernet Adapter Software v5.12.9
    Intel Wireless LAN Driver Software v17.0.5
    I would suggest starting with the Intel Chipset software first.  The order of the ofther software packages should not make much difference.
    Also, make sure the Wireless Radio Swich located on the Left Side of the ThinkPad X1 Carbon is enabled before installing the Bluetooth and WLAN drivers.
    One thing you might want to keep in mind is that with a 32-bit version of Windows, the operating system will only provide access to between ~3.2 and 3.5GB of the installed 8GB of RAM.  With the 64-bit version of Windows 7 that came with the unit, you will have access to the full 8GB.
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • New firmware for 7390 (0534727 product code) ?

    I was wondering if there will be a newer firmware for the 7390 (just bought the black chrome edition,amazing ) then the v.4.51 it has installed,anyone any hints or secure info about it ???
    6710s Navigator RM-491, v.21.013

    Can anyone tell me when will v21.006 firmware are going to be available for product code 0588656
     Looks very much like you are stuck with the firmware you have .
          You could take the phone to a Nokia Care Centre and see if they can help .
           jje

  • When opening a new account for my friend, it keeps saying the security code is wrong when its not this is rediculous he cant even open a account with itunes until we fix this

    when opening a new account for my friend so we can both have itunes accounts on my laptop, it keeps saying im entering the wrong security code,,,,,when i am not what is the problem here can anyone help?!?!?????

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • New vender verification code for element 12

    how do i get i get a new vender verification code for elements 12  ?    the one i have is for centurytel.net  and from what i understand i need to use  hotmail so i can send pictures '
    All help is greatly appreciated as i am getting to my wits end.  Wonder why no free phone support? .  Think i need to use dics to down load next time. way to hard for a 60 something old guy.
       Norm in  Arkansas

    One other quick question my friend . Yes i am as old as John
        McCain!   I was told i needed a Microsoft email address and talking
        to a adobe guy he said i could use any email address . but thats
        about all he new about the system element 12 .   Boy I wish I had
        got the install CD . sure was easier using the CD when i did element
        7 years ago.                  SO
           Do i need a Microsoft Address such as hot mail   or can i use my
        normal Email    [email protected]    with adobe mail ???.
        You help is greatly appreciated  as i am at the end of the trail of
        hope here without you i think i would have thrown in the towel . Now
        i can see the light at the end of the tunnel

  • Adding new divs for banner ad placement

    Hello,
    I am attempting to add new divs for banner ads to the left and right of the page inside my container and can't figure out how to position them. I have modified a screen shot below to show where I want them (they are just layers I created in photoshop). I didn't create the page and am lost. Is it a matter of 'splitting' the current divs in the doc?
    I added padding to create space to the left but I don't think that was the way to go...
    Thanks a ton for help on this one!

    Is this a template that you purchased... you didn't do the actual layout yourself?
    There are a ton of nested <div>s in there used for some background images.... I really have no idea why so many! I would have used maybe a couple of background images and called it good. Anyway, now you'll have to work around all those nested <div>s.
    The area on the left is because of the 150 px of padding in <div class="aside">.
    To make that space available, you'll need to remove that padding, and use two floated elements instead of just the one element that's there now.
    I'd suggest that you review how the CSS box model works, along with how to "float" an element. Then you'll be able to align two or more container <div>s side by side.
    http://www.w3schools.com/css/css_boxmodel.asp
    http://www.w3schools.com/css/css_float.asp
    You may have a better learning experience if you start very simple... on a new, blank Web page, work in code view and place 4 <div>s, use the first <div> to wrap around and contain the other 3. Then place those 3 side by side. Give each a width, height, and a different background color so you can see where and how they align when floated. Play around with it a little until you understand how floats work.... then tackle your actual Web page.
    Best wishes,
    Adninjastrator

  • Create a new css rule

    Hi
    If I place my curser over a div tag in the code window why in the New Css rule
    window, in the option "choose where this rule will be defined" do I sometimes only
    have the option of this document only and others the choice of any attached css file?
    thanks
    Ian

    Hi
    perhaps I wasn't clear apologies.
    If I go to a web page and place my curser in the middle of <div id="masthead>
    and then in the css styles panel select "new css rule" when the window opens by default
    it normaly says:-
    Rule definition...
    Choose where your rule will be defined
    and then it shows my current cssfile name with a drop downbox for any other
    attatched sheets. As in the tabs at the top of the window
    However some times when I do this the box listing my css files only lists in "this document only"
    and selecting the drop down box shows no other css files. But the css files are shown on the tabs
    at the top opf the screen
    I wondered if anyone had any idea as to why?
    thanks
    Ian

Maybe you are looking for