/* gnu.css -- css stylesheet used on www.gnu.org Copyright (C) 2006, 2007 Free Software Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ @media screen{ html, body{ padding: 0; margin: 0; } body{ font-family: sans-serif; background-color: #fff; margin: 0; padding: 1em; color: #333; } h1,h2,h3,h4,h5,h6{ color: #000; font-weight: bold; font-family: sans-serif; border: 0; background-color: transparent; } h1{ font-size: 1.7em; } a:link { color: #1f00ff; background-color: transparent; text-decoration: underline; } a:visited { color: #9900dd; background-color: transparent; text-decoration: underline; } a:hover { color: red; background-color: transparent; text-decoration: underline; } .center { text-align: center; } .italic { font-style: italic; } .bold { font-weight: bold; } .quote { margin-left: 40px; margin-right: 40px; } .hrsmall { width: 80px; height: 1px; margin-left: 20px; } .td_title { border-color: #3366cc; border-style: solid; border-width: thin; color: #3366cc; background-color : #f2f2f9; font-weight: bold; } .td_con { padding-top: 3px; padding-left: 8px; padding-bottom: 3px; color : #303030; background-color : #fefefe; } .translations { background-color: transparent; } .fsflink { border-bottom: #3366cc thin solid; } /* * rtl stands for right-to-left layout, as in farsi/persian, * arabic, etc. See also trans_rtl. */ .fsflink_rtl { border-bottom: #3366cc thin solid; padding-right: 0.2em; padding-bottom: 0.2em; } .trans { padding-left: 1em; } .trans_rtl { padding-right: 1em; } img { border: 0px !important; } p{ font-size: 1.0em; } td.side { color: #3366cc; /* background: #f2f2f9; border-color: #3366cc; border-style: solid; border-width: thin; */ border-color: white; border-style: none; vertical-align: top; width: 150px; } div.copyright, #footer { border: 0px; padding: 0.4em; border-top: 2px solid #06C; } .translations-list, .translations-list li, #validation, #validation li, #translations ul, #translations ul li{ list-style: none; display: inline; padding: 0; margin: 0; } .translations-list li, #translations ul li{ padding-right: 0.3em; border-left: 1px solid #AAA; padding-left: 0.3em; margin: 0; } .translations-list li:first-child { border-left: 0; padding-left: 0; } .footnoteref { vertical-align: text-top; } /* Please don't remove -- "ss" class is used in Polish pages */ .ss > li, .ss > dt { margin-top: 1em; margin-bottom:0.2em; } .ss >li > p, .ss > dd > p { margin-top: 0.4em; margin-bottom:0; } /* styles copied from fsf.org/plone.css */ ul { line-height: 1.5em; list-style-type: square; margin: 0.5em 0 0 1.5em; padding: 0; list-style-image: url(http://www.fsf.org/bullet.gif); } ol { line-height: 1.5em; margin: 0.5em 0 0 1.5em; padding: 0; } ul a, ol a { text-decoration: underline; } dt { font-weight: bold; } dt a { text-decoration: underline; } dd { line-height: 1.5em; margin-bottom: 1em; } dd a { text-decoration: underline; } dd.link a { text-decoration: none; color: Black; } fieldset { border: 1px solid #666666; margin: 1em 0em 1em 0em; padding: 0em 1em 1em 1em; line-height: 1.5em; width: auto; } legend { background: White; padding: 0.5em; font-size: 90%; } form { border: none; margin: 0; } abbr, acronym, .explain { border-bottom: 1px dotted Black; color: Black; background-color: transparent; cursor: help; } q { font-family: serif; font-style: italic; } blockquote { font-family: serif; font-style: italic; } ins { color: green; text-decoration: none; } del { color: red; text-decoration: line-through; } .netscape4 { display: none; } .field { top: 0; left: 0; margin: 0 1em 1em 0; } a:link acronym{ border:0; color: blue; } a:visited acronym{ color: purple; border:0; } a:hover acronym{ color: red; border:0; } .highlight{ background-color: #ffc; } /* Banner styles, work in progress */ #top { width: 800px; padding: 0; margin: 0; } #top img { float: left; border: 0; } #top-stack { float: left; margin-top: 65px; margin-left: 7px; } #top-stack img { float: left; } .clear { clear: both; } }