aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/documentation/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'longbow/documentation/stylesheet.css')
-rw-r--r--longbow/documentation/stylesheet.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/longbow/documentation/stylesheet.css b/longbow/documentation/stylesheet.css
deleted file mode 100644
index fb5cda7c..00000000
--- a/longbow/documentation/stylesheet.css
+++ /dev/null
@@ -1,47 +0,0 @@
-body {
- xbackground-color: #111111;
- xcolor: white;
- margin: 0;
- padding: 11% 11% 0 11%;
-}
-
-xdiv#top {
- margin: 0 11% 0 11%;
- padding: 4em 3% 4em 3%;
- background-color: white;
- color: black;
- border-radius: 8px;
-}
-
-xdiv.header {
- margin: 0 11% 0 11%;
- padding: 4em 3% 4em 3%;
- background-color: grey;
- color: black;
- border-radius: 8px;
-}
-
-div.contents {
- xbackground-image: url(noise_gradient.jpg);
- xbackground-repeat: no-repeat;
- /*margin: 0 11% 0 11%;*/
- /*padding: 4em 3% 4em 3%;*/
-/* background-color: white;*/
- xcolor: white;
- xborder-radius: 8px;
-}
-
-x#titlearea {
- border: 2px solid red;
- background-color: white;
- color: black;
-}
-
-xhr.footer {
- display: none;
-}
-
-x.footer {
- background-color: #AAA;
- color: black;
-}