Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nant/doc/style.css')
-rwxr-xr-xmcs/nant/doc/style.css71
1 files changed, 0 insertions, 71 deletions
diff --git a/mcs/nant/doc/style.css b/mcs/nant/doc/style.css
deleted file mode 100755
index 32613372a4c..00000000000
--- a/mcs/nant/doc/style.css
+++ /dev/null
@@ -1,71 +0,0 @@
-body {
- font-family: Georgia, "Times New Roman", Times, "New York", serif;
- background: white;
- color: black
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
-}
-
-h1.LinkHeader, h2.LinkHeader, h3.LinkHeader { margin-bottom: -18 }
-
-h4 {
- margin-bottom: 0.5em
-}
-
-h5 {
- margin-bottom: -.8em;
-}
-
-
-hr {
- color: gray
-}
-
-input {
- font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
-}
-
-a:link { color: #0000cc; }
-a:visited { color: purple }
-a:active { color: #cc0000 }
-a:hover { color: #cc0000; }
-
-/*
-
-Because HTML 4.0 strict does not include the border attribute for images we turn it off with a style
-but this totally messes up Navigator 4.7 so we can't use it.
-
-a:link img, a:visited img, a:active img {
- border: none
-}
-*/
-
-/* have list items flush left against lists in a side bar use this style */
-ul.FlushLeft {
- margin-left: 1.25em;
- list-style-position: outside
-}
-
-.NavBar {
- background-color: #dfff80;
- border-color: #999966;
- border-style: none none solid none;
- border-width: 2px;
-}
-
-.NavBar-Cell {
- font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
- font-size: 79%;
-}
-
-.SideBar {
- font-size: 80%;
- font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
- padding: 8px;
-}
-
-/* color scheme */
-.N { color: #99cc00; }
-.Ant { color: #ff9900; }