alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (support.css)

This example Glassfish source code file (support.css) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

anissa, anissa, change, change, div, div, ffffff, margins, margins

The Glassfish support.css source code

/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
 *
 * The contents of this file are subject to the terms of either the GNU
 * General Public License Version 2 only ("GPL") or the Common Development
 * and Distribution License("CDDL") (collectively, the "License").  You
 * may not use this file except in compliance with the License.  You can
 * obtain a copy of the License at
 * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
 * or packager/legal/LICENSE.txt.  See the License for the specific
 * language governing permissions and limitations under the License.
 *
 * When distributing the software, include this License Header Notice in each
 * file and include the License file at packager/legal/LICENSE.txt.
 *
 * GPL Classpath Exception:
 * Oracle designates this particular file as subject to the "Classpath"
 * exception as provided by Oracle in the GPL Version 2 section of the License
 * file that accompanied this code.
 *
 * Modifications:
 * If applicable, add the following below the License Header, with the fields
 * enclosed by brackets [] replaced by your own identifying information:
 * "Portions Copyright [year] [name of copyright owner]"
 *
 * Contributor(s):
 * If you wish your version of this file to be governed by only the CDDL or
 * only the GPL Version 2, indicate your decision by adding "[Contributor]
 * elects to include this software in this distribution under the [CDDL or GPL
 * Version 2] license."  If you don't indicate a single choice of license, a
 * recipient has the option to distribute your version of this file under
 * either the CDDL, the GPL Version 2 or to extend the choice of license to
 * its licensees as provided above.  However, if you add GPL Version 2 code
 * and therefore, elected the GPL Version 2 license, then the option applies
 * only if the new code is made subject to such option by the copyright
 * holder.
 */

body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}
body *{line-height:1.22em;}
.md1 table{margin-bottom:-5px;}
.md1 hr{
    border-top:1px solid #cccccc;
    color:#fff;
    width: 90%;
    display:block;
    margin:4px 0 3px;
    *margin:-3px 0;
}
.md, .md1{
    background:#fff;
    border:1px solid #8b8f90;
    border-top:1px solid #5f6466;
    -moz-border-radius:6px;
    margin: 0px 0px;
}
.hd h2{
    position:relative;
    font:bold 100% arial;
    padding:3px 10px;
    color:#fff;
}
h3{
    position:relative;
    font:bold 100% arial;
    padding:3px 10px;
    color:#000000;
}

.hd{
    color:#18397c;
    background-color:#fff;
    background-position:bottom left;
}
.h3{
    margin: 5px;
    color:#000000;
    background-color:#fff;
}
h2,h3,p,form,img{margin:0;padding:0;}
img{border:0;}
a, a:visited{color:#16387c;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
.on a:hover{text-decoration:none;}

// foo
.jmakiStack {
    height: 100%;
    border : 0px solid #000000;
}

.jmakiStackItem {
    color : #000000;
}

.jmakiStackContent {
    padding-top : 2px;
    padding-bottom: 25px;
}

.jmakiStack ul {
    list-style : none;
    margin: 0;
    padding: 0;
}

.jmakiStack li {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7x;
    /* -opera-border-radius: 7px; */
    border-radius: 7px;
    height : 45px;   /*CHANGE Anissa */
    background : #FFFFFF;
    border : 1px solid #000000;
    padding : 2px;
    margin-top : 2px;
    margin-left : 2px;
    margin-right : 2px;
    overflow : hidden;
}

.jmakiStackNav {
    position : relative;
    bottom :0;
    margin-top : -22px;
    color : #eeeeee;
    font-size : .7em;
    text-decoration : underline;
    cursor : pointer;
    padding : 0px 5px 0px 5px;
    height : 12px;
}

.jmakiStackNav .previous {
    float : left;
    visibility : hidden;
}

.jmakiStackNav .mid {
}

.jmakiStackNav .next {
    float: right;
    visibility : hidden;
}
// bar

.jmakiStackItem {background-color: #fff; font-weight: bold; border: 0px}
.jmakiStackContent {background-color: #fff; font-weight: bold;}
#right li {border: 0px solid #fff; padding: 0px}
#javaee li {border: 0px solid #00EE33; padding: 0px}

.previous {
    color: #16387c;
    font-size: 1.4em;
    padding: 15px;
}
.moreInfo {
    padding: 20px;
}

.previous:hover {text-decoration:underline;}
.next {
    color: #16387c;
    font-size: 1.4em;
    padding: 10px;
}
.next:hover {text-decoration:underline;}

.md1{background-color:#eeeeee;}

.bd {
    padding:3px 3px 0px 2px;
    background:#eeeeee;
}

.bd .jmakiStackItem {
    background-color: #ffffff;
    padding:3px 3px 2px 2px;
}

.outline{
    background:#fff;
    border:1px solid #8b8f90;
    border-top:1px solid #5f6466;
}

#maincontainer{margin: 10px;}

#contentwrapper{width: 100%;}

#rightcolumn{
    background: #ffffff;
    float: right;
    width: 49%;
}

#leftcolumn{
    width: 49%;
    background: #ffffff;
    float: left;
}
.innertube{
    margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
.innerbox{
    margin: 5px; /*Margins for inner DIV inside each box (to provide padding)*/
    margin-top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.imagepadding {padding: 8px;}
p {padding: 8px;}
.listnobullet li{list-style: none;}
.listnobullet ul{
    list-style: none;
    padding-left: 0px;
}
.learnItemDesc {
    padding-top: 8px;
    padding-bottom: 10px;
}

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish support.css source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.