From Fedora Project Wiki

/*

Custom fedoraproject.org/wiki CSS stylesheet

Introduces some changes on top of MoinMoin Default Style

Copyright (c) 2006 by Dimitris Glezos <dimitris@glezos.com> License: GPL

  • /


html { background-color: white; font-family: 'DejaVu Sans-Serif', sans-serif; font-size: 0.85em; line-height: 1.4em; }

/* Headings */

font-size: 1.7em; font-weight: bold; line-height: 1.8em; margin: 1.5em 0 1.1em 0; padding: 0 0.5em; border-bottom: 1px solid #072b61; border-right: 1px solid #072b61; color: #072b61; background-color: #eee; -moz-border-radius: 5px; }

font-size: 1.4em; line-height: 1.8em; margin: 1.5em 0 1.1em 0; padding: 0 0.5em; border-bottom: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; color: #072b61; background-color: #eee; -moz-border-radius: 5px; }

font-size: 1.3em; line-height: 1.6em; margin: 1.5em 0 0.9em 0; padding: 0 0.5em; color: #072b61; border-bottom: 1px solid #dadada; }

font-size: 1.2em; line-height: 1.4em; margin: 1.4em 0 0.9em 0; padding: 0 0.5em; color: #2963A6; border-bottom: none; }

font-size: 1.1em; line-height: 1.1em; margin: 1.3em 0 0.9em 0; padding: 0 1.5em; color: #072b61; font-weight: bold; border-bottom: none; }

font-size: 1em; line-height: 1.1em; margin: 1.3em 0 0.9em 0; padding: 0 1.5em; color: #000; font-weight: bold; border-bottom: none; }


margin-bottom: 1.3em; line-height: 1.3em; padding-left: 1.5em; }


margin-left: 2.5em; padding-left: 0; }

list-style: none; background: transparent url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=blue-bullet.png') no-repeat 0 0.3em; padding-left: 1.7em; }

margin-left: 1.7em; padding-left: 0; }

margin-bottom: 1em; line-height: 1.3em; padding-left: 0em !important; }

padding: 0.5em 1em; font-family: courier, monospace; white-space: pre; background-color: #FFFAE9; border: 1px solid #e5e5e5; border-left: 4px solid #ccc; }


/* float: right; background: #f5f5f5; border: #eeeff1; padding: 1em; margin: 1em; font-size: 0.9em; }

-moz-border-radius: 5px; border: 1px solid #e5e5e5; }

border-bottom: none; }

  • /