Blame Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/common.css

af7431
/*
af7431
 * default.css --  This file resets the browser's default visual style
af7431
 * and sets The CentOS Web Environment visual style as default visual
af7431
 * style. This file sets default values to tags like `html', `body',
af7431
 * as well as those controlling links, tables, paragrphs, headings,
af7431
 * lists, forms and quotation.
af7431
 *
af7431
 * The CentOS Web Environment (Webenv) is specially conceived to
af7431
 * achieve one unique visual style and easy navegation through all
af7431
 * different web applications The CentOS Project uses to show its
af7431
 * existence in the World Wide Web medium.
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
af7431
 *
af7431
 * This CSS is free software; you can redistribute it and/or modify it
af7431
 * under the terms of the GNU General Public License as published by
af7431
 * the Free Software Foundation; either version 2 of the License, or
af7431
 * (at your option) any later version.
af7431
 *
af7431
 * This CSS is distributed in the hope that it will be useful, but
af7431
 * WITHOUT ANY WARRANTY; without even the implied warranty of
af7431
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
af7431
 * General Public License for more details.
af7431
 *
af7431
 * You should have received a copy of the GNU General Public License
af7431
 * along with this program; if not, write to the Free Software
af7431
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
af7431
 *
af7431
 * -------------------------------------------------------------------
af7431
 * $Id: reset.css 5276 2012-08-28 22:08:58Z al $
af7431
 * -------------------------------------------------------------------
af7431
 */
af7431
af7431
af7431
/* Reset browsers default margins and paddings
af7431
-----------------------------------------------*/
af7431
af7431
* {
af7431
    margin: 0;
af7431
    padding: 0;
af7431
    }
af7431
af7431
/* Define html
af7431
-----------------------------------------------*/
af7431
af7431
html {
af7431
    background-color: #FFF;
af7431
    background-image: url("../img/moin-html-background.png");
af7431
    }
af7431
af7431
/* Define body
af7431
-----------------------------------------------*/
af7431
af7431
body {
af7431
    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
af7431
    font-size: 0.85em;
af7431
    /* margin: 0;           /* <- full screen                       */
af7431
    /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
af7431
    /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
af7431
    margin: 0 3% 0 3%;      /* <- with 3% of left and right margin  */
af7431
    /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
af7431
    color: #000;
af7431
    background: #FFF;
af7431
    }
