Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/doc Modified Files: e.css Log Message: - change the html docs look a bit =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/doc/e.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e.css 27 Aug 2003 06:55:38 -0000 1.1 +++ e.css 9 Feb 2005 18:25:02 -0000 1.2 @@ -1,178 +1,226 @@ -td.md { - background-color: #ffffff; - font-family: monospace; - text-align: left; - vertical-align: center; - font-size: 10; - padding-right : 1px; - padding-top : 1px; - padding-left : 1px; - padding-bottom : 1px; - margin-left : 1px; - margin-right : 1px; - margin-top : 1px; - margin-bottom : 1px -} -td.mdname { - font-family: monospace; - text-align: left; - vertical-align: center; - font-size: 10; - padding-right : 1px; - padding-top : 1px; - padding-left : 1px; - padding-bottom : 1px; - margin-left : 1px; - margin-right : 1px; - margin-top : 1px; - margin-bottom : 1px -} -h1 -{ - text-align: center; - color: #333333 -} -h2 -{ - text-align: left; - color: #333333 -} -h3 -{ - text-align: left; - color: #333333 -} -a:link -{ - text-decoration: none; - color: #444444; - font-weight: bold; -} -a:visited -{ - text-decoration: none; - color: #666666; - font-weight: bold; -} -a:hover -{ - text-decoration: none; - color: #000000; - font-weight: bold; -} -a.nav:link -{ - text-decoration: none; - color: #444444; - font-weight: normal; -} -a.nav:visited -{ - text-decoration: none; - color: #666666; - font-weight: normal; -} -a.nav:hover -{ - text-decoration: none; - color: #000000; - font-weight: normal; -} -a.qindex:link -{ - text-decoration: none; - color: #444444; - font-weight: normal; -} -a.qindex:visited -{ - text-decoration: none; - color: #666666; - font-weight: normal; -} -a.qindex:hover -{ - text-decoration: none; - color: #000000; - font-weight: normal; -} -p -{ - color: #000000; -/* font-family: sans-serif; - font-size: 12; */ -} -body { - background-image: url("hilite.png"); - background-repeat: no-repeat; - background-position: left top; - background-color: #dddddd; - color: #000000; - font-family: sans-serif; - padding: 8px; - margin: 0; -} -div.fragment -{ - background-image: url("hilite.png"); - background-repeat: no-repeat; - background-position: left top; - border: thin solid #888888; - background-color: #eeeeee; - padding: 4px; - text-align: left; - vertical-align: center; - font-size: 12; -} -hr -{ - border: 0; - background-color: #000000; - width: 80%; - height: 1; -} -dl -{ - background-image: url("hilite.png"); - background-repeat: no-repeat; - background-position: left top; - border: thin solid #aaaaaa; - background-color: #eeeeee; - padding: 4px; - text-align: left; - vertical-align: center; - font-size: 12; -} -em -{ - color: #334466; - font-family: courier; - font-size: 10; - font-style: normal; -} - -div.nav -{ - border: thin solid #000000; - background-color: #ffffff; - padding: 1px; - text-align: center; - vertical-align: center; - font-size: 12; -} -div.body -{ - border: thin solid #000000; - background-color: #ffffff; - padding: 4px; - text-align: left; - font-size: 10; -} -div.diag -{ - border: thin solid #888888; - background-color: #eeeeee; - padding: 4px; - text-align: center; - font-size: 8; +body { + background-image: url("hilite.png") no-repeat + background-position: top left; + background-color: #dddddd; + color: #000000; + font-family: sans-serif; + padding: 8px; + margin: 0; } + +h1 { + text-align: center; + color: #333333; +} + +h2, h3 { + text-align: left; + color: #333333; +} + +caption { + font-weight: bold; +} + +hr { + border: 0; + background-color: #000000; + width: 80%; + height: 1; +} + +.fragment { + background-image: url("hilite.png") no-repeat; + background-position: left top; + border: thin solid #888888; + background-color: #eeeeee; + padding: 4px; + text-align: left; + vertical-align: center; + font-size: 12; +} + +div.qindex { + width: 100%; + border: 0px; + text-align: left; + margin: 2px; + padding: 2px; + line-height: 140%; +} + +div.nav { + border: thin solid #888888; + background-color: #ffffff; + padding: 1px; + text-align: center; + vertical-align: center; + font-size: 12; + line-height: 140%; +} + +dl.el { + margin-left: -1cm; +} + +div.ah { + border: thin solid #888888; + font-weight: bold; + margin-bottom: 3px; + margin-top: 3px; +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: bold; +} + +div.groupText { + margin-left: 16px; + font-style: italic; + font-size: 14px; +} + +.mdTable { + background-color: #eeeeee; + border: 1px solid #888888; +} + +.mdRow { + padding: 8px 10px; +} + +td.md { + background-color: #eeeeee; + font-family: monospace; + text-align: left; + vertical-align: center; + font-size: 12; + padding: 1px; + margin: 1px; + font-weight: bold; +} + +td.mdname, td.mdname1 { + background-color: #eeeeee; + font-weight: bold; + font-size: 12; + color: #000000; +} + +td.indexkey { + background-color: #dddddd; + font-weight: bold; + padding-right: 10px; + padding-left: 10px; + padding-top: 2px; + padding-bottom: 0px; + margin-left: 0px; + margin-right: 0px; + margin-top: 2px; + margin-bottom: 2px; + border: thin solid #888888; +} + +td.indexvalue { + background-color: #dddddd; + font-style: italic; + padding-right: 10px; + padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + margin-left: 0px; + margin-right: 0px; + margin-top: 2px; + margin-bottom: 2px; + border: thin solid #888888; +} + +tr.memlist { + background-color: #f0f0f0; +} + +p.formulaDsp { + text-align: center; +} + +img.formulaInl { + vertical-align: middle; +} + +SPAN.keyword { + color: #008000; +} +SPAN.keywordtype { + color: #604020; +} +SPAN.keywordflow { + color: #e08000; +} +SPAN.comment { + color: #800000; +} +SPAN.preprocessor { + color: #806020; +} +SPAN.stringliteral { + color: #002080; +} +SPAN.charliteral { + color: #008080; +} + + +a:link { + text-decoration: none; + color: #444444; + font-weight: bold; +} +a:visited { + text-decoration: none; + color: #666666; + font-weight: bold; +} +a:hover { + text-decoration: none; + color: #000000; + font-weight: bold; +} +a.nav:link, a.qindex:link { + text-decoration: none; + color: #444444; + font-weight: normal; +} +a.nav:visited, a.qindex:visited { + text-decoration: none; + color: #666666; + font-weight: normal; +} +a.nav:hover, a.qindex:hover { + text-decoration: none; + color: #000000; + font-weight: normal; +} +a.qindexHL, a.el { + text-decoration: none; + font-weight: bold; +} +a.qindexHL:hover, a.qindexHL:visited { + text-decoration: none; +} +a.elRef { + font-weight: bold; +} +a.code:link, a.code:visited { + text-decoration: none; + font-weight: normal; + color: #0000ff; +} +a.codeRef:link, a.codeRef:visited { + font-weight: normal; + color: #0000ff; +} + + ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs