Alexander Afanasyev | 508269a | 2012-07-28 13:59:54 -0700 | [diff] [blame^] | 1 | [theme] |
| 2 | inherit = basic |
| 3 | stylesheet = default.css |
| 4 | pygments_style = sphinx |
| 5 | |
| 6 | [options] |
| 7 | projectname = ndnSIM |
| 8 | homepage = http://irl.cs.ucla.edu/ndnSIM/ |
| 9 | homepage2 = http://irl.cs.ucla.edu/ |
| 10 | customstylesheet = ns3_stylesheet.css |
| 11 | logo = ndn-logo.png |
| 12 | logo2 = irl-logo.png |
| 13 | # logo = ns-3-inverted-notext-small.png |
| 14 | logoalt = ns-3 Logo |
| 15 | projectbrief = NS-3 based Named Data Networking (NDN) simulator |
| 16 | projectnumber = ndnSIM |
| 17 | |
| 18 | |
| 19 | favicon = favicon.ico |
| 20 | docstitle = Documentation |
| 21 | |
| 22 | rightsidebar = false |
| 23 | stickysidebar = false |
| 24 | collapsiblesidebar = true |
| 25 | externalrefs = true |
| 26 | |
| 27 | bgcolor = white |
| 28 | textcolor = black |
| 29 | linkcolor = #91A501 |
| 30 | visitedlinkcolor = #91A501 |
| 31 | |
| 32 | headbgcolor = #E3E3E3 |
| 33 | headtextcolor = #373737 |
| 34 | headlinkcolor = #91A501 |
| 35 | |
| 36 | relbarbgcolor = #D5D5D5 |
| 37 | relbarlinkcolor = #373737 |
| 38 | relbartextcolor = #373737 |
| 39 | |
| 40 | sidebarbgcolor = #FAFAFA |
| 41 | sidebartextcolor = #373737 |
| 42 | sidebarlinkcolor = #91A501 |
| 43 | sidebarbtncolor = #D5D5D5 |
| 44 | |
| 45 | footerbgcolor = #D5D5D5 |
| 46 | footertextcolor = #364D7C |
| 47 | |
| 48 | codebgcolor = ##FBFCFD |
| 49 | codetextcolor = black |
| 50 | |
| 51 | bodyfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif |
| 52 | headfont = 'Lucida Grande', Verdana, Geneva, Arial, sans-serif |
| 53 | |