diff options
Diffstat (limited to 'haddock-api/resources/html')
| -rw-r--r-- | haddock-api/resources/html/NewOcean.std-theme/new-ocean.css | 42 | 
1 files changed, 32 insertions, 10 deletions
diff --git a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css index 2fb6ee65..1728eb9e 100644 --- a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css +++ b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css @@ -47,8 +47,8 @@ dd {  }  a { text-decoration: none; } -a[href]:link {color: #9E358F;} -a[href]:visited {color: #805A75;} +a[href]:link { color: #9E358F; } +a[href]:visited {color: #6F5F9C; }  a[href]:hover { text-decoration:underline; }  a[href].def:link, a[href].def:visited { color: rgba(69, 59, 97, 0.8); } @@ -300,12 +300,24 @@ h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {    margin-top: inherit;  } -p + ul { -  margin-top: 1em; +ul li + li { +	margin-top: 0.2rem;  }  ul + p { -  margin-top: 2em; +  margin-top: 0.93em; +} + +p + ul { +  margin-top: 0.5em; +} + +p { +  margin-top: 0.7rem; +} + +ul, ol { +  margin: 0.8em 0 0.8em 2em;  }  ul.links { @@ -487,15 +499,16 @@ div#style-menu-holder {  }  #footer { -  background: #ddd; +  background: #ededed;    border-top: 1px solid #aaa;    padding: 0.5em 0; -  color: #666; +  color: #222;    text-align: center; -  position: absolute;    width: 100%;    height: 3em; -  margin-top: 6em; +  margin-top: 3em; +  position: relative; +  clear: both;  }  /* @end */ @@ -507,6 +520,10 @@ div#style-menu-holder {    font-size: 1rem;  } +#synopsis, #table-of-contents { +  font-size: 16px; +} +  #table-of-contents {    background:  #f7f7f7;    padding: 1em; @@ -527,7 +544,7 @@ div#style-menu-holder {  }  #table-of-contents ul ul { -  margin-left: 2em; +  margin-left: 1.5em;  }  #description .caption { @@ -651,6 +668,11 @@ div#style-menu-holder {    visibility: hidden;  } +.subs { +    padding-left: 1em; +    border-left: 1px solid gainsboro; +} +  .subs ul {    list-style: none;    display: table;  | 
