Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/doc Modified Files: etk.css Log Message: * [Doc] Fix css for recent doxygen =================================================================== RCS file: /cvs/e/e17/libs/etk/doc/etk.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- etk.css 25 May 2006 21:06:59 -0000 1.3 +++ etk.css 28 Jan 2007 17:31:34 -0000 1.4 @@ -44,8 +44,8 @@ CAPTION { font-weight: bold } DIV.qindex { width: 100%; - background-color: #eeeeee; - border: 1px solid #b0b0b0; + background-color: #e8eef2; + border: 1px solid #84b0c7; text-align: center; margin: 2px; padding: 2px; @@ -53,16 +53,16 @@ } DIV.nav { width: 100%; - background-color: #eeeeee; - border: 1px solid #b0b0b0; + background-color: #e8eef2; + border: 1px solid #84b0c7; text-align: center; margin: 2px; padding: 2px; line-height: 140%; } DIV.navtab { - background-color: #eeeeee; - border: 1px solid #b0b0b0; + background-color: #e8eef2; + border: 1px solid #84b0c7; text-align: center; margin: 2px; margin-right: 15px; @@ -74,40 +74,40 @@ A.qindex { text-decoration: none; font-weight: bold; - color: #444444; + color: #1A419D; } A.qindex:visited { text-decoration: none; font-weight: bold; - color: #333333 + color: #1A419D } A.qindex:hover { text-decoration: none; - background-color: #dddddd; + background-color: #ddddff; } A.qindexHL { text-decoration: none; font-weight: bold; - background-color: #666666; + background-color: #6666cc; color: #ffffff; border: 1px double #9295C2; } A.qindexHL:hover { text-decoration: none; - background-color: #666666; + background-color: #6666cc; color: #ffffff; } -A.qindexHL:visited { text-decoration: none; background-color: #666666; color: #ffffff } +A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } -A.code:link { text-decoration: underline; font-weight: normal; color: #000000 } -A.code:visited { text-decoration: underline; font-weight: normal; color: #000000 } -A.codeRef:link { text-decoration: underline; font-weight: normal; color: #000000 } -A.codeRef:visited { text-decoration: underline; font-weight: normal; color: #000000 } -A:hover { text-decoration: none; background-color: #f2f2f2 } +A.code:link { text-decoration: none; font-weight: normal; color: #0000FF} +A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} +A.codeRef:link { font-weight: normal; color: #0000FF} +A.codeRef:visited { font-weight: normal; color: #0000FF} +A:hover { text-decoration: none; background-color: #f2f2ff } DL.el { margin-left: -1cm } .fragment { - font-family: Fixed, monospace; + font-family: monospace, fixed; font-size: 95%; } PRE.fragment { @@ -123,14 +123,7 @@ padding-bottom: 4px; } DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } -TD.md { background-color: #F4F4F4; font-weight: bold; } -TD.mdPrefix { - background-color: #F4F4F4; - color: #606060; - font-size: 80%; -} -TD.mdname1 { background-color: #F4F4F4; font-weight: bold; color: #602020; } -TD.mdname { background-color: #F4F4F4; font-weight: bold; color: #602020; } + DIV.groupHeader { margin-left: 16px; margin-top: 12px; @@ -139,7 +132,7 @@ } DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% } TD.indexkey { - background-color: #eeeeee; + background-color: #e8eef2; font-weight: bold; padding-right : 10px; padding-top : 2px; @@ -152,7 +145,7 @@ border: 1px solid #CCCCCC; } TD.indexvalue { - background-color: #eeeeee; + background-color: #e8eef2; font-style: italic; padding-right : 10px; padding-top : 2px; @@ -177,14 +170,6 @@ SPAN.preprocessor { color: #806020 } SPAN.stringliteral { color: #002080 } SPAN.charliteral { color: #008080 } -.mdTable { - border: 1px solid #868686; - background-color: #F4F4F4; - width: 100%; -} -.mdRow { - padding: 8px 10px; -} .mdescLeft { padding: 0px 8px 4px 8px; font-size: 80%; @@ -308,24 +293,87 @@ INPUT.search { font-size: 75%; color: #000080; font-weight: normal; - background-color: #eeeeee; + background-color: #e8eef2; } TD.tiny { font-size: 75%; } a { - color: #525252; + color: #1A41A8; } a:visited { - color: #525252; + color: #2A3798; } .dirtab { padding: 4px; border-collapse: collapse; - border: 1px solid #b0b0b0; + border: 1px solid #84b0c7; } -TH.dirtab { background: #eeeeee; +TH.dirtab { background: #e8eef2; font-weight: bold; } HR { height: 1px; border: none; border-top: 1px solid black; } + +/* Style for detailed member documentation */ +.memtemplate { + font-size: 80%; + color: #606060; + font-weight: normal; +} +.memnav { + background-color: #e8eef2; + border: 1px solid #84b0c7; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; +} +.memitem { + padding: 4px; + background-color: #fafafa; + border-width: 1px; + border-style: solid; + border-color: #dedeee; + -moz-border-radius: 8px 8px 8px 8px; +} +.memname { + white-space: nowrap; + font-weight: bold; +} +.memdoc{ + padding-left: 10px; +} +.memproto { + background-color: #e0e0e0; + width: 100%; + border-width: 1px; + border-style: solid; + border-color: #b0b0b0; + font-weight: bold; + -moz-border-radius: 8px 8px 8px 8px; +} +.paramkey { + text-align: right; +} +.paramtype { + white-space: nowrap; +} +.paramname { + color: #602020; + font-style: italic; + white-space: nowrap; +} +/* End Styling for detailed member documentation */ + +/* for the tree view */ +.ftvtree { + font-family: sans-serif; + margin:0.5em; +} +.directory { font-size: 9pt; font-weight: bold; } +.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; } +.directory > h3 { margin-top: 0; } +.directory p { margin: 0px; white-space: nowrap; } +.directory div { display: none; margin: 0px; } +.directory img { vertical-align: -30%; } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs