@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */

Similar documents
HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML: Parsing Library

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

HTML: Parsing Library

Index. CSS directive, # (octothorpe), intrapage links, 26

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

Deccansoft Software Services

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

"utf-8";

Certified HTML Designer VS-1027

Evaluation of alignment methods for HTML parallel text 1

Wireframe :: tistory wireframe tistory.

HTML and CSS COURSE SYLLABUS

Certified HTML5 Developer VS-1029

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

QUICK REFERENCE GUIDE

Advanced Web Programming C2. Basic Web Technologies

Name Related Elements Type Default Depr. DTD Comment

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

UNIT II Dynamic HTML and web designing

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

NAME: name a section of the page TARGET = "_blank" "_parent" "_self" "_top" window name which window the document should go in

Symbols INDEX. !important rule, rule, , 146, , rule,

Appendix D CSS Properties and Values

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1

HTML-5.com itemscopehttp://data-vocabulary.org/breadcrumb<span itemprop="title">html 5</span> itemscopehttp://data-vocabulary.

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

Structure Bars. Tag Bar

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

COSC 2206 Internet Tools. CSS Cascading Style Sheets

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

c122sep2214.notebook September 22, 2014

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

/* ========================================================================== PROJECT STYLES

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Cascading Style Sheet Quick Reference

HTML Markup for Accessibility You Never Knew About

Designing UI. Mine mine-cetinkaya-rundel

LING 408/508: Computational Techniques for Linguists. Lecture 14

Html basics Course Outline

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

Table of Contents. MySource Matrix Content Types Manual

HTMLnotesS15.notebook. January 25, 2015

INFS 2150 / 7150 Intro to Web Development / HTML Programming

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Go.Web Style Guide. Oct. 16, Hackensack Ave Hackensack, NJ GoAmerica, Inc. All rights reserved.

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

USER GUIDE MADCAP FLARE Tables

Adding CSS to your HTML

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Cascading Style Sheet

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC

Table-Based Web Pages

CSS: Lists, Tables and the Box Model

Announcements. Paper due this Wednesday

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Web Engineering CSS. By Assistant Prof Malik M Ali

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Module 2 (VII): CSS [Part 4]

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Page Layout Using Tables

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CSS Selectors. element selectors. .class selectors. #id selectors

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference

CHAPTER 7 USER INTERFACE MODEL

BIM222 Internet Programming

ICT IGCSE Practical Revision Presentation Web Authoring


UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

CSS Styles Quick Reference Guide

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Appendix A. XHTML 1.1 Module Reference

GESTIONE DEL BACKGROUND. Programmazione Web 1

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

ICT IGCSE Practical Revision Presentation Web Authoring

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Zen Garden. CSS Zen Garden

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

Page Layout. 4.1 Styling Page Sections 4.2 Introduction to Layout 4.3 Floating Elements 4.4 Sizing and Positioning

Summary 4/5. (contains info about the html)

HTML Hints & Tips. HTML is short for HyperText Markup Language.

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

CMPT 165: More CSS Basics

CS105 Course Reader Appendix A: HTML Reference

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

Non element markup constructs

Transcription:

/ BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/mpl/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is mozilla.org code. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by the Initial Developer are Copyright (C) 1998 the Initial Developer. All Rights Reserved. Contributor(s): Blake Ross <BlakeR1234@aol.com> Alternatively, the contents of this file may be used under the terms of either of the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. END LICENSE BLOCK / @namespace url(http://www.w3.org/1999/xhtml); / set default namespace to HTML / / bidi / [dir="rtl"] { direction: rtl; unicode-bidi: embed; [dir="ltr"] { direction: ltr; unicode-bidi: embed; bdo[dir] { unicode-bidi: bidi-override; / blocks / html, div, map, dt, isindex, form { body {

margin: 8px; p, dl, multicol { dd { -moz-margin-start: 40px; blockquote { margin: 1em 40px; address { font-style: italic; center { text-align: -moz-center; blockquote[type=cite] { margin: 1em 0px; padding-left: 1em; border-left: solid; border-color: blue; border-width: thin; span[_moz_quote=true] { color: blue; pre[_moz_quote=true] { color: blue; h1 { font-size: 2em; margin:.67em 0; h2 { font-size: 1.5em; margin:.83em 0;

h3 { font-size: 1.17em; h4 { margin: 1.33em 0; h5 { font-size: 0.83em; margin: 1.67em 0; h6 { font-size: 0.67em; margin: 2.33em 0; listing { font-family: -moz-fixed; font-size: medium; white-space: pre; xmp, pre, plaintext { font-family: -moz-fixed; white-space: pre; / tables / table { display: table; border-spacing: 2px; border-collapse: separate; margin-top: 0; margin-bottom: 0; -moz-box-sizing: border-box; text-indent: 0; table[align="left"] { float: left; table[align="right"] { float: right;

text-align: start; table[rules]:not([rules="none"]) { border-collapse: collapse; / caption inherits from table not table-outer / caption { display: table-caption; text-align: center; -moz-box-sizing: border-box; table[align="center"] > caption { margin-left: auto; margin-right: auto; table[align="center"] > caption[align="left"] { margin-right: 0; table[align="center"] > caption[align="right"] { margin-left: 0; tr { display: table-row; vertical-align: inherit; col { display: table-column; colgroup { display: table-column-group; tbody { display: table-row-group; vertical-align: middle; thead { display: table-header-group; vertical-align: middle; tfoot { display: table-footer-group; vertical-align: middle; / for XHTML tables without tbody / table > tr { vertical-align: middle;

td { display: table-cell; vertical-align: inherit; text-align: inherit; padding: 1px; th { display: table-cell; vertical-align: inherit; padding: 1px; tr > form:-moz-is-html, tbody > form:-moz-is-html, thead > form:-moz-is-html, tfoot > form:-moz-is-html, table > form:-moz-is-html { / Important: don't show these forms in HTML / display: none!important; / inlines / q:before { content: open-quote; q:after { content: close-quote; b, strong { font-weight: bolder; i, cite, em, var, dfn { font-style: italic; tt, code, kbd, samp { font-family: -moz-fixed; u, ins { text-decoration: underline; s, strike, del { text-decoration: line-through; blink { text-decoration: blink; big { font-size: larger; small {

font-size: smaller; sub { vertical-align: sub; font-size: smaller; line-height: normal; sup { vertical-align: super; font-size: smaller; line-height: normal; nobr { white-space: nowrap; / titles / abbr[title], acronym[title] { border-bottom: dotted 1px; / lists / ul, menu, dir { list-style-type: disc; -moz-padding-start: 40px; ol { list-style-type: decimal; -moz-padding-start: 40px; li { display: list-item; -moz-float-edge: margin-box; / nested lists have no top/bottom margins / ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol, ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl { margin-top: 0; margin-bottom: 0; / 2 deep unordered lists use a circle / ol ul, ul ul, menu ul, dir ul, ol menu, ul menu, menu menu, dir menu, ol dir, ul dir, menu dir, dir dir { list-style-type: circle;

/ 3 deep (or more) unordered lists use a square / ol ol ul, ol ul ul, ol menu ul, ol dir ul, ol ol menu, ol ul menu, ol menu menu, ol dir menu, ol ol dir, ol ul dir, ol menu dir, ol dir dir, ul ol ul, ul ul ul, ul menu ul, ul dir ul, ul ol menu, ul ul menu, ul menu menu, ul dir menu, ul ol dir, ul ul dir, ul menu dir, ul dir dir, menu ol ul, menu ul ul, menu menu ul, menu dir ul, menu ol menu, menu ul menu, menu menu menu, menu dir menu, menu ol dir, menu ul dir, menu menu dir, menu dir dir, dir ol ul, dir ul ul, dir menu ul, dir dir ul, dir ol menu, dir ul menu, dir menu menu, dir dir menu, dir ol dir, dir ul dir, dir menu dir, dir dir dir { list-style-type: square; / leafs / / <hr> noshade and color attributes are handled completely by the nshtmlhrelement attribute mapping code / hr { height: 2px; border: 1px -moz-bg-inset; margin: 0.5em auto 0.5em auto; -moz-float-edge: margin-box; -moz-box-sizing: border-box; hr[size="1"] { border-style: -moz-bg-solid none none none; :-moz-any-link img, img[usemap], object[usemap] { border: 2px solid; img[usemap], object[usemap] { color: blue; frameset { display: block! important; overflow: -moz-hidden-unscrollable; position: static! important; float: none! important; border: none! important; frame { border: none! important; iframe { border: 2px inset;

noframes { display: none; spacer { position: static! important; float: none! important; canvas { -moz-user-select: none; / focusable content: anything w/ tabindex >=0 is focusable / abbr:focus, acronym:focus, address:focus, applet:focus, b:focus, base:focus, big:focus, blockquote:focus, br:focus, canvas:focus, caption:focus, center:focus, cite:focus, code:focus, col:focus, colgroup:focus, dd:focus, del:focus, dfn:focus, dir:focus, div:focus, dl:focus, dt:focus, em:focus, fieldset:focus, font:focus, form:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, hr:focus, i:focus, img:focus, ins:focus, kbd:focus, label:focus, legend:focus, li:focus, link:focus, menu:focus, object:focus, ol:focus, p:focus, pre:focus, q:focus, s:focus, samp:focus, small:focus, span:focus, strike:focus, strong:focus, sub:focus, sup:focus, table:focus, tbody:focus, td:focus, tfoot:focus, th:focus, thead:focus, tr:focus, tt:focus, u:focus, ul:focus, var:focus { outline: 1px dotted invert; / hidden elements / area, base, basefont, head, meta, script, style, title, noembed, param { display: none; / emulation of non-standard HTML <marquee> tag / marquee { -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-horizontal'); marquee[direction="up"], marquee[direction="down"] { -moz-binding: url('chrome://xbl-marquee/content/xbl-marquee.xml#marquee-vertical'); height: 200px; / PRINT ONLY rules follow / @media print { marquee { -moz-binding: none; / XXX this should not be necessary, we should be stopping blinking of any kind in print preview, not just the <blink> element / blink { text-decoration: none;