af7431
af7431
/* Links 
af7431
-----------------------------------------------*/
af7431
af7431
a:link  { text-decoration: none; color: #0044B3; }
af7431
a:hover { text-decoration: underline; color: green; }
af7431
a:active { text-decoration: underline; color: green; }
af7431
a:visited { text-decoration: none; color: #0044B3; }
af7431
a:visited:hover { text-decoration: underline; color: green; }
af7431
af7431
.title,
af7431
.title a:link,
af7431
.title a:active,
af7431
.title a:hover,
af7431
.title a:visited,
af7431
.title a:visited:hover {
af7431
    color: #072B61;
af7431
    }
af7431
af7431
/* Headings
af7431
-----------------------------------------------*/
af7431
af7431
h1 {
af7431
    font-size: 2em;
af7431
    line-height: 1.5em;
af7431
    }
af7431
af7431
h2 {
af7431
    font-size: 1.5em;
af7431
    line-height: 1.5em;
af7431
    margin-top: 1.5em;
af7431
    }
af7431
af7431
h3 {
af7431
    font-size: 1.2em;
af7431
    line-height: 1.2em;
af7431
    margin-top: 1.2em;
af7431
    }
af7431
af7431
h4 {
af7431
    font-size: 1.2em;
af7431
    line-height: 1.2em;
af7431
    margin-top: 1.2em;
af7431
    }
af7431
af7431
h5 {
af7431
    font-size: 1.1em;
af7431
    line-height: 1.1em;
af7431
    margin-top: 1.1em;
af7431
    }
af7431
af7431
h6 {
af7431
    font-size: 1em;
af7431
    line-height: 1em;
af7431
    margin-top: 1em;
af7431
    }
af7431
af7431
/* Paragraphs
af7431
-----------------------------------------------*/
af7431
af7431
p {
af7431
    margin: 1em 0 1.5em 0;
af7431
    line-height: 1.5em;
af7431
    }
af7431
af7431
/* Images
af7431
-----------------------------------------------*/
af7431
af7431
img {
af7431
    border: none;
af7431
    }
af7431
af7431
/* Quotations
af7431
-----------------------------------------------*/
af7431
af7431
blockquote {
af7431
    background: #fafafa;
af7431
    border-color: #eeeeee;
af7431
    border-width: 1px;
af7431
    border-style: solid;
af7431
    border-left-width: 4px;
af7431
    margin-left: 1.5em;
af7431
    padding: 0.5em;
af7431
    margin-top: 1em;
af7431
    margin-bottom: 1.3em;
af7431
    }
af7431
af7431
q:before {
af7431
    content: " “";
af7431
    }
af7431
af7431
q:after {
af7431
    content: "” ";
af7431
    }
af7431
af7431
q q:before {
af7431
    content: " ‘";
af7431
    }
af7431
af7431
q q:after {
af7431
    content: "’ ";
af7431
    }
af7431
af7431
address {
af7431
    margin-left: 1.5em;
af7431
    }
af7431
af7431
/* Preformatted Texts
af7431
-----------------------------------------------*/
af7431
af7431
pre {
af7431
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
af7431
    padding: 0.7em 1em;
af7431
    margin: 1em 0 1.5em 0;
af7431
    white-space: pre;
af7431
    border-width: 1px;
af7431
    border-style: solid;
af7431
    border-color: #E5E5E5;
af7431
    border-left-width: 5px;
af7431
    background: #FFFAE9;
af7431
    overflow: auto;
af7431
    }
af7431
af7431
/* Phrase Elements
af7431
-----------------------------------------------*/
af7431
af7431
tt,
af7431
samp,
af7431
kbd,
af7431
code {
af7431
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
af7431
    }
af7431
af7431
/* Page Lines
af7431
-----------------------------------------------*/
af7431
af7431
hr {
af7431
    clear: both;
af7431
    height: 1px ! important;
af7431
    border: none;
af7431
    background-color: #DADADA;
af7431
    }
af7431
af7431
/* Lists
af7431
-----------------------------------------------*/
af7431
af7431
ul,
af7431
ol,
af7431
dl {
af7431
    margin: 1.5em 0 1.5em 2.5em;
af7431
    }
af7431
af7431
ul { 
af7431
    list-style: disc;
af7431
    } 
af7431
af7431
ol {
af7431
    list-style-image: none !important;
af7431
    }
af7431
af7431
ul li,
af7431
ol li {
af7431
    line-height: 1.5em;
af7431
    }
af7431
af7431
ul ul,
af7431
ul ol,
af7431
ol ul,
af7431
ol ol {
af7431
    margin-top: 0.3em;
af7431
    margin-bottom: 0.3em;
af7431
    }
af7431
af7431
ul li p,
af7431
ol li p {
af7431
    margin-bottom: 0.3em;
af7431
    }
af7431
af7431
dl dd {
af7431
    margin-left: 2.5em;
af7431
    }
af7431
af7431
dl ol,
af7431
dl ul {
af7431
    margin-left: 3.5em;
af7431
    }
af7431
af7431
/* Tables 
af7431
-----------------------------------------------*/
af7431
af7431
table {
af7431
    border-collapse: collapse;
af7431
    }
af7431
af7431
table caption {
af7431
    font-style: italic;
af7431
    text-align: center;
af7431
    }
af7431
af7431
table tr th {
af7431
    font-weight: bold;
af7431
    }
af7431
af7431
table tr td,
af7431
table tr th {
af7431
    border: 1pt;
af7431
    border-style: solid;
af7431
    border-color: #CCC;
af7431
    padding-top: 0.25em;
af7431
    padding-right: 0.5em;
af7431
    padding-bottom: 0.25em;
af7431
    padding-left: 0.5em;
af7431
    vertical-align: top;
af7431
    }
af7431
af7431
table tr td p,
af7431
table tr td pre {
af7431
    margin: 0;
af7431
    padding: 0;
af7431
    }
af7431
af7431
/* Forms 
af7431
-----------------------------------------------*/
af7431
af7431
form {
af7431
    display: inline;
af7431
    }
af7431
af7431
input[type="submit"], 
af7431
input[type="button"] {
af7431
    padding: 1px;
af7431
    display: inline;
af7431
    text-decoration: none;
af7431
    }
af7431
af7431
input[type="text"],
af7431
input[type="password"],
af7431
textarea {
af7431
    display: inline;
af7431
    padding: 2px;
af7431
    }
af7431
af7431
select {
af7431
    display: inline;
af7431
    padding: 1px;
af7431
    }
af7431
af7431
form p {
af7431
    display: inline;
af7431
    margin-left: 5px;
af7431
    margin-right: 5px;
af7431
    }
af7431
af7431
/* Select
af7431
---------------------------------------- */
af7431
af7431
select option {
af7431
    padding-left: 3px;
af7431
    padding-right: 3px;
af7431
    }
af7431
af7431
select optgroup {
af7431
    font-style: normal;
af7431
    font-weight: bold;
af7431
    padding-left: 3px;
af7431
    }
af7431
af7431
select optgroup option {
af7431
    margin-left: 1em;	
af7431
    }
af7431
af7431
input[type="radio"],
af7431
input[type="checkbox"] {
af7431
    vertical-align: middle;
af7431
    }
af7431
af7431
fieldset {
af7431
    margin: 1em 0 1em 0;
af7431
    padding: 1em;
af7431
    padding-bottom: 5px;
af7431
    border: 1px solid #AAA;
af7431
    }
af7431
af7431
fieldset legend {
af7431
    font-weight: bold;
af7431
    color: #AAA;
af7431
    }