jicarilla-site/src/skin/css default.css,NONE,1.1 empty.css,NONE,1.1

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-site/src/skin/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13093/src/skin/css

Added Files:
	default.css empty.css 
Log Message:
staticmesh-based website. valid xhtml, blah blah.

--- NEW FILE: default.css ---
/* ===================================================================
 Copyright (c) 2004 Leo Simons.
 All rights reserved.
=================================================================== */

@media screen, print, projection, tv
{

/* -------------------------------------------------------------------
 Core elements
------------------------------------------------------------------- */

APPLET /* Java applet */
{
}

BODY /* document body */
{
    margin: 0px;
    padding: 0px;
}

DIV /* generic language/style container */
{
}

FRAME /* subwindow */
{
}

FRAMESET /* window subdivision */
{
}

IFRAME /* inline subwindow */
{
}

NOFRAMES /* alternate content container for non frame-based rendering */
{
}

NOSCRIPT /* alternate content container for non script-based rendering */
{
}

OBJECT /* generic embedded object */
{
}

SPAN /* generic language/style container */
{
}


/* -------------------------------------------------------------------
 Semantic elements
------------------------------------------------------------------- */
A, A:visited /* anchor */
{
    color: #006;
    font-weight: bold;
    text-decoration: none;
}
A:hover, A:active
{
    color: #33C;
    text-decoration: underline;
}

ABBR /* abbreviated form (e.g., WWW, HTTP, etc.) */
{
}

ACRONYM /* acronym */
{
}

ADDRESS /* information on author */
{
}

BLOCKQUOTE /* long quotation */
{
}

CITE /* citation */
{
}

CODE /* computer code fragment */
{
    white-space: pre;
    font-family: "Lucida Console", "Courier New", "Courier", monotype;
}

DD /* definition description */
{
    margin-left: 4em;
}

DEL /* deleted text */
{
    color: #c00;
    text-decoration: strikethrough;
}

DFN /* instance definition */
{
}

DIR /* DON'T USE: directory list */
{
}

DL /* definition list */
{
}

DT /* definition term */
{
    font-weight: bold;
}

EM /* emphasis */
{
}

H1, H2, H3, H4, H5, H6
{
    margin: 0em;
    padding: 0em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    line-height: 110%;

    color: #006;
}

H1 /* heading */
{
    padding-top: 1em;
    font-size: 1.7em;
}

H2 /* heading */
{
    font-size: 1.3em;
    font-style: italic;
}

H3 /* heading */
{
    font-size: 1.12em;
}

H4 /* heading */
{
    font-size: 1.09em;
    font-style: italic;
}

H5 /* heading */
{
    font-size: .9em;
}

H6 /* heading */
{
    font-size: .83em;
    font-style: italic;
}

IMG /* Embedded image */
{
}

A IMG
{
    border: 0px;
}

INS /* inserted text */
{
    color: #090;
    text-decoration: underline;
}

KBD /* text to be entered by the user */
{
    white-space: pre;
    font-family: "Lucida Console", "Courier New", "Courier", monotype;
}

LI /* list item */
{
    font-style: normal;
}

MENU /* DON'T USE: menu list */
{
}

OL /* ordered list */
{
    font-style: italic;
}

P /* paragraph */
{
}

Q /* short inline quotation */
{
}

SAMP /* sample program output, scripts, etc. */
{
    display: block;
    white-space: pre;
    font-family: "Lucida Console", "Courier New", "Courier", monotype;
    padding: 5px;
    border: 1px dotted #333;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #eef;
    line-height: 1em;
}

STRONG /* strong emphasis */
{
    font-weight: bolder;
}

SUB /* subscript */
{
    vertical-align: sub;
}

SUP /* superscript */
{
    vertical-align: super;
}

UL /* unordered list */
{
    list-style: outside;
}

VAR /* instance of a variable or program argument */
{
}


/* -------------------------------------------------------------------
 Table elements
------------------------------------------------------------------- */
CAPTION /* table caption */
{
}

COL /* table column */
{
}

COLGROUP /* table column group */
{
}

TABLE /* table */
{
}

TBODY /* table body */
{
}

TD /* table data cell */
{
}

TFOOT /* table footer */
{
}

TH /* table header cell */
{
}

THEAD /* table header */
{
}

TR /* table row */
{
}

.table
{
    /*width: 100%;
    display: table;*/
    clear: both;
    text-align: center;
    /*margin: 0px;
    padding: 0px;*/
}

/*.tr
{
    display: table-row;
}

.td
{
    /*display: table-cell;
    text-align: left;
    border: 1px solid red;
}*/


/* -------------------------------------------------------------------
 Form elements
------------------------------------------------------------------- */
BUTTON /* push button */
{
    /*border: 2px outset ButtonFace;*/
}

FIELDSET /* form control group */
{
}

FORM /* interactive form */
{
}

INPUT /* form control */
{
}
INPUT.textInput
{
    border: 1px solid ButtonShadow;
    padding: 2px;
    background-color: white;
}

ISINDEX /* DON'T USE: single line prompt */
{
}

LABEL /* form field label text */
{
}

LEGEND /* fieldset legend */
{
}

OPTGROUP /* option group */
{
}

OPTION /* selectable choice */
{
}

SELECT /* option selector */
{
    border: 2px groove ButtonFace;
}

TEXTAREA /* multi-line text field */
{
}
TEXTAREA.textInput
{
    border: 1px solid ButtonShadow;
    padding: 3px;
    background-color: white;
}


/* -------------------------------------------------------------------
 Semantic classes
------------------------------------------------------------------- */
.acknowledgement
{
  font-style: italic;
  color: #666;
  font-size: 95%;
}

/* -------------------------------------------------------------------
 Basic Content Style
------------------------------------------------------------------- */
BODY.content
{
    background-color: white;
    background: #FFF;
    color: #333;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.6em;
}
DIV.content, TD.content
{
    display: table-cell;
    vertical-align: top;
    padding-left: 50px;
    padding-right: 50px;
}

.content .footer
{
    display: block;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #006;
    padding: 5px;
}

.content .header
{
    margin: 0px;
    width: 100%;
}

.content .header .menu
{
    display: block;
    margin: 0px;
    padding: 2px;
    height: 1.2em;
    background-color: #006;
    color: white;
    line-height: 100%;
    text-align: right;
}
.content .header .menu A,
        .content .header .menu A:visited
{
    color: white;
}
.content .header .menu A:hover,
        .content .header .menu A:active
{
    color: white;
    text-decoration: underline;
}

.content .header DIV.logo
{
    display: block;
    float: left;
    position: relative;
    left: 20px;
    top: -10px;
    background-color: #006;
    color: white;
    margin-right: 20px;
    padding: 2px;
}
.content .header DIV.logo A,
        .content .header DIV.logo A:visited
{
    color: white;
}

.content .infoPanel
{
    border: 1px dashed #666;
    padding: 5px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #eef;
}

/* -------------------------------------------------------------------
 Basic Content Style Sidebar
------------------------------------------------------------------- */
.sidebar
{
    display: table-cell;
    vertical-align: top;
    width: 200px;
    background-color: #eee;
    color: black;
    padding: 5px;
    padding-top: 0px;
    margin: 0px;
}
.sidebar DIV
{
  margin: 1em;
}
.sidebar DIV P
{
  padding-left: .5em;
  border-left: 1px solid #aaa;
}
.sidebar HR
{
    height: 0px;
    width: 80%;
    background-color: transparent;
    border: none;
    border-top: 1px solid;
    color: #aaa;
}
.sidebar A
{
  font-weight: normal;
  text-decoration: underline;
}
.sidebar H3
{
  color: black;
  line-height: 100%;
}
.sidebar H5
{
  line-height: 120%;
}
.sidebar H5 A
{
  font-weight: bold;
  text-decoration: none;
  font-size: 100%;
}

/* -------------------------------------------------------------------
 Form Style
------------------------------------------------------------------- */
BODY.form
{
    background-color: AppWorkspace;
}
TD.form, DIV.form
{
    text-align: left;
    font-size: 80%;
    font-family: "Sans Serif", "MS Sans Serif", "Helvetica", sans-serif;
    padding: 1px;
    border: 1px outset ActiveBorder;
    background-color: Menu;
    color: MenuText;
}

.content .form
{
    font-size: 100%;
}

.form .buttonPanel
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: right;
    border-top: 2px groove ThreeDFace;
    padding-top: 5px;
}

