removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / wiki.css
diff --git a/mods/wiki/wiki.css b/mods/wiki/wiki.css
deleted file mode 100644 (file)
index eaaa15b..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-/*
-   This sample stylesheet lists all possible stylesheet sections, that
-   ewiki and its plugins may output. But don't forget to also have a look
-   into the README section about this. (This also obsoletes the 'core.css'
-   sample in the fragments/css/ directory.)
-*/
-
-
-
-/* a typical wiki page outout is separated into following classes:
-
- .wiki.<action>.<PageName>
-    .text-head
-       h2.text-title
-    .text-body
-       <...>
-    .wiki-plugins
-       .action-links
-       .<more-plugins>
-*/
-.wiki.edit.FrontPage {
-   background: transparent;
-}
-
-
-
-/*-- links to non-existent pages*/
-.NotFound * {
-   text-decoration: none;
-   border-bottom: dashed 1px blue;
-}
-.NotFound a {
-   color: red;
-   border-bottom-style: none;
-}
-