aboutsummaryrefslogtreecommitdiff
path: root/Documentation/stylesheet.css
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-06-16 12:41:49 +0100
committerJan Eilers <jan.eilers@arm.com>2020-06-17 09:45:23 +0000
commit96becb7e4f5f510344c3850278a706d63a564fc4 (patch)
tree8aac3e7eecc863d7976b8ae0f088d0239069a105 /Documentation/stylesheet.css
parentf060b2e5ad65554cc8b567fb016bbaf57f6aca05 (diff)
downloadarmnn-96becb7e4f5f510344c3850278a706d63a564fc4.tar.gz
Revert "IVGCVSW-3726 Upload ArmNN Doxygen files"
This reverts commit de36e4a9c299028e792c3a5bd99ad0816d806077. Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Idbf20c12ea07583ca552d7cc7fb517fbadc73fff
Diffstat (limited to 'Documentation/stylesheet.css')
-rw-r--r--Documentation/stylesheet.css213
1 files changed, 0 insertions, 213 deletions
diff --git a/Documentation/stylesheet.css b/Documentation/stylesheet.css
deleted file mode 100644
index ea7f4dccc0..0000000000
--- a/Documentation/stylesheet.css
+++ /dev/null
@@ -1,213 +0,0 @@
-/* Copyright (c) 2020 ARM Limited. */
-/* Changes to tabs.css */
-
-.tabs, .tabs2, .tabs3 {
- position: relative;
-}
-
-.tablist li {
- line-height: 32px;
-}
-
-.tablist a {
- color: #FFFFFF;
- text-shadow: none;
-}
-
-.tablist a:hover {
- text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
- text-decoration: none;
- background-repeat: no-repeat;
- background-image: url('tab_s.png');;
-}
-
-.tablist li.current a {
- text-shadow: none;
-}
-
-/* Changes to navtree.css */
-
-#nav-tree .selected {
- background-image: url('tab_a_nav.png');
- border-radius: 15px;
- text-shadow: none;
-}
-
-#nav-tree .label a {
- color: #444444;
-}
-
-#nav-tree .selected a {
- color: #007fa3;
- font-weight: bold
-}
-
-#nav-tree {
- background-color: #fafafa;
-}
-
-#doc-content {
- background-color: #fafafa;
-}
-
-.ui-resizable-e {
- background: none;
- background-color : lightgray;
- width:4px;
-}
-
-#nav-tree {
- background-image: none;
- background-color: #fafafa;
-}
-
-
-/* Changes to doxygen.css */
-
-h2.groupheader {
- border-bottom: 1px solid #979797;
- color: #4C4C4C;
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-weight : normal;
-}
-
-h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
- text-shadow: 0 0 15px #007fa3;
-}
-
-div.qindex, div.navtab{
- background-color: #EBEBEB;
- border: 1px solid #B4B4B4;
-}
-
-div.qindex, div.navpath {
- position : relative;
-}
-
-a {
- color: #444444;
-}
-
-.contents a:visited {
- color: #666666;
-}
-
-a.qindexHL {
- background-color: #AFAFAf;
- border: 1px double #9D9D9D;
-}
-
-a.code, a.code:visited {
- color: #444444;
-}
-
-a.codeRef, a.codeRef:visited {
- color: #444444;
-}
-
-div.fragment {
- background-color: #FCFCFC;
- border: 1px solid #CFCFCF;
- padding: 8px;
- margin: 10px 2px;
-}
-
-div.line.glow {
- background-color: #007fa3;
-}
-
-body {
- background-color: #EEE;
-}
-
-.memberdecls td.glow, .fieldtable tr.glow {
- background-color: #007fa3;
-}
-
-.memproto, dl.reflist dt {
- border-top: 1px solid #B8B8B8;
- border-left: 1px solid #B8B8B8;
- border-right: 1px solid #B8B8B8;
- color: #333333;
- background-color: #E2E2E2;
-}
-
-.memdoc, dl.reflist dd {
- border-bottom: 1px solid #B8B8B8;
- border-left: 1px solid #B8B8B8;
- border-right: 1px solid #B8B8B8;
- background-color: #FCFCFC;
-}
-
-table.doxtable td, table.doxtable th {
- border: 1px solid #2D2D2D;
-}
-
-table.doxtable th {
- background-color: #373737;
-}
-
-.navpath li.navelem a
-{
- color: white;
- text-shadow: none;
-}
-
-.navpath li.navelem a:hover
-{
- color:white;
- text-shadow : 0px 1px 1px rgba(0, 0, 0, 1.0);
-}
-
-dl.note
-{
- border-color: #f68a33;
-}
-
-#projectname
-{
- font: 200% Tahoma, Arial,sans-serif;
- color : #676767;
- overflow:hidden;
-}
-
-#projectname #armdevcenter
-{
- float:right;
- padding-right: 20px;
-}
-
-#eula
-{
- font-size: 80%;
- font-weight: bold;
-}
-
-#titlearea
-{
- background-color : white;
- border-top: 5px solid white;
- border-left: 10px solid white;
- border-bottom: none;
-}
-
-a.copyright {
- color: #FFFFFF;
-}
-
-a.copyright:hover {
- color: #FFFFFF;
-}
-
-a.copyright:visited {
- color: #FFFFFF;
-}
-
-div.toc h3 {
- font: bold 12px/1.2 Arial,FreeSans,sans-serif;
- color: #007fa3;
- border-bottom: 0 none;
- margin: 0;
-}