.form .infoPanel, .content .form .infoPanel
{
    padding: 3px;
    margin: 1px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px inset ThreeDFace;
    background-color: white;
    color: black;
}

.form .mainPanel
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.form .row
{
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

BODY.form .table
{
    margin-top: 40px;
}

.form H1
{
    font-size: 100%;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    margin-bottom: 3px;
    background-color: #006;
    color: white;
    line-height: 100%;
}

.label
{
    /*font-weight: bold;*/
    margin-right: 15px;
}

/* -------------------------------------------------------------------
 Formatting elements
------------------------------------------------------------------- */
B /* DON'T USE: bold text style */
{
}

BR /* forced line break */
{
}

BASEFONT /* DON'T USE: base font size */
{
}

BIG /* DON'T USE: large text style */
{
}

CENTER /* DON'T USE: shorthand for DIV align=center */
{
}

FONT /* DON'T USE: local change to font */
{
}

HR /* horizontal rule */
{
}

I /* DON'T USE: italic text style */
{
}

PRE /* DON'T USE: preformatted text */
{
    display: block;
    white-space: pre;
    font-family: "Lucida Console", "Courier New", "Courier", monotype;
    padding: 5px;
    border: 1px dotted #333;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #eef;
    line-height: 1em;
}

S /* DON'T USE: strike-through text style */
{
}

SMALL /* DON'T USE: small text style */
{
}

STRIKE /* DON'T USE: strike-through text */
{
}

TT /* DON'T USE: teletype or monospaced text style */
{
}

U /* DON'T USE: underlined text style */
{
}


/* -------------------------------------------------------------------
 Non-displaying elements
----------------------------------------------------------------------
AREA /* client-side image map area *
{
}

BASE /* document base URI *
{
}

BDO /* I18N BiDi over-ride *
{
}

HEAD /* document head *
{
}

HTML /* document root element *
{
}

LINK /* a media-independent link *
{
}

MAP /* client-side image map *
{
}

META /* generic metainformation *
{
}

PARAM /* named property value *
{
}

SCRIPT /* script statements *
{
}

TITLE /* document title *
{
}

STYLE /* style info *
{
}
------------------------------------------------------------------- */
}
--- NEW FILE: empty.css ---
/* ===================================================================
 Copyright (c) 2004 Leo Simons.
 All rights reserved.
======================================================================

   A stylesheet which does nothing. Lists the basic HTML 4.01
   elements.

=================================================================== */

/* -------------------------------------------------------------------
 Core elements
------------------------------------------------------------------- */

APPLET /* Java applet */
{
}

BODY /* document body */
{
}

DIV /* generic language/style container */
{
}

FRAME /* subwindow */
{
}

FRAMESET /* window subdivision */
{
}

IFRAME /* inline subwindow */
{
}

NOFRAMES /* alternate content container for non frame-based rendering */
{
}

NOSCRIPT /* alternate content container for non script-based rendering */
{
}

OBJECT /* generic embedded object */
{
}

SPAN /* generic language/style container */
{
}


/* -------------------------------------------------------------------
 Semantic elements
------------------------------------------------------------------- */
A, A:visited /* anchor */
{
}

A:active, A:hover /* anchor with mouse over it */
{
}

ABBR /* abbreviated form (e.g., WWW, HTTP, etc.) */
{
}

ACRONYM /* acronym */
{
}

ADDRESS /* information on author */
{
}

BLOCKQUOTE /* long quotation */
{
}

CITE /* citation */
{
}

CODE /* computer code fragment */
{
}

DD /* definition description */
{
}

DEL /* deleted text */
{
}

DFN /* instance definition */
{
}

DIR /* DON'T USE: directory list */
{
}

DL /* definition list */
{
}

DT /* definition term */
{
}

EM /* emphasis */
{
}

H1 /* heading */
{
}

H2 /* heading */
{
}

H3 /* heading */
{
}

H4 /* heading */
{
}

H5 /* heading */
{
}

H6 /* heading */
{
}

IMG /* Embedded image */
{
}

INS /* inserted text */
{
}

KBD /* text to be entered by the user */
{
}

LI /* list item */
{
}

MENU /* menu list */
{
}

OL /* ordered list */
{
}

P /* paragraph */
{
}

PRE /* preformatted text */
{
}

Q /* short inline quotation */
{
}

SAMP /* sample program output, scripts, etc. */
{
}

STRONG /* strong emphasis */
{
}

SUB /* subscript */
{
}

SUP /* superscript */
{
}

UL /* unordered list */
{
}

VAR /* instance of a variable or program argument */
{
}


/* -------------------------------------------------------------------
 Table elements
------------------------------------------------------------------- */
CAPTION /* table caption */
{
}

COL /* table column */
{
}

COLGROUP /* table column group */
{
}

TABLE /* table */
{
}

TBODY /* table body */
{
}

TD /* table data cell */
{
}

TFOOT /* table footer */
{
}

TH /* table header cell */
{
}

THEAD /* table header */
{
}

TR /* table row */
{
}


/* -------------------------------------------------------------------
 Form elements
------------------------------------------------------------------- */
BUTTON /* push button */
{
}

FIELDSET /* form control group */
{
}

FORM /* interactive form */
{
}

INPUT /* form control */
{
}

ISINDEX /* DON'T USE: single line prompt */
{
}

LABEL /* form field label text */
{
}

LEGEND /* fieldset legend */
{
}

OPTGROUP /* option group */
{
}

OPTION /* selectable choice */
{
}

SELECT /* option selector */
{
}

TEXTAREA /* multi-line text field */
{
}

/* -------------------------------------------------------------------
 Formatting elements
------------------------------------------------------------------- */
B /* DON'T USE: bold text style */
{
}

BR /* forced line break */
{
}

BASEFONT /* DON'T USE: base font size */
{
}

BIG /* DON'T USE: large text style */
{
}

CENTER /* DON'T USE: shorthand for DIV align=center */
{
}

FONT /* DON'T USE: local change to font */
{
}

HR /* horizontal rule */
{
}

I /* DON'T USE: italic text style */
{
}

S /* DON'T USE: strike-through text style */
{
}

SMALL /* DON'T USE: small text style */
{
}

STRIKE /* DON'T USE: strike-through text */
{
}

TT /* DON'T USE: teletype or monospaced text style */
{
}

U /* DON'T USE: underlined text style */
{
}


/* -------------------------------------------------------------------
 Non-displaying elements
----------------------------------------------------------------------
AREA /* client-side image map area *
{
}

BASE /* document base URI *
{
}

BDO /* I18N BiDi over-ride *
{
}

HEAD /* document head *
{
}

HTML /* document root element *
{
}

LINK /* a media-independent link *
{
}

MAP /* client-side image map *
{
}

META /* generic metainformation *
{
}

PARAM /* named property value *
{
}

SCRIPT /* script statements *
{
}

TITLE /* document title *
{
}

STYLE /* style info *
{
}
------------------------------------------------------------------- */



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.