X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e2e1fe5980a410ea7bc1272cd83001a6087db51..d7d6455c7504278fee7eb60f643e9f3bf0fefe9c:/doc/doxygen/stylesheet.css diff --git a/doc/doxygen/stylesheet.css b/doc/doxygen/stylesheet.css index c5200671ed..9a7f63119b 100644 --- a/doc/doxygen/stylesheet.css +++ b/doc/doxygen/stylesheet.css @@ -1,4 +1,65 @@ -/* The standard CSS for doxygen */ +/** These things are used in the header */ +.sgtabs, .sgtabs2, .sgtabs3 { + background-image: url('tab_b.png'); + width: 100%; + z-index: 101; + font-size: 13px; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; +} + +.sgtabs2 { + font-size: 10px; +} +.sgtabs3 { + font-size: 9px; +} + +.sgtablist { + margin: 0; + padding: 0; + display: table; +} + +.sgtablist li { + float: left; + display: table-cell; + background-image: url('tab_b.png'); + line-height: 36px; + list-style: none; +} + +.sgtablist a { + display: block; + padding: 0 20px; + font-weight: bold; + background-image:url('tab_s.png'); + background-repeat:no-repeat; + background-position:right; + color: #283A5D; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + text-decoration: none; + outline: none; +} + +.sgtabs3 .sgtablist a { + padding: 0 10px; +} + +.sgtablist a:hover { + background-image: url('tab_h.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); + text-decoration: none; +} + +.sgtablist li.current a { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} +/* End of our tabs */ body, table, div, p, dl { font: 400 14px/19px Roboto,sans-serif; @@ -210,7 +271,6 @@ div.line.glow { box-shadow: 0 0 10px cyan; } - span.lineno { padding-right: 4px; text-align: right; @@ -292,10 +352,6 @@ p.formulaDsp { text-align: center; } -img.formulaDsp { - -} - img.formulaInl { vertical-align: middle; } @@ -376,25 +432,6 @@ blockquote { /* @end */ -/* -.search { - color: #003399; - font-weight: bold; -} - -form.search { - margin-bottom: 0px; - margin-top: 0px; -} - -input.search { - font-size: 75%; - color: #000080; - font-weight: normal; - background-color: #e8eef2; -} -*/ - td.tiny { font-size: 75%; } @@ -551,7 +588,6 @@ table.memberdecls { -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; - } .memdoc, dl.reflist dd { @@ -659,9 +695,6 @@ span.mlabel { font-size: 7pt; white-space: nowrap; } - - - /* @end */ /* these are for tree view when not used as main index */ @@ -812,7 +845,6 @@ table.fieldtable { border-bottom: 1px solid #A8B8D9; } - .tabsearch { top: 0px; left: 10px; @@ -876,7 +908,6 @@ table.fieldtable { font-size: 8pt; } - div.summary { float: right; @@ -886,7 +917,7 @@ div.summary text-align: right; } -div.summary a +div.summary a, div.ingroups a { white-space: nowrap; } @@ -898,11 +929,6 @@ div.ingroups text-align: left; } -div.ingroups a -{ - white-space: nowrap; -} - div.header { background-image:url('nav_h.png'); @@ -922,7 +948,6 @@ dl padding: 0 0 0 10px; } -/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ dl.section { margin-left: 0px; @@ -989,59 +1014,7 @@ dl.section dd { margin-bottom: 6px; } - -#projectlogo -{ - text-align: center; - vertical-align: bottom; - border-collapse: separate; -} - -#projectlogo img -{ - border: 0px none; -} - -#projectname -{ - font: 300% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 2px 0px; -} - -#projectbrief -{ - font: 120% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 0px; -} - -#projectnumber -{ - font: 50% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 0px; -} - -#titlearea -{ - padding: 0px; - margin: 0px; - width: 100%; - border-bottom: 1px solid #5373B4; -} - -.image -{ - text-align: center; -} - -.dotgraph -{ - text-align: center; -} - -.mscgraph +.image, .dotgraph, .mscgraph { text-align: center; }